massive site updates
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 36s

This commit is contained in:
2025-03-19 17:57:25 -04:00
parent 4f4fc27547
commit e47ee41c74
60 changed files with 2711 additions and 23 deletions

53
output/contact.html Executable file
View File

@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<title>Tyler Clarke | Contact</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width;initial-scale=1" />
<link rel="stylesheet" href="http://localhost:8080/main.css" />
<link rel="icon" href="http://localhost:8080/brand.png" />
</head>
<body>
<div class="card">
<div id="toplogo"><a href="http://localhost:8080"><img src="http://localhost:8080/brand.png" /></a></div>
<div>
<h1>Contact Me</h1>
<p>
My preferred method of contact is email through plupy44@gmail.com. You can also message me on Discord @weird_pusheen.
</p>
</div>
</div>
<div id="bottom">
<div>
<div>
<img src="http://localhost:8080/brand.png" width="64px"><br>
<p>
Designed by Tyler Clarke. Looking for software or web development? <a href="http://localhost:8080/contact.html">Contact Me!</a><br>
</p>
</div>
<div>
<b>Links!</b><br>
<a href="https://wizardwatch.net/">Wizardwatch</a><br>
<a href="https://sawyershepherd.org/">Sawyer</a><br>
<a href="https://lukewhite32.github.io/">Luke</a><br>
<a href="https://bisquencocrafts.com/">Bisque</a><br>
<a href="https://bisquencocrafts.com/">Bisque</a><br>
<a href="https://korvo.ai/">Korvo AI</a><br>
<a href="https://www.clarkeis.com/">Clarke Information Systems</a><br>
<a href="https://github.com/ryleu">Riley</a><br>
<a href="https://scrappysgarage.org/">Scrappy's Garage</a>
</div>
</div>
</div>
<div id="actualbottom">© 2025 Tyler Clarke. Generated with <a href="https://swaous.asuscomm.com/sitix/">Sitix</a>.</div>
<script src="http://localhost:8080/scrolly.js"></script>
</body>
</html>