-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (137 loc) Β· 5.19 KB
/
index.html
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Personal website about me, my projects, software development, JavaScript and more." />
<meta name="author" content="Christian Diederich" />
<meta name="copyright" content="Christian Diederich" />
<meta name="date" content="2024-07-20" />
<meta property="og:title" content="Christian Diederich - Web, Engineering & More" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://diede.dev/android-chrome-512x512.png" />
<meta
property="og:description"
content="Personal website about me, my projects, software development, JavaScript and more." />
<meta property="og:url" content="https://diede.dev" />
<title>Christian Diederich - Web, Engineering & More</title>
<link rel="stylesheet" type="text/css" href="/main.css" />
<link rel="preload" href="/rubik-v28-latin-300.woff2" as="font" type="font/woff2" crossorigin />
</head>
<body>
<main>
<h1 class="hidden">About</h1>
<p class="large">π Hi, I'm Christian <span class="underline">Diede</span>rich</p>
<div class="photo-aside">
<div>
<img src="/photo.jpg" width="160" height="160" alt="Photo of myself" />
</div>
<p>
This is my personal website. Here you can find some information about me as well as my (mostly technical)
stuff. I'm also hanging around on
<a href="https://github.com/cd" target="_blank">GitHub</a>,
<a href="https://x.com/chrdiede" target="_blank">X</a>,
<a href="https://www.linkedin.com/in/christian-diederich-69a322143/" target="_blank">LinkedIn</a>, and in my
<a href="mailto:chrdiede@gmail.com" target="_blank">e-mail</a> inbox.
</p>
</div>
<h1>CV</h1>
<ul class="split">
<li>
<div>
<span class="emoji">π</span> Born, raised and living in
<span class="cohesion">
Germany
<svg
width="16"
height="16"
viewBox="0 0 5 3"
style="width: 1em; height: 0.7em"
preserveAspectRatio="none">
<rect width="5" height="1" y="0" x="0" fill="#000" />
<rect width="5" height="1" y="1" x="0" fill="#D00" />
<rect width="5" height="1" y="2" x="0" fill="#FFCE00" />
</svg>
</span>
</div>
<div>1989β</div>
</li>
<li>
<div><span class="emoji">π»</span> Developing (mostly for the web)</div>
<div>2001β</div>
</li>
<li>
<div><span class="emoji">π§</span> Trained industrial mechanic</div>
<div>2006β2010</div>
</li>
<li>
<div><span class="emoji">βοΈ</span> Studied mechanical engineering</div>
<div>2011β2016</div>
</li>
<li>
<div><span class="emoji">π¦Ύ</span> Advancing digital products in the manufacturing industry</div>
<div>2016β</div>
</li>
<li>
<div><span class="emoji">πΆ</span> Being a father</div>
<div>2019β</div>
</li>
<li>
<div><span class="emoji">π</span> Ran my own company</div>
<div>2021β2023</div>
</li>
</ul>
<h1>Projects</h1>
<ul class="split">
<li>
<div>
<a href="https://www.eigenheimfrage.de/" target="_blank">Eigenheimfrage</a> β real estate calculator
</div>
<div>2024β</div>
</li>
<li>
<div><a href="/subline.watch/en" target="_blank">SubLine Watch</a> β industrial smartwatch solution</div>
<div>2021β2023</div>
</li>
<li>
<div>
<a href="https://github.com/cd/whiskey-kinetics" target="_blank">Whiskey Kinetics</a> β physics engine
library
</div>
<div>2020β</div>
</li>
<li>
<div><a href="https://github.com/cd/Lynch" target="_blank">Lynch</a> β front-end framework</div>
<div>2019β2020</div>
</li>
<li>
<div><a href="https://www.liga.guru/" target="_blank">Liga Guru</a> β AI to predict soccer results</div>
<div>2019β</div>
</li>
<li>
<div>
<a href="https://www.youtube.com/watch?v=GydOaZNa208" target="_blank">Crillance</a> β smartphone game
</div>
<div>2015β2016</div>
</li>
</ul>
</main>
<footer>
<nav>
<div class="underline"></div>
<p>That's it! π</p>
<p>
Did you like the content? Then subscribe to my
<a href="https://buttondown.email/diede" target="_blank">newsletter</a> or
<a href="https://buttondown.email/diede/rss" target="_blank">RSS feed</a> and don't miss any new stuff!
</p>
<div class="legal-links">
<a href="/privacy-policy">Privacy Policy</a>
<a href="/imprint">Imprint</a>
</div>
</nav>
</footer>
</body>
</html>