-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (245 loc) · 9.83 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!doctype html>
<html id="html" lang="en" dir="ltr" class="js-off">
<head>
<meta charset="utf-8" />
<title>Christian Dunkel - Portfolio</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,user-scalable=1,minimum-scale=1.0" />
<link rel="canonical" href="https://christiandunkel.github.io" />
<meta name="description" content="I'm a web developer from Germany. Check out my projects that range from websites to Javascript libraries." />
<meta name="keywords" content="christian dunkel, portfolio, web developer, software developer" />
<meta name="author" content="Christian Dunkel">
<meta name="robots" content="index, follow">
<script type="text/javascript">
(function () {
// tell CSS that Javascript is on
document.documentElement.className = document.documentElement.className.replace(/js\-off/, 'js-on');
// determine user language (only front-end, unreliable)
// get current language properties
var n = window.navigator;
var lang_props = [
n.languages ? n.languages[0] : undefined,
n.language,
n.userLanguage,
n.systemLanguage,
n.browserLanguage
];
for (var i = lang_props.length; i--;) {
// get language code from property
var code = lang_props[i];
if (!code) {
continue;
}
// shorten code if needed e.g. "en-us" -> "en"
code = code.substring(0,2);
// if a different language than "en" is detected in
// any of the properties and it's supported, load it
if (code == 'de') {
document.documentElement.setAttribute('lang', code);
break;
}
}
})();
</script>
<!-- Share Information -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://christiandunkel.github.io">
<meta property="og:title" content="Christian Dunkel">
<meta property="og:description" content="I'm a web developer from Germany. Check out my projects that range from websites to Javascript libraries.">
<!-- Application Data Resources -->
<meta name="theme-color" content="#b71a49">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!-- Stylesheets and Fonts -->
<link rel="preload" href="/font/ubuntu.woff2" as="font" type="font/woff2" crossorigin />
<link rel="stylesheet" type="text/css" href="css/app.min.css">
</head>
<body>
<nav id="nav">
<div class="bar">
<a class="mobile-logo" href="#html" title="Go to top" data-title-de="Nach oben">
<span>Christian</span>
<span>Dunkel</span>
</a>
<div id="mobile-menu">
<div class="overlay"></div>
<div class="content">
<div class="center">
<a class="a0 logo-link active" href="#html" title="To top" data-title-de="Nach oben"></a>
<a class="a1" href="#about">
<span lang="en">About</span>
<span lang="de">Über</span>
</a>
<a class="a2" href="#projects">
<span lang="en">Projects</span>
<span lang="de">Projekte</span>
</a>
<!--<a class="a3" href="#contact">
<span lang="en">Contact</span>
<span lang="de">Kontakt</span>
</a>-->
<div class="hover-bg"></div>
<button id="language-btn" title="Change language" data-title-de="Sprache wechseln">
<b>
<span class="en"></span>
<span class="de"></span>
</b>
<span lang="en">English</span>
<span lang="de">Deutsch</span>
</button>
</div>
</div>
</div>
<button id="hamburger-btn" class="hide-without-js" title="Toggle menu" data-title-de="Öffne und schließe das Menü">
<b>
<i class="i1"></i>
<i class="i2"></i>
<i class="i3"></i>
<i class="i4"></i>
</b>
</button>
</div>
</nav>
<div id="animated-background"></div>
<main>
<section id="intro">
<div class="text">
<div class="flex">
<div class="center">
<div class="greet">
<span lang="en">Hi, I'm</span>
<span lang="de">Hi, ich bin</span>
</div><br />
<h1 class="name"><span>Christian</span>,</h1><br />
<div class="desc">
<span lang="en">a web developer from<br /><b>Germany</b>.</span>
<span lang="de">ein Web-Entwickler aus<br /><b>Deutschland</b>.</span>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="content-section">
<h2 class="responsive">
<span lang="en">About me</span>
<span lang="de">Über mich</span>
</h2>
<p class="responsive">
<span lang="en">I started out editing videos and images, before I discovered the wonders of <b class="blue">web development</b>!</span>
<span lang="de">Ich begann mit dem Bearbeiten von Videos und Bildern, bevor ich die <b class="blue">Web-Entwicklung</b> für mich entdeckt habe!</span>
</p>
<p class="responsive">
<span lang="en">Now I create <b>responsive, accessible websites</b> with JavaScript, PHP and other technologies!</span>
<span lang="de">Nun erstelle ich <b>anpassungsfähige, zugängliche Websites</b> mit JavaScript, PHP und anderen Technologien!</span>
</p>
</section>
<section id="projects" class="content-section">
<h2 class="responsive">
<span lang="en">Projects</span>
<span lang="de">Projekte</span>
</h2>
<p class="responsive hide-without-js">
<span lang="en">Select the <b>categories</b> you want the projects to have:</span>
<span lang="de">Wähle die <b>Kategorien</b> aus, die die Projekte haben sollen:</span>
</p>
<!-- project display settings -->
<button id="project-settings-btn" class="responsive small" title="Settings" data-title-de="Einstellungen">
<span>+</span>
</button>
<div id="project-settings-menu" aria-hidden="true">
<div class="menu">
<button id="project-switch-logic-btn" class="responsive small" logic="AND">
<i lang="en">
Change the project selection logic:<br />
<b class="or">OR</b>
<b class="and">AND</b>
</i>
<i lang="de">
Ändere die Projekt-Auswahl Logik:<br />
<b class="or">ODER</b>
<b class="and">UND</b>
</i>
</button>
</div>
</div>
<!-- project-category-select buttons are inserted here -->
<br class="responsive hide-without-js" />
<hr class="responsive hide-without-js" />
<div id="projects-container">
<!-- project cards are inserted here -->
<p class="responsive small no-projects-selected hide-without-js">
<span lang="en">No projects fitting the requirements found.</span>
<span lang="de">Keine Projekte passend zu den Anforderungen gefunden.</span>
</p>
<p class="responsive small hide-with-js">
<span lang="en">Please enable JavaScript in your browser to load the projects.</span>
<span lang="de">Bitte aktivieren Sie JavaScript in ihrem Browser, um die Projekte zu laden.</span>
</p>
</div>
</section>
<!--<section id="contact" class="content-section">
<h2 class="responsive">
<span lang="en">Contact</span>
<span lang="de">Kontakt</span>
</h2>
<p class="responsive">
<span lang="en">You can contact me <b>via e-mail</b>, and I'll come back to you as fast as possible!</span>
<span lang="de">Sie können mich <b>per E-Mail</b> kontaktieren, und ich werde so schnell wie möglich auf Sie zurück kommen!</span>
</p>
<div class="mail-container">
<input class="checkbox" type="checkbox" />
<div class="mail-btn responsive">
<span lang="en">Show e-mail adress →</span>
<span lang="de">Zeige E-Mail Adresse →</span>
</div>
<a class="mail responsive" href="mailto:christiandunkel@protonmail.com">christiandunkel@protonmail.com</a>
</div>
<hr />
<p class="responsive">
<span lang="en">You can also find me here:</span>
<span lang="de">Sie können mich auch hier finden:</span>
</p>
<a class="responsive socialmedia github" href="https://github.com/christiandunkel" target="_blank" rel="noopener noreferrer">GitHub</a>
</section>-->
</main>
<div id="footer-graphic">
<div class="layer1">
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
</div>
<div class="layer2">
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
</div>
</div>
<footer>
<button id="to-top" class="hide-without-js" title="Go to top" data-title-de="Nach oben">
<b>
<i class="head1"></i>
<i class="head2"></i>
</b>
</button>
<p class="responsive small">
<span lang="en">The source code is hosted <a href="https://github.com/christiandunkel/christiandunkel.github.io" target="_blank" rel="noopener noreferrer">here</a> on GitHub.</span>
<span lang="de">Der Quellcode wird auf <a href="https://github.com/christiandunkel/christiandunkel.github.io" target="_blank" rel="noopener noreferrer">GitHub</a> gehostet.</span>
</p>
<p class="responsive small">
<span lang="en">© Copyright <span class="current-year"></span>, Christian Dunkel</span>
<span lang="de">© Urheberrecht <span class="current-year"></span>, Christian Dunkel</span>
</p>
</footer>
<div id="reduced-motion-preference" class="hidden-message"></div>
<script defer src="js/app.min.js"></script>
</body>
</html>