-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
291 lines (279 loc) · 13.4 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
<!DOCTYPE html>
<html lang="de">
<head>
<!-- META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Justin Krause">
<meta name="description" content="Moin, ich bin Justin. Aktuell absolviere ich meine Ausbildung zum Fachinformatiker - Fachrichtung: Systemintegration. Neben all dem Computerkram beschäftige ich mich mit der Hobbyfotografie.">
<meta name="keywords" content="Justin Luca Krause, Göttingen, Goettingen, IT, Informatik, GitHub, Justin, Krause, C#, HTML, Photography, Kamera, Computer, Server, Web, Fachinformatiker, WWS-InterCom, Ausbildung, CSS, CFGS, Carl-Friedrich-Gauß-Schule, BBS2, BBS II Göttingen, Programmierung, LogischesAlpaka, Fotografie, Video">
<meta name="robots" content="all">
<meta name="google-site-verification" content="Mf0D2zRaZnw0pfa1s1PFRoXEwrl8DJ5lNuNs5RW6vgc" />
<!-- SPEED -->
<link rel="preconnect" href="https://avatars.githubusercontent.com/">
<link rel="dns-prefetch" href="https://avatars.githubusercontent.com/">
<link rel="preconnect" href="https://source.unsplash.com/">
<link rel="dns-prefetch" href="https://source.unsplash.com/">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-icons/favicon-16x16.png">
<link rel="manifest" href="/favicon-icons/site.webmanifest">
<link rel="mask-icon" href="/favicon-icons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon-icons/mstile-144x144.png">
<meta name="msapplication-config" content="/favicon-icons/browserconfig.xml">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
<link rel="shortcut icon" href="/favicon-icons/favicon.ico">
<!-- PERFORMANCE -->
<link rel="stylesheet" href="/css/fonts.css">
<link rel="preload" as="style" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css">
<!-- TITLE -->
<title>Justin Luca Krause</title>
</head>
<body>
<html>
<head>
<script src="/jquery.js"></script>
<script>
$(function () {
$("#header").load("/static/header.html");
});
</script>
<noscript>
<p class="ui-text-intro">
Bitte aktivieren Sie Javascript in Ihrem Browser um eine korrekte
Darstellung der Seite zu gewährleisten!
<a href="/impressum.html" role="link" aria-label="#">
<small>Impressum</small>
</a>
<a href="/datenschutz.html" role="link" aria-label="#">
<small>Datenschutz</small>
</a>
<a href="/static/header.html" role="link" aria-label="#">
<small>Header</small>
</a>
<a href="/static/footer.html" role="link" aria-label="#">
<small>Footer</small>
</a>
</p>
</noscript>
</head>
<bod id="body">
<div id="header"></div>
</html>
<main role="main">
<section class="ui-section-hero">
<div class="ui-layout-container">
<div class="ui-section-hero__layout ui-layout-grid ui-layout-grid-2">
<!-- COPYWRITING -->
<img
src="https://avatars.githubusercontent.com/u/88859068"
width="80%"
alt="Justin Luca Krause Bild"
/>
<div>
<div>
<h1 id='hello'>Moin.</h1>
<script>
var text = ["Hallo,", "Servus,", "Hello World!", "Grüezi", "Hey", "Moin.", "Gude", "Ahoi", "Bonjour", "hola", "Hej", "[Begrüßung hier einfügen.]"];
var counter = 0;
var elem = $("#hello");
setInterval(change, 2800);
function change() {
elem.fadeOut(function(){
elem.html(text[counter]);
counter++;
if(counter >= text.length) { counter = 0; }
elem.fadeIn();
});
}
</script>
<h1>Ich bin Justin.</h1>
</div>
<p class="ui-text-intro">IT-Azubi, Nerd, Hobbyfotograf 🤓</p>
<!-- CTA -->
<div class="ui-component-cta ui-layout-flex">
<a href="#aboutme" role="link" aria-label="#"
class="ui-component-button ui-component-button-normal ui-component-button-primary">Über mich</a>
<!-- <p class="ui-text-note"><small></small></p>-->
<!-- Banner -->
<script>var myVar = setInterval(myTimer, 4000);
function myTimer() {
$("#banner").fadeOut(2000);
}</script>
<script>
$(document).ready(function(){
$("#body").click(function(){
$("#banner").hide(1000);
});
});
</script>
<div id="banner"> <small>Ich verwende keine Cookies :)</small></div>
</head>
<body>
</div>
</div>
<!-- IMAGE-->
</div>
</section>
<section id='aboutme' class="ui-section-feature">
<div class="ui-layout-container">
<div class="ui-section-feature__layout ui-layout-grid ui-layout-grid-1">
<div>
<h2>Über mich</h2>
<p class="ui-text-intro">Ich bin Justin Luca <br> Aktuell absolviere ich meine Ausbildung zum Fachinformatiker - Fachrichtung: Systemintegration.
<br>Nebenbei realisiere ich gelegentlich kleine und größere IT-Projekte für Familie, Freunde & Bekannte.
Außerdem versuche ich mich in der Programmierung & Webentwicklung.
<br>Mehr oder weniger gute Fotos mache ich auch noch!</p>
Schau dich einfach mal um.
</p>
</div>
</div>
</section>
<section class="ui-section-testimonial">
<div class="ui-layout-container">
<div class="ui-layout-column-6 ui-layout-column-center">
<h2> </h2>
<br>
<p class="ui-text-intro"> </p>
</div>
<div class="ui-section-testimonial__layout ui-layout-grid ui-layout-grid-3">
<div class="ui-layout-column-4">
<!--<img src="https://res.cloudinary.com/uisual/image/upload/assets/icons/avatar.svg" alt="#" class="ui-section-testimonial--avatar"> -->
<p class="ui-section-testimonial--author"><strong>Ausbildung zum Fachinformatiker<br>Fachrichtung Systemintegration</strong>
<br>WWS-InterCom GmbH
<br><small class="ui-text-note">August 2022 - Heute</small></p>
</div>
<div class="ui-layout-column-4">
<!--<img src="https://res.cloudinary.com/uisual/image/upload/assets/icons/avatar.svg" alt="#" class="ui-section-testimonial--avatar"> -->
<p class="ui-section-testimonial--author"><strong>Fachhochschulreife, Informationstechnologie</strong>
<br>BBS II Göttingen
<br>WWS-InterCom GmbH (Praktikum 960h)
<br><small class="ui-text-note">August 2020 - Juli 2022</small></p>
</div>
<!--
<div class="ui-layout-column-4">
<img src="" alt="#" class="ui-section-testimonial--avatar">
<p class="ui-section-testimonial--author"><strong>erweiterter Sekundarabschluss I</strong>
<br>Carl-Friedrich-Gauß-Schule<br>Groß Schneen
<br><small class="ui-text-note">2014 - 2020</small></p>
</div>
-->
</div>
</div>
</section>
<section id='projekte' class="ui-section-feature">
<div class="ui-layout-container">
<div class="ui-section-feature__layout ui-layout-grid-2">
<!-- FEATURE -->
<div>
<h2>Projekte</h2>
<p>Viele meiner Projekte sind noch zu Übungszwecken:</p>
<ul class="ui-component-list ui-component-list-feature ui-layout-grid">
<li class="ui-component-list--item ui-component-list--item-check"> <a
href="https://github.com/justinkra/justinkra.github.io" target="_blank" rel="noopener noreferrer"
role="link">Meine Webseite</a> <br> <small>Du befindest
dich gerade auf meiner Webseite :)</small></li>
<li class="ui-component-list--item ui-component-list--item-check"><a
href="https://github.com/justinkra" target="_blank"
rel="noopener noreferrer" role="link">Dies & Das</a> <br><small>Weitere Repositorys findest du auf meinem GitHub-Profil</small></li>
<!-- <li class="ui-component-list--item ui-component-list--item-check"> <a
href="https://github.com/LogischesAlpaka/IstDerSandwegGesperrt" target="_blank" rel="noopener noreferrer"
role="link">Ist der Sandweg gesperrt?</a> <br> <small>Webseite zur Prüfung des Sperrstatus des
Sandweges in Göttingen.</small></li> -->
</ul>
</div>
</div>
</div>
</section>
<section id='gallery' class="ui-section-feature">
<div class="ui-layout-container">
<div class="ui-section-feature__layout ui-layout-grid ui-layout-grid-2">
<div>
<h2>Fotografie</h2>
<p class="ui-text-intro">Neben all dem "Computerkram" beschäftige ich mich mit der Hobbyfotografie.</p>
<p class="ui-text-intro">Meine Bilder findest du auf Instagram und Unsplash.</p>
<a href="https://unsplash.com/@justinkra" role="link" aria-label="#"
class="ui-component-button ui-component-button-normal ui-component-button-secondary">Zu meinen Bildern auf Unsplash</a>
</div>
<img src="https://source.unsplash.com/user/justinkra" max-width="80%" loading="lazy" alt="image" class=".ui-image-half-left">
</div>
</section>
<section id='socials' class="ui-section-feature">
<div class="ui-layout-container">
<div class="ui-section-feature__layout ui-layout-grid-1">
<div>
<h2>Social Media</h2>
<p>Wo du mich findest:</p>
<ul>
<li class="ui-component-list--item ui-component-list--item-ig">
<a href="https://instagram.com/jstn.kr" target="_blank" rel="noopener noreferrer" role="link"
aria-label="#">Instagram </a>
</li>
<li class="ui-component-list--item ui-component-list--item-yt">
<a href="https://www.youtube.com/channel/UCP0wi4FKWdNAlr0N0rnrnow" target="_blank"
rel="noopener noreferrer" role="link" aria-label="#">YouTube </a>
<small></small>
</li>
<li class="ui-component-list--item ui-component-list--item-gh">
<a href="https://github.com/justinkra" target="_blank" rel="noopener noreferrer" role="link"
aria-label="#">GitHub </a>
<small></small>
</li>
<li class="ui-component-list--item ui-component-list--item-fb">
<a href="https://facebook.com/jstn.kr" target="_blank" rel="noopener noreferrer" role="link"
aria-label="#">Facebook </a>
</li>
<li class="ui-component-list--item ui-component-list--item-in">
<a href="https://www.linkedin.com/in/justin-luca-krause/" target="_blank" rel="noopener noreferrer"
role="link" aria-label="#">LinkedIn </a>
</li>
<li class="ui-component-list--item ui-component-list--item-ma">
<a href="https://matrix.to/#/@logischesalpaka:tchncs.de" target="_blank" rel="noopener noreferrer" role="link"
aria-label="#">Matrix Chat</a>
<small>@logischesalpaka:tchncs.de</small>
</li>
<li class="ui-component-list--item ui-component-list--item-dc">
<a href="https://discord.com/invite/BcQ8qncuEH" target="_blank" rel="noopener noreferrer" role="link"
aria-label="#">Discord </a>
</li>
<br>
<li class="ui-component-list--item ui-component-list--item-mail">
<a href="mailto:[email protected] ?subject=Hallihallo&?body=Moin%20Justin%0D%0Aich%20bin%20ueber%20deine%20tolle%20Webseite%20auf%20dich%20gesto%C3%9Fen%20und%20wollte%20mal%20Hallo%20sagen.%0D%0ABeste%20Grue%C3%9Fe%0D%0A"
target="_blank" rel="noopener noreferrer" role="link" aria-label="#">Sende eine Mail! </a>
</li>
</ul>
</div>
</div>
</div>
</section>
</main>
<html>
<footer>
<script src="/jquery.js"></script>
<script>
$(function () {
$("#footer").load("/static/footer.html");
});
</script>
<noscript>
<p class="ui-text-intro">
Bitte aktivieren Sie Javascript in Ihrem Browser um eine korrekte
Darstellung der Seite zu gewährleisten!
<a href="/impressum.html" role="link" aria-label="#">
<small>Impressum</small>
</a>
<a href="/datenschutz.html" role="link" aria-label="#">
<small>Datenschutz</small>
</a>
</p>
</noscript>
</footer>
<div id="footer"></div>
</body>
</html>
</body>
</html>