Skip to content

Commit

Permalink
Fix footer image URL and fix tweet by
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti committed Feb 17, 2024
1 parent 8cf7318 commit 815fbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Life Milestones</h2>
<div class="container mx-auto">
<div class="row">
<div class="col-md-6">
<img src="image/owner-min.jpg" alt="Owner's Image" class="img-fluid rounded-circle">
<img src="https://upload.wikimedia.org/wikipedia/commons/6/65/Shadbalti.jpg" alt="Owner's Image" class="img-fluid rounded-circle">
</div>
<div class="col-md-6">
<h4>Dilshad Hussain</h4>
Expand Down Expand Up @@ -81,7 +81,7 @@ <h5>About Us</h5>
</div>
</footer>
<script src="main.js"></script>

<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"> </script>
</body>

</html>

0 comments on commit 815fbec

Please sign in to comment.