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

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright © 2023 Michael Pivato
Copyright © 2025 Michael Pivato
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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>