-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
784 lines (737 loc) · 25.9 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
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
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
<!DOCTYPE html>
<html lang="en" class="bg-[#25272D] overflow-x-hidden">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DOGATOSHI | $DOGATOSHI</title>
<meta
name="description"
content="Introducing Dogatoshi, where woofs meet wealth in the world of meme tokens! 🐾🌕"
/>
<meta
property="og:image"
content="https://dogatoshi.dog/assets/images/og-image.png"
/>
<meta property="og:site_name" content="$DOGATOSHI" />
<!-- External assets -->
<link rel="stylesheet" href="./assets/css/style.css" />
<script src="./assets/js/script.js" defer></script>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon-16x16.png"
/>
<link rel="manifest" href="./site.webmanifest" />
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Titan One and Inter Font -->
<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=Inter:wght@100..900&family=Titan+One&display=swap"
rel="stylesheet"
/>
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- Spline -->
<script
type="module"
src="https://unpkg.com/@splinetool/viewer@1.1.1/build/spline-viewer.js"
></script>
</head>
<body class="text-white font-titan-one overflow-x-hidden">
<!-- Preloader -->
<div
id="preloader"
class="fixed top-0 left-0 w-full h-full bg-[#25272D] grid place-items-center z-50 transition-all"
>
<div class="absolute top-0 right-0">
<img src="./assets/images/right-paw.svg" alt="" class="w-24 sm:w-32" />
</div>
<div class="absolute bottom-8 left-0">
<img src="./assets/images/left-paw.svg" alt="" class="w-24 sm:w-32" />
</div>
<div class="grid gap-8 place-items-center">
<img
src="./assets/images/dogatoshi-icon.png"
alt=""
class="w-32 lg:w-44 animate-bounce"
/>
<div class="text-center grid gap-4">
<p class="text-2xl sm:text-3xl animate-pulse text-yellow-500">
Loading...
</p>
<p class="sm:text-2xl text-neutral-400">
🐾 Unleashing the fun! Sit, stay, enjoy! 🐶
</p>
</div>
</div>
</div>
<!-- Navbar -->
<nav
class="bg-[#1F2123] fixed top-0 w-full z-40 font-inter text-sm border-b border-white/10 lg:border-0 lg:shadow-lg"
>
<div
class="container mx-auto flex items-center justify-between gap-8 px-4 py-6 sm:px-8 lg:py-4"
>
<a href="#" title="Dogatoshi">
<img
src="./assets/images/nav-image.svg"
alt="dogatoshi logo"
class="w-52 lg:w-36 hidden sm:block"
/>
<img
src="./assets/images/dogatoshi-icon.png"
alt="dogatoshi logo"
class="w-24 sm:hidden"
/>
</a>
<ul class="gap-8 font-bold hidden lg:flex">
<li>
<a
href="#hero"
title="Home"
class="hover:text-yellow-500 transition-colors"
>Home</a
>
</li>
<li>
<a
href="#bone-story"
title="Bone Story"
class="hover:text-yellow-500 transition-colors"
>Bone Story</a
>
</li>
<li>
<a
href="#tokenomics"
title="Tokenomics"
class="hover:text-yellow-500 transition-colors"
>Tokenomics</a
>
</li>
<li>
<a
href="#buy-doga"
title="Buy $DOGA"
class="hover:text-yellow-500 transition-colors"
>Buy $DOGA</a
>
</li>
<li>
<a
href="#why-doga"
title="Pawtnerships"
class="hover:text-yellow-500 transition-colors"
>Pawtnerships</a
>
</li>
<li>
<a
href="#pledge-and-signature"
title="News"
class="hover:text-yellow-500 transition-colors"
>News</a
>
</li>
</ul>
<div>
<img
src="./assets/images/powered-by-ordify.svg"
alt="powered by ordify"
class="w-28 lg:w-24"
/>
</div>
<div>
<button type="button" id="menu-button">
<img
src="./assets/images/menu-icon.svg"
alt="menu icon"
class="w-24 lg:hidden"
/>
</button>
</div>
</div>
</nav>
<!-- Mobile Navbar -->
<div
id="mobile-navbar"
class="fixed grid place-items-center top-0 left-0 w-full h-full bg-[#1F2123]/95 backdrop-blur z-50 transform -translate-y-full overflow-y-auto transition-transform duration-300 ease-in-out"
>
<button
id="close-button"
type="button"
class="absolute top-8 right-8 text-4xl"
>
X
</button>
<ul
class="flex flex-col gap-12 p-8 text-center text-3xl font-inter font-semibold"
>
<li>
<a
href="#hero"
title="Home"
class="hover:text-yellow-500 transition-colors"
>Home</a
>
</li>
<li>
<a
href="#bone-story"
title="Bone Story"
class="hover:text-yellow-500 transition-colors"
>Bone Story</a
>
</li>
<li>
<a
href="#tokenomics"
title="Tokenomics"
class="hover:text-yellow-500 transition-colors"
>Tokenomics</a
>
</li>
<li>
<a
href="#buy-doga"
title="Buy $DOGA"
class="hover:text-yellow-500 transition-colors"
>Buy $DOGA</a
>
</li>
<li>
<a
href="#why-doga"
title="Pawtnerships"
class="hover:text-yellow-500 transition-colors"
>Pawtnerships</a
>
</li>
<li>
<a
href="#pledge-and-signature"
title="News"
class="hover:text-yellow-500 transition-colors"
>News</a
>
</li>
</ul>
</div>
<!-- Hero Section -->
<section
id="hero"
class="bg-hero-pattern bg-cover min-h-screen grid place-items-center relative pt-32 md:pt-0"
>
<div
class="absolute bottom-0 w-full h-10 bg-gradient-to-t from-[#25272D] to-transparent"
></div>
<div
class="container mx-auto flex flex-col-reverse items-center justify-evenly md:flex-row gap-8 px-8"
>
<div
class="max-w-72 z-10 flex-1"
data-aos="zoom-out"
data-aos-delay="1500"
>
<h1 class="text-8xl lg:text-9xl uppercase">
<span>DOGA</span><br />
<span class="text-yellow-500">TOSHI</span>
</h1>
<p class="mt-4 font-inter text-lg pl-2 sm:pl-4">
Paw-nonymous: a clandestine group of dogs who secretly run the
neighborhood.
</p>
<button
type="button"
title="Buy Doga"
class="py-8 hover:scale-105 transition-all ease-in-out transform active:scale-95 focus:outline-none focus:scale-105 w-full"
>
<img
src="./assets/images/bone-button.svg"
alt=""
class="w-60 mx-auto"
/>
</button>
<div class="flex gap-4 items-center p-4 justify-center">
<a
href="https://t.me/dogatoshi"
title="Telegram"
class="hover:scale-110 transition-all ease-in-out transform bg-yellow-500 w-12 h-12 rounded-full grid place-items-center"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/images/telegram-icon.svg"
alt="Telegram"
class="w-8"
/>
</a>
<a
href="https://twitter.com/4dogatoshi"
title="Twitter"
class="hover:scale-110 transition-all ease-in-out transform bg-yellow-500 w-12 h-12 rounded-full grid place-items-center"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/images/twitter-icon.svg"
alt="Twitter"
class="w-8"
/>
</a>
</div>
</div>
<div
class="flex-1 pt-20 pb-10 xl:hidden"
data-aos="zoom-out"
data-aos-delay="1500"
>
<img
src="./assets/images/hero-image.png"
alt="dog image"
class="lg:max-w-lg sm:max-w-md max-w-full w-full ml-auto"
data-aos="fade-down"
/>
</div>
<div class="hidden xl:block" data-aos="zoom-out" data-aos-delay="1500">
<div class="scale-[1.85] translate-x-1/4">
<spline-viewer
loading-anim-type="spinner-big-light"
url="https://prod.spline.design/zTQrZsO226WCeJY4/scene.splinecode"
></spline-viewer>
</div>
</div>
</div>
</section>
<!-- 3 Steps to Know the Project -->
<section id="bone-story" class="bg-features-bg-pattern bg-cover">
<div class="container mx-auto px-4 sm:px-8 py-20 lg:py-32 grid gap-10">
<div class="text-center grid gap-2" data-aos="zoom-out">
<h2 class="text-yellow-500 text-4xl sm:text-5xl uppercase">
3 steps to know the project
</h2>
<p class="text-xl sm:text-2xl">
Introducing Dogatoshi, where woofs meet wealth in the world of meme
tokens! 🐾🌕
</p>
</div>
<div
class="flex flex-wrap justify-center gap-8 flex-col sm:flex-row"
data-aos="zoom-out"
>
<div class="flex-1 w-4/5 mx-auto sm:max-w-xs">
<div class="flex flex-col gap-2 p-4">
<img
src="./assets/images/bone.png"
alt="Bone"
class="w-28 sm:w-32 mx-auto pb-4"
/>
<h3 class="text-yellow-500 text-2xl sm:text-3xl uppercase">
1. $Dog<span class="text-white">A</span>
</h3>
<p class="font-inter sm:text-lg">
is revolutionizing the memepaw game with cutting-edge doggy
calculations, crafting the most bark-tastic smart contract known
to dogkind!
</p>
</div>
</div>
<div class="flex-1 w-4/5 mx-auto sm:max-w-xs">
<div class="flex flex-col gap-2 p-4">
<img
src="./assets/images/dog-paw.png"
alt="Dog Paw"
class="w-28 sm:w-32 mx-auto pb-4"
/>
<h3 class="text-yellow-500 text-2xl sm:text-3xl uppercase">
2. Paw Patro<span class="text-white">l</span>
</h3>
<p class="font-inter sm:text-lg">
Paw-nonymous: a clandestine group of dogs who secretly run the
neighborhood.
</p>
</div>
</div>
<div class="flex-1 w-4/5 mx-auto sm:max-w-xs">
<div class="flex flex-col gap-2 p-4">
<img
src="./assets/images/dog.png"
alt="Dog"
class="w-28 sm:w-32 mx-auto pb-4"
/>
<h3 class="text-yellow-500 text-2xl sm:text-3xl uppercase">
3. Mutt-fi<span class="text-white">A</span>
</h3>
<p class="font-inter text-lg">
Brains behind the Bark-tel: Unless chasing his tail, he's one
clever pup.
</p>
</div>
</div>
</div>
<img
src="./assets/images/no-cats.svg"
alt="no cats past this point"
class="max-w-full md:max-w-2xl w-full mx-auto pt-20"
data-aos="zoom-out"
/>
</div>
</section>
<!-- BARKCHAIN Tokenomics -->
<section
id="tokenomics"
class="bg-gradient-pattern-portrait md:bg-gradient-pattern bg-cover uppercase py-20 relative"
>
<div
class="absolute bottom-0 w-full h-10 bg-gradient-to-t from-[#25272D] to-transparent"
></div>
<div class="absolute right-0 bottom-4 hidden md:block">
<img src="./assets/images/right-paw.svg" alt="" />
</div>
<div class="absolute left-0 bottom-4 hidden md:block">
<img src="./assets/images/left-paw.svg" alt="" />
</div>
<div
class="container mx-auto flex flex-col-reverse items-center lg:items-end xl:items-center justify-center xl:justify-start lg:flex-row gap-2 xsm:px-8 xl:px-0"
data-aos="zoom-out"
>
<div class="grid gap-10 z-10 px-8 xsm:px-0">
<h3
class="text-5xl text-yellow-500 hidden sm:block xl:whitespace-nowrap"
>
BARKCHAIN Tokenomics
</h3>
<div class="grid gap-1">
<h4 class="text-2xl sm:text-3xl text-yellow-500">LEASH LAWS 🔑</h4>
<ul class="text-xl sm:text-2xl">
<li>95% DOGMMUNITY</li>
<li>5% BARK BRIGADE KOLS</li>
<li>100% TGE</li>
<li>100% FETCH & BURN UNSOLD TOKENS</li>
</ul>
</div>
<div class="grid gap-1">
<h4 class="text-2xl sm:text-3xl text-yellow-500">
🤑💰 WHERE TO BURY THE BONE? 💰🤑
</h4>
<ul class="text-xl sm:text-2xl">
<li>1% LIQUIDITY SPLASH POOL</li>
<li>99% ENDLESS BUYBACK TREAT</li>
<li>TREATS</li>
</ul>
</div>
<div class="grid gap-1">
<h4 class="text-2xl sm:text-3xl text-yellow-500">
Stay for the treat 🦴
</h4>
<p class="capitalize text-xl sm:text-2xl">
Hold Your Bone And Get Ready To Be Thrown 0.5% treats for every
transactions and 0.5% returned to the doguidity
</p>
</div>
</div>
<div class="w-full">
<img
src="./assets/images/dog-statue-w-paws.svg"
alt="dog image with paws"
class="max-w-full lg:max-w-none lg:w-[768px] xl:w-[912px] lg:-ml-40 xl:-ml-64 lg:block hidden"
/>
<img
src="./assets/images/dog-statue-w-paws-gradient.svg"
alt="dog image with paws"
class="max-w-full w-full hidden xsm:block lg:hidden"
/>
<img
src="./assets/images/dog-statue-w-paws-gradient-portrait.svg"
alt="dog image with paws"
class="max-w-full w-full xsm:hidden"
/>
</div>
<h3
class="text-4xl text-yellow-500 sm:hidden text-center px-8 xsm:px-0"
>
BARKCHAIN Tokenomics
</h3>
</div>
</section>
<!-- Bone Details -->
<section id="bone-details" class="bg-features-bg-pattern bg-cover">
<div
class="max-w-screen-lg mx-auto px-4 sm:px-8 py-10 sm:pt-40 sm:pb-20"
data-aos="zoom-in"
>
<img
src="./assets/images/details-bone.svg"
alt=""
class="w-full mx-auto"
/>
</div>
</section>
<!-- How to Buy $DOGA -->
<section id="buy-doga" class="bg-features-bg-pattern bg-cover">
<div class="container mx-auto px-4 sm:px-8 py-20 grid gap-16">
<div class="text-center grid gap-4" data-aos="zoom-out">
<h2 class="text-yellow-500 text-4xl sm:text-5xl uppercase">
How to buy $DOGA
</h2>
<p class="max-w-xl mx-auto text-xl sm:text-2xl">
$DOGA may not have nine lives, but at least we're not chasing our
tails with cryptic meow-tokens. We're all about fetching real value
and loyalty, not mysterious catnip schemes. Woof woof!
</p>
</div>
<div class="grid gap-4">
<div
class="flex flex-wrap justify-center gap-4 flex-col sm:flex-row"
data-aos="zoom-out"
>
<div class="flex-1 w-full">
<div class="flex flex-col gap-2 p-4">
<h3 class="text-yellow-500 text-3xl sm:text-4xl uppercase">
1. Dig up a wallet
</h3>
<p class="font-inter text-lg sm:text-xl">
To set up a wallet, grab Metamask or your preferred wallet app
for free from the App Store or Google Play Store. If you're on
a desktop, get the Google Chrome extension by visiting
metamask.io.
</p>
</div>
</div>
<div class="flex-1 w-full">
<div class="flex flex-col gap-2 p-4">
<h3 class="text-yellow-500 text-3xl sm:text-4xl uppercase">
2. Fetch some BNB
</h3>
<p class="font-inter text-lg sm:text-xl">
Keep some BNB in your treat stash to switch to $DOGA. If your
biscuit supply is low, you can fetch some on Metamask
directly, transfer from another stash, or buy on another
bark-exchange and deliver it to your wallet.
</p>
</div>
</div>
</div>
<div
class="flex flex-wrap justify-center gap-4 flex-col sm:flex-row"
data-aos="zoom-out"
>
<div class="flex-1 w-full">
<div class="flex flex-col gap-2 p-4">
<h3 class="text-yellow-500 text-3xl sm:text-4xl uppercase">
3. Sniff out PancakeSwap.
</h3>
<p class="font-inter text-lg sm:text-xl">
Visit pancakeswap.finance/swap on Google Chrome or in the
browser within your Metamutt app. Connect your wallet. Copy
and paste the $DOGA token address into PancakeSwap, choose
$DOGA, and woofirm. When Metamutt asks for your paw print,
give it a signature.
</p>
</div>
</div>
<div class="flex-1 w-full">
<div class="flex flex-col gap-2 p-4">
<h3 class="text-yellow-500 text-3xl sm:text-4xl uppercase">
4. Swap your BNB for $DOGA.
</h3>
<p class="font-inter text-lg sm:text-xl">
Adjust the slippage tolerance to a minimum woof of 1.1%. In
times of increased volatility, like on a listing day with lots
of fetching and barking, consider setting a higher slippage.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Why Pick Dogatoshi -->
<section id="why-doga" class="bg-features-bg-pattern bg-cover">
<div class="container mx-auto px-4 sm:px-8 py-20 grid gap-16">
<h2
class="text-center text-yellow-500 text-4xl sm:text-5xl uppercase"
data-aos="zoom-out"
>
Why Pick Dogatoshi
</h2>
<div class="grid gap-4">
<div
class="flex flex-wrap justify-center gap-8 flex-col sm:flex-row"
data-aos="zoom-out"
>
<div class="flex-1 w-full sm:max-w-md">
<div class="flex gap-4 p-4">
<img
src="./assets/images/dog-paw-yellow-fill.png"
alt=""
class="object-contain w-12 sm:w-16"
/>
<p class="font-inter text-lg sm:text-xl">
Loyalty that sticks like peanut butter to a dog's tongue: We
are your ride-or-die companions in the wild world of crypto.
</p>
</div>
</div>
<div class="flex-1 w-full sm:max-w-md">
<div class="flex gap-4 p-4">
<img
src="./assets/images/dog-paw-yellow-fill.png"
alt=""
class="object-contain w-12 sm:w-16"
/>
<p class="font-inter text-lg sm:text-xl">
Energy levels that put a squirrel on espresso to shame: Us
Dogs are bound forward with more gusto than a cat chasing a
laser pointer.
</p>
</div>
</div>
</div>
<div
class="flex flex-wrap justify-center gap-8 flex-col sm:flex-row"
data-aos="zoom-out"
>
<div class="flex-1 w-full sm:max-w-md">
<div class="flex gap-4 p-4">
<img
src="./assets/images/dog-paw-yellow-fill.png"
alt=""
class="object-contain w-12 sm:w-16"
/>
<p class="font-inter text-lg sm:text-xl">
Team spirit that makes cats hiss in envy: Dogs know how to
work together like a well-oiled fetch machine.
</p>
</div>
</div>
<div class="flex-1 w-full sm:max-w-md">
<div class="flex gap-4 p-4">
<img
src="./assets/images/dog-paw-yellow-fill.png"
alt=""
class="object-contain w-12 sm:w-16"
/>
<p class="font-inter text-lg sm:text-xl">
Protection that makes cats scamper up a tree: We keeps your
investments safe and sound, no cat burglars allowed.
</p>
</div>
</div>
</div>
<div class="flex-1 w-full sm:max-w-md mx-auto" data-aos="zoom-out">
<div class="flex gap-4 p-4">
<img
src="./assets/images/dog-paw-yellow-fill.png"
alt=""
class="object-contain w-12 sm:w-16"
/>
<p class="font-inter text-lg sm:text-xl">
Playfulness and fun that'll have cats meow-t of envy: Your
pawesome friends brings the party to the crypto world, leaving
those felines in the litter box.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Pledge and Signature -->
<section
id="pledge-and-signature"
class="bg-features-bg-pattern bg-cover font-inter text-lg"
>
<div
class="container mx-auto px-4 sm:px-8 py-20 flex flex-col md:flex-row gap-16 justify-between text-sm"
>
<div
class="grid gap-8 flex-1 max-w-sm mx-auto sm:mx-0"
data-aos="zoom-out"
>
<p>
I, DOGATOSHI, woof woof, pledge woof woof, under circumstances of
woof woof, except woof woof.
</p>
<p>You woof woof...woof woof and then woof woof.</p>
<p>
While some may purr and pounce, we bark and fetch with purpose and
loyalty. Our tails wag with integrity and commitment, unlike those
who meow and scheme in the shadows, chasing elusive dreams of catnip
and mystery. Woof woof!
</p>
</div>
<div
class="relative pt-28 pb-16 flex-1 max-w-xs mx-auto sm:mx-0 w-full"
data-aos="zoom-out"
>
<p class="border-t-2 border-gray-500 w-full pt-2">Signature</p>
<img
src="./assets/images/dog-signature.png"
alt=""
class="absolute top-0 left-1/4 w-48"
/>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-footer-bg-pattern bg-center bg-cover relative">
<div class="absolute top-4 right-4">
<img src="./assets/images/stripes.svg" alt="" />
</div>
<div class="grid gap-8 py-16 px-4 text-center" data-aos="fade-in">
<h2 class="text-5xl sm:text-6xl">JOIN OUR DOGMMUNITY</h2>
<div class="flex gap-4 justify-center items-center">
<a
href="https://t.me/dogatoshi"
title="Telegram"
class="hover:scale-110 transition-all ease-in-out transform bg-yellow-500 w-12 h-12 rounded-full grid place-items-center"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/images/telegram-icon.svg"
alt="Telegram"
class="w-8"
/>
</a>
<a
href="https://twitter.com/4dogatoshi"
title="Twitter"
class="hover:scale-110 transition-all ease-in-out transform bg-yellow-500 w-12 h-12 rounded-full grid place-items-center"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/images/twitter-icon.svg"
alt="Twitter"
class="w-8"
/>
</a>
</div>
<div class="font-inter text-xs grid gap-1">
<p>2024 by DOGATOSHI All rights reserved. Powered by Ordify.</p>
<p class="max-w-sm mx-auto text-white/70 px-2">
This meme coin is made purely for entertainment and utility and does
not guarantee any financial returns. Invest at your own risk.
</p>
</div>
</div>
</footer>
</body>
</html>