Added more content to the projects page.

This commit is contained in:
Andrew Lalis 2023-09-27 16:17:50 -04:00
parent d875f16d33
commit 8c65a213ad
1 changed files with 19 additions and 0 deletions

View File

@ -39,6 +39,22 @@
<hr>
</header>
<main>
<article>
<h2>Active Web Projects</h2>
<p>
The following list of links will lead you to various subdomains of andrewlalis.com that host active projects that I'm running. Do note that there's no promise that anything will work as expected; they're my experimental projects.
</p>
<ul>
<li><a href="https://litelist.andrewlalis.com">LiteList App Demonstration</a></li>
<li><a href="https://schematics.andrewlalis.com">Minecraft/Create-Mod Schematic Exporter</a></li>
<li><a href="https://logbook.andrewlalis.com">Backend API for this site's logbook</a></li>
</ul>
</article>
<h2>All Projects</h2>
<p>
The following projects are a selection that I'm most proud of, or showcase some particular skill or challenge that was overcome. Please see my GitHub page for a full list of my publicly available projects.
</p>
<div class="project-card">
<h2><a href="https://litelist.andrewlalis.com">LiteList</a></h2>
<p>
@ -187,6 +203,9 @@
<p>
A Java library for defining common protocol of binary messages to transmit over the network, similar to <a href="https://protobuf.dev/">Protocol Buffers</a>, but for pure Java applications, so it can take advantage of records and avoid code-generation.
</p>
<p>
This was my first Java project published to the Maven central repository!
</p>
<div class="icons-row">
<img src="images/logo_java.svg" class="lang-icon" alt="Java programming language logo">
</div>