all repos — breadsite @ 7cdf327f0dfc3f9681e15dd6323eebe96ffcfa31

Unnamed repository; edit this file 'description' to name the repository.

Merge branch 'dev'
confuseddbread confuseddbread@gmail.com
Sun, 11 Jan 2026 21:02:26 +0100
commit

7cdf327f0dfc3f9681e15dd6323eebe96ffcfa31

parent

44b0946384fefba15111e21eac97ab69f8f2a0c7

A blog/visor.html

@@ -0,0 +1,36 @@

+<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>visor | 6B74-4's site</title> + <link href="/style.css" rel="stylesheet"/> +</head> +<body> + <h1>Blog on this one's visor and modifications</h1> + <section id="about"> + <h2><a href="#about" aria-hidden="true">#</a> About this page</h2> + <p>This page documents the making and modification of this one's visor. It was created after the Visor was already built, so details and images up until that point may be missing. This one will however try to log future modifications in more detail.</p> + </section> + <section id="materials"> + <h2><a href="#materials" aria-hidden="true">#</a> Materials</h2> + <p>A short lists of the things used to make this visor with aproximate prices.</p> + <ul> + <li> + cheap 3M 6800 full-face mask knock-off, 30€ + </li> + <li> + 15% VLT car tinting foil, 21€ for a big roll + (one may also ask this one for a peice since it has a lot left over) + </li> + <li> + 2 WS2812B bendable LED-matrices with holes in them from AliExpress. + These ones are 200x50mm with 8x32 LEDs each and barely fit the Visor while bent. + </li> + <li> + an ESP32 for about 5€ + </li> + </ul> + </section> +</body> +</html>
M index.htmlindex.html

@@ -69,6 +69,17 @@ Set up a matrix server for beeping.pet that runs continuwuity.

</p> </section> </section> + <section id="blog"> + <h2><a href="#blog" aria-hidden="true">#</a> Blog</h2> + <p> + List of blog posts, mostly documenting projects. + </p> + <ul> + <li> + <a href="blog/visor.html">visor</a> + </li> + </ul> + </section> <section id="buttons"> <a href="https://beeping.pet"><img src="https://beeping.pet/assets/88x31/6B74-4.png" alt="6B74-4"></a> <a href="https://tulpenkiste.codeberg.page"><img src="https://tulpenkiste.codeberg.page/assets/img/butts/mine.png" alt="Tulpenkiste's Code Cave"></a>