summary refs log tree commit diff
path: root/index.php
blob: 8065e6ff5aec897203d8977c4ba27e4731cb78c0 (plain) (blame)
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
<?php
include 'header.php';
?>
    <!-- Header
   ================================================== -->
    <header id="home">

        <nav id="nav-wrap">

            <a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
            <a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>

            <ul id="nav" class="nav">
                <li class="current">
                    <a class="smoothscroll" href="#home">Home</a>
                </li>
                <li>
                    <a class="smoothscroll" href="#about">About</a>
                </li>
                <li>
                    <a class="smoothscroll" href="#resume">Resume</a>
                </li>
                <li>
                    <a class="smoothscroll" href="#contact">Contact</a>
                </li>
            </ul>
            <!-- end #nav -->

        </nav>
        <!-- end #nav-wrap -->

        <div class="row banner">
            <div class="banner-text">
                <h1 class="responsive-headline">Hello,
                    <br>I'm Benjamin Harris</h1>
                <hr>
                <h3>
                    <a class="smoothscroll" href="#about">I'm a Michigan-based software developer. Scroll down to learn more.</a>
                </h3>
                <hr />
                <?php include 'social.html'; ?>
            </div>
        </div>

        <p class="scrolldown">
            <a class="smoothscroll" href="#about">
                <i class="icon-down-circle"></i>
            </a>
        </p>

    </header>
    <!-- Header End -->


    <!-- About Section
   ================================================== -->
    <section id="about">

        <div class="row">

            <div class="three columns">

                <img class="profile-pic" src="images/profilepic.jpg" alt="" />

            </div>

            <div class="nine columns main-col">

                <h2>About Me</h2>

                <p>I studied computer science at Northern Michigan University. I'm into full-stack web development. I love to
                    travel and have lived in Ecuador and Switzerland.
                </p>

                <p>Check out what I'm up to
                    <a href="/now">now</a>.</p>

                <div class="row">

                    <div class="columns download">
                        <p>
                            <a href="/resume.pdf" class="button">
                                <i class="fa fa-download"></i>Download/View Resume</a>
                        </p>
                    </div>

                </div>
                <!-- end row -->

            </div>
            <!-- end .main-col -->

        </div>

    </section>
    <!-- About Section End-->


    <!-- Resume Section
   ================================================== -->
    <section id="resume">

        <!-- Education
      ----------------------------------------------- -->
        <div class="row education">

            <div class="three columns header-col">
                <h1>
                    <span>Education</span>
                </h1>
            </div>

            <div class="nine columns main-col">

                <div class="row item">

                    <div class="twelve columns">

                        <h3>Northern Michigan University</h3>
                        <p class="info">Bachelor of Arts - Computer Science/Economics double major, Mathematics minor
                            <span>&bull;</span>
                            <em class="date">August 2013 - May 2017</em>
                        </p>

                        <p>
                            Standard Computer Science curriculum with an emphasis on Test-Driven development, agile development, and sturdy, maintainable
                            code.
                        </p>

                    </div>

                </div>
                <!-- item end -->

                <div class="row item">

                    <div class="twelve columns">

                        <h3>Zurich University of Applied Sciences (ZHAW)</h3>
                        <p class="info">Study Abroad Exchange Semester
                            <span>&bull;</span>
                            <em class="date">February - July 2015</em>
                        </p>

                        <p>
                            Continued Computer Science coursework in German.
                        </p>

                    </div>

                </div>
                <!-- item end -->

            </div>
            <!-- main-col end -->

        </div>
        <!-- End Education -->


        <!-- Work
      ----------------------------------------------- -->
        <div class="row work">

            <div class="three columns header-col">
                <h1>
                    <span>Work</span>
                </h1>
            </div>

            <div class="nine columns main-col">

                <div class="row item">

                    <div class="twelve columns">

                        <h3>Hagerty Insurance Agency</h3>
                        <p class="info">Developer
                            <span>&bull;</span>
                            <em class="date">December 2017 - Present</em>
                        </p>

                        <p>
                            Work on the Automation release train to improve business processes across the board.
                        </p>

                    </div>

                </div>
                <!-- item end -->

                <div class="row item">

                    <div class="twelve columns">

                        <h3>Hagerty Insurance Agency</h3>
                        <p class="info">Test Engineer
                            <span>&bull;</span>
                            <em class="date">June - December 2017</em>
                        </p>

                        <p>
                            Work on the Apps Development team to improve processes, verify code changes, and collaborate with business stakeholders to
                            ensure software results and performance.
                        </p>

                    </div>

                </div>
                <!-- item end -->

                <div class="row item">

                    <div class="twelve columns">

                        <h3>Northern Michigan University</h3>
                        <p class="info">Student Programmer, Business Intelligence/Information Systems
                            <span>&bull;</span>
                            <em class="date">May 2014 - May 2017</em>
                        </p>

                        <p>
                            Worked under Enterprise Software Director to build web applications meant for internal student and staff use. Gained skills
                            and experience in self-direction and full-stack web development, including PHP, Oracle SQL, jQuery,
                            and Bootstrap.
                        </p>

                    </div>

                </div>
                <!-- item end -->

                <div class="row item">

                    <div class="twelve columns">

                        <h3>Iron Fish Distillery</h3>
                        <p class="info">App Developer/Webmaster
                            <span>&bull;</span>
                            <em class="date">June 2016 - Present</em>
                        </p>

                        <p>
                            Build and maintain several web applications for internal use. Also in charge of maintenance of the current Wordpress site.
                        </p>

                    </div>

                </div>
                <!-- item end -->

            </div>
            <!-- main-col end -->

        </div>
        <!-- End Work -->


        <!-- Skills
      ----------------------------------------------- -->
        <div class="row skill">

            <div class="three columns header-col">
                <h1>
                    <span>Skills</span>
                </h1>
            </div>

            <div class="nine columns main-col">

                <p>There are some of my most notable skills:
                </p>

                <div class="bars">

                    <ul class="skills">
                        <li>
                            <span class="bar-expand php"></span>
                            <em>PHP</em>
                        </li>
                        <li>
                            <span class="bar-expand sql"></span>
                            <em>SQL</em>
                        </li>
                        <li>
                            <span class="bar-expand python"></span>
                            <em>python</em>
                        </li>
                        <li>
                            <span class="bar-expand cpp"></span>
                            <em>C++</em>
                        </li>
                        <li>
                            <span class="bar-expand jquery"></span>
                            <em>jQuery</em>
                        </li>
                        <li>
                            <span class="bar-expand unix-admin"></span>
                            <em>Unix Administration</em>
                        </li>
                        <li>
                            <span class="bar-expand git"></span>
                            <em>Git</em>
                        </li>
                        <li>
                            <span class="bar-expand unit-testing"></span>
                            <em>Unit Testing</em>
                        </li>
                        <li>
                            <span class="bar-expand bootstrap"></span>
                            <em>Bootstrap</em>
                        </li>
                    </ul>

                </div>
                <!-- end skill-bars -->

            </div>
            <!-- main-col end -->

        </div>
        <!-- End skills -->

    </section>
    <!-- Resume Section End-->



    <!-- Contact Section
   ================================================== -->
    <section id="contact">

        <div class="row section-head">

            <div class="two columns header-col">

                <h1>
                    <span>Get In Touch.</span>
                </h1>

            </div>

            <div class="ten columns">

                <p class="lead">Let me know if you have any cool ideas or want to work together on something! Feel free to send me a message
                    on
                    <a href="https://t.me/bharris">Telegram</a> or send me an email with this form here.</p>

            </div>

        </div>

        <div class="row">

            <div class="eight columns">

                <!-- form -->
                <form action="" method="post" id="contactForm" name="contactForm">
                    <fieldset>

                        <div>
                            <label for="contactName">Name
                                <span class="required">*</span>
                            </label>
                            <input type="text" value="" size="35" id="contactName" name="contactName">
                        </div>

                        <div>
                            <label for="contactEmail">Email
                                <span class="required">*</span>
                            </label>
                            <input type="text" value="" size="35" id="contactEmail" name="contactEmail">
                        </div>

                        <div>
                            <label for="contactSubject">Subject</label>
                            <input type="text" value="" size="35" id="contactSubject" name="contactSubject">
                        </div>

                        <div>
                            <label for="contactMessage">Message
                                <span class="required">*</span>
                            </label>
                            <textarea cols="50" rows="15" id="contactMessage" name="contactMessage"></textarea>
                        </div>

                        <div>
                            <button class="submit">Submit</button>
                            <span id="image-loader">
                                <img alt="" src="images/loader.gif">
                            </span>
                        </div>

                    </fieldset>
                </form>
                <!-- Form End -->

                <!-- contact-warning -->
                <div id="message-warning"> Error boy</div>
                <!-- contact-success -->
                <div id="message-success">
                    <i class="fa fa-check"></i>Your message was sent, thank you!
                    <br>
                </div>

            </div>


            <aside class="four columns footer-widgets">

                <div class="widget widget_contact">

                    <h4>Hi!</h4>
                    <p>I look forward to hearing from you!</p>

                </div>

            </aside>

        </div>

    </section>
    <!-- Contact Section End-->


    <?php include 'footer.php';