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 3af46e0 commit fd14098
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<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">
<img src="1.png" class="img rounded-circle img-fluid img-responsive" style="width: 5rem;" alt="Logo">
<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>
<!-- Toggle button for mobile nav -->
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="#" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="#" 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="#" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="#" 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="#" class="btn btn-outline-primary btn-lg mt-3">Visit</a>
<a href="#" 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">Github</a>
</div>
</div>
</div>
Expand Down

0 comments on commit fd14098

Please sign in to comment.