forked from codeSTACKr/nft-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (112 loc) · 4.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Spinoptics Blocks NFTS</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/x-icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/x-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/x-icon/favicon-16x16.png">
<link rel="manifest" href="images/x-icon/site.webmanifest">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<div class="container">
<div class="logo">
<a href="/">
<img src="images/x-icon/favicon-32x32.png" alt="logo" />
</a>
</div>
<div class="menu">
<a
href="https://discord.com/channels/972600404087046204/972600404087046207"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/discord.webp" alt="Discord" />
</a>
<a
href="https://twitter.com/Spinoptics0"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/twitter.webp" alt="Twitter" />
</a>
<a
href="https://www.instagram.com/spinoptics0/"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/Instagram.webp" alt="Instagram" />
</a>
<a
href="https://www.instagram.com/Collection/spinoptics0/"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/opensea.webp" alt="Opensea" />
</a>
<button class="wallet-btn btn" id="connectWallet">
<span>Connect Wallet</span>
</button>
</div>
</div>
</header>
<style>
div {text-align: center; font-size: 45px}
</style>
<body>
<div>Generative Art NFT Avatars.
<div></div>Free with any whitelist purchase, a Spinoptics "Generavatar" perfect for sites that allow NFT avatars.
<div></div>(Polygon transaction fees apply(very inexpensive)).</div>
</body>
<img src="images\Pics\Generavatar.gif" alt="GA" />
<section class="container">
<style>
div {text-align: center; font-size: 45px}
</style>
<body>
<div>Which combination of blocks will you get?
</div>
<div>There were over 450 different Segments made during the creation of this 40" by 40" project. I made them all with different rarities.
</div>
<img src="images\Pics\Gif 1200x1200.gif" alt="BG" />
<div class="owner-status"></div>
<div class="countdown">
<ul
id="countdown"
class="count-down"
data-date="Jun 3, 2022 4:00:00 PM UTC"
>
<li class="clock-item">
<span class="count-number days">20</span>
<p class="count-text">Days</p>
</li>
<li class="clock-item">
<span class="count-number hours">20</span>
<p class="count-text">Hour</p>
</li>
<li class="clock-item">
<span class="count-number minutes">20</span>
<p class="count-text">Min</p>
</li>
<li class="clock-item">
<span class="count-number seconds">20</span>
<p class="count-text">Sec</p>
</li>
</ul>
<h1>Official Spinoptics Blocks NFT Drop Soon!!</h1>
<p>The Official Release Begins on 06/03</p>
<a href="https://discord.com/channels/972600404087046204/972600404087046207" target="_blank" rel="noopener noreferrer" class="hero-btn btn"
><span>Join the Spinoptics Blocks Community</span>
</a>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/@metamask/[email protected]/dist/metamask-onboarding.bundle.js"></script>
<script src="js/countdown.js"></script>
<script src="js/app.js"></script>
</body>
</html>