-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (120 loc) · 4.28 KB
/
index.html
File metadata and controls
123 lines (120 loc) · 4.28 KB
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
<!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">
<meta name="author" content="akaEnvi">
<meta name="description" content="Der schulische und berufliche Werdegang von Iven Thielmann">
<link rel="stylesheet" href="hhttps://unpkg.com/normalize.css@8.0.1/normalize.css">
<link rel="stylesheet" href="style.css">
<title>Iven Thielmann - CV</title>
</head>
<body>
<div class="bghead">
<header class="head">
<h1>Iven Thielmann</h1>
<p>
Junior Web Developer, Frondend - Graficdisigner
</p>
<nav class="noprint mainnav">
<a href="#exp">Schulisch</a>
<a href="#exp-2">Beruflich</a>
<a href="#skill">Skills</a>
<a href="#contact">Kontakte</a>
<a href="http://discord.com/invite/yjzg4HK">Discord</a>
</nav>
<aside class="hire-me">Hire Me</aside>
</header>
</div>
<main class="main">
<article>
<h2>Profile</h2>
<p>Das ist das der Lebenslauf des schulischen und beruflichen Werdegang von Iven Thielmann</p>
</article>
<article id="exp">
<h2>Schulische Laufbahn</h2>
<section>
<h3>Grundschule</h3>
<ul>
<li>Neumattschule 1998 - 2003</li>
</ul>
<h3>Hauptschule</h3>
<ul>
<li>Neumattschule 2003 -2008</li>
</ul>
<h3>Weiterführendeschule</h3>
<ul>
<li>Matilde-Plank Schule 2008-2009</li>
</ul>
</section>
</article>
<article id="exp-2">
<h2>Berufliche Laufbahn</h2>
<section>
<h3>Aufbildung</h3>
<ul>
<li>Weserei Kandern: Ausbildung zum Koch 2009 - 2012</li>
</ul>
<h3>Arbeitsplätze</h3>
<ul>
<li>Schwanen Weil am Rhein: Koch 2012 - 2013</li>
<li> <a href="http://maien-loerrach.de/de/de/">Maien</a> Lörrach-Tülligen: Koch 2013 - 2021 </li>
<li> <a href="http://www.rrbone.net/">rrbone GmbH</a> Dortmund: Developer, Frondend ab 07.2022</li>
</ul>
<h3> Weiterbildung</h3>
<ul>
<li> <a href="http://www.coding-bootcamps.eu/"> Coding-Bootcamp.eu</a>: Web Developer 7.2022 -
10.2022</li>
</ul>
</section>
</article>
<article id="skill">
<h2>IT-Skills</h2>
<section>
<h3>Soft Skills</h3>
<ul>
<li>html Basic</li>
<li>css Basic</li>
<li>Java Script Basic</li>
<li>Python Basic</li>
<li>Grafic Design - Gimp/Krita/2D-Blender</li>
<li>OBS-StreamLabs</li>
</ul>
</section>
<section>
<h3>Technical Skills</h3>
<ul>
<li>Experte für das fachgerechte endfusseln jeglicher PC-Lüfter</li>
</ul>
</section>
</article>
<article>
<h2>Kontakte</h2>
<section>
<address>
Iven Thielmann <br>
Bergstraße 33 <br>
79540 Lörrach <br>
</address>
</section>
<section class="ca">
<a href="mailto:envimth@gmail.com">Email</a><br>
<a href="tel:+1623190098">Handy</a>
</section>
</article>
</main>
<footer class="foot" id="contact">
<h3>Auch zu Finden:</h3>
<section>
<p>
<a href="http://www.twitch.tv/akaboogeyman">Twitch</a>
<a href="http://twitter.com/aka_Boogeyman">Twitter</a>
</p>
<p class="contactme">
Did you like my CV? <strong>Contact me!</strong>
</p>
</section>
</footer>
</body>
</html>