fix bad link on cogwheel

This commit is contained in:
2026-01-31 21:44:05 -06:00
parent d99dc901ac
commit 37c4f8d2aa

View File

@@ -32,7 +32,7 @@
<div class="tui-frame"> <div class="tui-frame">
<h2 class="tui-frame-header">IMAGE</h2> <h2 class="tui-frame-header">IMAGE</h2>
<div class="tui-frame-content"> <div class="tui-frame-content">
<img class="tui-frame-single-image" src="res/chris2.jpg" /> <img class="tui-frame-single-image" src="res/chris.jpg" />
</div> </div>
</div> </div>
@@ -109,7 +109,7 @@
<p>A game made in 72 hours for the MiniJam #150 game jam, made in Godot. <a href="/dev/blight">-- Click here to play in your browser! --</a></p> <p>A game made in 72 hours for the MiniJam #150 game jam, made in Godot. <a href="/dev/blight">-- Click here to play in your browser! --</a></p>
<h2>Cogwheel</h2> <h2>Cogwheel</h2>
<p>A C# .NET 9 library that provides a robust and extendible Command and Developer Console system for Games and Software applications. <a href="https://git/bellsworne.tech/Bellsworne/cogwheel">-- Click here to view on Gitea --</a></p> <p>A C# .NET 9 library that provides a robust and extendible Command and Developer Console system for Games and Software applications. <a href="https://git.bellsworne.tech/Bellsworne/Cogwheel">-- Click here to view on Gitea --</a></p>
<h2>Interactive Map</h2> <h2>Interactive Map</h2>
<p>An interactive world map that uses the <a href="https://worldbank.org">World Bank</a> REST API to display country information. Made as a school project in AngularJS. <a href="dev/interactive-angular-map">-- Click here to access-- </a></p> <p>An interactive world map that uses the <a href="https://worldbank.org">World Bank</a> REST API to display country information. Made as a school project in AngularJS. <a href="dev/interactive-angular-map">-- Click here to access-- </a></p>