add projects

This commit is contained in:
Arthur Lu
2025-01-24 23:06:24 +00:00
parent d140516bd3
commit 1e9bcb1bd3
6 changed files with 92 additions and 11 deletions

View File

@@ -37,18 +37,18 @@
</figcaption>
</figure>
<figure class="overlay-container project">
<img src="/resources/projects/pico_bmc.jpg" alt="" class="image">
<img src="/resources/projects/pico-bmc.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="" class="overlay-content">
<a href="/projects/pico-bmc.html" class="overlay-content">
<h2>Pico BMC</h2>
<p>Add remote management features to any motherboard.</p>
</a>
</figcaption>
</figure>
<figure class="overlay-container project">
<img src="/resources/projects/wfajs.jpg" alt="" class="image">
<img src="/resources/projects/wfa-js.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="" class="overlay-content">
<a href="/projects/wfa-js.html" class="overlay-content">
<h2>WFA-JS</h2>
<p>Implement Wavefront Alignment algorithm in JavaScript.</p>
</a>