english capitalization

This commit is contained in:
Frederik Palmø 2024-03-25 22:58:02 +01:00
parent a330503ad3
commit f6039d562d

View File

@ -18,7 +18,7 @@
<h2>Projects</h2>
<article class="column separate">
<div class="row separate wrap">
<h3>Character planner</h3>
<h3>Character Planner</h3>
<span class="row separate">
<a href="https://erdtree.palmoe.dk">project</a>
<a href="https://git.palmoe.dk/vodofrede/erdtree">source</a>
@ -28,7 +28,7 @@
</article>
<article class="column separate">
<div class="row separate wrap">
<h3>Hashing library</h3>
<h3>Hashing Library</h3>
<span class="row separate">
<a href="https://crates.io/crates/lore">project</a>
<a href="https://git.palmoe.dk/vodofrede/lore">source</a>
@ -39,7 +39,7 @@
</article>
<article class="column separate">
<div class="row separate wrap">
<h3>Leetcode input parser</h3>
<h3>Leetcode Input Parser</h3>
<span class="row separate">
<a href="https://crates.io/crates/eyes">project</a>
<a href="https://git.palmoe.dk/vodofrede/eyes">source</a>
@ -50,7 +50,7 @@
</article>
<article class="column separate">
<div class="row separate wrap">
<h3>Controllable string lights</h3>
<h3>Controllable String Lights</h3>
<span class="row separate"></span>
</div>
<p>This project involved a solution for having outdoor string lights for use in a covered lounge area. The project utilizes inexpensive, "dumb" string lights along with a microcontroller that provides a control interface accessible over the home network (for platforms like Apple HomeKit and Home-Assistant). Through this project, I have learned about IoT protocols and programming microcontrollers.</p>