diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-09-10 22:13:40 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-09-10 22:13:40 -0600 |
commit | 0008269b8d55c9df265037b0a3d05f0dc756b532 (patch) | |
tree | d7838e35fbeb09fcedb9b2e954389f8f37cb99ae | |
parent | e696679f34ce0ef5b327e599cd5e9df7bd2740f3 (diff) | |
download | simponic.xyz-0008269b8d55c9df265037b0a3d05f0dc756b532.tar.gz simponic.xyz-0008269b8d55c9df265037b0a3d05f0dc756b532.zip |
Use new prof
-rw-r--r-- | images/profile.png | bin | 0 -> 458078 bytes | |||
-rw-r--r-- | index.html | 7 |
2 files changed, 2 insertions, 5 deletions
diff --git a/images/profile.png b/images/profile.png Binary files differnew file mode 100644 index 0000000..88643b2 --- /dev/null +++ b/images/profile.png @@ -15,11 +15,9 @@ </head> <body> <div class="top-container animate__animated animate__fadeIn"> - <img src="images/profile.jpg" class="profile-picture"> + <img src="images/profile.png" class="profile-picture"> <p> - 👋 Hello! - <br> - 🤓 I'm Simponic. + 👋 Hello, I'm Simponic! <br> 📖 This page hosts strictly static content. <br> @@ -73,4 +71,3 @@ </div> </body> </html> - |