-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
219 lines (214 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Make sure that there is a correct scaling on mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Make sure Internet Explorer should use the best engine -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Resume - Marc Günnel</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ"
crossorigin="anonymous">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles.css" media="screen">
<link rel="stylesheet" href="print.css" media="print">
</head>
<body>
<div class="container">
<div class="row header p-3">
<div class="col-xs-12 col-sm-12 col-md-7 mt-4">
<h1 class="text-uppercase">Marc Wissenbach</h1>
<h4><small class="text-muted">Team Lead Berlin</small></h4>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 mt-4">
<ul class="fa-ul">
<li class="px-2 pb-2"><i class="fa-li fa fa-envelope pl-2 pb-2"></i><a href="mailto:marc.guennel@googlemail.com">marc.guennel@gmail.com</a></li>
<li class="px-2 pb-2"><i class="fa-li fa fa-mobile pl-2 pb-2"></i>+49 151 58719143</li>
<li class="px-2"><i class="fa-li fa fa-map-marker pl-2"></i>
<address>
Johannisthaler Chaussee 289<br> 12351 Berlin
</address>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-7">
<div class="row">
<div class="col">
<section class="mt-4">
<h2 class="text-uppercase section-header">
<i class="fa fa-user fa-fw" aria-hidden="true"></i> Profil
</h2>
<p class="p-3">Ich bin ein versierter Softwareentwickler mit mehr als zehn Jahren Berufserfahrung in verschiedenen
Themengebieten. Meine Schwerpunkte liegen in der Entwicklung von Softwaresystemen mit den
gängigen Sprachen Java, sowie Javascript/Typescript.<br><br>Meine Arbeitsweise ist gekennzeichnet durch
Effizienz, Selbständigkeit und Sorgfalt, aber auch durch ein hohes Maß an Verantwortungsbewusstsein
und Zuverlässigkeit. Gutes Analyse- und Urteilsvermögen gehören ebenso zu meinem Qualifikationsprofil
wie Kreativität und Flexibilität
</p>
</section>
</div>
</div>
<div class="row">
<div class="col">
<section id="work" class="mt-4">
<h2 class="text-uppercase section-header">
<i class="fa fa-building fa-fw" aria-hidden="true"></i> Berufliches
</h2>
</section>
</div>
</div>
<div class="row">
<div class="col">
<section id="education" class="mt-4">
<h2 class="text-uppercase section-header">
<i class="fa fa-university fa-fw" aria-hidden="true"></i> Weiterbildungen
</h2>
</section>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-5">
<section class="row mt-4">
<div class="col">
<h2 class="text-uppercase section-header">
<i class="fa fa-keyboard-o fa-fw" aria-hidden="true"></i> Programmierung
</h2>
<article class="p-3">
<div class="progress mb-3">
<div class="progress-bar w-100" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">Typescript</div>
</div>
<div class="progress mb-3">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">Java</div>
</div>
<div class="progress mb-3">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">Solidity</div>
</div>
<div class="progress mb-3">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">Python</div>
</div>
</article>
</div>
</section>
<section id="frameworks" class="row mt-4">
<div class="col">
<h2 class="text-uppercase section-header">
<i class="fa fa-cubes fa-fw" area-hidden="true"></i> Frameworks & Libs
</h2>
</div>
</section>
<section id="tools" class="row mt-4">
<div class="col">
<h2 class="text-uppercase section-header">
<i class="fa fa-wrench fa-fw" area-hidden="true"></i> Tools
</h2>
</div>
</section>
<section class="row mt-4">
<div class="col">
<h2 class="text-uppercase section-header">
<i class="fa fa-bookmark fa-fw" aria-hidden="true"></i> Zertifizierungen
</h2>
<article class="p-3">
<div class="alert alert-info mb-4" role="alert">
<small>
<i class="fa fa-check-square fa-fw" aria-hidden="true"></i>
Scrum Alliance - Certified ScrumMaster
</small>
</div>
<div class="alert alert-info mb-4" role="alert">
<small>
<i class="fa fa-check-square fa-fw" aria-hidden="true"></i>
Front-End Web Developer Nanodegree
</small>
</div>
<div class="alert alert-info mb-4" role="alert">
<small>
<i class="fa fa-check-square fa-fw" aria-hidden="true"></i>
KMK Fremdsprachen Zertifikat (Stufe II - Englisch)
</small>
</div>
<div class="alert alert-info" role="alert">
<small>
<i class="fa fa-check-square fa-fw" aria-hidden="true"></i>
IT-Systemkaufmann
</small>
</div>
</article>
</div>
</section>
<section class="row mt-4">
<div class="col">
<h2 class="text-uppercase section-header">
<i class="fa fa-globe fa-fw" aria-hidden="true"></i> Sprachen
</h2>
<article class="p-3">
<div class="row mb-3">
<div class="col-5">
Deutsch
</div>
<div class="col-7">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</div>
</div>
<div class="row">
<div class="col-5">
Englisch
</div>
<div class="col-7">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
</div>
</div>
</article>
</div>
</section>
<section class="row mt-4">
<div class="col">
<h2 class="text-uppercase section-header">
<i class="fa fa-users fa-fw" aria-hidden="true"></i> Netzwerke
</h2>
<article class="p-3">
<h5 class="mb-4">
<i class="fa fa-github-square fa-fw" aria-hidden="true"></i>
<a href="https://github.com/MarcGue" target="_blank" rel="noopener">GitHub</a>
</h5>
<h5 class="mb-4">
<i class="fa fa-linkedin-square fa-fw" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/marc-wissenbach-78875663/" target="_blank" rel="noopener">LinkedIn</a>
</h5>
<h5>
<i class="fa fa-xing-square fa-fw" aria-hidden="true"></i>
<a href="https://www.xing.com/profile/Marc_Wissenbach2/cv" target="_blank" rel="noopener">Xing</a>
</h5>
</article>
</div>
</section>
</div>
</div>
<footer class="row">
<div class="col w-100 header p-3"></div>
</footer>
</div>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
crossorigin="anonymous"></script>
<!-- My own JavaScript file -->
<script src="js/resumeBuilder.js"></script>
</body>
</html>