From 093539ff7490473c08120f63908085c906d880c7 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Mon, 13 Apr 2026 00:38:22 +1200 Subject: [PATCH] page for articles im planning --- src/pages/articles/todo/index.astro | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/pages/articles/todo/index.astro diff --git a/src/pages/articles/todo/index.astro b/src/pages/articles/todo/index.astro new file mode 100644 index 0000000..99f9aff --- /dev/null +++ b/src/pages/articles/todo/index.astro @@ -0,0 +1,51 @@ +--- +import BaseHead from '../../../components/BaseHead.astro'; +import Footer from '../../../components/Footer.astro'; +import Header from '../../../components/Header.astro'; +import { SITE_DESCRIPTION, SITE_TITLE } from '../../../consts'; +export const prerender = true; + + +--- + + + + + + + +
+
+
+

articles and projects i want to make/write there will be more added

+
    +
  • receipt printer fax machine
  • +
  • making the best all in one note book
  • +
  • fpga graphic card
  • +
  • writing design reports
  • +
  • building an eletronics lab
  • +
  • designs of a tiny houses
  • +
  • modern bullitin board: the implemention
  • +
  • write your own ui layout engine
  • +
  • desgining a dual rail power supply
  • +
  • making my perfect keyboard
  • +
  • programming an terimal ascii drawing tool
  • +
  • building a universal generator for powering microcontrollers
  • +
  • building the perfect part storage system
  • +
  • making pcbs at home
  • +
  • finding the best knowagle management tool
  • +
  • building my own markdown language
  • +
  • making a chat app for the rpg paranoia
  • +
  • opencad parametric 3d printer with auto generting bom
  • +
  • automatic pcb enclosure program
  • +
+
+
+