Skip to content

Commit

Permalink
Make landing image clickable, link to About page
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 3, 2024
1 parent 5d1cae2 commit feebc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="display-3 fade-fly-in" style="--delay: 1.5s">Hello, world!</h1>
</p>
</div>
<div class="fade-in" style="--duration: 1s">
<img src="static/img/ragnar_hero.jpg" class="img-fluid profile-image landing-prof-img" style="--delay: 4s" alt="Photo of Alec Delaney" />
<a href="/about" aria-label="Link to About page"><img src="static/img/ragnar_hero.jpg" class="img-fluid profile-image landing-prof-img" style="--delay: 4s" alt="Photo of Alec Delaney"/></a>
</div>
</div>
{% endblock %}

0 comments on commit feebc27

Please sign in to comment.