diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-17 10:32:22 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-17 10:32:22 -0600 |
commit | 230f98aa491be2d30e0162022ae7380948df4bbf (patch) | |
tree | a872401720a813522bffa1985340c5e01686fef4 /index.html | |
parent | 59ceec2b60d236767d6917dd726ce2205d7544e6 (diff) | |
download | simponic.xyz-230f98aa491be2d30e0162022ae7380948df4bbf.tar.gz simponic.xyz-230f98aa491be2d30e0162022ae7380948df4bbf.zip |
Updates with dvd logo animation; add cool predictions; update index page with description
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,9 +21,9 @@ <br> 🤓 I'm Simponic. <br> - 📖 This pages hosts strictly static content. + 📖 This page hosts strictly static content. <br> - 🔔 Visit <a href="https://simponic.xyz">simponic.xyz</a> to view my "real" website. + 🔔 My "real website" is at <a href="https://simponic.xyz">simponic.xyz</a>. </p> <div class="projects-grid"> <div class="project" onclick="window.location='dvd-logo/index.html'"> @@ -33,7 +33,7 @@ <div class="project-body"> <h1>DVD Logo Bouncing Animation</h1> - <p>Brings back the nostalgia of old-school DVD players, as discussed in <a href="https://www.youtube.com/watch?v=QOtuX0jL85Y">The Office</a>.</p> + <p>Brings back the nostalgia of old-school DVD players with an intersection predictor. The twist: no Canvas API! Only svg's and absolute positioned images!</p> </div> </div> |