Add reference to Gitea

This commit is contained in:
2025-07-18 10:46:25 -04:00
parent 0d23cb2b45
commit 86b8dda035

View File

@@ -50,6 +50,7 @@
<h3><a href="http://mdrockwell.net/portfolio" title="mdrockwell.net/portfolio">mdrockwell.net/resume</a></h3> <h3><a href="http://mdrockwell.net/portfolio" title="mdrockwell.net/portfolio">mdrockwell.net/resume</a></h3>
<p>This webpage was built using valid HTML and CSS, written entirely in <a href="https://panic.com/coda-ios/" title="Coda by Panic">Coda for iOS</a>. It was designed to be small in size, ensuring that it will load quickly on just about any internet connection.</p> <p>This webpage was built using valid HTML and CSS, written entirely in <a href="https://panic.com/coda-ios/" title="Coda by Panic">Coda for iOS</a>. It was designed to be small in size, ensuring that it will load quickly on just about any internet connection.</p>
<p>The layout was created using CSS flexbox and the design utilizes transitions to give life to interactive elements. The contact form below is built on <a href="https://formspree.io/" title="Formapree">Formspree</a> — allowing visitors to send notes, comments, and inquiries without the need to host my own code which would provide that functionality.</p> <p>The layout was created using CSS flexbox and the design utilizes transitions to give life to interactive elements. The contact form below is built on <a href="https://formspree.io/" title="Formapree">Formspree</a> — allowing visitors to send notes, comments, and inquiries without the need to host my own code which would provide that functionality.</p>
<p>Source code can be viewed on <a href="https://libertynode.dev/mdrockwell/resume" title="Resume page code on Gitea">Gitea</a>.</p>
</div> </div>
</div> </div>
</div> </div>
@@ -91,6 +92,7 @@
<div class="divider"></div> <div class="divider"></div>
<footer> <footer>
<p>Copyright © 20182025 <a href="https://mdrockwell.net/">Mike Rockwell</a></p> <p>Copyright © 20182025 <a href="https://mdrockwell.net/">Mike Rockwell</a></p>
<p>View source on <a href="https://libertynode.dev/mdrockwell/resume" title="View source on Gitea">Gitea</a></p>
</footer> </footer>
</body> </body>
</html> </html>