diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-23 17:26:31 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-23 17:26:31 -0700 |
commit | 4d3936dbe06e626e6fd2193085341ae917d79514 (patch) | |
tree | 0a6c82a6ec42f013e5626c67c5f0c60bc38a4ba6 /index.html | |
parent | 1b45ca73704c47bf2db8086692a3933347867061 (diff) | |
download | simponic.xyz-4d3936dbe06e626e6fd2193085341ae917d79514.tar.gz simponic.xyz-4d3936dbe06e626e6fd2193085341ae917d79514.zip |
make styles better
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 44 |
1 files changed, 25 insertions, 19 deletions
@@ -18,25 +18,31 @@ </head> <body> <div class="top-container animate__animated animate__fadeIn"> - <img src="images/profile.png" class="profile-picture" /> - <h3> - 👋 hello, im simponic! - <br /> - ❤️ i like math, cooking, running, and penguins. - <br /> - ⛓️ <a href="https://www.linkedin.com/in/simponic/">linkedin</a>. - <br /> - 📷 <a href="https://www.instagram.com/simponic03/">instagram</a>. - <br /> - 🔥 <a href="https://hatecomputers.club">hatecomputers.club</a>. - <br /> - ✉️ <a href="mailto:elizabeth@simponic.xyz">elizabeth@simponic.xyz</a>. - <br /> - 📖 this page hosts strictly static content! play around if you'd like :D - <br /> - 🐙 my gitea is at - <a href="https://git.simponic.xyz/simponic">/simponic</a>. - </h3> + <div class="about"> + <div class="avatar"> + <img src="images/profile.png" class="profile-picture" /> + </div> + <div class="about-text"> + <p> + 👋 hello, im simponic! + <br /> + ❤️ i like math, cooking, running, and penguins. + <br /> + ⛓️ <a href="https://www.linkedin.com/in/simponic/">linkedin</a>. + <br /> + 📷 <a href="https://www.instagram.com/simponic03/">instagram</a>. + <br /> + 🔥 <a href="https://hatecomputers.club">hatecomputers.club</a>. + <br /> + ✉️ <a href="mailto:elizabeth@simponic.xyz">elizabeth@simponic.xyz</a>. + <br /> + 📖 this page hosts fun stuff! play around if you'd like + <br /> + 🐙 my gitea is at + <a href="https://git.simponic.xyz/simponic">/simponic</a>. + </p> + </div> + </div> <div class="projects-grid"> <a class="project" href="/euler-golf/"> <div class="project-logo-container"> |