aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-04-15 17:35:29 +0200
committerschererleander <leander@schererleander.de>2025-04-15 17:35:29 +0200
commit887dab3b619bdfcceb3a9a9d37da81948372e3d9 (patch)
tree22a022d9a0eb833a168042655fd0832406e0479f /html
parent1808e67d24dd62c344e5b8f733ec58cd6701646a (diff)
update index site
Diffstat (limited to 'html')
-rw-r--r--html/index.html50
1 files changed, 26 insertions, 24 deletions
diff --git a/html/index.html b/html/index.html
index bcb0e87..6e55ebc 100644
--- a/html/index.html
+++ b/html/index.html
@@ -7,30 +7,32 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
- <h1>hi,</h1>
- <p>i am <b>leander</b>. since i am young, i have passion for computers and software. i once hosted a minecraft server and wrote plugins for it, which got me into programming. i'm currently focused on backend web development.</p>
- <p>as of now i am 20, currently in uni and studying computer science. below are few more things that iam interrested in:</p>
- <ul>
- <li>digital minimalism</li>
- <li>digital privacy</li>
- <li>*nix systems</li>
- <li>homelab/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>
+ <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>