-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
518 lines (491 loc) · 25.7 KB
/
Copy pathindex.html
File metadata and controls
518 lines (491 loc) · 25.7 KB
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
<!--
____ _ _ __ __ _ _ _
| _ \(_) ( ) \ \ / / | | (_) |
| |_) |_ _ __ ___ _ __ ___ _ __|/ ___ \ \ /\ / /__| |__ ___ _| |_ ___
| _ <| | '_ ` _ \| '_ ` _ \| '__| / __| \ \/ \/ / _ \ '_ \/ __| | __/ _ \
| |_) | | | | | | | | | | | | | \__ \ \ /\ / __/ |_) \__ \ | || __/
|____/|_|_| |_| |_|_| |_| |_|_| |___/ \/ \/ \___|_.__/|___/_|\__\___|
What are you doing back here?
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Randy Bimm - Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Randy Bimm | Bimmr - Web Developer, Digital Analyst, Programmer - Personal Website"
/>
<link rel="apple-touch-icon" sizes="180x180" href="imgs/icon/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="imgs/icon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="imgs/icon/favicon-16x16.png" sizes="16x16" />
<link rel="manifest" href="imgs/icon/manifest.json" />
<link rel="mask-icon" href="imgs/icon/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="theme-color" content="#333333" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/main.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-20RPK23S03"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "G-20RPK23S03")
</script>
<!-- Google Tag Manager -->
<script>
;(function (w, d, s, l, i) {
w[l] = w[l] || []
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" })
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : ""
j.async = true
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl
f.parentNode.insertBefore(j, f)
})(window, document, "script", "dataLayer", "GTM-5L9959TG")
</script>
<!-- End Google Tag Manager -->
<script src="js/lib/particles.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-5L9959TG"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="skip-link-wrapper">
<a href="#content" class="skip-link">Skip to Content</a>
<a href="#footer" class="skip-link">Skip to Footer</a>
</div>
<span class="quickLink" id="home"></span>
<div class="landing-bg">
<div id="particles-js"></div>
<div class="overlay">
<div class="overlay-content">
<h1>Software Engineer Focused on Building Scalable Web Applications and Internal Systems</h1>
<p>
<br /><a href="#contact" class="quickLink btn primary">Contact Me</a>
<a href="assets/Resume.pdf" target="_blank" class="btn primary">Hire Me</a>
</p>
</div>
</div>
<div class="scroll-down">
<a class="quickLink" href="#content"></a>
</div>
</div>
<header>
<div class="topbar">
<div class="row">
<div class="col-xs-12 col-sm-6 socials">
<a href="https://www.linkedin.com/in/randybimm/" title="LinkedIn" target="_blank"
><i class="fab fa-linkedin-in"></i> LinkedIn</a
>
<a href="https://github.com/Bimmr" title="Github" target="_blank"
><i class="fab fa-github"></i> Github</a
>
</div>
<div class="col-xs-12 col-sm-6 email">
<a href="mailto:bimmr6696@gmail.com" title="Email" target="_blank"
><i class="fas fa-envelope"></i> Bimmr6696@gmail.com</a
>
</div>
</div>
</div>
<nav class="navbar">
<a href="/" class="logo">
<h1>Randy Bimm</h1>
<h4><strong style="font-weight: 800">Developer</strong></h4>
</a>
<input type="checkbox" id="navbar-toggle" />
<label for="navbar-toggle" class="navbar-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</label>
<div id="main-navigation">
<a class="quickLink" href="#home" class="active">Home</a>
<a class="quickLink" href="#about">About Me</a>
<a class="quickLink" href="#projects">My Projects</a>
<!-- <a class="quickLink" href="#portfolio">My Portfolio</a> -->
<a class="quickLink" href="#contact">Contact</a>
</div>
</nav>
</header>
<span id="content"></span>
<div class="container">
<div class="inner-container">
<span class="quickLink" id="about"></span>
<div class="callout flush-top">
<div class="row icons">
<div class="col-6 col-sm-4 col-md-2">
<div>
<i class="devicon-java-plain"></i>
<h4 class="accent">Java</h4>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div>
<i class="devicon-vuejs-plain"></i>
<h4 class="accent">VueJS</h4>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div>
<i class="devicon-mysql-plain"></i>
<h4 class="accent">MySQL</h4>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div>
<i class="devicon-html5-plain-wordmark"></i>
<h4 class="accent">HTML 5</h4>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div>
<i class="devicon-css3-plain-wordmark"></i>
<h4 class="accent">CSS 3</h4>
</div>
</div>
<div class="col-6 col-sm-4 col-md-2">
<div>
<i class="devicon-javascript-plain"></i>
<h4 class="accent">Javascript</h4>
</div>
</div>
</div>
</div>
<div class="about">
<h1 class="accent">About Me</h1>
<p>
I am a Software Engineer with professional experience in the field since 2018, focused on
building practical and dependable software solutions. My background includes developing and
maintaining enterprise web applications that support business operations and internal teams.
</p>
<p>
I am motivated by solving real-world problems through thoughtful system design and clean,
maintainable code. Whether contributing to internal platforms or developing independent
projects, I prioritize reliability, scalability, and long-term supportability.
</p>
<p>
I value understanding both the technical and business context of a project, ensuring the
solutions I build align with organizational goals and deliver measurable improvements. I
continue to seek opportunities to grow as an engineer while contributing meaningful,
well-designed systems.
</p>
</div>
<hr />
<div class="education">
<h1 class="accent">Education</h1>
<div class="education-school">
<h2>Conestoga College</h2>
<h3>Advanced Diploma - Computer Programming & Digital Analysis</h3>
<p class="header-meta">2015 - 2018</p>
<p>Graduated With Distinction</p>
</div>
</div>
<hr />
<div class="experience">
<h1 class="accent">Experience</h1>
<h2>Manulife</h2>
<div class="experience-company">
<div class="experience-job">
<h3>Digital Marketing Senior Specialist</h3>
<p class="header-meta">September 2023 – Present</p>
<ul>
<li>Product Owner and Lead Developer for the SiteForward advisor website program.</li>
<li>Oversee development, enhancements, and ongoing maintenance of advisor websites.</li>
<li>
Collaborate with stakeholders to translate business requirements into scalable
technical solutions.
</li>
</ul>
</div>
<div class="experience-job">
<h3>Web Developer / Analyst</h3>
<p class="header-meta">August 2018 – September 2023</p>
<ul>
<li>
Developed and maintained 300+ advisor websites and web applications within the
SiteForward platform.
</li>
<li>
Implemented custom features, optimizations, and enhancements to support business
initiatives.
</li>
<li>
Ensured reliability, performance, and long-term maintainability across production
systems.
</li>
</ul>
</div>
</div>
</div>
<hr />
<div class="technical-skills">
<h1 class="accent">Technical Skills</h1>
<div class="row">
<div class="col-md-4">
<h4>Languages</h4>
<ul>
<li>JavaScript</li>
<li>PHP</li>
<li>Java</li>
<li>Kotlin</li>
<li>C</li>
<li>C#</li>
<li>C++</li>
<li>Lua</li>
</ul>
</div>
<div class="col-md-4">
<h4>Web Technologies</h4>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>Vue.js</li>
<li>MySQL</li>
</ul>
</div>
<div class="col-md-4">
<h4>Tools & Platforms</h4>
<ul>
<li>Visual Studio Code</li>
<li>IntelliJ</li>
<li>Adobe Photoshop</li>
<li>Microsoft Office</li>
</ul>
</div>
</div>
</div>
<span class="quickLink" id="projects"></span>
<div class="callout callout-image" id="projectsBanner">
<div class="callout-overlay"></div>
<div class="centered">
<h1>My Projects</h1>
</div>
</div>
<div class="alternateBoxes full projects">
<div class="row">
<span class="delete-row"></span>
<div
class="col-xs-12 col-sm-6"
style="
background-image: url(imgs/projects/NewsletterGenerator.jpg);
background-size: cover;
background-position: left top;
min-height: 400px;
"
></div>
<div class="col-xs-12 col-sm-6">
<h2>Newsletter Generator</h2>
<h4>JS, VueJS, HTML, CSS, PHP</h4>
<p>
The Newsletter Generator is a tool I created to allow Manulife Securities(SiteForward
Program) advisors to create newsletters from their TwentyOverTen websites.
</p>
<p>
This tool allows advisors to pull blogs from their website (Either through an RSS Feed,
or through a URL) and inset them into a newsletter framework. The settings and options
are designed in a way to allow advisor's to personalize their newsletters. There is also
a Banner Creator tool that uses PHP to customize an image and turn it into a banner.
</p>
<a href="https://Newsletter.SiteForward.ca" target="_blank" class="btn primary"
>View Newsletter Generator</a
>
</div>
</div>
<div class="row">
<span class="delete-row"></span>
<div class="col-xs-12 col-sm-6">
<h2>Site-Viewer</h2>
<h4>JS, HTML, CSS</h4>
<p>
Site-Viewer is a Chromium extension that lets you crawl and/or view a website's pages,
links, assets, files, and media all in one location.
</p>
<p>Some of the viewer's features are:</p>
<ul>
<li>
<p>
Download images and pages with the option of combining the page and all on page
scripts, styles, and images into a single html file
</p>
</li>
<li>
<p>View instances of links, and test to make sure they go to valid pages</p>
</li>
<li>
<p>
Inspect a single page or the whole website to see what links, assets, and media
can be found
</p>
</li>
</ul>
<a href="https://github.com/Bimmr/Site-Viewer" target="_blank" class="btn primary"
>View Site-Viewer Project</a
>
</div>
<div
class="col-xs-12 col-sm-6"
style="
background-image: url(imgs/projects/siteviewer.jpg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
min-height: 400px;
"
></div>
</div>
<div class="row">
<span class="delete-row"></span>
<div
class="col-xs-12 col-sm-6"
style="
background-image: url(imgs/projects/Signs.png);
background-size: cover;
background-position: center top;
background-size: contain;
background-repeat: no-repeat;
min-height: 400px;
"
></div>
<div class="col-xs-12 col-sm-6">
<h2>Minecraft Sign Generator</h2>
<h4>JS, HTML, CSS, <span style="text-decoration: line-through"> PHP </span></h4>
<p>
The Minecraft Sign Generator was created to make SpigotMc/Bukkit developers lives easier
by allowing them to show their sign support without them needing to open up Photoshop
and create the sign themself.
</p>
<p>
By using this tool a developer is able to quickly and easily create a Minecraft sign
with text(Supporting Colour) to display their plugin's Sign support.
</p>
<p>
<sup style="line-height: normal"
>This tool used to use PHP to allow for a simple URL
(https://Bimmr.com/Signs/Sign.php?line1=test), but that was removed to reduce what I
pay Amazon to host it)</sup
>
</p>
<a href="signs/index.html" target="_blank" class="btn primary">View Sign Generator</a>
</div>
</div>
<div class="row">
<span class="delete-row"></span>
<div class="col-xs-12 col-sm-6">
<h2>McInfected</h2>
<h4>Java, SpigotMc/Bukkit, Maven</h4>
<p>
McInfected is a popular game mode from Call of Duty's Modern Warfare 3. This plugin
tries its' best to replicate that game mode and turn it into a Minecraft minigame. The
objective of this game for humans is to simply outlast and fight the zombies. But you
only have one life. Once you get bitten, then you turn into a zombie and are forced to
infect the ones who were once your allies and friends. Humans. If you happen to get
caught by the horde, your objective as a zombie is to infect all the humans before the
timer is up.
</p>
<a
href="https://github.com/Bimmr/McInfected/wiki/McInfected---Wiki-Home"
target="_blank"
class="btn primary"
>View Wiki</a
>
</div>
<div
class="col-xs-12 col-sm-6"
style="
background-image: url(imgs/projects/McInfected.jpg);
background-size: cover;
background-position: center top;
background-size: contain;
background-repeat: no-repeat;
min-height: 400px;
"
></div>
</div>
<div class="row">
<span class="delete-row"></span>
<div
class="col-xs-12 col-sm-6"
style="
background-image: url(imgs/projects/Github.png);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
min-height: 400px;
"
></div>
<div class="col-xs-12 col-sm-6">
<h2>Other Projects</h2>
<h4>Java, C#, JS, HTML, Lua, PHP</h4>
<p>My Github repositories contain all my other projects.</p>
<p>
These projects range from Minecraft plugins to websites to games to anything else that I
decide to create.
</p>
<a href="https://github.com/Bimmr?tab=repositories" target="_blank" class="btn primary"
>View Github Repos</a
>
</div>
</div>
</div>
<span class="quickLink" id="contact"></span>
<div class="callout callout-image flush-bottom" id="contactBanner" style="padding: 0">
<div class="callout-overlay"></div>
<div class="centered">
<h1>Contact Me</h1>
<a href="mailto:Bimmr6696@gmail.com" class="contact-link"
><i class="fas fa-envelope fa-2x"></i> <span>Bimmr6696@gmail.com</span></a
>
</div>
</div>
</div>
</div>
<footer>
<div class="inner-footer">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<!-- <img src="imgs/Logo.png" width="200px" style="margin:5px;" alt="Bimmr Logo"> -->
<p class="copyright">
© Copyright
<script type="text/javascript">
document.write(new Date().getFullYear())
</script>
</p>
</div>
<div class="col-12 col-md-6">
<p style="text-align: right">
<a class="btn btn-backToTop quickLink" href="#home">Back to Top</a>
</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>