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:
parent
74471a21d2
commit
6161920612
3 changed files with 4 additions and 20 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue