-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
323 lines (306 loc) · 10.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
<!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" />
<title>Personal Website</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="page-header">
<div class="bg-black">
<div class="main-heading-text-container bg-image">
<div class="main-heading-text italic">
<h4>Moin, I'm</h4>
</div>
<div class="main-heading-text header-size strong">
<h1>Mel Grosser</h1>
</div>
</div>
</div>
<div class="container">
<nav id="top">
<a class="nav-items" href="#contact">Contact</a>
<a class="nav-items" href="#bio">Biography</a>
</nav>
</div>
</header>
<main class="page-main">
<section>
<div class="container">
<h2 class="text-center">Profile</h2>
<hr />
<p>
I'm a web developer with developing knowledge of front-end
techniques. Creating clean and beautiful looking websites is a
passion for me. I love spending my time fixing details and
optimizing web apps. Also i like to work in a team.
</p>
</div>
</section>
<section class="bg-cl-yellow">
<div class="container">
<h2 class="text-center">Abilitites</h2>
<hr class="mg-btm" />
<h3>Interests</h3>
<ul>
<li>Programming</li>
<li>Cooking</li>
<li>Gaming</li>
<li>Football</li>
<li>Googling</li>
</ul>
<hr class="mg-btm" />
<h3>Skills</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>Java</li>
<li>SQL</li>
</ul>
</div>
</section>
<address id="contact">
<div class="container">
<h2 class="text-center">Contact Me</h2>
<hr class="mg-btm" />
<h3>Phone</h3>
<a class="a-hover" href="tel:+49123456789">+49123456789</a>
<h3 class="mg-top">E-Mail</h3>
<a class="a-hover" href="mailto:grosser.mel@live.de"
>grosser.mel@live.de</a
>
</div>
</address>
<section class="bg-cl-yellow">
<div class="container">
<h2 class="text-center">Follow me online</h2>
<hr class="mg-btm" />
<h3>Github</h3>
<div class="split">
<p>
Follow my projects on Github. There are have several ongoing and I
do keep them up to date.
</p>
<a
href="https://github.com/MelGGit"
rel="noopener noreferrer"
target="_blank"
><img class="turn"
src="./images/GitHub-Mark-120px-plus.png"
alt="link to github"
/></a>
</div>
<hr class="mg-btm" />
<h3>Codepen</h3>
<div class="split reverse">
<p>
Follow my work on Codepen. There are several solutions to
Algorithms and many more interisting things.
</p>
<a
href="https://codepen.io/melggit"
rel="noopener noreferrer"
target="_blank"
><img
class="scale turn"
src="./images/codepen.png"
alt="link to codepenpage"
/></a>
</div>
</div>
</section>
<section id="bio">
<div class="container">
<h2 class="text-center">My Journey</h2>
<hr class="mg-btm" />
<p>
I started my life wanting to be a professional football player. When
i got scouted by VFL Wolfsburg i believed that my dream would come
true. But after playing for VFL Wolfsburg for one year and for RB
Leipzig for 2 years, i had to accept the fact that i will not become
a major football player. Unsure on what is the right professional
fit for me i dived into several different paths of educations and
work. Until i finally came across programming and felt that this was
my passion. In the following months i consumed a lot of tutorials
and courses online. Currently I am taking the bootcamp by neuefische
and I am excited about what follows.
</p>
</div>
</section>
<section class="bg-cl-yellow">
<div class="container">
<h2 class="text-center">Experiences</h2>
<hr class="mg-btm" />
<h3>Educations</h3>
<div class="exp-wrap">
<ul>
<li>
<div class="li-wrap">
<div class="date">10/2020 - Present</div>
<div class="info">
<p class="info-title">
Undergraduate studies of business informatics
</p>
<p class="info-com mg-btm-1">
International University of Applied Science
</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">10/2018 - 04/2020</div>
<div class="info">
<p class="info-title">
Undergraduate studies of mechanical engineering
</p>
<p class="info-com mg-btm-1">HAW Hamburg</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">10/2014 - 09/2017</div>
<div class="info">
<p class="info-title">
Dual undergraduate studies of Logistics Management
</p>
<p class="info-com mg-btm-1">HSBA / Conceptum Logistics GmbH</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">10/2013 - 07/2014</div>
<div class="info">
<p class="info-title">
Undergraduate studies of industrial engineering
</p>
<p class="info-com mg-btm-1">FH Wedel</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">07/2011 - 06/2013</div>
<div class="info">
<p class="info-title">Abitur</p>
<p class="info-com mg-btm-1">Sportgymnasium Leipzig</p>
</div>
</div>
</li>
</ul>
</div>
<hr />
<h3>Careers</h3>
<div class="exp-wrap">
<ul>
<li>
<div class="li-wrap">
<div class="date">04/2020 - Present</div>
<div class="info">
<p class="info-title">
Bootcamp
</p>
<p class="info-com">
neuefische GmbH
</p>
<p class="info-cont mg-btm-1">
Three month bootcamp in web development
</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">05/2020 - 03/2021</div>
<div class="info">
<p class="info-title">
Internship
</p>
<p class="info-com">
Stelacon GmbH
</p>
<p class="info-cont mg-btm-1">
Learning the basics of SAP Abap
</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">10/2018 - 04/2020</div>
<div class="info">
<p class="info-title">
Working student
</p>
<p class="info-com">
Siemens AG
</p>
<p class="info-cont mg-btm-1">
Helping and coaching site manager using a tool to digitize the documentation
</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">10/2017 - 03/2018</div>
<div class="info">
<p class="info-title">
Operations Manager
</p>
<p class="info-com">
Conceptum Logistics GmbH
</p>
<p class="info-cont mg-btm-1">
Organization of shipments of goods all around the world and handling import as well as export regulations.
</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">07/2011 - 06/2013</div>
<div class="info">
<p class="info-title">
Contract as youth football player
</p>
<p class="info-com">
RB Leipzig
<p class="info-cont mg-btm-1">
Contract as left defender and living in the boarding school of RB Leipzig
</p>
</div>
</div>
</li>
<li>
<div class="li-wrap">
<div class="date">07/2010 - 06/2011</div>
<div class="info">
<p class="info-title">
Contract as youth football player
</p>
<p class="info-com">
VFL Wolfsburg
<p class="info-cont">
Contract as left defender and living in the boarding school of VFL Wolfsburg
</p>
</div>
</div>
</li>
</div>
</section>
</main>
<footer>
<div class="container">
<nav>
<a class="nav-items" href="#top">Back to top</a>
</nav>
</div>
</footer>
</body>
</html>