-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
416 lines (389 loc) · 20.9 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
<!--
____ _ _ __ __ _ _ _
| _ \(_) ( ) \ \ / / | | (_) |
| |_) |_ _ __ ___ _ __ ___ _ __|/ ___ \ \ /\ / /__| |__ ___ _| |_ ___
| _ <| | '_ ` _ \| '_ ` _ \| '__| / __| \ \/ \/ / _ \ '_ \/ __| | __/ _ \
| |_) | | | | | | | | | | | | | \__ \ \ /\ / __/ |_) \__ \ | || __/
|____/|_|_| |_| |_|_| |_| |_|_| |___/ \/ \/ \___|_.__/|___/_|\__\___|
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/[email protected]/devicon.min.css">
<script src="js/lib/particles.js"></script>
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121992018-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-121992018-1');
</script>
</head>
<body>
<span class="quickLink" id="home"></span>
<div class="landing-bg">
<div id="particles-js">
</div>
<div class="overlay">
<div class="overlay-content">
<h3>This website is still under construction</h3>
<h1>Check back sometime within the next 10 years</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:[email protected]" title="Email" target="_blank"><i class="fas fa-envelope"></i>
</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>
<!-- <h1 class="accent">About Me</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur volutpat purus ut tincidunt
malesuada. Vivamus interdum urna at justo commodo vehicula. Cras dignissim urna eget orci euismod, sed
ultrices eros rhoncus. Nam molestie tempus lorem et aliquam.
Nullam nec dui id nunc ultrices volutpat et non nisi. Suspendisse pretium ut metus sit amet fringilla.
Aliquam arcu sem, molestie in tellus id, elementum faucibus velit. Integer id magna felis. Nunc eu metus
pellentesque, cursus lectus
id, viverra mi. Morbi porta, libero eu maximus porttitor, massa felis bibendum sem, in rhoncus justo ex
vitae turpis. Cras luctus laoreet erat, ac fringilla erat commodo in. Nulla luctus tortor lacus, et
scelerisque erat placerat vitae.
</p>
<hr />-->
<div class="education">
<h1 class="accent">Education</h1>
<h2>Conestoga College: Computer Programmer Analyst <small><span style="font-style: italic">(3yr) (2015-2018)</span></small></h2>
</p>
<p>Courses included:</p>
<div class="row">
<div class="col-12 col-sm-6">
<ul>
<li>Programming Fundamentals</li>
<li>Web Foundations</li>
<li>Programming Dynamic Websites</li>
<li>Database - Fundamentals</li>
<li>Database - SQL</li>
<li>Database - Application Development</li>
<li>Game Programming</li>
</ul>
</div>
<div class="col-12 col-sm-6">
<ul>
<li>Mobile Application Development</li>
<li>Mobile Application Development</li>
<li>Systems Development - Analysis & Design</li>
<li>Technology Infrastructure - Networking</li>
<li>Programming Microsoft Enterprise</li>
<li>Programming Distributed Applications</li>
</ul>
</div>
</div>
</div>
<hr />
<h1 class="accent">Core Competencies & Work Related Skills</h1>
<ul>
<li>Strong work ethic and a loyal employee </li>
<li> Analytical thinker </li>
<li> Excellent at self-directed, or online education </li>
<li> Excellent customer service skills </li>
<li> Skilled with technical troubleshooting and problem solving </li>
<li> Experience teaching/tutoring peers </li>
<li>Strong organization and leadership skills </li>
<li> Work well and can follow direction under pressure and stress </li>
<li> Experience with website development CMS</li>
</ul>
<h4>Experienced with coding languages such as:</h4>
<div class="row">
<div class="col-6 col-md-4">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>PHP</li>
<li>JavaScript</li>
</ul>
</div>
<div class="col-6 col-sm-4">
<ul>
<li>C</li>
<li>C++</li>
<li>C#</li>
</ul>
</div>
<div class="col-6 col-sm-4">
<ul>
<li>Java</li>
<li>Kotlin</li>
</ul>
</div>
</div>
<h4>Experienced with a variety of computer programs such as:</h4>
<div class="row">
<div class="col-6 col-sm-4">
<ul>
<li>Eclipse</li>
<li>IntelliJ</li>
<li>Atom</li>
</ul>
</div>
<div class="col-6 col-sm-4">
<ul>
<li>Adobe Photoshop</li>
<li>Adobe After Effects</li>
<li>DreamWeaver</li>
</ul>
</div>
<div class="col-6 col-sm-4">
<ul>
<li>Microsoft Office</li>
<li>Open Office</li>
</ul>
</div>
</div>
<hr />
<div class="experience">
<h1 class="accent">Experience</h1>
<h2>Manulife <small><span style="font-style: italic;">(Web Developer/Analyst)</span></small></h2>
<ul>
<li>
<p>Create and maintain 300+ advisor websites and web applications for Manulife's SiteForward
platform.</p>
</li>
</ul>
</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:[email protected]" class="contact-link"><i class="fas fa-envelope fa-2x"></i>
<span>[email protected]</span></a>
</div>
</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>