-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
580 lines (507 loc) · 27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>NEARchan</title>
<meta content="NEARchan project page" name="description">
<meta content="Near, anime, manga, mascot, NEARchan, MoeMorphism, near protocol" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Poppins:300,400,500,700"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Regna - v4.3.0
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<!-- Hotjar Tracking Code for My site -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 2718578, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body>
<!-- The Modal -->
<div id="img-modal" class="img-modal">
<!-- The Close Button -->
<span class="close">×</span>
<!-- Modal Content (The Image) -->
<img class="img-modal-content" id="img-modal-image">
<!-- Modal Caption (Image Text) -->
<div id="caption"></div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex justify-content-between align-items-center">
<div id="logo">
<a href="index.html"><img src="assets/img/logo.png" alt=""></a>
<!-- Uncomment below if you prefer to use a text logo -->
<!--<h1><a href="index.html">Regna</a></h1>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Gallery</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<!-- <li><a class="nav-link scrollto" href="#contact">Contact</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="zoom-in" data-aos-delay="100">
<h1>NEARchan</h1>
<h2>Unofficial NEAR Protocol mascot</h2>
<a href="https://paras.id/search?q=nearchan" class="btn-get-started" target="_blank">BUY NFTs</a>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center about-container">
<div class="col-lg-12 text-center" data-aos="fade-left" data-aos-delay="100">
<img class="wide-img" src="./assets/img/about-img.jpg">
</div>
<br>
<div class="col-lg-12 text-center content">
<h2 class="title">About</h2>
</div>
<div class="col-lg-6 justify-content-center content">
<p>
NEARchan is the work of <a href="https://www.sputnik.fund/#/dao/nearch4n.sputnikdao.near">NEARchan
Guild</a>, founded in the spring of 2021. She’s inspired by yuru-chara (mascots created for promotion)
and the MoeMorphism movement of “somethingchans.” Our purpose is to bring NEARchan to life with community
input and artist commissions. More context in the <a
href="https://gov.near.org/t/proposal-nearch4n-guild/2457">genesis governance post</a> & <a
href="https://www.beautiful.ai/player/-MbbAzXru-pCBQKygm3a">character reference deck</a>.
</p>
</div>
<br><br>
<div class="col-lg-12 text-center content">
<h2 class="title">Usage License</h2>
</div>
<div class="col-lg-6 justify-content-center content">
<p>
NEARchan is officially licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY</a>.
You can freely use the likeness of NEARchan in your own artwork, except for any hate promoting usage.
Also, we would appreciate it if you could write the credit and link to the site as much as possible. Let
us know if you make any secondary creations of the character. We may introduce it on the site or SNS!
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<div class="container" data-aos="fade-up">
<div style="position:relative;width:100%;height:0;padding-bottom:calc(56.25% + 40px);"><iframe allowfullscreen
style="position:absolute; width: 100%; height: 100%;border: solid 1px #333;"
src="https://www.beautiful.ai/embed/-MjGNaFl-7mnNJ3uBkYV?utm_source=beautiful_player&utm_medium=embed&utm_campaign=-Mb4yXmjUxSZmAI1Tvmz"></iframe>
</div>
</div>
<!-- ======= About Section #2 ======= -->
<section id="about">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center about-container">
<div class="col-lg-12 text-center content">
<h2 class="title">Reference Materials</h2>
</div>
<div class="col-lg-6 justify-content-center content">
<p>
NEARchan Guild commissioned <a href="https://twitter.com/garridspen">GARRID</a> to create the genesis
NEARchan character sheet. Her design is the result of several collaborative weeks. After countless reviews
we are confident that every <a href="https://www.beautiful.ai/player/-MbbAzXru-pCBQKygm3a">element of
NEARchan</a> represents the <a href="https://near.org/brand/">values of NEAR Protocol</a>. That said, we
don’t see NEARchan as static. Show us NEARchan in lots of different outfits and situations!
</p>
</div>
<div class="col-lg-12 text-center content">
<br>
<p>
Full Resolution:<br>
<a href="./assets/img/NEARchan-character-sheet-full-resolution.jpg">Character Sheet (8mb)</a>
<br>
<a href="./assets/img/NEARchan-facial-expressions-full-resolution.jpg">Facial Expressions (5mb)</a>
<br>
<a href="./assets/img/NEARchan-logo-light-full-resolution.png">Logo Light (200kb)</a>, <a
href="./assets/img/NEARchan-logo-dark-full-resolution.png">Logo Dark (200kb)</a>
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Facts Section ======= -->
<!-- <section id="facts">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Facts</h3>
<p class="section-description">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
</div>
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="232" data-purecounter-duration="1" class="purecounter"></span>
<p>Clients</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="534" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="42" data-purecounter-duration="1" class="purecounter"></span>
<p>Hard Workers</p>
</div>
</div>
</div>
</section>End Facts Section -->
<!-- End Facts Section -->
<!-- ======= Services Section ======= -->
<!-- <section id="services">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Services</h3>
<p class="section-description">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""><i class="bi bi-briefcase"></i></a></div>
<h4 class="title"><a href="">Lorem Ipsum</a></h4>
<p class="description">Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""><i class="bi bi-card-checklist"></i></a></div>
<h4 class="title"><a href="">Dolor Sitema</a></h4>
<p class="description">Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat tarad limino ata</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""><i class="bi bi-bar-chart"></i></a></div>
<h4 class="title"><a href="">Sed ut perspiciatis</a></h4>
<p class="description">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""><i class="bi bi-binoculars"></i></a></div>
<h4 class="title"><a href="">Magni Dolores</a></h4>
<p class="description">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""><i class="bi bi-brightness-high"></i></a></div>
<h4 class="title"><a href="">Nemo Enim</a></h4>
<p class="description">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in">
<div class="box">
<div class="icon"><a href=""><i class="bi bi-calendar4-week"></i></a></div>
<h4 class="title"><a href="">Eiusmod Tempor</a></h4>
<p class="description">Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Services Section -->
<!-- ======= Call To Action Section ======= -->
<!-- <section id="call-to-action">
<div class="container">
<div class="row" data-aos="zoom-in">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">Call To Action</h3>
<p class="cta-text"> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#">Call To Action</a>
</div>
</div>
</div>
</section> -->
<!-- End Call To Action Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Gallery</h3>
<p class="section-description">Collect NEARchan NFTs & artworks across web3 & web2</p>
</div>
<!-- <div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-near">$NEAR</li>
<li data-filter=".filter-eth">$ETH</li>
<li data-filter=".filter-off">OffChain</li>
</ul>
</div>
</div> -->
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-near">
<img src="https://ipfs.fleek.co/ipfs/bafybeiakkncanwtl4hhdwpnfpfn4mjmakrftwqbz7uwdwyexgvh64tdztm" class="img-fluid img-preview" alt="">
<div class="portfolio-info">
<h4>NEARchan Genesis Card</h4>
<p>$near</p>
<a href="https://ipfs.fleek.co/ipfs/bafybeiakkncanwtl4hhdwpnfpfn4mjmakrftwqbz7uwdwyexgvh64tdztm" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link"><i class="bx bx-plus"></i></a>
<a target="_blank" href="https://paras.id/token/bafybeigwzescoavvnbuugxnys7wzivpjdx7jczfygstqavor4exbnkzluu" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-near">
<img src="https://ipfs.fleek.co/ipfs/bafybeidtpdkmntte7kup3lhpgrzurifpmgmckyaiwv7gizyma4pfr3alqe" class="img-fluid img-preview" alt="">
<div class="portfolio-info">
<h4>NEARchan DTIYS entry #01</h4>
<p>$near</p>
<a href="https://ipfs.fleek.co/ipfs/bafybeidtpdkmntte7kup3lhpgrzurifpmgmckyaiwv7gizyma4pfr3alqe" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link"><i class="bx bx-plus"></i></a>
<a target="_blank" href="https://paras.id/token/bafybeiffemaofckkun6oyabqynvhmgzf53633ecnrhqd2xkdh5xjcnq52i" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-near">
<img src="https://ipfs.fleek.co/ipfs/bafybeics7xi6ebk22dwzxmmwty7g66luogq5tc7xfzl3vkwz5c232flnwa" class="img-fluid img-preview" alt="">
<div class="portfolio-info">
<h4>NEARchan DTIYS entry #02</h4>
<p>$near</p>
<a href="https://ipfs.fleek.co/ipfs/bafybeics7xi6ebk22dwzxmmwty7g66luogq5tc7xfzl3vkwz5c232flnwa" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link"><i class="bx bx-plus"></i></a>
<a target="_blank" href="https://paras.id/token/bafybeieolyfiuek4ybsglq5wucprcpeup4wuwzt2bhmsyaewjhfh7veb2q" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-near">
<img src="https://ipfs.fleek.co/ipfs/bafybeifxvh2poefhhjtzcmefrr6ujlh7vtwtrdzxqoncwgklawzc4e6a7u" class="img-fluid img-preview" alt="">
<div class="portfolio-info">
<h4>NEARchan DTIYS entry #03</h4>
<p>$near</p>
<a href="https://ipfs.fleek.co/ipfs/bafybeifxvh2poefhhjtzcmefrr6ujlh7vtwtrdzxqoncwgklawzc4e6a7u" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link"><i class="bx bx-plus"></i></a>
<a target="_blank" href="https://paras.id/token/bafybeigxnooifqytnuamuitd3s2gfy3dtfxhhhjypesolpzi5ws2kz7mci" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div> -->
</div>
<a target="_blank" class="btn-get-started green"
href="https://paras.id/search?q=nearchan&sort=cardcreate">Looking for more NEARchan on Paras.id</a>
</div>
</section>
<!-- End Portfolio Section -->
<!-- ======= Team Section ======= -->
<section id="team">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Team</h3>
<p class="section-description">The team that has worked on breathing life into NEARchan</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="pic"><img src="assets/img/paus.png" alt=""></div>
<h4>StarPause</h4>
<span>Saikō no Sensei</span>
<div class="social">
<a href="https://twitter.com/starpause"><i class="bi bi-twitter"></i></a><br>
<i class="bi bi-wallet2"> starpause.near</i>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="pic"><img src="assets/img/bananas.png" alt=""></div>
<h4>Juannabananas</h4>
<span>tsundere design queen</span>
<div class="social">
<a href="https://twitter.com/juannabananas"><i class="bi bi-twitter"></i></a><br>
<i class="bi bi-wallet2"> juanna.near</i>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="pic"><img src="assets/img/sheepgod.png" alt=""></div>
<h4>SheepGod</h4>
<span>lord of the shep</span>
<div class="social">
<a href="https://twitter.com/cryptosheep_god"><i class="bi bi-twitter"></i></a><br>
<i class="bi bi-wallet2"> sheepgod.near</i>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="pic"><img src="assets/img/naomi.jpg" alt=""></div>
<h4>Naomi</h4>
<span>Naomi Oba</span>
<div class="social">
<a href="https://twitter.com/Naomi_fromhh"><i class="bi bi-twitter"></i></a><br>
<i class="bi bi-wallet2"> naomi_is.near</i>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<!-- <section id="contact">
<div class="container">
<div class="section-header">
<h3 class="section-title">Contact</h3>
<p class="section-description">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
</div>
</div>
<div class="container mt-5">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4">
<div class="info">
<div>
<i class="bi bi-geo-alt"></i>
<p>A108 Adam Street<br>New York, NY 535022</p>
</div>
<div>
<i class="bi bi-envelope"></i>
<p>info@example.com</p>
</div>
<div>
<i class="bi bi-phone"></i>
<p>+1 5589 55488 55s</p>
</div>
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-5 col-md-8">
<div class="form">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="form-group mt-3">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
</div>
</div>
<div class="container">
<!--
<div class="copyright">
© Copyright <strong>Regna</strong>. All Rights Reserved
</div>
-->
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Regna
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!--
@@@@@@@@ *@@@@@@@
@@@@@@@@@@@@@ @@@@@@@@@@
@@@@@@@@@@@@@@@ @@@@@@@@@@@@
@@@@@@@@@@@@@@@@@ &@@@@@@@@@@@@@
@@@@@@@@ @@@@@@@@@@ @@@@@@ @@@@@@@
@@@@@@@@ #@@@@@@@@@ @@@@@ @@@@@@@
@@@@@@@@ /@@@@@@@@@ @@@@ @@@@@@@
@@@@@@@@ .@@@@@@@@@ ( @@@@@@@
@@@@@@@@ @@@@@@@@@ @@@@@@@
@@@@@@@@ @@@@@@@@@ @@@@@@@
@@@@@@@@ @@@@@@@@@ @@@@@@@
@@@@@@@@ %% @@@@@@@@@. @@@@@@@
@@@@@@@@ .@@@, @@@@@@@@@/ @@@@@@@
@@@@@@@@ @@@@@ @@@@@@@@@# @@@@@@@
@@@@@@@@ @@@@@@ @@@@@@@@@& @@@@@@@
@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@
@@@@@@@@@@@@@ @@@@@@@@@@@@@@
@@@@@@@@@@@ @@@@@@@@@@@@
@@@@@@@ @@@@@@@@
@@@ @@( @@@@@@@@ @@@ @@@@@@@#
@@@@@ @@( @@(@@ @@
@@ @@( @@( @@@@@@@@ @@, @@ .@@@
@@( %@@ @( @@ @@@ @@ @@ @@@
@@( @@@( @@@@@@@@ @@@ @@ @@ @@@
-->
</body>
</html>