-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (94 loc) · 5.38 KB
/
Copy pathindex.html
File metadata and controls
109 lines (94 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<title>Max's Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Hi, I'm Max" />
<meta property="og:description" content="My website to showcase my projects and interests." />
<meta property="og:url" content="https://maxreinartz.dev/" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="icon" type="image/png" href="https://github.com/maxreinartz.png?size=64" />
<script defer src="https://cloud.umami.is/script.js" data-website-id="81d6e91b-7ac7-455a-9392-18fef1e73f9f"></script>
</head>
<!--
Inspired by domi's webpage
https://sdomi.pl/
-->
<body>
<div id="header">
<div id="header-left">
<img src="https://github.com/maxreinartz.png" alt="Profile Picture / Koito Yuu" title="Yuu">
</div>
<div id="header-right">
<h1>Hi, I'm Max</h1>
<ul id="socials">
<li class="menuitem"><a href="https://github.com/maxreinartz" target="_blank">GitHub</a></li>
<li class="menuitem"><a href="https://bsky.app/profile/maxreinartz.dev" target="_blank">Bluesky</a></li>
<li class="menuitem"><a href="https://anilist.co/user/Max7689/" target="_blank">Anilist</a></li>
<li class="menuitem"><a href="https://x.com/max76dev" target="_blank">Twitter</a></li>
<li class="menuitem"><a href="https://steamcommunity.com/id/maxreinartz/" target="_blank">Steam</a></li>
<li class="menuitem"><a href="https://www.last.fm/user/maxreinartz" target="_blank">Last.fm</a></li>
<li class="menuitem"><a href="mailto:[email protected]">Email</a></li>
</ul>
</div>
</div>
<div id="content">
<div id="quote">
<span class="accent">「</span> No one can just 'become' someone else. You can't be anybody but yourself. Don't give yourself up to become someone else. <span class="accent">」</span>
<br>
- Koito Yuu, <em><a href="https://anilist.co/manga/86218/Bloom-Into-You/" target="_blank">Bloom Into You</a></em>
</div>
<h3>About Me</h3>
<ul>
<li>💻 Developer</li>
<li>🎵 J-Pop</li>
<li>🎊 Anime</li>
</ul>
<p>
I am also interested in web development and programming in general. I love creating random projects when ever I have an idea come to mind. Feel free to check them out below!
</p>
<p>
For non-computer related stuff, I enjoy watching anime (check out my <a href="https://anilist.co/user/Max7689/" target="_blank">Anilist</a>!) and travelling around the world. Some of the places I've been to include Germany, Austria, Italy, Switzerland, France, and Japan.
</p>
<p>
I am also learning different languages! I natively speak English, but I am also learning Spanish and German, having the A2 certification for German.
</p>
<p>
I also love listening to music. My favorite artist is <a href="https://www.373official.com/" target="_blank">美波 (Minami)</a> and some of my favorite songs by her are 「<a href="https://song.link/i/1725802561" target="_blank">ホロネス</a>」 and 「<a href="https://song.link/i/1652463368" target="_blank">グッドラッカー</a>」. Other artists I like include YOASOBI, LiSA, Ling Tosite Sigure, Konomi Suzuki, and Hikaru Utada. You can check out some of my music stats over at <a href="https://www.last.fm/user/maxreinartz" target="_blank">last.fm</a>.
</p>
<p>
Some of my favorite anime are <em>Frieren: Beyond Journey's End</em>, <em>Fullmetal Alchemist: Brotherhood</em>, <em>Violet Evergarden</em>, and <em>Steins;Gate</em>. My favorite characters are Frieren from <em>Frieren: Beyond Journey's End</em>, Violet Evergarden from <em>Violet Evergarden</em>, Koito Yuu from <em>Bloom Into You</em>, Saotome Ranma from <em>Ranma 1/2</em>, and Shampoo from <em>Ranma 1/2</em>.
</p>
<h3>Projects</h3>
<ul>
<li>Bluesky Downloader / <a href="https://github.com/maxreinartz/Bluesky-Media-Downloader" target="_blank">Github</a>
<ul>
<li>Download media from Bluesky posts</li>
</ul>
</li>
<li>Microsoft Wallpaper Downloader / <a href="https://github.com/maxreinartz/MSFTWallpaperDownloader" target="_blank">Github</a>
<ul>
<li>Download wallpapers from Microsoft's Wallpaperhub page</li>
</ul>
</li>
<li>OtotoyCLI / <a href="https://github.com/maxreinartz/OtotoyCLI" target="_blank">Github</a>
<ul>
<li>A CLI tool for interacting with the Ototoy.jp API</li>
</ul>
</li>
<li><a href="https://frieren.pics" target="_blank">Frieren.pics</a> / <a href="https://github.com/maxreinartz/Frieren-Art" target="_blank">Github</a>
<ul>
<li>Get random Frieren pictures from the r/Frieren subreddit</li>
</ul>
</li>
<li><a href="https://catboys.pics" target="_blank">Catboys.pics</a> / <a href="https://github.com/maxreinartz/catboys.pics" target="_blank">Github</a>
<ul>
<li>Get random catboy pictures from various artists on Pixiv</li>
</ul>
</li>
</ul>
<p>Copyright (c) 2026 Max Reinartz, licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA</a></p>
</div>
</body>
</html>