This repository was archived by the owner on Jul 26, 2020. It is now read-only.
forked from bashgu/bashgu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
414 lines (326 loc) · 14.6 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
<html>
<head>
<title>Data Science Group | СФ БашГУ г.Стерлитамак</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" type="text/css" href="resume.css" media="all" />
</head>
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-9 col-sm-push-3">
<h1>
Data Science Group
</h1>
<h2>
СФ БашГУ г.Стерлитамак
</h2>
</div>
</div>
</div>
</header>
<main>
<div id="content" class="container">
<!-- start section contact -->
<section id="contact" class="row">
<aside class="col-sm-3">
<h3>Contact</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<strong>Email</strong>
<div class="email"><a href="mailto:[email protected]"> [email protected]</a>
</div>
</div>
<div class="col-sm-6">
<strong>Phone</strong>
<div class="phone">+31 644229702</div>
</div>
<div class="col-sm-6">
<strong>LinkedIn</strong>
<div class="website">
<a href="https://nl.linkedin.com/in/roel-brouwers-0405a2127/en">nl.linkedin.com/in/roel-brouwers</a>
</div>
</div>
<div class="col-sm-6">
<strong>Codepen</strong>
<div class="website">
<a href="http://codepen.io/roelbrouwers/">codepen.io/roelbrouwers</a>
</div>
</div>
</div><!-- end row -->
</div><!-- end col-sm-9 -->
</section><!-- end section contact -->
<!-- start section about -->
<section id="about" class="row">
<aside class="col-sm-3">
<h3>About</h3>
</aside>
<div class="col-sm-9">
<p>
I'm a student at the Amsterdam University of Applied Scienses (HvA). I like to be creative designing visuals, ideas, solutions and implementing them; all working towards a quality product and overal positive user experience. During my studies I discovered that besides working alone, I also enjoy working in a team and reaching goals together.
</p>
<p>
My personal goal is to become a skilled programmer and grow into a professional Front-end developer.
</p>
</div>
</section><!-- end section about -->
<!-- start education section -->
<section id="education" class="row">
<aside class="col-sm-3">
<h3>Education</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>Communication & Multimedia Design</span>
<span class="date">
september 2009 - current
</span>
</h4>
<div class="area">
Amsterdam University of Applied Sciences (HvA)
</div>
<div class="studyType">
propaedeutic diploma
</div>
<div class="studyType">
final year for bachelor's degree
</div>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Entrepreneurship</span>
<span class="date">
semptember 2001 - july 2004
</span>
</h4>
<div class="area">
Horizon College heerhugowaard
</div>
<div class="studyType">
MBO level 4 diploma
</div>
<div class="studyType">
Sales certificate
</div>
</div>
</div><!-- end row -->
</div><!-- end col-sm-9 -->
</section><!-- end education section -->
<!-- start work section -->
<section id="work" class="row">
<aside class="col-sm-3">
<h3>Work</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<!-- luckies -->
<div class="col-sm-12">
<h4 class="strike-through">
<span>Internship Luckies Amsterdam</span>
<span class="date">june 2011 - november 2012</span>
</h4>
<div class="position">
<p>Front-end development</p>
</div>
<div class="summary">
<p><!-- verhaaltje maken --></p>
</div>
</div> <!-- end luckies -->
<!-- displeased records -->
<div class="col-sm-12">
<h4 class="strike-through">
<span>Displeased Records Zaandam</span>
<span class="date">October 2006 - July 2009</span>
</h4>
<div class="position">
<p>Warehouse manager & retail sales</p>
</div>
<div class="summary">
<p>
I worked at the music label Displeased Records.
At the time this is where I wanted to be, working for the biggest underground Dutch music label.
Here I made sure the warehouse was organized.All the incoming packages where handled,
and all the outgoing packages where billed and complete.
My secondary role was to manage our outdoor music festival sales stand.
That's what made this job unique, there weren't many Dutch music labels
that provided a fulltime job and the ability to visit music festivals at the same time.
I enjoyed this job a lot, until it was time for me to move on and continue my education.
</p>
</div>
</div><!-- end displeased records -->
<!-- campina -->
<div class="col-sm-12">
<h4 class="strike-through">
<span>Campina</span>
<span class="date"> september 2005 - october 2006</span>
</h4>
<div class="position">
<p>hired through randstad</p>
</div>
<div class="summary">
<p>
At the Campina milk factory I worked different shifts.
Day shifts / Night shifts. It didn't really matter to me, I just wanted to make hours.
Every day I stayed late helping other people.
I worked at nearly all the departments available in the factory;
from production to warehouse managing.
I met a lot of people and learned how they handled their schedules and various problems on a daily basis.
</p>
</div>
</div><!-- end campina -->
<!--Randstad -->
<div class="col-sm-12">
<h4 class="strike-through">
<span>Randstad Holding NV.</span>
<span class="date">august 2004 - october 2006</span>
</h4>
<div class="position">
<p>allround worker for hire</p>
</div>
<div class="summary">
<p>
During this period I worked for an employment agency.
Here I took every available job and gained a lot of experience in production enviroments with a lot of different people.
A few companies i worked for:
</p>
</div>
</div><!--end randstad -->
<!--3 sterre service -->
<div class="col-sm-12">
<h4 class="strike-through">
<span>3 sterren service</span>
<span class="date"> may 2005 - august 2005</span>
</h4>
<div class="position">
<p>hired through randstad</p>
</div>
<div class="summary">
<p>
This was an incredibly heavy job.
I have a lot of respect for the people who still do it to this day.
My task was to completely empty and clean houses.
All these homes where neglected and fully stuffed with hoarded materials.
I encountered situations most people would have walked away from.
</p>
</div>
</div><!--end 3 sterre service -->
<!-- nidrac -->
<div class="col-sm-12">
<h4 class="strike-through">
<span>Nidrac Heilo</span>
<span class="date">august 2004 - april 2005</span>
</h4>
<div class="position">
<p>hired through randstad</p>
</div>
<div class="summary">
<p>
A steel construction factory where I learned different welding techniques.
I applied them to create steel frames and cases for further production.
</p>
</div>
</div><!-- end nidrac -->
<!-- supermarket -->
<div class="col-sm-12">
<h4 class="strike-through">
<span>Supermarket employee</span>
<span class="date">january 2002 - july 2004</span>
</h4>
<div class="position">
<p>Cashier and Stock Clerk with Floor Management duties</p>
</div>
<div class="summary">
<p>
I worked as a Cashier and Stock Clerk with
Floor Management duties at Konmarkt de Wit and Deen.
Through these jobs I learned communication skills between
managers and co-workers that translated in improved customer support.
</p>
</div>
</div> <!--end supermarket -->
</div><!-- end row -->
</div><!-- end col-sm-9 -->
</section><!-- end work section -->
<!-- start skills section -->
<section id="skills" class="row">
<aside class="col-sm-3">
<h3>Skills</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="name">
<h4>Front-end</h4>
</div>
<ul class="keywords">
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>XML / JSON</li>
</ul>
</div>
<div class="col-sm-6">
<div class="name">
<h4>Web & Multimedia Design</h4>
</div>
<ul class="keywords">
<li>Adobe Creative Suite</li>
<li>UI / UX design</li>
<li>Ideation & prototyping</li>
</ul>
</div>
</div><!-- end row -->
</div><!-- end col-sm-9 -->
</section><!-- end skills section -->
<!-- start section languages -->
<section id="languages" class="row">
<aside class="col-sm-3">
<h3>Languages</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="language">
<strong>Speak and write fluently</strong>
</div>
<ul class="keywords">
<li>Dutch</li>
<li>English</li>
</ul>
</div>
</div><!-- end row -->
</div><!-- end col-sm-9 -->
</section><!-- end section languages -->
<!-- start section interests -->
<section id="interests" class="row">
<aside class="col-sm-3">
<h3>interests</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="interests">
<strong>few points of interests</strong>
</div>
<ul class="keywords">
<li>Movies/Series</li>
<li>Technology</li>
<li>Games</li>
<li>The Cosmos</li>
<li>Animal Kingdom</li>
</ul>
</div>
</div><!-- end row -->
</div><!-- end col-sm-9 -->
</section><!-- end section interests -->
</div>
</main>
</body>
</html>