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:
@@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
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:
|
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:
|
||||||
|
|
||||||
|
|||||||
15
index.html
15
index.html
@@ -54,6 +54,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a class="secondary" href="#depthprediction">Depth Prediction</a>
|
<a class="secondary" href="#depthprediction">Depth Prediction</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="contrast" href="#about">About</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</aside>
|
</aside>
|
||||||
@@ -374,6 +377,18 @@
|
|||||||
this large, or specifically computer vision related models.
|
this large, or specifically computer vision related models.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</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">
|
<footer class="container">
|
||||||
<small>Michael Pivato • 2025</small>
|
<small>Michael Pivato • 2025</small>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user