Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti authored Oct 26, 2023
1 parent e1df01d commit 64f491e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ <h1 class="mt-4">Simple Image Editor</h1>
</div>
</div>
</div>
<!-- About Section -->
<div class="mt-5">
<h2>About the Owner</h2>
<p class="owner-bio">John Doe is the creator of this simple image editor. He is passionate about web development and image processing. Connect with him on social media:</p>
<div class="social-links">
<a href="https://twitter.com/johndoe" class="btn btn-primary btn-lg mr-2" target="_blank">Twitter</a>
<a href="https://www.facebook.com/johndoe" class="btn btn-primary btn-lg" target="_blank">Facebook</a>
</div>
</div>

</div>

<!-- Add Bootstrap JS via CDN -->
Expand Down

0 comments on commit 64f491e

Please sign in to comment.