Skip to content

Commit

Permalink
added links added
Browse files Browse the repository at this point in the history
  • Loading branch information
jjf2009 committed Sep 1, 2024
1 parent fd14098 commit 09fcb52
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
<div class="container-fluid">
<a href="#https://github.com/jjf2009/jjf2009.github.io" class="navbar-brand">
<a href="https://github.com/jjf2009/jjf2009.github.io" class="navbar-brand">
<img src="J.png" class="img rounded-circle img-fluid img-responsive" style="width: 5rem;" alt="Logo">
<span class="fw-bold">Jared Furtado</span>
</a>
Expand Down Expand Up @@ -94,8 +94,8 @@ <h4 class="card-title">Project:1</h4>
<p class="lead subtitle">Tribute Page</p>
<img src="Project1.jpg" class="card-img-top" alt="Tribute Page">
<p class="card-text mx-5 text-muted d-none d-lg-block">Made using basic HTML and CSS</p>
<a href="#https://steve-jobs-tribute.vercel.app/" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="#https://github.com/jjf2009/Steve_Jobs_Tribute" class="btn btn-outline-primary btn-lg mt-3">Github</a>
<a href="https://steve-jobs-tribute.vercel.app/" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="https://github.com/jjf2009/Steve_Jobs_Tribute" class="btn btn-outline-primary btn-lg mt-3">Github</a>
</div>
</div>
</div>
Expand All @@ -106,8 +106,8 @@ <h4 class="card-title">Project:2</h4>
<p class="lead subtitle">Palindrome Checker</p>
<img src="Project2.jpg" class="card-img-top" alt="Form">
<p class="card-text mx-5 text-muted d-none d-lg-block">Made Using Javascript</p>
<a href="#https://palindrome-checker-chi.vercel.app/" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="#https://github.com/jjf2009/Palindrome_Checker" class="btn btn-outline-primary btn-lg mt-3">Github</a>
<a href="https://palindrome-checker-chi.vercel.app/" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="https://github.com/jjf2009/Palindrome_Checker" class="btn btn-outline-primary btn-lg mt-3">Github</a>
</div>
</div>
</div>
Expand All @@ -118,8 +118,8 @@ <h4 class="card-title">Project:3</h4>
<p class="lead subtitle">Roman Numeral Converter</p>
<img src="Project3.jpg" class="card-img-top" alt="Number" style="width: 15rem;">
<p class="card-text mx-5 text-muted d-none d-lg-block">Made Usign Javascript</p>
<a href="#https://roman-number-converter-delta.vercel.app/" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="#https://github.com/jjf2009/Roman_Number_Converter-" class="btn btn-outline-primary btn-lg mt-3">Github</a>
<a href="https://roman-number-converter-delta.vercel.app/" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="https://github.com/jjf2009/Roman_Number_Converter-" class="btn btn-outline-primary btn-lg mt-3" target="_blank">Github</a>
</div>
</div>
</div>
Expand All @@ -132,9 +132,9 @@ <h4 class="card-title">Project:3</h4>
<h2>Contact</h2>
<div class="container p-4 pb-0">
<section class="mb-4">
<a class="btn" href="#https://x.com/JF2009_official" role="button"><i class="bi bi-twitter-x"></i></a>
<a class="btn" href="https://x.com/JF2009_official" role="button"><i class="bi bi-twitter-x"></i></a>
<a class="btn" href="#!" role="button"><i class="bi bi-envelope-fill"></i></a>
<a class="btn" href="#https://www.linkedin.com/in/jared-furtado/" role="button"><i class="bi bi-linkedin"></i></a>
<a class="btn" href="https://www.linkedin.com/in/jared-furtado/" role="button"><i class="bi bi-linkedin"></i></a>
<a class="btn" href="https://github.com/jjf2009" role="button"><i class="bi bi-github"></i></a>
</section>
</div>
Expand Down

0 comments on commit 09fcb52

Please sign in to comment.