Skip to content

Commit

Permalink
add sample images at static/images/
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebamus committed May 1, 2024
1 parent 8a8edcd commit 700125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1 class="animated animated-text">
</div>
<div class="col-lg-5 col-md-12 col-12">
<div class="about-image svg">
<img src="{% static 'images/undraw_software_engineer_lvl5.svg' %}" class="img-fluid" alt="my image">
<img src="{% static 'images/deverloper_ai.png' %}" class="img-fluid" alt="my image">
</div>
</div>

Expand Down

0 comments on commit 700125a

Please sign in to comment.