Add about section, add license
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m24s
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m24s
This commit is contained in:
15
index.html
15
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user