-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
631 lines (591 loc) · 23.1 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
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<!DOCTYPE html>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Vision Designs: A Digital Portfolio</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<script language="”JavaScript”">
var frmvalidator = new Validator("contactform");
frmvalidator.addValidation("name", "req", "Please provide your name");
frmvalidator.addValidation("email", "req", "Please provide your email");
frmvalidator.addValidation(
"email",
"email",
"Please enter a valid email address"
);
</script>
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-gem"></span>
</div>
<div class="content">
<div class="inner">
<h1>Matt Bergeron</h1>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#about">Resume</a></li>
<li><a href="#contact">Contact</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"
><img src="images/profile_pic_bw.png" alt=""
/></span>
<i
><b
>"It is not that I am mad, it is only that my head is different
from yours"- Diogenes</b
></i
>
<br />
<br />
<p>
I'm Matt, I'm a Full Stack Web Developer with quite the background.
I've been an athlete my whole life; I've two degrees in Exercise
Science and Human Performance; I've worked jobs from Sales to
Manufatcturing, but the one thing that's always been constant is my
interest in technology.
</p>
<p>
Whether it was academics, athletics, video games, or just work in
general, a challenge or puzzle has always been a driving force
behind me, and I find Full Stack Development the greatest challenge
of all. Technology is the lifeblood of our world, and whether it is
on the Web or physical devices, I've been fascinated with how
technology can enhance our lives, or make it more complicated. I
hope to be able to be able to help others use technology too find
the former and avoid the latter.
</p>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Work</h2>
<h3 style="text-decoration: underline; font-weight: bolder">
<i>Current Project</i>
</h3>
<h3>Ohio Child Care Resource and Refferal Association</h3>
<h6>Full Stack</h6>
<span class="image main"
><img src="images/OCCRRA_ss.PNG" alt="OCCRRA_ss"
/></span>
<p>
<a href="https://occrra.org">This project</a> needs a completely new
digital financial structure.
<br /><br />I was brought on to implement a strategy with my
expertise with Stripe integration, so that the client could leave
their current payment processor, and replace it with a processor
that was more modern and user friendly. I told them that wouldn't be
necessary and when I explained Stripe's potential, I was tasked with
not just fixing their payment system, but to build their own custom
Business Intelligence application.
<br /><br />In addition to traditional eCommerce and B.I. needs,
OCCRRA disburses Federal and State level funding for early childcare
professionals, and at at time of being hired, the CARES Act and the
Infrastructure Bill were passed, I have to design the system to not
only be automated as much as possible, but also handle the flow of
~$2B over the next 3-4 years, on top of the payment processor that
is already handling the volume and traffic from every childcare
professional in the State of Ohio.
</p>
<h3 style="text-decoration: underline; font-weight: bolder">
<i>Current Projects</i>
</h3>
<h3>Evidenced Nutrition</h3>
<h6>Full Stack</h6>
<span class="image main"
><img src="images/evidenced_nutrition.JPG" alt=""
/></span>
<p>
<a href="https://evidencednutrition.com"
>This is complete website overhaul</a
>
a for the client's consultation business, which currently has two
websites on Wordpress and needs a completely streamlined platform.
Similar to the other current project, this will not use any CMS or
eCommerce software and will focus on direct integration for the
client. This site is currently only in the form of prototypes at
this time. Please contact me for code access and features of this
project.
</p>
<h3>Wolf's Ridge Brewery</h3>
<h6>Full Stack</h6>
<span class="image main"
><img src="images/wolf_ridge.JPG" alt=""
/></span>
<p>
This is a complete website and platform overhaul for the
<a href="https://wolfsridgebrewing.com">current business</a> which
uses a Squarespace and Shopify combination. This site will not use
any CMS or eCommerce software, and will directly integrate a payment
processor into their site, a personalized database with SQL, and a
variety of other features. If you would like to see the tech stack,
and how the direct integration for this platform will work to
replace an eCommerce platform, please contact me for a
demonstration.
</p>
<h3 style="text-decoration: underline; font-weight: bolder">
<i>Past Projects</i>
</h3>
<h3>Litehouse Pools & Spas</h3>
<h6>Full Stack</h6>
<span class="image main"
><img src="images/litehouse-main.PNG" alt=""
/></span>
<p>
<a href="https://litehouse.com/">Litehouse Pools & Spas</a> is a
business that offers pool installation, maintenainance, accessories,
and a variety of other services for personal and private pools.
</p>
<h3>Lighthouse Insurance Group</h3>
<h6>Full Stack, Content Management</h6>
<span class="image main"
><img src="images/lig-main.PNG" alt=""
/></span>
<p>
<a href="https://ligsolutions.com/">Lighthouse Insurance Group</a>
is an insurance group offering health coverage from individual, to
group coverage for larger scale business. This project was a
redesign from a previous, standalone website onto WordPress to allow
the client and their employees add their own content and manage
their own site.
</p>
<h3>Office Furniture Warehouse</h3>
<h6>Full Stack</h6>
<span class="image main"
><img src="images/office_furniture_warehouse.PNG" alt=""
/></span>
<p>
<a href="https://theofw.com/">Office Furniture Warehouse</a> is a
office furniture retailer, wholesaler, and outfitter for small and
big buinesses alike.
</p>
<h3>Better Professor</h3>
<h6>UI/UX Design, Web Development, Front-End Development</h6>
<span class="image main"
><img src="images/better_professor_app.JPG" alt=""
/></span>
<p>
<a href="https://bergeronmatt.github.io/UI.com/index.html"
>Better Professor</a
>
is a hypothetical application for University professors to better
manage graduate students they are mentoring. The app allows users,
students and professors alike, to communicate and set reminders with
each other and themselves for important projects, including research
and letters of recommendations. I was responsible for designing the
marketing site and web application, building the marketing site and
developing the Front End. <br /><br />
<a
href="https://www.figma.com/file/H08iH8vdaC3SMWZ4c67CIv/Better-Professor-App?node-id=220%3A1"
>You can find the design files here.</a
>
</p>
</article>
<!-- About -->
<article id="about">
<h2 class="major">Resume</h2>
<!-- <span class="image main"><img src="images/game of thrones.jpg" alt="" /></span> -->
<a href="images/MBergeron_Resume.pdf" download>
<h4>Download full resume here</h4>
<br />
</a>
<h3>Skills</h3>
<h4><i>Programming Languages</i></h4>
<p>
HTML5, CSS4, LESS, SCSS, Javascript, ReactJS, NodeJS, Python, and
various others
</p>
<h4><i>Databases</i></h4>
<p>KnexJS, mongoDB, SQL, PostgreSQL</p>
<h4><i>Application Hosting</i></h4>
<p>GitHub, AWS, Heroku, Firebase</p>
<br />
<h3>Work Experience</h3>
<h4>Vision Designs</h4>
<h5>Freelance Web Designer</h5>
<p>
Help create web based solutions for clients from concept design to
launch and maintenance.
</p>
<h4>Rogue Fitness</h4>
<h5>Manufacturing: Robotics Team Lead</h5>
<p>
Lead team of Robotic Welders to produce raw materials into formed
strength and conditioning equipment for later stages of production
and sales.
</p>
<h4>Renaissance Periodization</h4>
<h5>Digital Customer Experience Expert</h5>
<p>
Support sales and upselling of digital and physical products.
Problem solve multiple customer issues and conflicts online in a
timely manner. Process orders and sales through Wordpress and
Shopify integrated systems. Maintain a positive and helpful manner
with customers, representatives, and colleagues.
</p>
<h4>MuscleDriver USA</h4>
<h5>Wholesale Manager</h5>
<p>
Oversee sales teams and develop strategies to contribute to the
growth and profitability of the company. Coordinate with local and
national vendors, manage and monitor new wholesale accounts and
applications. Interview, screen, and train new retail team members.
</p>
<h3>Education</h3>
<h4>Lambda School</h4>
<h5>Full Stack Web Development</h5>
<h6>(graduation date: October 2020)</h6>
<br />
<h4>Ball State University</h4>
<h5>M.A. Sports and Human Performance</h5>
<br />
<h4>Ball State University</h4>
<h5>B.S. Applied Exercise Science</h5>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<h3>Interested in Working With Me?</h3>
<p>
Please send an email to [email protected], and I will get back
to you as soon as possible!
</p>
</article>
<!-- Elements -->
<article id="elements">
<h2 class="major">Elements</h2>
<section>
<h3 class="major">Text</h3>
<p>
This is <b>bold</b> and this is <strong>strong</strong>. This is
<i>italic</i> and this is <em>emphasized</em>. This is
<sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code:
<code>for (;;) { ... }</code>. Finally,
<a href="#">this is a link</a>.
</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h4>Blockquote</h4>
<blockquote>
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis
sagittis eget tempus euismod. Vestibulum ante ipsum primis in
faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat
ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in
faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
</blockquote>
<h4>Preformatted</h4>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h3 class="major">Lists</h3>
<h4>Unordered</h4>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Alternate</h4>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Ordered</h4>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h4>Icons</h4>
<ul class="icons">
<li>
<a href="#" class="icon brands fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a href="#" class="icon brands fa-facebook-f"
><span class="label">Facebook</span></a
>
</li>
<li>
<a href="#" class="icon brands fa-instagram"
><span class="label">Instagram</span></a
>
</li>
<li>
<a href="#" class="icon brands fa-github"
><span class="label">Github</span></a
>
</li>
</ul>
<h4>Actions</h4>
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</section>
<section>
<h3 class="major">Table</h3>
<h4>Default</h4>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td>Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h4>Alternate</h4>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td>Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h3 class="major">Buttons</h3>
<ul class="actions">
<li><a href="#" class="button primary">Primary</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions">
<li>
<a href="#" class="button primary icon solid fa-download"
>Icon</a
>
</li>
<li>
<a href="#" class="button icon solid fa-download">Icon</a>
</li>
</ul>
<ul class="actions">
<li><span class="button primary disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</section>
<section>
<h3 class="major">Form</h3>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="demo-name">Name</label>
<input
type="text"
name="demo-name"
id="demo-name"
value=""
placeholder="Jane Doe"
/>
</div>
<div class="field half">
<label for="demo-email">Email</label>
<input
type="email"
name="demo-email"
id="demo-email"
value=""
placeholder="[email protected]"
/>
</div>
<div class="field">
<label for="demo-category">Category</label>
<select name="demo-category" id="demo-category">
<option value="">-</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
<div class="field half">
<input
type="radio"
id="demo-priority-low"
name="demo-priority"
checked
/>
<label for="demo-priority-low">Low</label>
</div>
<div class="field half">
<input
type="radio"
id="demo-priority-high"
name="demo-priority"
/>
<label for="demo-priority-high">High</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-copy" name="demo-copy" />
<label for="demo-copy">Email me a copy</label>
</div>
<div class="field half">
<input
type="checkbox"
id="demo-human"
name="demo-human"
checked
/>
<label for="demo-human">Not a robot</label>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea
name="demo-message"
id="demo-message"
placeholder="Enter your message"
rows="6"
></textarea>
</div>
</div>
<ul class="actions">
<li>
<input type="submit" value="Send Message" class="primary" />
</li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</section>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<!-- <p class="copyright">© A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and released<br />
for free under the <a href="https://html5up.net/license">Creative Commons</a> license. <a href="https://html5up.net">HTML5 UP</a>.</p> -->
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>