Add about section, add license
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m24s

This commit is contained in:
2025-05-13 19:32:00 +09:30
parent 7788da14e5
commit 33f0a454af
2 changed files with 16 additions and 1 deletions

View File

@@ -54,6 +54,9 @@
<li>
<a class="secondary" href="#depthprediction">Depth Prediction</a>
</li>
<li>
<a class="contrast" href="#about">About</a>
</li>
</ul>
</nav>
</aside>
@@ -374,6 +377,18 @@
this large, or specifically computer vision related models.
</p>
</section>
<section id="about">
<h2>About</h2>
<p>
Licensed under the
<a href="https://gitea.michaelpivato.dev/">MIT</a> license.
</p>
<p>
Inspired by a
<a href="https://motherfuckingwebsite.com">motherfuckingwebsite</a>
- no JavaScript or framework was used to create this resume.
</p>
</section>
<footer class="container">
<small>Michael Pivato • 2025</small>
</footer>