-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
483 lines (460 loc) · 20 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!-- [if gt IE 8]><! -->
<html class="no-js" lang="en">
<!-- <![endif] -->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Jonathan Sexton - Front End Developer & Designer</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./minified/styles.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two|Righteous"
rel="stylesheet"
/>
</head>
<body id="home">
<!-- <div id="wrapper"> -->
<!--[if lt IE 7]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please
<a href="#">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<nav id="navbar">
<ul id="nav-links" role="list">
<li class="nav-link"><a href="./index.html">home</a></li>
<li class="nav-link"><a href="#about-me">about</a></li>
<li class="nav-link">
<a href="https://jonathansexton.me/blog" target="_blank">blog</a>
</li>
<li class="nav-link"><a href="#featured-projects">projects</a></li>
<li class="nav-link"><a href="#footer">contact</a></li>
</ul>
<article id="social-links">
<div class="social-link" id="linkedin">
<a href="https://www.linkedin.com/in/jj-goose/" target="_blank" aria-label='linkedin'
><i class="fab fa-linkedin" aria-hidden="true"></i
></a>
</div>
<div class="social-link" id="twitter">
<a href="https://twitter.com/jj_goose" target="_blank" aria-label='twitter'
><i class="fab fa-twitter"></i
></a>
</div>
<div class="social-link" id="github">
<a href="https://github.com/JS-goose" target="_blank" aria-label='github'><i class="fab fa-github"></i></a>
</div>
<div class="social-link" id="medium">
<a href="https://medium.com/@joncsexton" target="_blank" aria-label='medium'
><i class="fab fa-medium" aria-hidden="true"></i
></a>
</div>
<div class="social-link" id="devTo">
<a href="https://dev.to/jsgoose" target="_blank" aria-label='dev dot tee oh'
><i class="fab fa-dev"></i></a>
</div>
</article>
</nav>
<main id="main">
<!-- *Commented out because I no longer need to overlay but want to keep for possible future use -->
<!-- <div id="welcome-section-overlay"> -->
<!-- <div id="welcome-section-bg-spoof"> -->
<section id="welcome-section">
<div id="welcome-box">
<!-- <img
src="./minified/images/profile pic with dog.jpg"
alt="a picture of a dog and a human in the river"
/> -->
<h1 id="welcome-title">Hi, I'm <span>Jonathan</span></h1>
<p>
I'm a dog loving, husband, father, and front end web developer who dabbles in design. </br>
I love bridging the gap between people and technology! If you have a project or an
idea, I'd love to work with you!
</p>
<p id="welcome-arrow"><i class="fas fa-angle-double-down"></i></p>
</div>
<!-- </div> -->
</section>
<!-- </div> -->
<div id="wrapper">
<section id="about-me">
<div id="about-me-title-box">
<!-- TODO Replace this with custom image like the one on http://www.christhurman.com/ -->
<h1 id="about-me-title" class="section-titles">About Me</h1>
<!-- <p>Let me introduce myself</p> -->
</div>
<article id="about-me-intro">
<img
src="./minified/images/profile pic with dog2.jpg"
alt="jonathan sexton in the river with his dogs"
/>
<!-- TODO This section's content needs to be reworked -->
<p>
I'm passionate about designing, developing, and deploying easy to use and user
friendly websites. I've been creating in one form or another since I began
exploring the internet in the late 90's. I've always been passionate about finding
creative solutions to problems and I apply that to everything I do. My specialty is
full website development from the ground up using semantic HTML, CSS, and JavaScript.
</p>
<p>
I love using technology to bring people together and sharing everything I've learned.
I even have a
<a href="https://jonathansexton.me/blog" target="_blank" id="welcome-box-blog-link"
>blog</a
>
where I write articles and share resources.
</p>
<p>
When I'm not working I enjoy spending time with my <del>girlfriend</del>
<del>fiance</del> wife, our daughter, and playing a few video games when I get the
chance (rarely ever :D). I love wine, cooking, sports, technology, and the outdoors.
If I'm not building a project or fixing something around the house you'll likely find
me outside on an adventure with the two most important people in my life.
</p>
<p>
If you have any questions about me or would like to talk, all my social media links
can be found at the top and bottom of this page. I would love to connect with you! You
can also swing by my blog and read some articles to see what I'm up to.
</p>
</article>
<article id="about-me-lists">
<div id="about-me-list-one">
<h2>Things I'm Passionate About</h2>
<ul role="list">
<!-- TODO Replace these with icons -->
<li>Family</li>
<li>Helping others</li>
<li>Writing</li>
<li>freeCodeCamp</li>
<li>GitHub/Open Source</li>
<li>Good Wine</li>
<li>Good Food</li>
<li>Windows OS</li>
</ul>
</div>
<div id="about-me-list-two">
<h2>Things I'm Good At</h2>
<ul role="list">
<li>HTML/CSS/JavaScript</li>
<li>Angular</li>
<li>React</li>
<li>jQuery</li>
<li>Bootstrap</li>
<li>Figma</li>
<li>WordPress</li>
<li>Technical Writing</li>
</ul>
</div>
</article>
</section>
<h1 id="featured-projects" class="section-titles">Featured Projects</h1>
<section id="projects-section">
<div class="project-tile project-one">
<img
class="project-image"
src="https://raw.githubusercontent.com/JS-goose/neighborhood-map-react/master/src/images/demoDesktop.png"
alt="a React project using Google Maps"
/>
<p class="project-tile-title-outter">React Maps App</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">React Maps App</p>
<p class="tile-overlay-text">
<a href="https://github.com/JS-goose/neighborhood-map-react" target="_blank"
>See it on GitHub</a
>
</p>
<a
href="https://js-goose.github.io/neighborhood-map-react/"
target="_blank"
class="project-demo-links"
>Live Demo</a
>
</div>
</div>
<div class="project-tile project-two">
<img
class="project-image"
src="./minified/images/preview.PNG"
alt="react todo list preview"
/>
<p class="project-tile-title-outter">React Todo List</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">React Todo List</p>
<p class="tile-overlay-text">
<a href="https://github.com/JS-goose/react-todo-list" target="_blank"
>See it on GitHub</a
>
</p>
<!-- TODO Deploy this React app to GH Pages to set a live preview -->
<!-- <a href="https://lsbcardbreaks.com" target="_blank" class="project-demo-links"
>Live Preview</a> -->
</div>
</div>
<div class="project-tile project-three">
<img
class="project-image"
src="https://raw.githubusercontent.com/JS-goose/mws-restaurant-stage-1/master/img/preview1.png"
alt="a restaurant review app"
/>
<p class="project-tile-title-outter">Restaurant Review App</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">Restaurant Review App</p>
<p class="tile-overlay-text">
<a href="https://github.com/JS-goose/mws-restaurant-stage-1" target="_blank"
>See it on GitHub</a
>
</p>
<a
href="https://js-goose.github.io/mws-restaurant-stage-1/"
target="_blank"
class="project-demo-links"
>Live Demo</a
>
</div>
</div>
<div class="project-tile project-four">
<img
class="project-image"
src="https://raw.githubusercontent.com/JS-goose/reactnd-project-myreads-starter/master/img/react-project1-a.png"
alt="a React app for books"
/>
<p class="project-tile-title-outter">MyReads App</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">MyReads App</p>
<p class="tile-overlay-text">
<a href="https://github.com/JS-goose/reactnd-project-myreads" target="_blank"
>See it on GitHub</a
>
</p>
</div>
</div>
<div class="project-tile project-five">
<img
class="project-image"
src="https://raw.githubusercontent.com/JS-goose/udacity-project-2/dev/img/board.png"
alt="a matching game with colored tiles"
/>
<p class="project-tile-title-outter">JavaScript Matching Game</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">JavaScript Matching Game</p>
<p class="tile-overlay-text">
<a href="https://github.com/JS-goose/card-matching-game" target="_blank"
>See it on GitHub</a
>
</p>
<a
href="https://codepen.io/JS-goose/full/xjoZBZ/"
target="_blank"
class="project-demo-links"
>Live Demo</a
>
</div>
</div>
<div class="project-tile project-six">
<img
class="project-image"
src="https://raw.githubusercontent.com/JS-goose/frontend-nanodegree-arcade-game/master/images/preview.png"
alt="a frogger style arcade game"
/>
<p class="project-tile-title-outter">Arcade Game Replica</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">Arcade Game Replica</p>
<p class="tile-overlay-text">
<a
href="https://github.com/JS-goose/frontend-nanodegree-arcade-game"
target="_blank"
>See it on GitHub</a
>
</p>
<a
href="https://js-goose.github.io/frontend-nanodegree-arcade-game/"
target="_blank"
class="project-demo-links"
>Live Demo</a
>
</div>
</div>
<div class="project-tile project-seven">
<img
class="project-image"
src="https://raw.githubusercontent.com/JS-goose/Projects/master/colorGuessGame/colorGuess.png"
alt="a color guessing game with colored tiles"
/>
<p class="project-tile-title-outter">RGB Color Guessing Game</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">RGB Color Guessing Game</p>
<p class="tile-overlay-text">
<a
href="https://github.com/JS-goose/Projects/tree/master/colorGuessGame"
target="_blank"
>See it on GitHub</a
>
</p>
<a
href="https://codepen.io/JS-goose/full/deoWme/"
target="_blank"
class="project-demo-links"
>Live Demo</a
>
</div>
</div>
<div class="project-tile project-eight">
<img
class="project-image"
src="./minified/images/long-state-breaks-min.jpg"
alt="long state breaks homepage preview"
/>
<p class="project-tile-title-outter">LSB Card Breaks</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">LSB Card Breaks</p>
<p class="tile-overlay-text">
<a href="https://github.com/JS-goose/long-state-breaks" target="_blank"
>See it on GitHub</a
>
</p>
<a href="https://lsbcardbreaks.com" target="_blank" class="project-demo-links"
>Live Site</a
>
</div>
</div>
<div class="project-tile project-nine">
<img
class="project-image"
src="./minified/images/homepage-screenshot.png"
alt="tracy's Upholstery .com homepage preview"
/>
<p class="project-tile-title-outter">Tracy's Upholstery</p>
<div class="project-tile-overlay">
<p class="tile-overlay-title">Tracy's Upholstery</p>
<a href="https://tracys-upholstery.com" target="_blank" class="project-demo-links"
>Live Site</a
>
</div>
</div>
</section>
<a href="https://github.com/JS-goose?tab=repositories" target="_blank" id="show-all"
>All Projects - GitHub</a
>
<hr />
<h1 id="around-the-web-title" class="section-titles">What I'm Up to Around the Web</h1>
<section id="around-the-web">
<article id="github-section">
<!-- Image courtesy of https://github.com/logos -->
<!-- <img src="./minified/images/GitHub_Logo.png" alt="the github logo" id="github-logo" /> -->
<h1 id="github-logo">GitHub</h1>
<div class="user-data"><ul id="github-user-list" role="list"></ul></div>
</article>
<article id="fcc-section">
<img
src="./minified/images/freecodecamp_logo.svg"
alt="the freecodecamp.org logo"
id="fcc-logo"
/>
<div class="fcc-user-data">
<img
src="./minified/images/fcc-heatmap.PNG"
alt="a heatmap showing activity on free code camp . org"
id="fcc-heatmap"
/>
<ul id="fcc-user-list" role="list">
<li>
fCC Profile:
<a href="https://www.freecodecamp.org/js-goose" target="_blank">js-goose</a>
</li>
<li>
Forum Profile:
<a href="https://www.freecodecamp.org/forum/u/js-goose/summary" target="_blank"
>js-goose</a
>
</li>
<li>Challenges Completed: 601</li>
<li>Certifications Completed: 2 / 6</li>
<li>
Completed Certifications Links:
<a
href="https://www.freecodecamp.org/certification/js-goose/responsive-web-design"
target="_blank"
>Responsive Web Design</a
> |
<a
href="https://www.freecodecamp.org/certification/js-goose/javascript-algorithms-and-data-structures"
target="_blank"
>JavaScript Algorithms & Data Structures</a
>
</li>
<li>Current Certification In Progress: Front End Libraries Certification</li>
<li>Current Section: Redux</li>
<li>Next Section: React & Redux</li>
</ul>
</div>
</article>
</section>
<hr />
<section id="connect-section">
<h1 class="section-titles">Follow me online!</h1>
<p>I'm always happy to meet new and interesting people!</p>
<article id="connect-box">
<div class="connect-social-link" id="blog">
<a href="https://jonathansexton.me/blog" target="_blank" aria-label='blog'
><i class="fas fa-rss-square"></i
></a>
</div>
<div class="connect-social-link">
<a href="https://twitter.com/jj_goose" target="_blank" aria-label='twitter'
><i class="fab fa-twitter"></i
></a>
</div>
<div class="connect-social-link">
<a href="https://github.com/JS-goose" target="_blank" aria-label='github'
><i class="fab fa-github"></i
></a>
</div>
<div class="connect-social-link">
<a href="https://www.linkedin.com/in/jj-goose/" target="_blank" aria-label='linkedin'
><i class="fab fa-linkedin" aria-hidden="true"></i
></a>
</div>
<div class="connect-social-link">
<a href="https://medium.com/@joncsexton" target="_blank" aria-label='medium'
><i class="fab fa-medium" aria-hidden="true"></i
></a>
</div>
<div class="connect-social-link">
<a href="https://dev.to/jsgoose" target="_blank" aria-label='dev dot tee oh'
><i class="fab fa-dev"></i></a>
</div>
</article>
</section>
<section id="call-to-action">
<h1>I'm available for freelance and contract work, get in touch!</h1>
<p>
If you have a project in mind, click below to get started on a quote or use the links
above to contact me directly. If you don't have a project maybe you know someone who is
looking for help with theirs. I'd love if you would pass along my info to them!
</p>
<a class="typeform-share button" href="https://jonathan135406.typeform.com/to/LNZI5h" id="quote-button" data-mode="popup" data-submit-close-delay="5" target="_blank">Get a Quote</a>
</section>
<footer id="footer">
<!-- TODO Add nav links -->
<p id="copyright">Built with ♥ & <i class="fas fa-coffee"></i> by Jonathan Sexton © 2019</p>
<div id="light-dark-mode-container">
<p><i class="fas fa-sun"></i> Light | Dark <i class="fas fa-moon"></i></p>
</div>
<p><a href="#home" id="to-the-top-link">TO THE TOP</a></p>
</footer>
</main>
<script src="./js/public.js" async defer></script>
</div>
</body>
</html>