-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume6.html
489 lines (389 loc) · 14.4 KB
/
resume6.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ruan Pienar Resume</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&family=Roboto+Slab&display=swap');
body {
background-color: #F1F1F1;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
article {
border: 5px solid black;
background-color: white;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
p {
font-weight: 400;
}
a {
font-weight: 600;
}
@media screen and (max-width: 700px) {
article {
width: 95%;
}
}
header {
padding: 5px;
/* float: left; */
}
header h1 {
font-family: 'Roboto Slab', serif;
font-size: 46px;
}
.sticky {
/* position: fixed; */
top: 0;
width: 100%;
z-index: 100;
}
/* Style the top navigation bar */
.navbar {
/* display: flex; */
width: inherit;
background-color: white;
margin-bottom: 0px;
border-radius: 0px;
position: fixed;
/* top: 0;
left: 0; */
/* width: 100%; */
z-index: 100;
display: flex;
}
.menuitems {
text-align: center;
margin: auto 0px;
padding-left: 200px;
display: flex;
}
.navbar #logo {
float: left;
margin-right: auto;
padding: 0px 15px;
color: black;
}
/* Style the navigation bar links */
.navbar a {
color: black;
padding: 14px 20px 0px 0px;
text-decoration: none;
text-align: center;
height: 100%;
}
/* Change color on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
.fullpage {
display: flex;
}
.main {
flex: 3;
width: 100%;
background-color: white;
padding: 0px 20px;
}
.no-bullets {
list-style: none;
}
.fold {
text-align: center;
background-color: #22577A;
color: white;
padding: 105px 150px 15px 00px;
display: flex;
align-items: center;
}
.fold h1 {
font-size: 75px;
}
.profile_image {
border: #F1F1F1 solid 15p;
margin-right: 40px;
}
#ResumeImage {
display: flex;
margin-bottom: 0px;
margin-left: 20px;
/* right: 25px; */
/* margin: 0px 20px 0px 0px; */
padding: 15px;
border-radius: 150px;
/* background-color: white; */
border: 8px solid white;
transform: rotate(3deg);
/* z-index: 3; */
align-content: flex-start;
}
.sidebar {
/* flex: 0 0 250px; */
background-color: #57CC99;
color: white;
flex: 0.7;
text-align: right;
padding-right: 15px;
padding-left: 15px;
border-bottom: #57CC99 4px solid;
}
.experience {
padding: 30px 0px;
}
.main-sections {
padding: 30px 0px;
}
.sub-section {
padding: 10px 0px;
}
.contentpage {
padding-left: 30px;
border-bottom: #57CC99 4px solid;
padding-right: 30px;
}
.contentSections {
height: 30vh;
}
Footer {
padding: 20px 50px;
height: 500px;
background-color: #09161F;
color: white;
}
#icons {
text-align: center;
display: flex;
justify-content: flex-start;
}
#icons img {
width: 100px;
padding: 0px 15px;
}
.backtotopimage {
width: 50px;
height: 50px;
filter: invert(99%) sepia(99%) saturate(99%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.sticky{
width: 1190px;
}
.backtotop {
display: none;
position: fixed;
bottom: 20px;
right: 20%;
overflow: hidden;
opacity: 0;
transition: opacity 0.5s;
}
.backtotop.show {
display: block;
opacity: 1;
}
</style>
</head>
<body>
<article>
<header id="back_to_top">
<aside>
<div class="menu sticky">
<div class="navbar">
<div id="logo">
<h2>Ruan Pienaar</h2>
</div>
<div class="menuitems">
<a href="#section1">Experience</a>
<a href="#section2">Education</a>
<a href="#section3">Skills</a>
</div>
</div>
</div>
</aside>
</header>
<div class="fold">
<div class="profile_image">
<img src="images\ruan3.jpg" width="195px" id="ResumeImage">
</div>
<!-- <h1>Ruan Mighail Pienaar</h1> -->
<div>
<h1>Resume</h1>
<p>Web Developer at Joshua Generation Church</p>
</div>
</div>
<aside>
</aside>
<table class="fullpage">
<tr class="contentSections experience">
<th class="sidebar">
<h2 id="section1">Experience</h2>
</th>
<th class="contentpage">
<div class="main-sections">
<h3>Web Developer</h3>
<div class="sub-section">
<h4><a href="http://joshgen.co.za/">Joshua Generation Church · Full-time</a></h4>
<p>Feb 2015 - Jul 2020 · 5yrs 6mos</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt
ut labore
et
dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut
aliquip ex
ea
commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore
eu fugiat
nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit
anim
id
est
laborum.</p>
</div>
<div class="sub-section">
<h4><a href="http://redpeak.co.za/">RED PEAK Design</a></h4>
<p>Jul 2020 - Present · 2 yrs 8 mos</p>
<p>I am the owner of Red Peak Design. I work with clients to create design and
development
solutions for
their
business. I put pride in each project and in seeing my clients establish their
brands
and business
growth.
Equipping businesses and people to take their business to the next peak.</p>
</div>
</div>
</th>
</tr>
<tr class="contentSections education">
<th class="sidebar">
<h2 id="section2">Education</h2>
</th>
<th class="contentpage">
<div class="main-sections">
<div class="sub-section">
<h4><a href="https://theanimationschool.co.za/">The Animation School</a></h4>
<p>National Certificate, Animation, Interactive Technology, Video Graphics and Special
Effects</p>
</div>
<div class="sub-section">
<h4>Commando Training Centre Royal Marines</h4>
<p>The first weeks of training are spent learning basic skills that will be used later.
This
includes
much
time
spent on the parade ground and on the rifle ranges. The long history of the Royal
Marines is also
highlighted
through a visit to the Royal Marines Museum in Southsea, Hampshire. Physical
training at
this stage
emphasizes
all-round physical strength, endurance and flexibility in order to develop the
muscles
necessary to
carry
the
heavy equipment a marine will use in an operational unit. Key milestones include a
gym
passout at
week 9
(not
carried out with fighting order), a battle swimming test, and learning to do a
"regain"
(i.e. climb
back
onto a
rope suspended over a water tank). Most of these tests are completed wearing
fighting
order of 32 lb
(14.5
kg)
of Personal Load Carrying Equipment. Individual fieldcraft skills are also taught at
this basic
stage.
</p>
</div>
</div>
</th>
</tr>
<tr class="contentSections Skills">
<th class="sidebar">
<h2 id="section3">Skills</h2>
</th>
<th class="contentpage">
<section>
<div class="main-sections">
<ul>
<div id="icons">
<div class="icons-lines"><img src="images/128/html.png">
<p>HTML&CSS</p>
</div>
<div><img src="images/128/css.png">
<p>CSS</p>
</div>
<div><img src="images/128/js.png">
<p>JavaScript</p>
</div>
<div><img src="images/128/github.png">
<p>Git/Github</p>
</div>
<div><img src="images/128/wordpress.png">
<p>Wordpress</p>
</div>
<div><img src="images/128/ps.png">
<p>Photoshop</p>
</div>
<div><img src="images/128/ai.png">
<p>Illustrator</p>
</div>
<div><img src="images/128/trello.png">
<p>Trello</p>
</div>
</div>
</ul>
</div>
</section>
</th>
</tr>
</table>
<footer>
<h2>Contact Details</h2>
<p><a href="https://www.linkedin.com/in/ruan3d/">Linkedin</a></p>
</footer>
</article>
<div class="backtotop">
<a href="#back_to_top"><img class="backtotopimage" src="images/64/arrow_up_icon.png"><img></a>
</div>
</body>
<script>
window.addEventListener('scroll', function () {
const backtotop = document.querySelector('.backtotop');
const scrollPosition = window.scrollY;
const windowHeight = window.innerHeight;
const threshold = windowHeight / 2;
if (scrollPosition > threshold) {
backtotop.classList.add('show');
} else {
backtotop.classList.remove('show');
}
});
</script>
</html>