-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
617 lines (600 loc) · 21.7 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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible"
content="ie=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<!-- FAVICON -->
<link rel="shortcut icon"
href="img/favicon.png"
type="image/x-icon">
<!-- FONT -->
<link rel="preconnect"
href="https://fonts.googleapis.com">
<link rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap"
rel="stylesheet">
<!-- ICONS -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- CUSTOM CSS -->
<link rel="stylesheet"
href="style.css">
<!-- CHART JS -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<!-- HTML2PDF -->
<title>Bea Pitzschke CV</title>
</head>
<body>
<div class="cvContainer">
<!-- === LEFT SIDE === -->
<div class="leftSide">
<!-- PROFIL IMG & NAME -->
<section class="imgAndName">
<div class="imgBox">
<img src="src/bea.png"
alt="Profile Picture Bea Pitzschke"
aria-label="Profile Picture Bea Pitzschke">
</div>
<div id="name">
<h1 id="first">Bea</h1>
<h1 id="second"> Pitzschke</h1>
</div>
<h2><em>junior </em>WEBDEVELOPER</h2>
</section>
<!-- CONTACT -->
<section class="sectionBoxOne contact">
<h3 class="title tltCon">Kontakt</h3>
<ul class="contactAddress">
<li>
<span class="icon"><i class="ri-map-pin-user-line"></i></span>
<span class="text">Berlin, Deutschland</span>
</li>
<li>
<span class="icon"><i class="ri-cellphone-line"></i></span>
<span class="text">0176 64 38 54 97</span>
</li>
<li>
<span class="icon"><i class="ri-mail-send-line"></i></span>
<span class="text"
id="email">[email protected]</span>
</li>
</ul>
<ul class="contactLink">
<li>
<span class="icon"><i class="ri-linkedin-box-fill"></i><a href="https://www.linkedin.com/in/beapitzschke"
class="text"
title="LinkedIn Link"
target="_blank"
rel="noopener"
aria-label="LinkedIn Profile Bea Pitzschke">LinkedIn</a></span>
</li>
<li>
<span class="icon"><i class="ri-codepen-line"></i><a href="https://codepen.io/BeaCoden"
class="text"
title="CodePen Link"
target="_blank"
rel="noopener"
aria-label="CodePen Profile Bea Pitzschke">CodePen</a></span>
</li>
<li>
<span class="icon"><i class="ri-github-fill"></i><a href="https://github.com/BeaCoden"
class="text"
title="GitHub Link"
target="_blank"
rel="noopener"
aria-label="GitHub Profile Bea Pitzschke">GitHub</a></span>
</li>
</ul>
</section>
<!-- CERTIFICATES -->
<section class="sectionBoxOne certificates">
<h3 class="title tltCon">Zertifikate</h3>
<div>
<span class="certLine">
<i class="ri-map-pin-time-line"></i>
</span>
<ul>
<li>
<p><em>Apr 2023 - Jul 2023</em></p>
<p><a href="https://www.coding-bootcamps.eu/"
target="_blank"
rel="noopener"
title="CBE Link">Coding
Bootcamps Europe
GmbH</a></p>
<h4>Webdeveloper</h4>
</li>
</ul>
<span class="certLine">
<i class="ri-map-pin-time-line"></i>
</span>
<ul>
<li>
<p><em>Feb 2023 - Apr 2023</em></p>
<p><a href="https://www.udemy.com/course/der-ultimative-html5-und-css3-komplettkurs"
target="_blank"
rel="noopener"
title="Udemy Link">Udemy HTML5 & CSS3 Kurs</a></p>
<h4>Webdeveloper</h4>
</li>
</ul>
<span class="certLine">
<i class="ri-map-pin-time-line"></i>
</span>
<ul>
<li>
<p><em>Sep 2017 - Aug 2021</em></p>
<p><a href="https://www.oszimt.de/"
target="_blank"
rel="noopener"
title="School Link">BS für Informations-& Medizintechnik</a></p>
<h4>Orthopädietechnik-Mechanikerin</h4>
</li>
</ul>
<span class="certLine">
<i class="ri-map-pin-time-line"></i>
</span>
<ul>
<li>
<p><em>Sept 2003 - Aug 2006</em></p>
<p><a href="https://www.bbs5-halle.bildung-lsa.de/"
target="_blank"
rel="noopener"
title="School Link">BS für Körper, Gesundheit & Soziales</a></p>
<h4>Kauffrau-Gesundheitswesen</h4>
</li>
</ul>
<span class="certLine">
<i class="ri-map-pin-time-line"></i>
</span>
<ul>
<li>
<p><em>Sep 1991 - Aug 2003</em></p>
<p>Gutenberg Sekundarschule</p>
<h4>Realschulabschluss</h4>
</li>
</ul>
</div>
</section>
<!-- LANGUAGES -->
<div class="sectionBoxOne language">
<h3 class="title">Sprachen</h3>
<div class="flexLang">
<div id="lang">
<ul>
<li>
<span class="text">Deutsch</span>
</li>
<li>
<span class="text">Englisch</span>
</li>
</ul>
</div>
<div id="rankStar">
<div class="stars">
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
</div>
<div class="stars">
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-half-s-line"></i>
<i class="ri-star-s-line"></i>
</div>
</div>
</div>
</div>
</div>
<!-- === RIGHT SIDE === -->
<div class="rightSide">
<!-- SUMMARY -->
<section class="sectionBoxTwo summary">
<h2 class="title2">Über mich</h2>
<p> Engagiert mit Leidenschaft für Webentwicklung. Fähigkeit effizienten & wartbaren Code zu schreiben. Erfahren in neuesten Branchentrends.
Auf der Suche nach einer Position als Junior-Webentwicklerin, wo ich meine Fähigkeiten & Erfahrungen einsetzen kann, um hochwertige,
benutzerfreundliche Webanwendungen zu entwickeln.
</p>
</section>
<!-- SKILLS -->
<section class="sectionBoxTwo skills">
<!-- hard -->
<div id="programm">
<h2 class="title2">hard Skills</h2>
<div class="svgItem html">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentHtml"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="85 15"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextHtml">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">HTML</tspan>
</text>
</g>
</svg>
</div>
<div class="svgItem css">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentCss"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="75 25"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextCss">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">CSS</tspan>
</text>
</g>
</svg>
</div>
<div class="svgItem javascript">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentJavaScript"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="50 50"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextJavaScript">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">JavaScript</tspan>
</text>
</g>
</svg>
</div>
<div class="svgItem npm">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentNpm"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="45 55"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextNpm">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">npm</tspan>
</text>
</g>
</svg>
</div>
<div class="svgItem github">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentGitHub"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="90 10"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextGitHub">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">GitHub</tspan>
</text>
</g>
</svg>
</div>
<div class="svgItem git">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentGit"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="60 40"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextGit">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">git</tspan>
</text>
</g>
</svg>
</div>
<div class="svgItem vue">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentVue"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="30 70"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextVue">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">Vue.js</tspan>
</text>
</g>
</svg>
</div>
<div class="svgItem devTools">
<svg width="100px"
height="100px"
viewBox="0 0 40 40"
class="donut">
<circle class="donutHole"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"></circle>
<circle class="donutRing"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5">
</circle>
<circle class="donutSegment donutSegmentDevTools"
cx="20"
cy="20"
r="15.91549430918954"
fill="transparent"
stroke-width="3.5"
stroke-dasharray="60 40"
stroke-dashoffset="25"></circle>
<g class="donutText donutTextDevTools">
<text y="50%"
transform="translate(0, 2)">
<tspan x="50%"
text-anchor="middle"
class="donutPercent">DevTools</tspan>
</text>
</g>
</svg>
</div>
</div>
<!-- soft -->
<div id="soft">
<h2 class="title2">soft Skills</h2>
<ul>
<li>gesellig & offen kommunikativ</li>
<li>lösungsorientierte Problemlöserin</li>
<li>Teamplayer</li>
<li>open minded</li>
<li>organisiert & strukturiert</li>
<li>zuverlässig</li>
<li>anpassungsfähig</li>
</ul>
</div>
</section>
<!-- EXPERIENCES -->
<section class="sectionBoxTwo experiences">
<h2 class="title2">Werdegang</h2>
<div class="box">
<div class="date">
<p><em>Apr 2023 - Jul 2023 </em></p>
<p><a href="https://www.coding-bootcamps.eu/"
target="_blank"
rel="noopener"
title="CBE Link">Coding
Bootcamps Europe
GmbH</a></p>
</div>
<div class="text">
<h3>Webdeveloper</h3>
<p>Team-Abschlussarbeit war eine <a class="laf"
href="https://cbe-lostandfound.netlify.app/"
target="_blank"
rel="noopener"
title="cbe-lostandfound Link">"Lost & Found"</a> Web-App. Junior-Expertise in HTML, CSS, JavaScript,
Vue.js, agile Entwicklung & SCRUM, mit effizienten Entwicklungsprozessen, sauberem Coding & Nachhaltigkeit
in Projekten, sowie Fähigkeit - selbstständig & im Team zu arbeiten.
</p>
</div>
</div>
<div class="box">
<div class="date">
<p><em>Dez 2014 - Okt 2022</em></p>
<p><a href="https://www.fugh.de/"
target="_blank"
rel="noopener"
title="FUGH Link">FUGH Med. Pflegetechnik
GmbH & Co.
KG</a></p>
</div>
<div class="text">
<h3>Orthopädietechnik-Mechanikerin</h3>
<p>Als Orthopädietechnik-Mechanikerin Erfahrung in Herstellung & Anpassung individueller
Orthesen. Expertise kombiniert präzise Handwerksfähigkeiten mit modernsten Technologien, um maßgeschneiderte Lösungen
zu schaffen.
</p>
</div>
</div>
<div class="box">
<div class="date">
<p><em>Aug 2006 - Nov 2014</em></p>
<p><a href="https://www.fugh.de/"
target="_blank"
rel="noopener"
title="FUGH Link">FUGH Med. Pflegetechnik
GmbH & Co.
KG</a></p>
</div>
<div class="text">
<h3>Kauffrau im Gesundheitswesen</h3>
<p>Als Kauffrau im Gesundheitswesen, spezialisiert auf administrative Aufgaben im Sanitätshaus, verantwortlich für
um effizienten, reibungslosen Betriebsablauf & ein kundenorientiertes Serviceerlebnis zu gewährleisten.
</p>
</div>
</div>
</section>
<!-- INTERESTS -->
<section class="sectionBoxTwo interests">
<h2 class="title2">Interessen</h2>
<ul>
<li>
<span class="icon"
title="Computer and Code Icon"><i class="fas fa-laptop-code"></i></span>
<span class="text interHover">Coding & Design</span>
</li>
<li>
<span class="icon"
title="Bake & Cook Icon"><i class="fa-solid fa-plate-wheat"></i></span>
<span class="text interHover">Backen & Kochen</span>
</li>
<li>
<span class="icon"
title="Walking person Icon"><i class="fas fa-hiking"></i></span>
<span class="text interHover">spazieren</span>
</li>
<li>
<span class="icon"
title="Cat icon"><i class="fas fa-cat"></i></span>
<span class="text interHover">Meine 2 Katzen</span>
</li>
</ul>
</section>
</div>
</div>
<script src="script.js"></script>
</body>
</html>