-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
576 lines (481 loc) · 25.2 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
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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../icons/favicon.ico">
<!-- PAGE TITLE & CSS FILES=========== -->
<title>Brandon Gehrlein | Resume</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<!-- MAIN CSS -->
<link href="css/stylesheet.css" rel="stylesheet" />
<!-- Animations -->
<link href="css/animate.css" rel="stylesheet" />
<!-- Font Awesome Icons -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- Linea Icons -->
<link rel="stylesheet" href="icons/Linea/styles.css" />
<link rel="stylesheet" href="icons/Elegant/style.css" />
<!-- bxSlider -->
<link rel="stylesheet" href="css/bxslider.css">
<!-- MAGNIFIC POPUP CSS -->
<link href="css/magnific-popup.css" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- BODY START=========== -->
<body data-spy="scroll" data-target=".navigation">
<div class="page-wrapper">
<!-- Preloader -->
<div id="loader">
<div id="loaderInner"></div>
</div>
<div class="menu-wrap">
<nav class="menu navigation">
<ul class="navbar menu-nav">
<li><a class="easing" href="#sectionIntro">Intro</a></li>
<li><a class="easing" href="#sectionAbout">About</a></li>
<li><a class="easing" href="#sectionResume">Resume</a></li>
<li><a class="easing" href="#sectionReferences">References</a></li>
<li><a class="easing" href="#sectionServices">Services</a></li>
<li><a class="easing" href="#sectionContact">Contact</a></li>
</ul>
</nav>
</div>
<button class="menu-button" id="open-button"><span aria-hidden="true" class="icon_menu"></span></button>
<div class="content-wrap">
<div class="content">
<!--section INTRO-->
<section id="sectionIntro">
<div class="container-fluid">
<div class="container aboutContainer">
<!--INTRO BG -->
<div class="col-md-12 introHeader">
<div class="introContent">
<div class="introHeading">
<h1 class="wow fadeinDown">I'm Brandon Gehrlein</h1>
<div class="introTags wow zoomIn">Solutionist. Programmer.</div>
</div>
<a class="easing scroll-down" href="#sectionAbout">
<div class="icon icon-basic-magic-mouse"></div>
</a>
</div>
</div>
<!--END INTRO BG -->
</div>
</div>
</section>
</div>
<!--END section INTRO -->
<!-- section ABOUT -->
<section id="sectionAbout">
<div class="container">
<!-- section TITLE -->
<div class="sectionTitle wow fadeInUp">
<h1>About me</h1>
<h4>Let me introduce myself</h4>
<hr>
</div>
<!-- END section TITLE -->
<div class="col-md-4 aboutMe aboutStory wow fadeInUp">
<h1>story</h1>
<p>
<span class="textBlue">I am a problem solver at heart</span> and strive to implement the most effective solutions at the highest of standards using applications and technology.</p>
<br><br>
<p style="text-align: center">
<a class="btn btn-border ripple" target="_blank" href="documents/Brandon_Gehrlein__RESUME.docx">Download Resume</a>
</p>
</div>
<div class="col-md-4 aboutMe aboutProfile wow fadeInUp">
<h1>Profile</h1>
<!-- <img class="profileAv" src="images/avatar.jpg" alt=""> -->
<h3>Brandon Gehrlein</h3>
<h4>Programmer</h4>
<div class="profileInfo">
<h5>
<span class="textBlue">Birthday:</span>
03 December 1991
</h5>
<h5>
<span class="textBlue">Nationality:</span>
Canadian
</h5>
<h5>
<span class="textBlue">Phone number:</span>
+(1) 647 388 1379
</h5>
<h5>
<span class="textBlue">Website:</span>
www.brandongehrlein.com
</h5>
<h5>
<span class="textBlue">E-mail:</span>
</h5>
</div>
</div>
<div class="col-md-4 aboutMe aboutSkills wow fadeInUp">
<h1>Skills</h1>
<h4>Programming (C#, Java, Python, Bash)</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
90%
</div>
</div>
<h4>Databases (MySQL, Microsoft SQL)</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%;">
70%
</div>
</div>
<h4>WEB (HTML5, CSS3, JavaScript, jQuery, PHP)</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 85%;">
85%
</div>
</div>
<h4>Documentation & Analysis (Visio, Excel, Word)</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;">
80%
</div>
</div>
</div>
</div>
<!-- END container -->
</section>
<!--END section ABOUT-->
<!--section RESUME-->
<section id="sectionResume">
<div class="container">
<!-- section TITLE -->
<div class="sectionTitle wow fadeInUp">
<h1>Resume</h1>
<h4>More about my past</h4>
<hr>
</div>
<!-- END section TITLE -->
<div class="col-md-6 resumeEe resumeEd wow fadeInUp">
<ul class="resumeList">
<li><h3>Education</h3></li>
<li>
<div class="icon icon-basic-notebook"></div>
<h4>
<i class="resumePeriod">2015</i>
RSA Archer Certified Administrator 5.x Exam
</h4>
<span class="resumeName">Certificate</span>
<p>
Based on the critical job functions that an individual would typically be expected to perform with competence when administering the RSA Archer eGRC platform.
</p>
</li>
<li>
<div class="icon icon-basic-notebook"></div>
<h4>
<i class="resumePeriod">2011 - 2014</i>
Software Development and Network Engineering
</h4>
<span class="resumeName">Diploma, Sheridan College</span>
<p>
Encompasses multiple platforms and environments, from cutting-edge computer systems technology such as .NET, iPhone and Android to industry standards such as Java and Oracle, to design increasingly complex business solutions.
</p>
</li>
</ul>
</div>
<div class="col-md-6 resumeEe resumeEm wow fadeInUp">
<ul class="resumeList">
<li><h3>Employment</h3></li>
<li>
<div class="icon icon-basic-case"></div>
<h4>
Technical Lead of Analytics and Reporting
<i class="resumePeriod">Current</i>
</h4>
<span class="resumeName">RBC Capital Markets</span>
<p>
In my current role, it is my responsibility to enable Capital Markets to identify, assess and manage technology risks by promoting a more risk aware culture. One of the ways that I contribute to this mission is through the innovative CM Governance, Risk and Compliance (GRC) platform that provides an integrated end-to-end view of risk across CMIT and the impact to its supporting business units, and enables them to focus on “what could go wrong, not what went wrong”.
</p>
<p><b>Key Contributions:</b></p>
<p>
Architect, design, configure and implement applications, managing every aspect of the SDLC including: layout, workflow, reporting, notifications, access control, packagaing, etc. while ensuring that client requests and needs are represented within the product.
</p>
<p>
Introduced the 4P Approach to Risk Management: the concept that as a technology organization, risk represents itself across four vectors – Person, Place, Process or Platform. By integrating data feeds from across CM, the enterprise and leveraging books of record that speak to each of the four vectors of risk, CM Technology Risk is able to articulate technology risk through Key Risk Indicators (KRIs) across each of the 17 CM lines of business and codify by region.
</p>
<p>
Automated the Mandatory Compliance Monitoring Attestation process for all employees and contractors in CMIT Canada. Completing attestations for direct reports in a timely manner are important as the employee / contractor trading policy and procedures are designed to protect the Firm from allegations of insider trading and tipping.
</p>
<p>
Achieved a more risk aware culture by establishing a seamless two-way communication between individuals and groups using Jive’s collaboration software with a design that left a lasting impression.
</p>
<p>
Integrated File Integrity Monitoring (FIM) with a change control process to detect any unauthorized changes to file systems and to remove approved changes from being listed as a FIM alert.
</p>
</li>
<li>
<div class="icon icon-basic-case"></div>
<h4>
System Analyst, Retail Services
<i class="resumePeriod">2014</i>
</h4>
<span class="resumeName">Canadian Tire</span>
<p>
Act as a first-level contact for Canadian Tire Retail and PartSource stores to troubleshoot and / or escalate incidents regarding back office systems (IBM I5) or their Point of Sales (Fujitsu TeamPOS) as well as incidents pertaining to applications (Equity, Point One), hardware systems and general operating questions.
</p>
</li>
<li>
<div class="icon icon-basic-case"></div>
<h4>
Computer Skills Lab Facilitator
<i class="resumePeriod">2012</i>
</h4>
<span class="resumeName">George Brown College</span>
<p>
George Brown College offers basic and intermediate computer literacy courses, delivered online and structured as self-directed learning. My role was to tutor students in basic MS applications and invigilate tests. Utilized down time to make lab improvements, educate myself, and develop the faculty website.
</p>
</li>
<li>
<div class="icon icon-basic-case"></div>
<h4>
Jr. Systems Administrator
<i class="resumePeriod">2012</i>
</h4>
<span class="resumeName">Lerners LLP</span>
<p>
Provide end-user support on a variety of hardware platforms (PCs, network switches, printers, Blackberry devices, and Polycom video conferencing equipment) and applications in person, phone, and e-mail. Update systems and provide initial feedback on new applications which have been scheduled for release to firm.
</p>
</li>
</ul>
</div>
</div>
</section>
<!-- END section RESUME -->
<!--section REFERENCES -->
<section id="sectionReferences">
<div class="container wow fadeInUp">
<!-- section TITLE -->
<div class="sectionTitle wow fadeInUp">
<h1>References</h1>
<h4>What they say</h4>
<hr>
</div>
<!-- END section TITLE -->
<div class="references-slider wow fadeInUp">
<ul class="slides">
<li>
<div class="icon icon_quotations"></div>
<p>
A journey of mine, 7 yrs in the making, that could not have been accomplished without
the sheer determination demonstrated by you... I thank you for humoring me your
patience and ultimately never letting distraction compromise the end goal.
</p>
<div class="person">
<span>Chris Tumbin</span><span class="textBlue"> | </span><span>RBC Capital Markets</span>
</div>
</li>
<li>
<div class="icon icon_quotations"></div>
<p>
The TRS Connect space is sleek, useful, and easy to navigate... I had to refer to the
TRS page a couple of times today and found what I needed immediately.
</p>
<div class="person">
<span>Tony Tran</span><span class="textBlue"> | </span><span>RBC Capital Markets</span>
</div>
</li>
</ul>
</div>
<!-- END REFERENCES-SLIDER -->
</div>
</section>
<!-- END section REFERENCES-->
<!--section SERVICES-->
<section id="sectionServices">
<div class="container wow fadeInUp">
<!-- section TITLE -->
<div class="sectionTitle wow fadeInUp">
<h1>Services</h1>
<h4>What can I do</h4>
<hr>
</div>
<!-- END section TITLE -->
<div class="container">
<div class="row servicesRow">
<div class="col-md-3 col-sm-6 col-xs-6 servicesBox">
<div class="icon icon-basic-lightbulb"></div>
<h3>Idea</h3>
<span class="servicesColor">think of it</span>
<p>Posseses a keen ability to grasp abstract ideas and put the pieces together to form a coherent picture.<p>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 servicesBox">
<div class="icon icon-basic-pencil-ruler-pen"></div>
<h3>Sketch</h3>
<span class="servicesColor">draw it</span>
<p>Adept at managing comprehensive reviews and analysis of business operations, using humour to deliver effective presentations.</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 servicesBox">
<div class="icon icon-basic-pencil-ruler"></div>
<h3>Design</h3>
<span class="servicesColor">style it</span>
<p>Always asking for, listening to, and using feedback effectively - on designs, after a project ends, or when working with people in other roles.</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 servicesBox">
<div class="icon icon-basic-webpage-txt"></div>
<h3>Coding</h3>
<span class="servicesColor">build it</span>
<p>Implementing solutions that achieve consensus among key stakeholders.</p>
</div>
</div>
</div>
</div>
</section>
<!-- END section SERVICES-->
<!--section STATISTICS -->
<section id="sectionStats">
<div class="container wow fadeInLeft">
<div class="col-md-2 col-sm-4 col-xs-6">
<h3>21+</h3>
<h5>projects done</h5>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<h3>36</h3>
<h5>happy clients</h5>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="icon icon-basic-anticlockwise"></div>
<h5>Punctual</h5>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="icon icon-basic-cup"></div>
<h5>competitive</h5>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<h3>200+</h3>
<h5>coffee cups</h5>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 col-md-2-last">
<div class="icon icon-basic-message-txt"></div>
<h5>enthusiastic</h5>
</div>
</div>
</section>
<!--END section STATISTICS -->
<!--section CONTACT -->
<section id="sectionContact">
<div class="container">
<!-- section TITLE -->
<div class="sectionTitle wow fadeInUp">
<h1>Contact</h1>
<h4>Get in touch with me</h4>
<hr>
</div>
<!-- END section TITLE -->
<div class="col-md-6 contactLeft wow fadeInUp">
<!-- contact FORM-->
<div class="contactForm">
<!--MESSAGE SENT SUCCESFULLY-->
<div id="message"></div>
<!--MESSAGE FAILED-->
<div id="errorMessage">
<ul class="errorMessages"></ul>
</div>
<!--MAIN FORM-->
<form method="post" action="contact.php" name="contactform" id="contactform">
<fieldset>
<div>
<input name="name" type="text" id="name" placeholder="Name* :" size="30" value="" autocomplete="off" required/>
</div>
<div>
<input name="email" type="text" id="email" placeholder="E-mail* :" size="30" value="" autocomplete="off" required/>
</div>
<div>
<input name="subject" type="text" id="subject" placeholder="Subject* :" size="30" value="" autocomplete="off" required/>
</div>
<div>
<textarea name="comments" cols="40" rows="3" placeholder="Message* :" id="comments" required></textarea>
</div>
<input type="submit" class="submit" id="submit" value="Send message" />
</fieldset>
</form>
<!--END Main form-->
</div>
<!-- END contact FORM-->
</div>
<div class="col-md-6 contactRight wow fadeInUp">
<div class="contactBox">
<div class="icon icon-basic-geolocalize-05"></div>
<h3>Adress/Street</h3>
<p>Mississauga, ON L5N5C3</p>
</div>
<div class="contactBox">
<div class="icon icon-basic-smartphone"></div>
<h3>Phone number</h3>
<p>+(1) 647 377 1379</p>
</div>
<div class="contactBox">
<div class="icon icon-basic-world"></div>
<h3>LinkedIn</h3>
<p>http://linkedin.com/in/brandongehrlein</p>
</div>
</div>
</div>
<!-- END container -->
<!-- footer CONTACT-->
<footer class="contactFooter">
<div class="container">
<!-- COPYRIGHT-->
<div class="col-md-6 col-sm-6 col-xs-12 footerLeft">
© Brandon Gehrlein 2016 All rights reserved.
</div>
<!-- SOCIAL ICONS -->
<div class="col-md-6 col-sm-6 col-xs-12 footerRight">
<a href="https://www.facebook.com/Brandon.Gehrlein" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/brandongehrlein" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<!-- END container-->
</footer>
<!-- END footer CONTACT-->
</section>
<!--END section CONTACT -->
</div>
</div>
<!-- JAVASCRIPTS=========== -->
<!-- Main JS Library -->
<script src="js/jquery-latest.js" type="text/javascript"></script>
<script src="js/jquery.js"></script>
<!-- Main Bootstrap JS -->
<script src="js/bootstrap.js"></script>
<!-- bxSlider -->
<script src="js/jquery.bxslider.min.js"></script>
<!-- JS for easy scrolling -->
<script src="js/jquery.easing.js"></script>
<!-- JS for mixitup plugins, for works grid-->
<script src="js/jquery.mixitup.js"></script>
<!-- JS for MAGNIFIC POPUP & ALL SCRIPTS& CALLS -->
<script src="js/scripts.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- AJAX Form Submit -->
<script src="js/contactform.js"></script>
<!-- Header fixed after scroll -->
<script src="js/smoothscroll.js"></script>
<script src="js/classie.js"></script>
<!-- OWL SLIDER & WOW ANIMATIONS -->
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>