-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (188 loc) · 9.34 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.88.1">
<title>sportcarbits | NFTs</title>
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="assets/favicon_io/site.webmanifest">
<meta name="theme-color" content="#7952b3">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="assets/starter-template.css" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="col-lg-8 mx-auto p-3 py-md-5">
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
<a href="/" class="d-flex align-items-center text-dark text-decoration-none">
<span class="fs-4">sportcarbits | NFTs</span>
</a>
</header>
<main>
<div class="row">
<div class="col-md-6 mb-5">
<img src="assets/img/final-logo-v1.png" class="img-fluid" alt="sportcarbits-nft-logo">
</div>
<div class="col-md-6">
<h1>About sportcarbits</h1>
<p>sportcarbits is a collectible NFT. The art is inspired from children drawing (I also drew this
sport car when I was a kid XD, and YES I love it!). To make this project more unique, it uses
8-bit pixel art and a dimension size of 540x360.</p>
<p>There are four rarity levels for this project: basic, bronze, gold, and diamond.</p>
<p>
Project started on November 1, 2021. This project is using Polygon/MATIC blockchain, which has
no gas fee and is only available on opensea.io.
</p>
<div class="mb-5">
<a href="https://opensea.io/sportcarbits" class="btn btn-primary btn-lg px-4">opeansea.io</a>
</div>
</div>
</div>
<hr class="col-3 col-md-2 mb-5">
<h1 class="mb-5">Rarity Levels</h1>
<div class="row">
<div class="col-md-3 mb-3">
<div class="card">
<img src="assets/img/basic-example.png" class="card-img-top" alt="basic">
<div class="card-body">
<p class="card-text">
<b>Basic</b>
<p>Solid colour with black spoiler</p>
<p>Start Price: 0.001 ETH (Polygon) </p>
<div class="d-grid gap-2">
<a href="https://opensea.io/collection/sportcarbits-basic" class="btn btn-dark">View
Collection</a>
</div>
</p>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card">
<img src="assets/img/bronze-example.png" class="card-img-top" alt="basic">
<div class="card-body">
<p class="card-text">
<b>Bronze</b>
<p>Solid colour with fire decal and black spoiler</p>
<p>Start Price: 0.010 ETH (Polygon)</p>
<div class="d-grid gap-2">
<a href="https://opensea.io/collection/sportcarbits-bronze" class="btn btn-dark">View
Collection</a>
</div>
</p>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card">
<img src="assets/img/gold-example.png" class="card-img-top" alt="basic">
<div class="card-body">
<p class="card-text">
<b>Gold</b>
<p>Solid colour sometime with fire decal + gold spoiler</p>
<p>Start Price: 0.05 ETH (Polygon)</p>
<div class="d-grid gap-2">
<a href="https://opensea.io/collection/sportcarbits-gold" class="btn btn-dark">View
Collection</a>
</div>
</p>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card">
<img src="assets/img/diamond-example.png" class="card-img-top" alt="basic">
<div class="card-body">
<p class="card-text">
<b>Daimond</b>
<p>Solid colour sometime with fire decal + white spoiler</p>
<p>Start Price: 0.1 ETH (Polygon)</p>
<div class="d-grid gap-2">
<a href="https://opensea.io/collection/sportcarbits-diamond" class="btn btn-dark">View
Collection</a>
</div>
</p>
</div>
</div>
</div>
</div>
<hr class="col-3 col-md-2 mb-5">
<h1 class="mb-5">Giveaways 🎉</h1>
<div class="row">
<div class="col-md-6">
<h1>8bits police sport car</h1>
<p>Unique design and stylised police sport car.</p>
<p>
<strong>Instruction</strong>: Follow <a
href="https://twitter.com/sportcarbits">@sportcarbits</a> on
Twiiter and put your address in comment section!
<br><br>
<strong>Available Supply</strong>: 69
</p>
<!-- <div class="mb-5">
<a href="https://opensea.io/sportcarbits" class="btn btn-primary btn-lg px-4">opeansea.io</a>
</div> -->
</div>
<div class="col-md-6 mb-5">
<img src="assets/img/giveaway/giveaways-police.png" class="img-fluid"
alt="sportcarbits police car giveaways">
</div>
</div>
<hr class="col-3 col-md-2 mb-5">
<div class="row g-5">
<div class="col-md-6">
<h2>Social Media</h2>
<p>Get more update about this project</p>
<ul class="icon-list">
<li><a href="https://twitter.com/sportcarbits" rel="noopener" target="_blank">Twitter:
@sportcarbits</a></li>
<li class="text-muted">Discord (Coming soon)</li>
</ul>
</div>
<div class="col-md-6">
<h2>Guides</h2>
<p>Read more detailed about cryptocurrency</p>
<ul class="icon-list">
<li><a
href="https://whaleholder.com/the-complete-guide-to-ethereum-eth-a-comprehensive-introduction/">What
is Ethereum (ETH)</a></li>
<li><a href="https://whaleholder.com/what-are-non-fungible-tokens-nfts/">What are NFTs</a></li>
<li><a href="https://whaleholder.com/bitcoin-for-dummies/">Bitcoin for dummies</a></li>
<li><a href="https://whaleholder.com/the-cryptocurrency-slang-dictionary-for-beginners/">Cryptocurrency
slang for beginners</a></li>
</ul>
</div>
</div>
</main>
<footer class="pt-5 my-5 text-muted border-top">
jaironlanda.com · © 2021
</footer>
</div>
<script src="/docs/5.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</body>
</html>