-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
482 lines (475 loc) · 30 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
name="description"
content="Matthew Fay is a software developer living in Palm Coast, FL. Click here to read more."
/>
<meta
name="keywords"
content="software developer, web developer, front end developer, matt, fay"
/>
<title>Matt Fay - Developer | Writer | Freelancer</title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link rel="stylesheet" href="assets/css/swap.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/css/fancybox.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media_query.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="site_contain">
<!-- Preloader -->
<!-- <div class="page-loader"><img src="assets/images/loader.gif" alt="loader"></div> -->
<div class="fix-bg">
<div class="Ellipse1"></div>
<div class="Ellipse2"></div>
<button id="menu-toggle" class="menu-toggle-button">
<span class="hamburger" id="hamburger-1">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</span>
</button>
<div class="container">
<!-- ====================================== Side Menu ===================================== -->
<div class="side-menu">
<div class="profile-img-main">
<img class="zoom_in" src="assets/images/me20.jpeg" alt="profile-img">
<h1 class="fade_up">Matt <span>Fay</span></h1>
<h2 class="designer fade_up">Web Developer</h2>
<div class="profile-media-icons-main fade_up">
<a href="mailto:[email protected]" class="profile-media-icons">
<img src="assets/images/svg/email-svg.svg" alt="email-svg">
</a>
<a href="https://github.com/username1001" class="profile-media-icons">
<i class="fab fa-github" aria-hidden="true" style="color:white"></i>
</a>
<a href="https://linkedin.com/in/matt-fay" class="profile-media-icons">
<i class="fab fa-linkedin" aria-hidden="true" style="color:white"></i>
</a>
</div>
</div>
<div class="menu-list-main">
<ul>
<li class="active-menu-action">
<a class="fade_right" href="#home">
<img src="assets/images/svg/home-svg.svg" alt="home-svg">Home
</a>
</li>
<li class="active-menu-action">
<a class="fade_right" href="#about">
<img src="assets/images/svg/about-svg.svg" alt="home-svg">About
</a>
</li>
<li class="active-menu-action">
<a class="fade_right" href="#resume">
<img src="assets/images/svg/resume-svg.svg" alt="home-svg">Resume
</a>
</li>
<!-- <li class="active-menu-action">
<a class="fade_right" href="#services">
<img src="assets/images/svg/services-svg.svg" alt="home-svg">Services
</a>
</li>
<li class="active-menu-action">
<a class="fade_right" href="#portfolio">
<img src="assets/images/svg/portfolio-svg.svg" alt="home-svg">Portfolio
</a>
</li>
<li class="active-menu-action">
<a class="fade_right" href="#blog">
<img src="assets/images/svg/blog-svg.svg" alt="home-svg">Blog
</a>
</li> -->
<li class="active-menu-action" id="contact-line">
<a class="fade_right" href="#contact">
<img src="assets/images/svg/contact-svg.svg" alt="home-svg">Contact
</a>
</li>
</ul>
</div>
<div>
<br />
</div>
</div>
<div class="main-containe" data-bs-spy="scroll">
<section class="section-one overflow-hidden" id="home">
<div class="row">
<div class="col-xxl-6 col-lg-6">
<h2 class="jessica-main-text zoom_in">Matt <span>Fay</span></h2>
<h3 class="back-End-dev designer2">Back-End Web Developer</h3>
<p class="best fade_down">Hi, I'm Matt. Welcome to my side of the web; I'm glad you're here.</p>
<div class="section-one-btns-main fade_down">
<!-- <div class="wrapper">
<a class="btn-hover" href="assets/pdf/Matthew Fay RESUME 2024.pdf" download="Matt Fay's Resume">Resume</a>
</div> -->
<div class="wrapper">
<a class="btn-hover btn-hover2" href="#contact">Contact Me</a>
</div>
</div>
</div>
<!-- <div class="col-xxl-6 col-lg-6 position-relative">
<img class="flower" src="assets/images/flower.png" alt="flower">
<img class="jessica-main-img zoom_in" src="assets/images/jessica-main-img.png"
alt="jessica-main-img">
<div class="worked-box">
<p class="worked-more">Worked with more than 100 people</p>
<div class="client-img-main position-relative">
<img class="client-img client-img1" src="assets/images/clients-img1.jpg"
alt="clients-img1">
<img class="client-img client-img2" src="assets/images/clients-img2.jpg"
alt="clients-img2">
<img class="client-img client-img3" src="assets/images/clients-img3.jpg"
alt="clients-img3">
<img class="client-img client-img4" src="assets/images/clients-img4.jpg"
alt="clients-img4">
<p class="worked-more worked-more2"> 100+ Clients</p>
</div>
</div>
</div> -->
</div>
</section>
<section class="Marquee-main overflow-hidden">
<h3 class="fade_up">Nice to meet you</h3>
<div class="logos logos2">
<div class="logos-slide">
<div class="marquee__content">
<div class="marquee-img-main">
<p>Hello</p>
</div>
<div class="marquee-img-main">
<p>你好</p>
</div>
<div class="marquee-img-main">
<p>Hola</p>
</div>
<div class="marquee-img-main">
<p>नमस्ते</p>
</div>
<div class="marquee-img-main">
<p>สวัสดี</p>
</div>
<div class="marquee-img-main">
<p>Bonjour</p>
</div>
<div class="marquee-img-main">
<p>ﺮﺤﺑﺍ</p>
</div>
<div class="marquee-img-main">
<p>Привет</p>
</div>
<div class="marquee-img-main">
<p>Olá</p>
</div>
<div class="marquee-img-main">
<p>হ্যালো</p>
</div>
<div class="marquee-img-main">
<p>ہﯽﻟﻭ</p>
</div>
</div>
</div>
</div>
</section>
<section class="About-section jos" id="about">
<div class="heading-container">
<h2 class="section-heading-text about-me fade_up">About Me.</h2>
<div class="line"></div>
</div>
<p class="section-sub-text about-sub-text zoom_in">
Hello! I'm a software developer focusing on full-stack web development, I currently work for a data-driven marketing company as a front-end developer (although I work with the entire stack).
I'm continuously sharpening my entire skill set, which includes learning about web security. I <s>currently live in a small town near Scranton, PA</s>.
Palm Coast, FL.
<br />
<br />
Aside from programming and creating the web, I also like to play chess, read interesting books, and train Brazilian Jiu-Jitsu as well as Muay Thai (Sawatdee Krab!).
I also study languages and can understand Italian, some Russian, and some Thai.
</p>
</section>
<section class="education-experience" id="resume">
<div class="row">
<div class="col-xxl-6 col-lg-6">
<div class="heading-container">
<h2 class="section-heading-text about-me fade_up">Education.</h2>
<div class="line"></div>
</div>
<div class="education position-relative fade_up">
<div class="side_circle_ring">
<div class="small_yellow_border">
<div class="small_yellow_circle"></div>
</div>
</div>
<div class="small_yellow_border_main">
<p class="bachelor">Web Development</p>
<p class="cursus university">freeCodeCamp / 2010 - 2014</p>
<p class="cursus">HTML/CSS, Bootstrap, JavaScript, NodeJS, ReactJS,
jQuery, OOP and Functional Programming, JSON
APIs and Ajax
</p>
</div>
</div>
<div class="education position-relative fade_up">
<div class="side_circle_ring">
<div class="small_yellow_border">
<div class="small_yellow_circle"></div>
</div>
</div>
<div class="small_yellow_border_main">
<p class="bachelor">Computer Science & Software Engineering</p>
<p class="cursus university">Lambda School / 2017 - 2018</p>
<p class="cursus">Data Structures & Algorithms, Full-Stack Web Development
</p>
</div>
</div>
<br />
<p class="section-sub-text about-sub-text zoom_in show">
I'm mostly a "self-taught" developer, meaning I've learned from a TON of online courses (shout out to MIT OCW), documentation, as well as books. Although freeCodeCamp and Lambda School* were vital in helping me become a professional developer.
</p>
<br />
<br />
<br />
<br />
<br />
<br />
<p style="color: #909090">* - Lambda School now goes by the name "Bloomtech Institute of Technology".</p>
</div>
<div class="col-xxl-6 col-lg-6">
<div class="heading-container">
<h2 class="section-heading-text about-me fade_up">Experience.</h2>
<div class="line"></div>
</div>
<div class="education position-relative fade_up">
<div class="side_circle_ring">
<div class="small_yellow_border">
<div class="small_yellow_circle"></div>
</div>
</div>
<div class="small_yellow_border_main">
<p class="bachelor">FRONT-END DEVELOPER</p>
<p class="cursus university">Hamlin & Associates, Inc. / May 2023 - Current</p>
<p class="cursus">Initially hired as a front-end developer, I quickly became proficient in
C#/.NET, TSQL, and mobile development using React Native. My
daily responsibilities include fixing bugs, developing new features, and
other related tasks.
</p>
</div>
</div>
<div class="education position-relative fade_up">
<div class="side_circle_ring">
<div class="small_yellow_border">
<div class="small_yellow_circle"></div>
</div>
</div>
<div class="small_yellow_border_main">
<p class="bachelor">Subject Matter Expert</p>
<p class="cursus university">CompTIA / Oct 2023 - Dec 2023</p>
<p class="cursus">Hired as a contractor to author a new full-stack web development
program. My responsibilities included writing course curriculum, lesson
plans, and scripts for video lectures.
</p>
</div>
</div>
<div class="education position-relative fade_up">
<div class="side_circle_ring">
<div class="small_yellow_border">
<div class="small_yellow_circle"></div>
</div>
</div>
<div class="small_yellow_border_main">
<p class="bachelor">SOFTWARE DEVELOPER & INSTRUCTOR</p>
<p class="cursus university">KodeDen / Jan 2023 - Aug 2023</p>
<p class="cursus">Developed course curriculum, assisted students with technical issues,
and implemented unit tests featuring algorithmic challenges.
</p>
</div>
</div>
<div class="education position-relative fade_up">
<div class="side_circle_ring">
<div class="small_yellow_border">
<div class="small_yellow_circle"></div>
</div>
</div>
<div class="small_yellow_border_main">
<p class="bachelor">SOFTWARE DEVELOPER</p>
<p class="cursus university">United Water Restoration Group / Jan 2022 - Mar 2022</p>
<p class="cursus">Hired to update and enhance an outdated web application utilizing
Vue, Node, and MongoDB.
</p>
</div>
</div>
<div class="education position-relative fade_up">
<div class="side_circle_ring">
<div class="small_yellow_border">
<div class="small_yellow_circle"></div>
</div>
</div>
<div class="small_yellow_border_main">
<p class="bachelor">SOFTWARE DEVELOPER</p>
<p class="cursus university">Gentex Corporation / Jan 2019 - Mar 2021</p>
<p class="cursus">Developed a web application to assist the production team's inventory
tracking.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="coding-skill-section">
<div class="heading-container">
<h2 class="section-heading-text coding-skill-text fade_up">Coding Skills.</h2>
<div class="line"></div>
</div>
<div id="progress">
<img
src="assets/images/logos/icon-html.png"
class="skill-icon"
title="HTML"
alt="HTML"
/>
<img
src="assets/images/logos/icon-css.png"
class="skill-icon"
title="CSS"
alt="CSS"
/>
<img
src="assets/images/logos/icon-js.png"
class="skill-icon"
title="JavaScript"
alt="JavaScript"
/>
<img
src="assets/images/logos/icon-jq.png"
class="skill-icon"
title="jQuery"
alt="jQuery"
/>
<img
src="assets/images/logos/react.png"
class="skill-icon"
title="ReactJS"
alt="ReactJS"
/>
<img
src="assets/images/logos/node.png"
class="skill-icon"
title="Node"
alt="NodeJS"
/>
<br />
</div>
<p class="section-sub-text about-sub-text zoom_in show">
In short, I have extensive experience in full-stack web development, being mostly famililar with the JavaScript ecosystem, such as Vue, React, and Node.
I have also worked with (and am currently working with) C#/.NET and TSQL.
Further, I'm familiar with MongoDB and PHP, as well as various templating engines such as Pug and Handlebars, and probabbly some other things I'm forgetting about.
</p>
</section>
<div class="popup-wrap">
<div class="popup-box">
<img class="pop-up-img1" src="assets/images/pop-up-img1.jpg" alt="pop-up-img1">
<a class="close-btn popup-close" href="#">
<svg width="40px" height="40px" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g stroke-width="0"></g>
<g stroke-linecap="round" stroke-linejoin="round"></g>
<g>
<path
d="M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z"
stroke="#FFF" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
<path d="M9.16998 14.83L14.83 9.17004" stroke="#FFF" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M14.83 14.83L9.16998 9.17004" stroke="#FFF" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</svg>
</a>
<p class="corpo">Corporate Branding</p>
<p class="corpo-sub">CONTENT</p>
<div class="corporate_main">
<div class="cuberto_main">
<p class="created_by">Created By:</p>
<p class="cuberto">Cuberto</p>
</div>
<div class="cuberto_main">
<p class="created_by">Date:</p>
<p class="cuberto">20/12/2024</p>
</div>
<div class="cuberto_main">
<p class="created_by">Client:</p>
<p class="cuberto">Rayan Patrick</p>
</div>
<div class="cuberto_main">
<p class="created_by">Categories:</p>
<p class="cuberto">Content</p>
</div>
</div>
<p class="Ornare">
Ornare sagittis blandit imperdiet cursus risus. Amet proin cras mattis arcu pellentesque
lorem sagittis. Mauris facilisis id est duis eget sed cras curabitur faucibus. Lectus eu
eu quis amet. Ultrices morbi bibendum risus nisi sapien id ut egestas. Et fermentum
fermentum faucibus sed quis in eget. Quis cursus eu in sit cras sit elementum nibh sit.
</p>
<div class="pop-up-img-section2">
<img src="assets/images/pop-up-img2.jpg" alt="pop-up-img2">
</div>
<p class="Ornare p-0">
Non vel eget pharetra vestibulum orci amet feugiat mi cras. Neque ac duis sed viverra
volutpat. Natoque habitasse sit in interdum ut in pharetra proin amet. Non id egestas
tellus enim nisi proin. Vel neque gravida sed nunc. Scelerisque vulputate sit tellus
dui. Sollicitudin id nec amet porttitor id. In condimentum id id phasellus eu lobortis
quis porta nisi.
</p>
</div>
</div>
<section class="contact-section" id="contact">
<div class="heading-container">
<h2 class="section-heading-text coding-skill-text fade_up">Get In Touch.</h2>
<div class="line"></div>
</div>
<form action="https://formspree.io/f/mgvwewgw" method="POST">
<div class="form-container">
<div class="form">
<label for="name" class="form__label">NAME</label>
<input type="text" class="form__input" name="name" placeholder="Your name" id="name" required autocomplete="off">
</div>
<div class="form">
<label for="email" class="form__label">EMAIL</label>
<input type="email" class="form__input" name="email" placeholder="Your email" id="email" required autocomplete="off">
</div>
</div>
<div class="form subject-input-main">
<label for="subject" class="form__label">SUBJECT</label>
<input type="text" class="form__input" name="subject" placeholder="Your subject" id="subject" required autocomplete="off">
</div>
<div class="form">
<label for="message" class="form__label">MESSAGE</label>
<textarea class="form__input" name="message" placeholder="Write your text..." id="message" required autocomplete="off"></textarea>
</div>
<div class="wrapper blog-btn">
<button type="submit" class="btn-hover">Submit Now</button>
</div>
</form>
<div class="footer">© 2024
<span><strong>Matt Fay</strong></span>
</div>
</section>
</div>
</div>
</div>
</div>
<script src="assets/javascript/jquery.min.js"></script>
<script src="assets/javascript/fancybox.min.js"></script>
<script src="assets/javascript/magnific-popup.min.js"></script>
<script src="assets/javascript/slick.min.js"></script>
<script src="assets/javascript/bootstrap.bundle.min.js"></script>
<script src="assets/javascript/script.js"></script>
</body>
</html>