diff options
| author | schererleander <leander@leander-scherer.de> | 2024-08-08 13:21:36 +0200 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2024-08-08 13:21:36 +0200 |
| commit | a3715e705664f0386b76b0b3c68e39811d77f949 (patch) | |
| tree | e8f0dbab62259d0f823392039beaf20491aff035 /html/index.html | |
| parent | 3dd86438c4739e7f1959816632c157f28103e2d4 (diff) | |
initial commit
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..dcc8780 --- /dev/null +++ b/html/index.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"> + <title>߸ shinjū</title> + <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> +</body> +</html> + |
