change some project links
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Nicholas Orlowsky 2025-02-24 21:44:00 -05:00
parent 1bebeadc88
commit 04793cdf9b

View file

@ -21,7 +21,7 @@
<div>
<h2>Anthracite Web Server</h2>
<p><i>C++ &amp; Python</i></p>
<a href="https://github.com/nickorlow/anthracite">[ GitHub Repo ]</a>
<a href="https://git.nickorlow.com/nickorlow/anthracite">[ Git Repo ]</a>
<p>
Anthracite is a simple web server written in C++. It currently supports HTTP/1.0 and HTTP/1.1.
The benchmarking tools for Anthracite are written in Python. Anthracite is optimized for performance
@ -57,7 +57,7 @@
<div>
<h2>SQUIRREL</h2>
<p><i>Rust</i></p>
<a href="https://github.com/nickorlow/squirrel">[ GitHub Repo ]</a>
<a href="https://git.nickorlow.com/nickorlow/squirrel">[ Git Repo ]</a>
<p>
SQUIRREL stands for SQL Query Util-Izing Rust's Reliable and Efficient Logic. It is a SQL database
that I am writing in Rust. Currently, it can create tables, insert data into tables, and select all
@ -90,6 +90,7 @@
</div>
<div style="width: 100%; display: flex; justify-content: center; padding: 5px;">
<a href="https://github.com/nickorlow">[ See more projects on GitHub ]</a>
<a style="margin: 5px" href="https://github.com/nickorlow">[ See more projects on GitHub ]</a>
<a style="margin: 5px" href="https://git.nickorlow.com/nickorlow">[ See more projects on Forgejo ]</a>
</div>
</div>