From f6039d562d779545afe6c28f48cf9656d500abe0 Mon Sep 17 00:00:00 2001 From: vodofrede Date: Mon, 25 Mar 2024 22:58:02 +0100 Subject: [PATCH] english capitalization --- src/en/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/en/index.html b/src/en/index.html index decce57..da07bf0 100644 --- a/src/en/index.html +++ b/src/en/index.html @@ -18,7 +18,7 @@

Projects

-

Character planner

+

Character Planner

project source @@ -28,7 +28,7 @@
-

Hashing library

+

Hashing Library

project source @@ -39,7 +39,7 @@
-

Leetcode input parser

+

Leetcode Input Parser

project source @@ -50,7 +50,7 @@
-

Controllable string lights

+

Controllable String Lights

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.