From a3715e705664f0386b76b0b3c68e39811d77f949 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 8 Aug 2024 13:21:36 +0200 Subject: initial commit --- html/404.html | 18 +++++++++++++ html/404.png | Bin 0 -> 444707 bytes html/gear.html | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ html/index.html | 36 +++++++++++++++++++++++++ html/projects.html | 60 ++++++++++++++++++++++++++++++++++++++++++ html/robots.txt | 2 ++ html/style.css | 9 +++++++ 7 files changed, 200 insertions(+) create mode 100644 html/404.html create mode 100644 html/404.png create mode 100644 html/gear.html create mode 100644 html/index.html create mode 100644 html/projects.html create mode 100644 html/robots.txt create mode 100644 html/style.css (limited to 'html') diff --git a/html/404.html b/html/404.html new file mode 100644 index 0000000..4debd65 --- /dev/null +++ b/html/404.html @@ -0,0 +1,18 @@ + + + + + + ߸ schererleander + + + + +

404 — Not found

+

Sorry not found, you will be redirected!

+ + + + diff --git a/html/404.png b/html/404.png new file mode 100644 index 0000000..f8f7719 Binary files /dev/null and b/html/404.png differ diff --git a/html/gear.html b/html/gear.html new file mode 100644 index 0000000..d04e0fd --- /dev/null +++ b/html/gear.html @@ -0,0 +1,75 @@ + + + + + + ߸ shinjū + + + +

gear

+ +

desktop

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionLinks
AMD Ryzen 7 7700xCPUAMD
NH-D9L chromax.blackCPU CoolerNoctua
G.Skill 16GB DDR4 3200MHzRAMG.Skill
ROG STRIX B650E-IMotherboardASUS
Samsung 980 Pro 2TB M.2Storage (Windows)Samsung
Crucial P3 Plus 500GBStorage (Linux)Crucial
Corsair SF Series SF750PSUCorsair
Asus ROG Strix RX580 8GBGPU (needs a upgrade)ASUS
+ + + 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 @@ + + + + + + ߸ shinjū + + + +

hi,

+

i am leander. 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.

+

as of now i am 20, currently in uni and studying computer science. below are few more things that iam interrested in:

+ +
+ + + + diff --git a/html/projects.html b/html/projects.html new file mode 100644 index 0000000..87943d1 --- /dev/null +++ b/html/projects.html @@ -0,0 +1,60 @@ + + + + + + ߸ shinjū + + + +

projects

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
namedescriptionlinks
HackintoshWas 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 afterwardGitHub
Space InvadersOld school project of mineGitHub
Markdown PreviewLive preview of markdown, supports very basic syntaxGitHub
Quiz WebsiteQuiz website for school project, very basic and hacked togetherGitHub
hyprland ricegot into ricing, used arch btwGitHub
another ricetried a different wm, stopped ricing after that, consumed a lot of timeGitHub
+ + + diff --git a/html/robots.txt b/html/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/html/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..f3cf308 --- /dev/null +++ b/html/style.css @@ -0,0 +1,9 @@ +* { + font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; +} +body { + background: #EBE9DA; + max-width: 50em; + margin: 0 auto; + padding: 1.25em; +} -- cgit v1.3.1