-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
548 lines (478 loc) · 25.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Joshua Macklin // Software Engineer</title>
<meta name="description" content="I'm a Boston based Software Engineer with a background in Penetration Testing / Security, Information Technology, and Design">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://kit.fontawesome.com/3011de5ccf.js" crossorigin="anonymous"></script>
<link href="https://fonts.bunny.net/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300" id="home">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<div class="site-navbar-wrap">
<div class="site-navbar site-navbar-target js-sticky-header" id="navvy">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-md-4">
<h1 class="my-0 site-logo"><a class="smoothscroll text-black" href="#contact" style="width: 300px;display: block;">Contact Me<span class="text-primary">.</span></a></h1>
</div>
<div class="col-6 col-md-8">
<nav class="site-navigation text-right" role="navigation">
<div class="container">
<div class="d-inline-block d-lg-block ml-md-0 mr-auto py-3">
<a class="toggle-btn text-black">
<i class="fas fa-moon toggle-btn text-black" style="font-size: 1.75rem; padding-right: 10px;"></i>
</a>
<a href="/" class="site-menu-toggle js-menu-toggle text-black">
<span class="icon-menu h3"></span> <span class="menu-text">Menu</span>
</a>
</div>
<ul class="site-menu main-menu js-clone-nav d-none d-lg-none">
<li><a href="#home" class="nav-link text-grey">Home</a></li>
<li><a href="#about" class="nav-link text-grey">About Me</a></li>
<li><a href="#portfolio" class="nav-link text-grey">Portfolio</a></li>
<!-- <li><a href="#testimonials" class="nav-link text-grey">Testimonials</a></li> -->
<li><a href="#contact" class="nav-link text-grey">Contact</a></li>
<li><a href="/Joshua%20Macklins%20Resume.pdf" target="_blank" class="nav-link text-grey">Resume</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</div> <!-- END .site-navbar-wrap -->
<div class="site-blocks-cover">
<!-- <div class="img-wrap">
</div> -->
<div class="container">
<div class="row">
<div class="ml-auto align-self-center col-md-7 section-title text-center mx-auto">
<div class="intro">
<div class="heading">
<h1>Joshua Macklin<span class="text-primary">.</span> </h1>
</div>
<div class="text">
<p class="sub-text mb-5">Software Engineer</p>
<p><a href="#about" class="btn btn-outline-primary btn-md smoothscroll">Meet Me <i class="fas fa-arrow-down"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</div> <!-- END .site-blocks-cover -->
<div class="site-section" id="about">
<div class="container" style="padding-top: 200px">
<div class="row align-items-center">
<!-- <div class="col-lg-6 mb-5">
<img src="media/JoshuaMacklin.png" alt="Image" class="img-fluid">
<p class="nameunder">Joshua Macklin</p>
</div> -->
<div class="col-md-7 section-title text-center mx-auto">
<span class="sub-title mb-2 d-block">Get Acquainted</span>
<h2 class="title text-primary mb-3">About Me</h2>
<p class="mb-4">Resilient, Experienced, and Adaptable. From teaching kids how to build, fix, and repair computers; to teaching them how to jailbreak iPhones and iPods. I've worked to enrich my community with technical knowledge and will
have the same drive and compassion as your next Software Engineer.</p>
<p class="mb-4"><a href="/Joshua%20Macklins%20Resume.pdf" target="_blank">My Resume</a></p>
</div>
</div>
</div>
</div> <!-- .END site-section -->
<!-- <div class="site-section" id="what-we-do-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-6 section-title">
<span class="sub-title mb-2 d-block">Meet The Team</span>
<h2 class="title text-primary">We are talented people.</h2>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6 mb-5 person">
<img src="images/person_1.jpg" alt="Image" class="img-fluid mb-5">
<div class="row">
<div class="col-lg-10 ml-auto">
<div class="pr-lg-5">
<h3>Jacob Spencer</h3>
<span class="mb-4 d-block">CEO, Co-Founder</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<p class="d-flex align-items-center">
<span class="mr-3 text-black">Follow me:</span>
<a href="#" class="twitter pr-2 pt-2 pb-2 pl-0"><span class="icon-twitter"></span></a>
<a href="#" class="facebook p-2"><span class="icon-facebook"></span></a>
<a href="#" class="dribbble p-2"><span class="icon-dribbble"></span></a>
<a href="#" class="instagram p-2"><span class="icon-instagram"></span></a>
<a href="#" class="linkedin p-2"><span class="icon-linkedin"></span></a>
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 person">
<img src="images/person_2.jpg" alt="Image" class="img-fluid mb-5">
<div class="row">
<div class="col-lg-10 ml-auto">
<div class="pr-lg-5">
<h3>Chris Peters</h3>
<span class="mb-4 d-block">CTO, Co-Founder</span>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
<p>The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.</p>
<p class="d-flex align-items-center">
<span class="mr-3 text-black">Follow me:</span>
<a href="#" class="twitter pr-2 pt-2 pb-2 pl-0"><span class="icon-twitter"></span></a>
<a href="#" class="github p-2"><span class="icon-github"></span></a>
<a href="#" class="dribbble p-2"><span class="icon-dribbble"></span></a>
<a href="#" class="instagram p-2"><span class="icon-instagram"></span></a>
<a href="#" class="linkedin p-2"><span class="icon-linkedin"></span></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<div class="site-section" id="portfolio">
<div class="container" style="padding-top: 100px">
<div class="row mb-5 ">
<div class="col-md-7 section-title text-center mx-auto">
<!-- <span class="sub-title mb-2 d-block">Recent Works</span> -->
<h2 class="title text-primary mb-3">Most Recent Project</h2>
</div>
</div>
<div class="row mb-5">
<div class="col-lg-6 order-1 order-lg-2 mb-4 mb-lg-0">
<a>
<img src="media/fiscally.png" alt="Image" class="img-fluid">
</a>
</div>
<div class="col-lg-5 h-100 jm-sticky-top mr-auto order-2 order-lg-1">
<h3 class="text-primary">Fiscally</h3>
<p style="text-transform: capitalize;font-style: italic;">Turning your financial dreams into realities</p>
<p class="mb-4">A FinTech full stack web application using the Plaid API to grab current up to date bank account information, at the same time showing your progress towards your Savings goals with graphs and charts to help gamify your financial future.</p>
<p>Front End | JavaScript, EJS, CSS, and BootStrap</p>
<p>Back End | NodeJS, MongoDB, Plaid API, Express, Passport, and Bcrypt</p>
<!-- <p class="mb-4"><a class="readmore">Live Version offline due to Heroku Changes</a></p> -->
<p class="mb-4"><a data-fancybox data-ratio="2" href="https://vimeo.com/909173214" class="d-flex align-items-center readmore" style="display: flex;align-items: center;justify-content: center;"><span class="icon-play_circle_outline h4 m-0 mr-2"></span> <span>Watch a Video Walkthrough</span></a></p>
<!-- <p class="mb-4"><a href="https://github.com/JoshuaMacklin/todo-list-2019-week05" target="_blank" class="readmore">Github Repository</a></p> -->
<!-- <div class="testimonial h-100">
<blockquote class="mb-3">
<p>“This has helped me get my financial future on track!”</p>
</blockquote>
<div class="d-flex align-items-center vcard">
<figure class="mb-0 mr-3">
<img src="media/NyahM.png" alt="Image" class="img-fluid ounded-circle">
</figure>
<div class="vcard-text">
<span class="d-block">Nyah M.</span>
<span class="position">Software Engineer</span>
</div>
</div>
</div> -->
</div>
</div>
<!-- <div class="row mb-5">
<div class="col-lg-6 mb-4 mb-lg-0">
<a href="https://joshuamacklin.github.io/API-Animated-Weather/" target="_blank">
<img src="https://i.imgur.com/B6v0qor.png" alt="Image" class="img-fluid">
</a>
</div>
<div class="col-lg-5 h-100 jm-sticky-top ml-auto">
<h3 class="text-primary">Animated Weather</h3>
<p class="mb-4">Using 2 API's to locate anywhere in the world by the users search term, plotting the location as coordinates, and then querying said coordinates into the OpenWeatherMap API. Then after grabbing your location and weather, I'm
displaying a visually correct animation that shows what type of weather is happening in that location.</p>
<p class="mb-4"><a href="https://joshuamacklin.github.io/API-Animated-Weather/" target="_blank" class="readmore">View Live Version</a></p>
<p class="mb-4"><a href="https://github.com/JoshuaMacklin/API-Animated-Weather" target="_blank" class="readmore">Github Repository</a></p>
<div class="testimonial h-100">
<blockquote class="mb-3">
<p>“Far far away, behind the word mountains, <strong>far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove</strong> right at the coast of the Semantics, a large language ocean.”</p>
</blockquote>
<div class="d-flex align-items-center vcard">
<figure class="mb-0 mr-3">
<img src="images/person_3.jpg" alt="Image" class="img-fluid ounded-circle">
</figure>
<div class="vcard-text">
<span class="d-block">Name</span>
<span class="position">Occupation</span>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div class="row mb-5">
<div class="col-lg-6 order-1 order-lg-2 mb-4 mb-lg-0">
<a href="https://joshuamacklin.github.io/To-Do-List/" target="_blank">
<img src="https://i.imgur.com/HWoztBw.png" alt="Image" class="img-fluid">
</a>
</div>
<div class="col-lg-5 h-100 jm-sticky-top mr-auto order-2 order-lg-1">
<h3 class="text-primary">To Do List</h3>
<p class="mb-4">Using HTML, CSS, and JavaScript, I've been able to make a To Do List that tracks how many tasks you currently have left, as well as tracks how many tasks you've already completed</p>
<p class="mb-4"><a href="https://joshuamacklin.github.io/To-Do-List/" target="_blank" class="readmore">View Live Version</a></p>
<p class="mb-4"><a href="https://github.com/JoshuaMacklin/To-Do-List" target="_blank" class="readmore">Github Repository</a></p>
</div>
</div> -->
</div>
</div>
<!-- <div class="site-section bg-light" id="testimonials">
<div class="container">
<div class="row mb-5 ">
<div class="col-md-7 section-title text-center mx-auto">
<span class="sub-title mb-2 d-block">Testimonials</span>
<h2 class="title text-primary mb-3">What Others are Saying</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 mb-4">
<div class="testimonial h-100">
<blockquote class="mb-3">
<p>“Far far away, behind the word mountains, <strong>far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove</strong> right at the coast of the Semantics, a large language ocean.”</p>
</blockquote>
<div class="d-flex align-items-center vcard">
<figure class="mb-0 mr-3">
<img src="images/person_3.jpg" alt="Image" class="img-fluid ounded-circle">
</figure>
<div class="vcard-text">
<span class="d-block">Name</span>
<span class="position">Occupation</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div class="site-section" id="studio-section">
<div class="container">
<div class="row mb-5 ">
<div class="col-md-7 section-title text-center mx-auto">
<span class="sub-title mb-2 d-block">Photos</span>
<h2 class="title text-primary mb-3">Studio Gallery</h2>
</div>
</div>
<div id="posts" class="row no-gutter">
<div class="item web col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_1.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_1.jpg">
</a>
</div>
<div class="item web col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_2.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_2.jpg">
</a>
</div>
<div class="item brand col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_3.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_3.jpg">
</a>
</div>
<div class="item design col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_4.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_4.jpg">
</a>
</div>
<div class="item web col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_5.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_5.jpg">
</a>
</div>
<div class="item brand col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_6.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_6.jpg">
</a>
</div>
<div class="item web col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_7.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_7.jpg">
</a>
</div>
<div class="item web col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_9.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_9.jpg">
</a>
</div>
<div class="item design col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_10.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_10.jpg">
</a>
</div>
<div class="item brand col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_11.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_11.jpg">
</a>
</div>
<div class="item design col-6 col-sm-6 col-md-6 col-lg-4 col-xl-4 mb-4">
<a href="images/sq_img_12.jpg" class="item-wrap" data-fancybox="gal">
<span class="icon-search2"></span>
<img class="img-fluid" src="images/sq_img_12.jpg">
</a>
</div>
</div>
</div>
</div> <!-- END .site-section -->
<div class="site-section" id="contact">
<div class="container" style="padding-top: 200px">
<form action="https://formspree.io/mvownqrj" method="POST">
<div class="section-title text-center mb-5">
<span class="sub-title mb-2 d-block">Get In Touch</span>
<h2 class="title text-primary">Contact Me</h2>
</div>
<div class="row mb-4">
<div class="col-md-6 mb-4 mb-md-0">
<input type="text" name="name" class="form-control" placeholder="Name / Company">
</div>
<div class="col-md-6">
<input type="email" name="_replyto" class="form-control" placeholder="Email Address">
</div>
</div>
<div class="row mb-4">
<div class="col-12">
<textarea name="message" class="form-control" cols="30" rows="10" placeholder="Message"></textarea>
</div>
</div>
<div class="row">
<div class="col-12">
<button type="submit" value="Send" class="btn btn-primary btn-md">Send Message</button>
</div>
</div>
</form>
</div>
</div> <!-- END .site-section -->
<footer class="site-footer lightBack">
<div class="container">
<div class="row">
<!-- <div class="col-lg-4 mb-5 mb-lg-0">
<div class="row mb-5">
<div class="col-12">
<h3 class="footer-heading mb-4">About Me</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
</div>
</div>
</div> -->
<div class="col-lg-3 ml-auto center">
<div class="row mb-5">
<div class="col-md-12">
<h3 class="footer-heading mb-4">Navigation</h3>
</div>
<div class="center">
<!-- div class="col-md-6 col-lg-6" -->
<ul class="list-unstyled">
<li><a href="#home" class="smoothscroll">Home</a></li>
<li><a href="#about" class="smoothscroll">About Me</a></li>
<li><a href="#portfolio" class="smoothscroll">Portfolio</a></li>
<!-- <li><a href="#testimonials" class="smoothscroll">Testimonials</a></li> -->
<li><a href="#contact" class="smoothscroll">Contact</a></li>
<li><a href="/Joshua%20Macklins%20Resume.pdf" target="_blank" class="smoothscroll">Resume</a></li>
</ul>
</div>
</div>
</div>
<!-- <div class="col-lg-4 mb-5 mb-lg-0">
<div class="mb-5">
<h3 class="footer-heading mb-2">Subscribe Newsletter</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
<form method="post" class="form-subscribe">
<div class="form-group mb-3">
<input type="text" class="form-control border-white text-white bg-transparent" placeholder="Enter full name" aria-label="Enter Email" aria-describedby="button-addon2">
</div>
<div class="form-group mb-3">
<input type="text" class="form-control border-white text-white bg-transparent" placeholder="Enter email" aria-label="Enter Email" aria-describedby="button-addon2">
</div>
<div class="form-group">
<button class="btn btn-primary px-5" type="submit">Subscribe</button>
</div>
</form>
</div>
</div> -->
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<div class="mb-4">
<a href="https://www.linkedin.com/in/joshuamacklin/" target="_blank" class="pl-3 pr-3"><span class="icon-linkedin"></span></a>
<a href="https://github.com/JoshuaMacklin" target="_blank" class="pl-3 pr-3"><span class="icon-github"></span></a>
<!-- <a href="https://twitter.com/JoshMacklinDev" target="_blank" class="pl-3 pr-3"><span class="icon-twitter"></span></a> -->
<a href="mailto:[email protected]" target="_blank" class="pl-3 pr-3"><span class="icon-envelope"></span></a>
</div>
<p>
Copyright © <script>
document.write(new Date().getFullYear());
</script> | Joshua Macklin
</p>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/main.js"></script>
<script>
let toggleBtn = document.querySelector('.toggle-btn');
let currentTheme = localStorage.getItem('currentTheme');
if (currentTheme){
document.body.classList.add('dark-theme');
document.querySelector('#navvy').classList.add('dark-theme-nav');
document.querySelector('.site-mobile-menu').classList.add('dark-theme');
$('.nav-link').toggleClass("text-grey text-othergrey");
$('.site-menu-toggle').toggleClass("text-black text-white");
$('.site-navbar .site-logo a').toggleClass("text-black text-white");
$('.toggle-btn').toggleClass("text-black text-white");
$('.site-footer').toggleClass("lightBack darkBack");
$('.testimonial').toggleClass("darkTest");
}
toggleBtn.addEventListener('click', function(){
document.body.classList.toggle('dark-theme');
document.querySelector('#navvy').classList.toggle('dark-theme-nav');
document.querySelector('.site-mobile-menu').classList.toggle('dark-theme');
$('.nav-link').toggleClass("text-grey text-othergrey");
$('.site-menu-toggle').toggleClass("text-black text-white");
$('.site-navbar .site-logo a').toggleClass("text-black text-white");
$('.toggle-btn').toggleClass("text-black text-white");
$('.site-footer').toggleClass("lightBack darkBack");
$('.testimonial').toggleClass("darkTest");
if(document.body.classList.contains('dark-theme')){
localStorage.setItem('currentTheme', 'themeActive')
}else{
localStorage.removeItem('currentTheme')
}
})
</script>
</body>
</html>