aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 01:01:17 +0200
committerschererleander <leander@schererleander.de>2025-05-30 01:01:17 +0200
commitafdc982863b6cca573f1db58e1795aa8c45fabca (patch)
tree6b94d2ffdcb0e1b5ccbaf584c825763ab72ab99d /html
parent8f2c8393510dfefc22871661b0ef9964569e290b (diff)
rewrite site
Diffstat (limited to 'html')
-rw-r--r--html/404.html18
-rw-r--r--html/404.pngbin444707 -> 0 bytes
-rw-r--r--html/gear.html108
-rw-r--r--html/homelab.html30
-rw-r--r--html/index.html38
-rw-r--r--html/nas.pngbin248497 -> 0 bytes
-rw-r--r--html/pi.pngbin836782 -> 0 bytes
-rw-r--r--html/projects.html86
-rw-r--r--html/robots.txt2
-rw-r--r--html/style.css19
10 files changed, 0 insertions, 301 deletions
diff --git a/html/404.html b/html/404.html
deleted file mode 100644
index 585f099..0000000
--- a/html/404.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>߸ 404 — Not found</title>
- <link rel="stylesheet" href="style.css">
- <script>
- window.setTimeout(function() { window.location.href = "/"; }, 3000);
- </script>
- </head>
- <body>
- <h1>404 — Not found</h1>
- <p>Sorry not found, you will be redirected!</p>
- <img width="500px" src="404.png">
- </body>
-</html>
-
diff --git a/html/404.png b/html/404.png
deleted file mode 100644
index f8f7719..0000000
--- a/html/404.png
+++ /dev/null
Binary files differ
diff --git a/html/gear.html b/html/gear.html
deleted file mode 100644
index 5b858e2..0000000
--- a/html/gear.html
+++ /dev/null
@@ -1,108 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>߸ gear</title>
- <link rel="stylesheet" href="style.css"">
- </head>
- <body>
- <h1>gear</h1>
- <ul>
- <li>iPhone 11</li>
- <li>AirPods Pro 1st Generation</li>
- <li>MacBook Air M2</li>
- </ul>
- <h2>desktop</h2>
- <table>
- <thead>
- <tr class="header">
- <th>Name</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>AMD Ryzen 7 7700x</td>
- <td>CPU</td>
- </tr>
- <tr>
- <td>NH-D9L chromax.black</td>
- <td>CPU Cooler</td>
- </tr>
- <tr>
- <td>G.Skill Trident Z5 NEO EXPO 32GB DDR5-6000</td>
- <td>RAM</td>
- </tr>
- <tr>
- <td>ROG STRIX B650E-I</td>
- <td>Motherboard</td>
- </tr>
- <tr>
- <td>Samsung 980 Pro 2TB M.2</td>
- <td>Storage (Windows)</td>
- </tr>
- <tr>
- <td>Crucial P3 Plus 500GB</td>
- <td>Storage (Linux)</td>
- </tr>
- <tr>
- <td>Corsair SF Series SF750</td>
- <td>PSU</td>
- </tr>
- <tr>
- <td>XFX Radeon RX 9070 QuickSilver</td>
- <td>GPU</td>
- </tr>
- <tr>
- <td>Ncase M2 - Round</td>
- <td>Case</td>
- </tr>
- </tbody>
- </table>
- <h2>nas</h2>
- <p>running unraid in raid-1</p>
- <table>
- <thead>
- <tr class="header">
- <th>Name</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>AMD Ryzen 5 5600G</td>
- <td>CPU</td>
- </tr>
- <tr>
- <td>Kingston KSM32ED8 2x 8GB ECC</td>
- <td>RAM</td>
- </tr>
- <tr>
- <td>ASRock B550M-ITX</td>
- <td>MOBO</td>
- </tr>
- <tr>
- <td>AMD Ryzen 5 5600G</td>
- <td>CPU</td>
- </tr>
- <tr>
- <td>2x Seagate IronWolf 8TB</td>
- <td>Storage</td>
- </tr>
- <tr>
- <td>Partio M.2 P300 128GB</td>
- <td>Cache</td>
- </tr>
- <tr>
- <td>Corsair SF450</td>
- <td>PSU</td>
- </tr>
- <tr>
- <td>Jonsbo N2</td>
- <td>Case</td>
- </tr>
- </tbody>
- </table>
- </body>
-</html>
diff --git a/html/homelab.html b/html/homelab.html
deleted file mode 100644
index 1e9ee68..0000000
--- a/html/homelab.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>߸ homelab</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <h1>home lab</h1>
- <h2>nas</h2>
- <img width="280" src="nas.png" alt="NAS setup">
- <p>My custom-built NAS running Unraid in RAID-1 hosts the following services. See <a href="gear.html">gear</a> for specs.</p>
- <ul>
- <li><strong>Jellyfin:</strong> Media library</li>
- <li><strong>Kavita:</strong> Ebooks and manga</li>
- <li><strong>AdGuard Home:</strong> Ad blocking</li>
- <li><strong>Nginx:</strong> Reverse proxy</li>
- <li><strong>Ollama:</strong> Enough for small LLM testing</li>
- </ul>
- <p>For remote access, I use a VPN to connect to the machine. I also back up my MacBook using Time Machine, and for my desktop and VPS I use rsync.</p>
-
- <h2>raspberry pi</h2>
- <img width="280px" src="pi.png">
- <p>Raspberry Pi 5 (8GB) running Homebridge to integrate non-HomeKit devices. It also serves as a precision NTP server using a Uputronics GPS module.</p>
-
- <h2>vps</h2>
- <p>Cheap Ionos VPS for services exposed to the internet. Mainly using it for hosting this website and Nextcloud.</p>
- </body>
-</html> \ No newline at end of file
diff --git a/html/index.html b/html/index.html
deleted file mode 100644
index 6e55ebc..0000000
--- a/html/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>߸ hi</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <main>
- <h1>hi,</h1>
- <p>i'm <b>leander</b>. since i am young, i have passion for hardware and software.</p>
- <p>as of now i am <b>20</b>, currently in university studying computer science. below are few things that i'm interrested in:</p>
- <ul>
- <li>digital minimalism</li>
- <li>*nix systems</li>
- <li>3d printing</li>
- <li><a href="/homelab.html">homelab</a>/self hosting</li>
- <li>seinen manga</li>
- </ul>
- <hr>
- <nav>
- <a href="https://github.com/schererleander">git</a>
- #
- <a href="/projects.html">projects</a>
- #
- <a href="https://github.com/schererleander/dotfiles">dotfiles (should update them)</a>
- #
- no socials
- #
- <a href="/gear.html">gear</a>
- #
- <a href="mailto:leander@schererleander.de">contact</a>
- </nav>
- </main>
-</body>
-</html>
-
diff --git a/html/nas.png b/html/nas.png
deleted file mode 100644
index 0c50ba3..0000000
--- a/html/nas.png
+++ /dev/null
Binary files differ
diff --git a/html/pi.png b/html/pi.png
deleted file mode 100644
index 90760e9..0000000
--- a/html/pi.png
+++ /dev/null
Binary files differ
diff --git a/html/projects.html b/html/projects.html
deleted file mode 100644
index 90d3bfd..0000000
--- a/html/projects.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>߸ projects</title>
- <link rel="stylesheet" href="style.css">
-</head>
-<body>
- <h1>projects</h1>
- <table>
- <colgroup>
- <col style="width: 25%">
- <col style="width: 37%">
- <col style="width: 17%">
- <col style="width: 20%">
- </colgroup>
- <thead>
- <tr class="header">
- <th>name</th>
- <th>description</th>
- <th>links</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Space Invaders</td>
- <td>Old school project of mine</td>
- <td><a href="https://github.com/schererleander/pygame-space-invaders">GitHub</a></td>
- </tr>
- <tr>
- <td>Hackintosh</td>
- <td>Was fascinated with macOS didnt had a Mac so i was lucky that my pc was compatible. I really liked MacOS and even bough a MacBook afterward</td>
- <td><a href="https://github.com/schererleander/opencore-config">GitHub</a></td>
- </tr>
- <tr>
- <td>hyprland rice</td>
- <td>got into ricing, used arch btw</td>
- <td><a href="https://github.com/schererleander/hyprdots">GitHub</a></td>
- </tr>
- <tr>
- <td>Markdown Preview</td>
- <td>Live preview of markdown, supports very basic syntax</td>
- <td><a href="https://github.com/schererleander/markdown-preview">GitHub</a></td>
- </tr>
- <tr>
- <td>Quiz Website</td>
- <td>Quiz website for school project, very basic and hacked together</td>
- <td><a href="https://github.com/schererleander/expressjs-quiz">GitHub</a></td>
- </tr>
- <tr>
- <td>raylib-shooter</td>
- <td>unfinished raylib project of mine</td>
- <td><a href="https://github.com/schererleander/raylib-shooter">GitHub</a></td>
- </tr>
-
- <tr>
- <td>another rice</td>
- <td>tried a different wm, stopped ricing after that, consumed a lot of time</td>
- <td><a href="https://github.com/schererleander/labwcdots">GitHub</a></td>
- </tr>
- <tr>
- <td>Expressjs login</td>
- <td>web app using react for frontend and express for backend with JSON Web Token (JWT) for session handling</td>
- <td><a href="https://github.com/schererleander/expressjs-login">GitHub</a></td>
- </tr>
- <tr>
- <td>Authentication</td>
- <td>yet another authentication system. this time, it securely stores passwords using bcrypt with salting.</td>
- <td><a href="https://github.com/schererleander/authentication">GitHub</a>
- </tr>
- <tr>
- <td>Python ICS Modifier</td>
- <td>simple python script to add reminder (to take out the trash) at 17:00 the day before the event</td>
- <td><a href="https://github.com/schererleander/python-ics-modifier">GitHub</a></td>
- </tr>
- <tr>
- <td>todolist</td>
- <td>a simple command-line todolist in C using ncurses</td>
- <td><a href="https://github.com/schererleander/todolist">GitHub</a></td>
- </tr>
- </tbody>
- </table>
- </body>
-</html>
-
diff --git a/html/robots.txt b/html/robots.txt
deleted file mode 100644
index 1f53798..0000000
--- a/html/robots.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-User-agent: *
-Disallow: /
diff --git a/html/style.css b/html/style.css
deleted file mode 100644
index 83af079..0000000
--- a/html/style.css
+++ /dev/null
@@ -1,19 +0,0 @@
-* {
- font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
-}
-body {
- background-color: #EBE9DA;
- background-size: 20px 20px;
- background-image:
- linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px),
- linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
- margin: 0 auto;
- padding: 2rem;
- max-width: 900px;
-}
-
-img {
- display: block;
- border-radius: 0.5rem;
- margin: 0 auto;
-}