-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
118 lines (87 loc) · 4.54 KB
/
roadmap.html
File metadata and controls
118 lines (87 loc) · 4.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DumDumz</title>
<!-- Primary Meta Tags -->
<meta name="title" content="DumDumz">
<meta name="description" content="Welcome to DumDumz!">
<meta name="keywords" content="DumDumz, dumdum, digital assets, collectibles, Arweave, AO">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="language" content="English">
<meta name="author" content="The DumDumz Team">
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dumdumznfts.arweave.net/">
<meta property="og:title" content="DumDumz">
<meta property="og:description" content="Welcome to the Dumverse!">
<meta property="og:image" content="https://ygooepkekhd7awxrr5q6d5sdqczkwbhpyoyflsy25k4uvouyuzja.arweave.net/wZziPURRx_Ba8Y9h4fZDgLKrBO_DsFXLGuq5SrqYplI">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://dumdumznfts.arweave.net/">
<meta name="twitter:title" content="DumDumz">
<meta name="twitter:description" content="Welcome to the Dumverse!">
<meta name="twitter:image" content="https://ygooepkekhd7awxrr5q6d5sdqczkwbhpyoyflsy25k4uvouyuzja.arweave.net/wZziPURRx_Ba8Y9h4fZDgLKrBO_DsFXLGuq5SrqYplI">
<!-- Additional Meta Tags for Enhanced Search Results -->
<meta name="theme-color" content="#8c52ff">
<meta name="msapplication-TileColor" content="#8c52ff">
<meta name="msapplication-TileImage" content="https://ygooepkekhd7awxrr5q6d5sdqczkwbhpyoyflsy25k4uvouyuzja.arweave.net/wZziPURRx_Ba8Y9h4fZDgLKrBO_DsFXLGuq5SrqYplI">
<!-- Favicon -->
<link rel="icon" href="https://arweave.net/AcCm-N2AOxI17KLIUqZOBxBFrExpvogn3IeM_oM2lUo" type="image/x-icon">
<link rel="shortcut icon" href="https://arweave.net/AcCm-N2AOxI17KLIUqZOBxBFrExpvogn3IeM_oM2lUo" type="image/x-icon">
<!-- Stylesheets -->
<link rel="stylesheet" href="dumdumz.css">
<link rel="stylesheet" href="background/AnimatedBackground.css">
</head>
<body>
<div class="header">
<button class="nav-toggle" aria-label="Toggle Navigation">
<div class="nav-hamburger">
<div></div>
</div>
</button>
<div class="logo-container">
<a href="index.html" class="logo-link">
<img class="mainLogo" src="logo.png" alt="DumDumz Home">
</a>
</div>
<div class="navigation">
<div class="dropdown">
<button class="dropdown-button" id="DDDropdown">DumDumz ▼</button>
<div class="dropdown-content" id="DDContent">
<a href="https://bazar.arweave.net/#/collection/JAHF1fo4MECRZZFKGcT0B6XM94Lqe-3FtB4Ht_kTEK0/assets/" target="_blank">Adopt Uz</a>
<a href="https://aoction-house.arweave.net/index.html" target="_blank">AOctionz</a>
<a href="rarity.html">Rarity</a>
</div>
</div>
<div class="dropdown">
<button class="dropdown-button" id="DumverseDropdown">Dumverse ▼</button>
<div class="dropdown-content" id="DumverseContent">
<a href="https://dumverse-ao.vercel.app/" target="_blank">Play Game</a>
</div>
</div>
<div class="dropdown">
<button class="dropdown-button" id="FrenzDropdown">Frenz ▼</button>
<div class="dropdown-content" id="FrenzContent">
<a href="https://discord.gg/gxbnnG43DF" target="_blank">Discord</a>
<a href="https://x.com/dumdumznfts" target="_blank">X/Twitter</a>
<a href="https://www.youtube.com/watch?v=HB6rXqTdF0M" target="_blank">YouTube</a>
</div>
</div>
<button class="dropdown-button">Roadmapz</button>
</div>
</div>
<div>
<img class="roadmap" src="roadmap.png" alt="DumDumz Roadmap">
</div>
<div class="area">
<ul class="circles" id="circles-container"></ul>
</div>
<footer class = "footer">
</footer>
<script src="background/AnimatedBackground.js"></script>
<script src="dumdumz.js"></script>
</body>
</html>