-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (399 loc) · 22 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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<html lang="en" Content-Type: text/html; charset=utf-8>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jan Schneider</title>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"givenName": "Jan",
"alumniOf": "Hochschule fuer Gestaltung Schwaebisch Gmuend",
"email": "hello@jan-patrick.de",
"familyName": "Schneider",
"jobTitle": "Experience Consultant",
"url": "https://jan-patrick.de",
"knowsAbout": "UX, Design, Consulting, IoT, Service Design, Product Management"
}
</script>
<!-- "https://www.linkedin.com/in/schneider-jan",
"https://www.xing.com/profile/Jan_Schneider139",
"https://medium.com/@jan.patrick",
"https://twitter.com/J4Npatrick",
"https://github.com/jan-patrick",
"https://vimeo.com/janpatrick" -->
<meta property="og:title" content="Portfolio of Jan Schneider" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jan-patrick.de" />
<meta property="og:image" content="http://jan-patrick.de/img/portfolio/incorporate.jpg" />
<meta property="og:description" content="UX/UI Designer at Futurice. Former Agile Collaboration Tooling expert at Novatec Consulting. Worked on future onboard experience at DB. BA Graduate in IoT – Design of Networked Systems. Working on the intersection of Design, Technology, and Business." />
<link rel="shortcut icon" href="img/logo.png">
<link rel="icon" type="imgage/png" href="img/logo.svg">
<link rel="image_src" href="img/logo.svg" />
<link rel="apple-touch-icon" href="img/logo.png" />
<meta name="description"
content="Jan Schneider, Practising Human Centered Design, interdisciplinary team work for innovative consulting. Technology as tool. BA Graduate of UX Design. Internet of Things Design - Design of Networked Systems at the University of Design in Schwäbisch Gmünd. Projects Portfolio Experience Social Networks">
<meta name="keywords"
content="Jan Schneider, BA, UX, Consultant, Experience Consultant, User Experience, Designer, HfG, IoT, Internet der Dinge, UX Designer, PSM I, Professional Scrum Master 1, Internet of Things, Bachelor, Hochschule für Gestaltung, Schwäbisch Gmünd, incorporate, sustainability, Internet of Things, sense-chess, Bachelor of Arts, Kikife, Kulturbüro, FSJ, Jan-Patrick, Jan, Schneider, digital twin, chess, digitaler Zwilling, university of design, internship, Jan Schneider IoT, Jan Schneider HfG">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/aos.css" rel="stylesheet">
<!-- main style -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="preloader" aria-busy="true" aria-label="Loading, please wait." role="progressbar">
</div>
</div>
</div>
<!-- ./Preloader -->
<!-- home -->
<div class="section" id="home" data-stellar-background-ratio="0.5">
<div class="container">
<div class="disply-table">
<div class="table-cell">
<!--<h1 href="" class="typewrite" data-period="2000" data-type='[ "Hey there, I am Jan.", "Designer.", "Creative Technologist.", "Starting my internship at IXDS soon." ]'>
<span class="wrap"></span>
</h1>-->
<h1 class="navColor">Hey there, I am Jan.<br></h1>
<h1 class="navSecColor">
<div class="table-cell delete-table-cell-mobile">Working on the intersection of Design, Technology, and Business.</div>
</h1>
<br><br>
<div class="table-cell delete-table-cell-mobile">
<ul class="social" id="homesocial">
<li><a href="https://www.linkedin.com/in/jan-patrick" target="_blank"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="var(--text)"
viewBox="0 0 24 24">
<path
d="M0 0v24h24v-24h-24zm8 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.397-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
<li><a href="https://mastodon.social/@Jan_Patrick" target="_blank">
<svg width="24" height="24" fill="var(--text)" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 500 500">
<path
d="m 417.87313,147.11265 c 0,-97.200002 -63.7,-125.700002 -63.7,-125.700002 -62.5,-28.7000002 -228.5,-28.4000002 -290.4,0 0,0 -63.69999981,28.5 -63.69999981,125.700002 0,115.7 -6.59999999,259.4 105.59999981,289.1 40.5,10.7 75.3,13 103.3,11.4 50.8,-2.8 79.3,-18.1 79.3,-18.1 l -1.7,-36.9 c 0,0 -36.3,11.4 -77.1,10.1 -40.4,-1.4 -83,-4.4 -89.6,-54 -0.6,-4.4 -0.9,-9 -0.9,-13.9 85.6,20.9 158.6,9.1 178.7,6.7 56.1,-6.7 105,-41.3 111.2,-72.9 9.8,-49.8 9,-121.5 9,-121.5 z m -75.1,125.2 h -46.6 v -114.2 c 0,-49.7 -64,-51.6 -64,6.9 v 62.5 h -46.3 v -62.5 c 0,-58.5 -64,-56.6 -64,-6.9 v 114.2 h -46.7 c 0,-122.1 -5.2,-147.9 18.4,-175.000002 25.9,-28.9 79.8,-30.8 103.8,6.100002 l 11.6,19.5 11.6,-19.5 c 24.1,-37.100002 78.1,-34.800002 103.8,-6.100002 23.7,27.300002 18.4,53.000002 18.4,175.000002 z" id="path2"
inkscape:connector-curvature="0" />
</svg> </a></li>
<li><a href="mailto:hello@jan-patrick.de" target="_blank"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="var(--text)"
viewBox="0 0 24 24">
<path
d="M12 12.713l-11.985-9.713h23.971l-11.986 9.713zm-5.425-1.822l-6.575-5.329v12.501l6.575-7.172zm10.85 0l6.575 7.172v-12.501l-6.575 5.329zm-1.557 1.261l-3.868 3.135-3.868-3.135-8.11 8.848h23.956l-8.11-8.848z" />
</svg></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ./home -->
<!-- projects -->
<div class="section" id="projects">
<div class="container">
<div class="col-md-12">
<h6>— recently</h6>
<div class="h-50"></div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="delft">
<div class="table-cell portfolioText">
<h3>Futurice</h3>
<p>Senior Designer & Agile Coach</p>
<div class="portfolioDate">
<p class="portfolioDate">November 2023 - today</p><br />
</div>
<p>UX/UI Designer</p>
<div class="portfolioDate">
<p class="portfolioDate">October 2021 - October 2023</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="delft">
<div class="table-cell portfolioText">
<h3>Novatec Consulting</h3>
<p>Junior Consultant for Agile Collaboration Tooling.</p>
<div class="portfolioDate">
<p class="portfolioDate">April 2021 - October 2021</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="delft">
<div class="table-cell portfolioText">
<h3>Deutsche Bahn Fernverkehr</h3>
<p>Product Management Onboard Service and Lounge internship.</p>
<div class="portfolioDate">
<p class="portfolioDate">November 2020 - March 2021</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<a id="01" href="/projects/incorporate" class="zoom">
<div class="col-md-12" id="incorporate">
<div class="col-md-12 portfolioElement">
<img src="img/portfolio/incorporate.jpg" alt="incorporate" width="100vw" height="100vh" />
</div>
<div class="table-cell portfolioText">
<h3>incorporate</h3>
<p>Quality based, sustainable investments<br>
Bachelor thesis</p>
<div class="portfolioDate">
<p class="portfolioDate">March 2020 - July 2020</p>
</div>
</div>
</div>
</a>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="delft">
<div class="table-cell portfolioText">
<h3>TU Delft</h3>
<p>Erasmus semester where I brought together users, designers & engineers.<br>
An experience design project for a well-known Dutch airline.</p>
<div class="portfolioDate">
<p class="portfolioDate">September 2019 - February 2020</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="ixds">
<div class="table-cell portfolioText">
<h3>PwC Deutschland</h3>
<p>UX Design internship at IXDS (now part of PwC).</p>
<div class="portfolioDate">
<p class="portfolioDate">March 2019 - August 2019</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<a id="04" href="/projects/courtshare" class="zoom">
<div class="col-md-12" id="courtshare">
<div class="table-cell portfolioText">
<h3>courtshare</h3>
<p>a digital working environment for judges project
with focus on<br> UX and agile project development.</p>
</div>
</div>
</a>
<div class="col-md-12">
<div class="h-50"></div>
</div>
</div>
</div>
<!-- ./projects -->
<!-- about -->
<div class="section" id="about">
<div class="container">
<div class="col-md-12">
<h6>— previously</h6>
<div class="h-50"></div>
</div>
<a id="03" href="/projects/sense-chess" class="zoom">
<div class="col-md-12" id="sense-chess">
<div class="col-md-12 portfolioElement">
<img src="img/portfolio/sense-chess.jpg" alt="sense-chess" width="100vw" height="100vh" />
</div>
<div class="table-cell portfolioText">
<h3>sense-chess</h3>
<p>Simplifies chess analysis and learning by intelligent use of technology.<br>
A working Prototype and Redesign.</p>
<div class="portfolioDate">
<p class="portfolioDate">winter semester 2019</p>
</div>
</div>
</div>
</a>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="wokringstudent-bsh">
<div class="table-cell portfolioText">
<h3>Working Student at BSH Home Appliances Group</h3>
<p>Constructing prototypes and developing concepts at the <br>
Predevelopment Digitalization team at the Product Division Refrigeration.</p>
<div class="portfolioDate">
<p class="portfolioDate">September 2018 - November 2018</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="project-bsh">
<div class="table-cell portfolioText">
<h3>Research project with BSH Home Appliances Group at HfG Schwaebisch Gmuend</h3>
<p>Interaction with food storage locations.</p>
<div class="portfolioDate">
<p class="portfolioDate">October 2017 - July 2018</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="project-bsh">
<div class="table-cell portfolioText">
<h3>Aalen University</h3>
<p>Self-initiated change to HfG Schwaebisch Gmuend after one semester.</p>
<div class="portfolioDate">
<p class="portfolioDate">October 2016 - February 2017</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12" id="project-bsh">
<div class="table-cell portfolioText">
<h3>Bureau of Culture Schwaebisch Gmuend</h3>
<p>During my year taken to do voluntary work in the cultural sector I co-organized 3 festivals.
Other than that I was<br>
<strong>Producer of the International Children Film Festival (kikife<sup>23</sup>)
- short movie</strong> and <br>
<strong>Project Manager of the kikife<sup>24</sup> short movie</strong> a year later again in
2017.</p>
<div class="portfolioDate">
<p class="portfolioDate">September 2015 - August 2016</p>
</div>
</div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
<div class="col-md-12">
<div class="h-50"></div>
</div>
</div>
</div>
<!-- ./about -->
<!-- experience -->
<div class="section" id="experience">
<div class="container">
<div class="col-md-6">
<div class="h-50 notShownOnMobile"></div>
<div class="h-50 notShownOnMobile"></div>
<h3>You're up for a chat?<br>
<span class="italic">I'm in.</span></h3>
<div class="h-50"></div>
<p>Bringing humans together is what I am doing. Briding the gap between every stakeholder. Users,
designers, developers, business.<br><br>
Hit me up via <a href="mailto:hello@jan-patrick.de">Mail</a>, <a href="https://www.linkedin.com/in/jan-patrick"
target="_blank">LinkedIn</a>, <a href="https://mastodon.social/@Jan_Patrick"
target="_blank">Mastodon</a> or <a href="https://www.xing.com/profile/Jan_Schneider139"
target="_blank">Xing</a>.
</p>
<div class="h-50"></div>
</div>
<div class="col-md-6 about-img-div">
<img src="img/about-img.png" width="400" class="img-responsive" alt="Jan Schneider" align="right" />
</div>
</div>
</div>
<!-- ./experience -->
<!-- contact -->
<div class="section footerBottom" id="contact">
<div class="container footerBottom">
<div class="col-md-12">
<h3 class="navColor">There's more about me than just these lines.
</h3>
<h3 class="navSecColor">Feel free to say <a href="mailto:hello@jan-patrick.de">hello@jan-patrick.de</a>
or connect via
<a href="https://www.linkedin.com/in/jan-patrick" target="_blank">LinkedIn</a>.
</h3>
<div class="h-50 notShownOnMobile"></div>
<div class="h-50 notShownOnMobile"></div>
<div class="h-50 notShownOnMobile"></div>
<div class="h-50 notShownOnMobile"></div>
<div class="h-50 notShownOnMobile"></div>
<div class="h-50 notShownOnMobile"></div>
<div class="h-50 notShownOnMobile"></div>
<div class="h-50"></div>
<div class="h-50"></div>
<div class="h-50"></div>
<div class="h-50"></div>
</div>
<div class="col-md-12 footerBottom">
<div class="col-md-4 alignLeft footerBottom">
<p><br><a href="https://jan-patrick.de/imprint">imprint & data protection</a></p>
</div>
<div class="col-md-4 alignCenter">
<ul class="social inlineTable" id="homesocial">
<li class="displayInline"><a href="https://www.linkedin.com/in/jan-patrick" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="var(--text)"
viewBox="0 0 24 24">
<path
d="M0 0v24h24v-24h-24zm8 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.397-2.586 7-2.777 7 2.476v6.759z" />
</svg></a></li>
<li class="displayInline"><a href="https://mastodon.social/@Jan_Patrick" target="_blank">
<svg width="24" height="24" fill="var(--text)" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 500 500">
<path
d="m 417.87313,147.11265 c 0,-97.200002 -63.7,-125.700002 -63.7,-125.700002 -62.5,-28.7000002 -228.5,-28.4000002 -290.4,0 0,0 -63.69999981,28.5 -63.69999981,125.700002 0,115.7 -6.59999999,259.4 105.59999981,289.1 40.5,10.7 75.3,13 103.3,11.4 50.8,-2.8 79.3,-18.1 79.3,-18.1 l -1.7,-36.9 c 0,0 -36.3,11.4 -77.1,10.1 -40.4,-1.4 -83,-4.4 -89.6,-54 -0.6,-4.4 -0.9,-9 -0.9,-13.9 85.6,20.9 158.6,9.1 178.7,6.7 56.1,-6.7 105,-41.3 111.2,-72.9 9.8,-49.8 9,-121.5 9,-121.5 z m -75.1,125.2 h -46.6 v -114.2 c 0,-49.7 -64,-51.6 -64,6.9 v 62.5 h -46.3 v -62.5 c 0,-58.5 -64,-56.6 -64,-6.9 v 114.2 h -46.7 c 0,-122.1 -5.2,-147.9 18.4,-175.000002 25.9,-28.9 79.8,-30.8 103.8,6.100002 l 11.6,19.5 11.6,-19.5 c 24.1,-37.100002 78.1,-34.800002 103.8,-6.100002 23.7,27.300002 18.4,53.000002 18.4,175.000002 z" id="path2"
inkscape:connector-curvature="0" />
</svg> </a></li>
<li class="displayInline"><a href="mailto:hello@jan-patrick.de" target="_blank"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="var(--text)"
viewBox="0 0 24 24">
<path
d="M12 12.713l-11.985-9.713h23.971l-11.986 9.713zm-5.425-1.822l-6.575-5.329v12.501l6.575-7.172zm10.85 0l6.575 7.172v-12.501l-6.575 5.329zm-1.557 1.261l-3.868 3.135-3.868-3.135-8.11 8.848h23.956l-8.11-8.848z" />
</svg></a></li>
</ul>
</div>
<div class="col-md-4 alignRight footerBottom">
<p><br>© Jan Schneider</p>
<a rel="me" style="display:none" href="https://mastodon.social/@Jan_Patrick">Mastodon</a>
</div>
</div>
</div>
</div>
<!-- ./contact -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- plugins -->
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/typed/typed.js"></script>
<!-- main script -->
<script src="js/custom.js"></script>
</body>
</html>