-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
674 lines (656 loc) · 24 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
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Jonny Portfolio</title>
<meta name="description" content="Portfolio Template for Developer" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/wave.css" />
<link rel="styleSheet" href="css/gradient-border.css" />
<link rel="stylesheet" href="css/cursor.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<div class="header__content">
<div class="header__logo-container">
<h3 class="header__logo-sub">Jonny Olsen</h3>
</div>
<div class="header__main">
<ul class="header__links">
<li class="header__link-wrapper">
<!-- Add a download icon here from font awesome -->
<a
href="https://www.linkedin.com/in/jonathan-olsen3/"
class="header__link"
>
LinkedIn
</a>
</li>
<li class="header__link-wrapper">
<!-- Add a download icon here from font awesome -->
<a
href="./assets/pfd/RESUME - Jonathan Olsen.pdf"
download
class="header__link"
>
Resume
</a>
</li>
<li class="header__link-wrapper">
<a href="./index.html" class="header__link"> Home </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#about" class="header__link">About </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#projects" class="header__link">
Projects
</a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#contact" class="header__link"> Contact </a>
</li>
</ul>
<div class="header__main-ham-menu-cont">
<img
src="./assets/svg/ham-menu.svg"
alt="hamburger menu"
class="header__main-ham-menu"
/>
<img
src="./assets/svg/ham-menu-close.svg"
alt="hamburger menu close"
class="header__main-ham-menu-close d-none"
/>
</div>
</div>
</div>
<div class="header__sm-menu">
<div class="header__sm-menu-content">
<ul class="header__sm-menu-links">
<li class="header__sm-menu-link">
<a href="./index.html"> Home </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#about"> About </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#projects"> Projects </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#contact"> Contact </a>
</li>
<li class="header__sm-menu-link">
<a href="./assets/pfd/RESUME - Jonathan Olsen.pdf" download>
Resume
</a>
</li>
<li class="header__sm-menu-link">
<a href="https://www.linkedin.com/in/jonathan-olsen3/">
LinkedIn
</a>
</li>
</ul>
</div>
</div>
</header>
<div id="nav-hover">
<h4>Show Nav</h4>
</div>
<section class="home-hero">
<div class="home-hero__mouse-scroll-cont">
<div class="mouse"></div>
</div>
<!-- Start of wave -->
<div class="wave-header">
<!-- Content before waves -->
<div class="inner-header flex">
<div class="home-hero__content">
<!-- TEST -->
<!-- <div>
<h1>test</h1>
<a href="#" class="a-cursor">This is an a tag</a>
</div> -->
<!-- TEST -->
<h1 class="heading-primary">Hey, My name is Jonny Olsen</h1>
<div class="home-hero__info">
<p class="text-primary" style="background: none">
I'm a Full Stack Developer, ready to work on all your
development needs.
</p>
</div>
<div class="home-hero__cta">
<a href="./#projects" class="btn btn--bg">Projects</a>
</div>
</div>
<div class="home-hero__socials">
<div class="home-hero__social">
<a
href="https://www.linkedin.com/in/jonathan-olsen3/"
class="home-hero__social-icon-link"
>
<img
src="./assets/png/linkedin-ico.png"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a
href="https://www.youtube.com/channel/UC2mrOJogrH7gfxNiAN2xIyg"
class="home-hero__social-icon-link"
>
<img
src="./assets/png/yt-ico.png"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a
href="https://github.com/jonny258"
class="home-hero__social-icon-link"
>
<img
src="./assets/png/github-ico.png"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
</div>
</div>
<div>
<svg
class="waves"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28"
preserveAspectRatio="none"
shape-rendering="auto"
>
<defs>
<path
id="gentle-wave"
d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"
/>
</defs>
<g class="parallax">
<use
xlink:href="#gentle-wave"
x="48"
y="0"
fill="rgba(255,255,255,0.7)"
/>
<use
xlink:href="#gentle-wave"
x="48"
y="3"
fill="rgba(255,255,255,0.5)"
/>
<use
xlink:href="#gentle-wave"
x="48"
y="5"
fill="rgba(255,255,255,0.3)"
/>
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
<!-- Waves end -->
</div>
<!-- end of wave -->
</section>
<section id="about" class="about sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-med">
<span class="heading-sec__main">About Me</span>
<span class="heading-sec__sub">
Hey there! I'm happy you're here. Take a look at my skills and
projects to see how I can contribute to your success.
</span>
</h2>
<div class="about__content">
<div class="about__content-main">
<h3 class="about__content-title">Get to know me!</h3>
<div class="about__content-details">
<p class="about__content-details-para">
Before becoming a developer, I worked in manufacturing and
earned a degree in the field. This experience taught me how to
manage efficient business and manufacturing processes. I believe
these skills are transferable and relevant to many domains,
including development. Outside of coding, I'm passionate about
mountain biking, and skiing. Growing up in Salt Lake City, the
mountains were always just a short drive away.
</p>
</div>
<a href="./#contact" class="btn btn--med btn--theme dynamicBgClr"
>Contact</a
>
</div>
<div class="about__content-skills">
<h3 class="about__content-title">My Skills</h3>
<div class="skills">
<!-- Top skills -->
<div class="skills__skill rainbow">React</div>
<div class="skills__skill rainbow">TypeScript</div>
<div class="skills__skill rainbow">MongoDB</div>
<div class="skills__skill rainbow">Node JS</div>
<div class="skills__skill rainbow">GraphQL</div>
<!-- Frontend -->
<div class="skills__skill rainbow">HTML</div>
<div class="skills__skill rainbow">CSS</div>
<div class="skills__skill rainbow">JavaScript</div>
<div class="skills__skill rainbow">Openpyxl</div>
<div class="skills__skill rainbow">Tailwind CSS</div>
<div class="skills__skill rainbow">Redux</div>
<div class="skills__skill rainbow">Python3</div>
<div class="skills__skill rainbow">Next JS</div>
<!-- Backend -->
<div class="skills__skill rainbow">Express JS</div>
<div class="skills__skill rainbow">SQL</div>
<div class="skills__skill rainbow">NoSQL</div>
<div class="skills__skill rainbow">ORMs</div>
<div class="skills__skill rainbow">Mongoose</div>
<div class="skills__skill rainbow">Sequelize</div>
<!-- Tools -->
<div class="skills__skill rainbow">Figma</div>
<div class="skills__skill rainbow">GIT</div>
<div class="skills__skill rainbow">REST APIs</div>
<div class="skills__skill rainbow">VBA</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="projects sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-bg">
<span class="heading-sec__main">Projects</span>
<span class="heading-sec__sub">
I'd love for you to check out my projects! Feel free to reach out to
me, and we can have a chat to discuss them further.
</span>
</h2>
<div class="projects__content">
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/Edited Laptop pics/Crusaders/Crusaders Home.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Crusaders</h3>
<p class="projects__row-content-desc">
A social media site for sharing videos and pictures, add friends
and explore what Crusaders has to offer.
</p>
<a
href="./crusaders/"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/Edited Laptop pics/Algo/Maze.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Algorithm Visualizer</h3>
<p class="projects__row-content-desc">
An angular application that allows you to visualize sorting and
searching algorithms.
</p>
<a href="./algo/" class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/Edited Laptop pics/BotSend/OpenSea.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">BotSend.io</h3>
<p class="projects__row-content-desc">
A python application use to automate the process of sending NFTs
to multiple wallets.
</p>
<a href="./botsend/" class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/Edited Laptop pics/Memory map/home.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Memory Map</h3>
<p class="projects__row-content-desc">
A location-based social media app. Save your own and view other
users memories all with a map-based UI.
</p>
<a
href="./memory-map/"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/Edited Laptop pics/Tyrs vault/Home.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Tyr's Vault</h3>
<p class="projects__row-content-desc">
A social media site targeted toward gamers, with a polished UI
and complex backend.
</p>
<a
href="./tyrs-vault/"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/Edited Laptop pics/Google books/Search.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Google Books</h3>
<p class="projects__row-content-desc">
This application allows you to search and save books to your
profile, using graphQL as the communication layer between the
frontend and the backend.
</p>
<a
href="./google-books/"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/Edited Laptop pics/Forest tech blog/Home.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Forest Tech Blog</h3>
<p class="projects__row-content-desc">
This is a tech blog, that allows for creating, updating,
deleting, and commenting on blogs.
</p>
<a
href="./forest-tech-blog/"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact sec-pad dynamicBg">
<div class="wave-header wave-header-contact">
<div class="inner-header inner-header-contact flex">
<div class="home-hero__content">
<div class="main-container wave-contact">
<h2 class="heading heading-sec heading-sec__mb-med">
<span
class="heading-sec__main heading-sec__main--lt-contact"
id="contactDark"
>Contact</span
>
<span
class="heading-sec__sub heading-sec__sub--lt wave-coving"
id="contactDark"
>
Send a general message or details of a project you'd like me
to be a part of and I'll get back to you as soon as possible.
</span>
</h2>
<div class="contact__form-container">
<form
action="https://formspree.io/f/xaygoqvr"
method="POST"
class="contact__form"
>
<div class="contact__form-field">
<label class="contact__form-label" for="name">Name</label>
<input
required
placeholder="Enter Your Name"
type="text"
class="contact__form-input"
name="name"
id="name"
/>
</div>
<div class="contact__form-field">
<label class="contact__form-label" for="email">Email</label>
<input
required
placeholder="Enter Your Email"
type="text"
class="contact__form-input"
name="email"
id="email"
/>
</div>
<div class="contact__form-field">
<label class="contact__form-label" for="message"
>Message</label
>
<textarea
required
cols="30"
rows="10"
class="contact__form-input"
placeholder="Enter Your Message"
name="message"
id="message"
></textarea>
</div>
<button
type="submit"
class="btn btn--theme contact__btn"
id="submitButton"
>
Submit
</button>
</form>
</div>
</div>
</div>
</div>
<main>
<button>
<ion-icon name="logo-facebook"></ion-icon>
</button>
<button>
<ion-icon name="logo-twitter"></ion-icon>
</button>
<button>
<ion-icon name="logo-instagram"></ion-icon>
</button>
<button>
<ion-icon name="logo-youtube"></ion-icon>
</button>
<button>
<ion-icon name="logo-dribbble"></ion-icon>
</button>
</main>
<div>
<svg
class="waves"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28"
preserveAspectRatio="none"
shape-rendering="auto"
>
<defs>
<path
id="gentle-wave"
d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"
/>
</defs>
<g class="parallax">
<use
xlink:href="#gentle-wave"
x="48"
y="0"
fill="rgba(255,255,255,0.7)"
/>
<use
xlink:href="#gentle-wave"
x="48"
y="3"
fill="rgba(255,255,255,0.5)"
/>
<use
xlink:href="#gentle-wave"
x="48"
y="5"
fill="rgba(255,255,255,0.3)"
/>
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
</div>
</section>
<svg
class="svg-footer-home"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1440 320"
>
<!-- Define the gradient -->
<defs>
<linearGradient id="headerGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop
offset="0%"
style="stop-color: rgba(84, 58, 183, 1); stop-opacity: 1"
/>
<stop
offset="100%"
style="stop-color: rgba(0, 172, 193, 1); stop-opacity: 1"
/>
</linearGradient>
</defs>
<!-- Rect for the top area with the gradient fill -->
<rect width="1440" height="328" fill="url(#headerGradient)"></rect>
<path
fill="#000000"
fill-opacity="1"
d="M0,128L48,149.3C96,171,192,213,288,197.3C384,181,480,107,576,117.3C672,128,768,224,864,245.3C960,267,1056,213,1152,197.3C1248,181,1344,203,1392,213.3L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"
></path>
</svg>
<footer class="main-footer">
<div class="main-container">
<div class="main-footer__upper">
<div class="main-footer__row main-footer__row-1">
<h2 class="heading heading-sm main-footer__heading-sm">
<span>Social</span>
</h2>
<div class="main-footer__social-cont">
<a
target="_blank"
rel="noreferrer"
href="https://www.linkedin.com/in/jonathan-olsen3/"
>
<img
class="main-footer__icon"
src="./assets/png/linkedin-ico.png"
alt="icon"
/>
</a>
<a
target="_blank"
rel="noreferrer"
href="https://github.com/jonny258"
>
<img
class="main-footer__icon"
src="./assets/png/github-ico.png"
alt="icon"
/>
</a>
<a
target="_blank"
rel="noreferrer"
href="https://www.youtube.com/channel/UC2mrOJogrH7gfxNiAN2xIyg"
>
<img
class="main-footer__icon"
src="../assets/png/yt-ico.png"
alt="icon"
/>
</a>
</div>
</div>
<div class="main-footer__row main-footer__row-2">
<h4 class="heading heading-sm text-lt">Jonny Olsen</h4>
<p class="main-footer__short-desc">
Full Stack Web Developer. Open to new opportunities. Let's build
something great together!
</p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.0/gsap.min.js"></script>
<div class="cursor cursor--large"></div>
<div class="cursor cursor--small"></div>
<script src="./index.js"></script>
<script src="./cursor.js"></script>
</body>
</html>