diff options
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"> |