-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdivisions_publications.html
More file actions
705 lines (632 loc) · 30.5 KB
/
divisions_publications.html
File metadata and controls
705 lines (632 loc) · 30.5 KB
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
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!doctype html>
<html lang="en">
<head>
<!-- <title>Neurotech@Berkeley</title> -->
<title>NT@B@ | MIND</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="images/GradientLogo.png">
<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=Work+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<style>
@font-face {
font-family: 'Righteous';
src: url('fonts/righteous.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
#logoText,
.navbar-brand,
.nav-link,
.nav-btn-highlight,
.dropdown-toggle,
.dropdown-item,
h1 {
font-family: 'Righteous', sans-serif;
}
.nav-item .dropdown-menu .dropdown-item:hover {
background-color: #3B9C9C !important;
}
.rounded-box {
position: relative;
z-index: 1500;
background-color: rgba(0, 0, 0, 0.6);
padding: 50px 50px;
border-radius: 15px;
display: inline-block;
max-width: 70%;
}
.custom-longer-image {
height: 350px;
width: auto;
}
.reduced-break br {
line-height: 80%;
display: block;
content: "";
margin-top: 0.55em;
}
.bold-heading {
font-weight: 700; /* 900 is the maximum font-weight for most fonts, adjust if necessary */
}
.division-logo {
max-width: 50%;
height: auto;
display: block;
margin: 0 auto 10px; /* centers the image and adds a 10px margin below */
}
.division-logo-container {
background-image: url('images/consulting.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 60px; /* adjust as necessary */
height: 60px; /* adjust as necessary */
display: block;
margin: 0 auto 10px; /* centers the image and adds a 10px margin below */
}
/* new */
.pb-4, .py-4 {
padding-bottom: 1.5rem !important;
}
.mb-4, .my-4 {
margin-bottom: 1.5rem !important;
}
.justify-content-center {
justify-content: center !important;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
*, *::before, *::after {
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: border-box;
}
.center-cards {
justify-content: center;
}
.project-card-blurb {
flex: 0 1 65%;
margin: 0.75rem 0.5rem 0.25rem 0.5rem;
}
.project-card-links {
flex: 0 1 15%;
margin: 0.25rem 0.5rem 0.5rem 0.5rem;
}
.mb-3, .my-3 {
margin-bottom: 1rem !important;
}
.block-with-flex {
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: auto;
position: relative;
display: flex;
}
/* .ftco-animate {
opacity: 0;
visibility: hidden;
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.ftco-animated {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} */
.project-card {
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
background: #fff;
/* -webkit-box-shadow: 0px 4px 10px -12px #65b9c4;
-moz-box-shadow: 0px 4px 10px -12px #65b9c4;
-ms-box-shadow: 0px 4px 10px -12px #65b9c4;
-o-box-shadow: 0px 4px 10px -12px #65b9c4; */
/* box-shadow: 0px 4px 10px -12px #65b9c4; */
border: 1px solid #65b9c4;
margin: 1rem 0 1rem 0;
}.project-card {
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
background: #fff;
/* -webkit-box-shadow: 0px 4px 10px -12px #65b9c4;
-moz-box-shadow: 0px 4px 10px -12px #65b9c4;
-ms-box-shadow: 0px 4px 10px -12px #65b9c4;
-o-box-shadow: 0px 4px 10px -12px #65b9c4; */
/* box-shadow: 0px 4px 10px -12px #65b9c4; */
border: 1px solid #65b9c4;
margin: 1rem 0 1rem 0;
}
.project-card {
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
background: #fff;
/* -webkit-box-shadow: 0px 4px 10px -12px #65b9c4;
-moz-box-shadow: 0px 4px 10px -12px #65b9c4;
-ms-box-shadow: 0px 4px 10px -12px #65b9c4;
-o-box-shadow: 0px 4px 10px -12px #65b9c4; */
/* box-shadow: 0px 4px 10px -12px #65b9c4; */
border: 1px solid #65b9c4;
margin: 1rem 0 1rem 0;
}
/* .project-card {
background: #fff;
-webkit-box-shadow: 0px 4px 10px -12px #65b9c4;
-moz-box-shadow: 0px 4px 10px -12px #65b9c4;
-ms-box-shadow: 0px 4px 10px -12px #65b9c4;
-o-box-shadow: 0px 4px 10px -12px #65b9c4;
box-shadow: 0px 4px 10px -12px #65b9c4;
border: 1px solid #65b9c4;
margin: 1rem 0 1rem 0;
} */
/* .project-card {
background: #fff;
-webkit-box-shadow: 0px 4px 10px -12px #65b9c4;
-moz-box-shadow: 0px 4px 10px -12px #efac78;
-ms-box-shadow: 0px 4px 10px -12px #efac78;
-o-box-shadow: 0px 4px 10px -12px #efac78;
box-shadow: 0px 4px 10px -12px #efac78;
border: 1px solid #fed1ac;
margin: 1rem 0 1rem 0;
} */
.project-card .text {
position: relative;
border-top: 0;
border-radius: 2px;
justify-content: center;
text-align: center;
}
.project-card .text {
position: relative;
display: block;
}
.project-card-title {
flex: 0 1 25%;
margin: 1.5rem 0.5rem 0.75rem 0.5rem;
}
.justify-content-center {
justify-content: center !important;
}
.dropdown-menu {
background-color: white !important;
}
.dropdown-item:hover {
background-color: teal !important;
}
@media (max-width: 768px) {
.custom-longer-image {
width: 100%; /* Make the image take full width of the container */
height: auto; /* Maintain aspect ratio */
object-fit: cover; /* This will cover the area without stretching the image */
}
}
</style>
</head>
<body>
<header role="banner" class="fixed-header">
<div class="header-blur">
<nav class="navbar navbar-expand-lg bg-dark custom-header">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/GradientLogo.png" alt="Logo" style="height: 30px; margin-right: 5px;">
<span id="logoText" style="color: white;">Neurotech@Berkeley</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample05"
aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav pl-md-5 ml-auto">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="projectsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Projects
</a>
<div class="dropdown-menu" aria-labelledby="projectsDropdown">
<a class="dropdown-item" href="divisions_devices.html">Software & Devices</a>
<a class="dropdown-item" href="divisions_consulting.html">Industry</a>
<a class="dropdown-item" href="divisions_education.html">Education</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="publicationsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Publications
</a>
<div class="dropdown-menu" aria-labelledby="publicationsDropdown">
<a class="dropdown-item" href="https://ucbneurotech.medium.com/" target="_blank">Blog</a>
<a class="dropdown-item" href="divisions_publications.html">MIND</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="conference.html">Conference</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<!-- <a class="btn nav-btn-highlight app-btn-bg" href="join.html" style="color: rgb(255, 255, 255); font-weight: 900; text-transform: none; margin-top: 24px; vertical-align: middle;">Apply</a> -->
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- END header -->
<div class="inner-page" id="imageSection">
<div class="slider-item overlay darken" style="background-image: url('images/publications_background.jpg'); background-color: #0B2041; height: 104vh; background-position: center center;">
<div class="overlay"></div>
<div class="container">
<div class="row slider-text justify-content-center align-items-center">
<div class="col-md-10 col-sm-12 ftco-animate mb-4 text-center fadeInUp ftco-animated">
<div class="rounded-box">
<h1 class="mb-3 bread" style="color: #ffffff; z-index: 1000; position: relative;">MIND</h1>
<p class="custom-breadcrumbs">The world of neurotechnology changes as fast as thought.
Neurotech@Berkeley's publications division covers the latest in the industry, writing on
bioethics, data privacy, and technical innovations.</p>
<p class="custom-breadcrumbs"><i>Scroll down to read our semesterly magazines!</i></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="mr-auto mb-5">
<span class="d-block text-uppercase text-secondary"></span>
</div>
<!-- <div class="col-lg-6">
<figure class="img-dotted-bg">
<img src="images/old_logo.png" alt="Image" class="img-fluid">
</figure>
</div> -->
</div>
</div>
</div>
<section class="ftco-section">
<div class="container">
<div id="project-mission">
<div class="row ftco-animate justify-content-center mb-4 pb-4 fadeInUp ftco-animated">
<div class="col-md-6 my-auto ftco-animate mb-2 pb-2 fadeInUp ftco-animated">
<h3 style="text-align: center; font-weight: bolder">Purpose</h3>
<br>
<p style="text-align: left; overflow-wrap: break-word; line-height: 1.5;">
MIND is Neurotech@Berkeley's international student-run journal collaborating among organizations in the Neurotech community. MIND serves as a well of knowledge exploring myriad aspects of Neurotechnology, hoping to educate, inspire, and instill wonder regarding recent discoveries and promising possibilities.
</p>
</div>
<div class="col-md-6 order-first order-md-last ftco-animate mb-2 pb-2 fadeInUp ftco-animated">
<img src="images/publications_group_photo.jpg" class="img-fluid custom-longer-image">
</div>
</div>
</div>
</div>
</section>
<!-- NEWEST ISSUE -->
<section class="ftco-section gray-background">
<div class="container">
<div id="past-projects">
<div class="row justify-content-center mb-4 pb-4">
<div class="col-md-10 text-center heading-section ftco-animate fadeInUp ftco-animated">
<br><br><br>
<h2 style = "font-weight: 900;">Latest Issue</h2>
</div>
</div>
<div class="row center-cards">
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-fa23.jpg" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Hivemind<br>[Spring '24]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_SP24.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br>
</section>
<!-- END section -->
<!-- PREVIOUS MAGAZINES -->
<section class="ftco-section gray-background">
<div class="container">
<div id="past-projects">
<div class="row justify-content-center mb-4 pb-4">
<div class="col-md-10 text-center heading-section ftco-animate fadeInUp ftco-animated">
<br><br><br>
<h2 style = "font-weight: 900;">Our Magazines</h2>
</div>
</div>
<div class="row center-cards">
<!-- previous magazines blocks start here -->
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-sp23.jpg" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Mind your Business, Mind your ____ [Spring '23]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_F23.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-sp23.jpg" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Murder on My Mind [Spring '23]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_SP23.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-fa22.png" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Mindf*ck [Fall '22]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_F22.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-sp22.png" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Dark Side of the Mind [Spring '22]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_SP22.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-fa21.png" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Change My Mind [Fall '21]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_F21.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-sp21.png" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Other Minds [Spring '21]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_SP21.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-fa20.png" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
The Subconscious [Fall '20]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_F20.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4 block-with-flex ftco-animate fadeInUp ftco-animated">
<div class="project-card w-100" data-aos-delay="100">
<div class="text project-card-title justify-content-center">
<img src="images/mind-sp20.png" class="img-project" style="max-width: 100%; height: 150px;">
</div>
<div class="text project-card-blurb">
<p>
Age [Spring '20]
</p>
</div>
<div class="text project-card-links">
<div class="meta mb-3">
<div><a href="https://neurotech.berkeley.edu/MIND_SP20.pdf" target="_blank" style="color: #3db0b0; font-weight: bolder;">Click to read!</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br>
</section>
<!-- END section -->
<footer class="site-footer" role="contentinfo">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 mb-5">
<h3 class="mb-4">Neurotech@Berkeley</h3>
<!-- <p class="mb-5">TBD</p> -->
<p class="mb-5">We are a student group acting independently of the University of California. We take
full responsibility for our organization and this web site.</p>
<a href="https://www.ocf.berkeley.edu">
<img src="https://www.ocf.berkeley.edu/hosting-logos/ocf-hosted-penguin.svg"
alt="Hosted by the OCF" style="border: 0;" />
</a>
</div>
<div class="col-md-5 mb-5 pl-md-5">
<div class="mb-5">
<h3 class="mb-4">Contact Info</h3>
<ul class="list-unstyled footer-link">
<li class="d-block">
<span class="d-block">Social Media</span>
<a href="https://www.facebook.com/neurotechberkeley/">
<img src="images\facebookLogo.png" class="social-logo" />
</a>
<a href="https://twitter.com/calneurotech">
<img src="images\twitterLogo.png" class="social-logo" />
</a>
<a href="https://github.com/neurotech-berkeley">
<img src="images\githubLogo.png" class="social-logo" />
</a>
<a href="https://medium.com/@ucbneurotech">
<img src="images\mediumLogo.png" class="social-logo" />
</a>
<a href="https://www.youtube.com/channel/UC0X69hdu_1U_KBwSxZndswQ/featured">
<img src="images\youtube_logo2.png" class="social-logo" />
</a>
</li>
<li class="d-block">
<span class="d-block">Email</span><span
class="text-white">contact@neurotech.berkeley.edu</span>
</li>
</ul>
</div>
</div>
<div class="col-md-3 mb-5">
<h3 class="mb-4">Links</h3>
<ul class="list-unstyled footer-link">
<!-- <li><a href="index.html">Home</a></li> -->
<li><a href="about.html">About</a></li>
<!-- <li class="nav-item"><a href="/about.html" class="nav-link">About</a></li> -->
<li><a href="divisions.html">Projects</a></li>
<li><a href="https://medium.com/neurotech-berkeley">Blog</a></li>
<!-- <li><a href="join.html">Apply</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-12 text-md-center text-left">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All Rights Reserved | This template is made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
<!-- END footer -->
<!-- loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#f4b214" />
</svg></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-migrate-3.0.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/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/main.js"></script>
<!-- <script src="particles/particles.min.js"></script>
<script src="particles/app.js"></script> -->
<script>
document.addEventListener("DOMContentLoaded", function() {
// Get the height of the header image to know when it's fully scrolled past.
var headerHeight = document.querySelector('.slider-item.overlay').offsetHeight;
var logoText = document.getElementById('logoText');
window.addEventListener('scroll', function() {
// If we've scrolled past the header, change the link colors to black.
if (window.scrollY > headerHeight) {
document.querySelectorAll('.navbar-nav .nav-link').forEach(function(navItem) {
navItem.style.color = 'black';
});
logoText.style.color = 'black'; // Changing the logo color
} else {
// Otherwise, keep the link colors as white.
// header.style.backgroundColor = 'rgba(255, 255, 255, 0.7)'
document.querySelectorAll('.navbar-nav .nav-link').forEach(function(navItem) {
navItem.style.color = 'white';
});
logoText.style.color = 'white'; // Changing the logo color back to white
}
});
});
</script>
</body>
</html>