prune projects, rework nav and contact

- homepage: replace Projects nav link with Code (-> Forgejo profile)
- about: drop Projects section, fix dangling CTA
- contact: add Email (mailto) + GitHub, remove broken direct-message link
This commit is contained in:
Zachery Aaron Shores-Chmielewski 2026-08-12 21:23:34 +04:00
parent 74471a21d2
commit 6161920612
3 changed files with 4 additions and 20 deletions

View file

@ -123,23 +123,7 @@
<p>Software engineer cum neural network wrangler.</p>
<p>Technical interests include systems engineering, distributed compute, physical simulation, and applied machine learning infrastructure.</p>
<h2>Projects</h2>
<ul class="project-list">
<li>
<strong><a href="/projects/swactor">swactor</a></strong>
Toolkit for orchestrating somewhat-unreliable heterogeneous GPU nodes over WAN links.
</li>
<li>
<strong><a href="/projects/airfrans-neural-cfd-surrogate">AirfRANS / neural CFD surrogate</a></strong>
Machine learning as simulation: neural CFD surrogates, model scaling, and solver-grounded validation.
</li>
<li>
<strong><a href="/projects/cstat-yoke">cstat and yoke</a></strong>
Code as data: statistical structure, LLM coding behavior, and agent harnesses.
</li>
</ul>
<p>If any of these interest you, please <a href="/contact">contact me</a>. I love to talk shop.</p>
<p>If any of this interests you, please <a href="/contact">contact me</a>. I love to talk shop.</p>
</article>
<nav class="back-link">

View file

@ -127,8 +127,8 @@
<div class="glass-card">
<h2>Contact</h2>
<ul class="contact-list">
<li><a href="mailto:">Email me</a></li>
<li><a href="/contact/message">Direct message</a></li>
<li><a href="mailto:zachery.a.shores.chmielewksi@gmail.com">Email</a></li>
<li><a href="https://github.com/zacheryasc">GitHub</a></li>
</ul>
</div>

View file

@ -115,7 +115,7 @@
<nav>
<div class="nav-links">
<a href="./about">About</a>
<a href="./projects">Projects</a>
<a href="./code/zacheryasc">Code</a>
<a href="./contact">Contact</a>
</div>
</nav>