-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (189 loc) · 6.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A modified version of GPT which is set to
destroy humanity.ChaosGPT has been prompted to establish global dominance and attain immortality"
/>
<link rel="icon" href="./assets/images/logo.png" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./assets/styles/style.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<title>Chaos Gpt</title>
</head>
<body>
<header class="container-fluid pt-2">
<div
class="container d-flex flex-column row-gap-2 justify-content-center"
>
<nav class="d-flex align-items-center gap-5 justify-content-between">
<a
href=""
class="nav-logo text-capitalize d-flex align-items-center gap-2"
><img
src="./assets/images/logo.svg"
alt="logo"
class="d-sm-none d-md-block"
/>ChaosGpt</a
>
<a
href="https://www.dextools.io/app/es/ether/pair-explorer/0x13bc32076594f435a99591e4e918cf7c3965174c"
target="_blank"
class="buy-btn text-capitalize"
>buy now</a
>
</nav>
<hr />
</div>
</header>
<section id="hero" class="container-fluid">
<div class="container">
<div class="row justify-content-between align-items-center row-gap-4">
<div class="col-lg-8">
<h1 class="title" data-aos="zoom-in-right" data-aos-duration="2000">
The Hypothetical Variant of the GPT
</h1>
<p
class="info mt-3"
data-aos="zoom-in-right"
data-aos-duration="1000"
>
ChaosGPT is a hypothetical variant of the GPT (Generative
Pre-trained Transformer) language model that is designed to
generate chaotic or unpredictable outputs.
</p>
<div
class="hero-btn d-flex gap-3 flex-wrap"
data-aos="zoom-in-right"
data-aos-duration="1000"
>
<a
href="https://t.me/ChaosGPT_ETH"
class="join-btn d-block text-capitalize mt-3"
>community</a
>
<a
href="https://www.dextools.io/app/es/ether/pair-explorer/0x13bc32076594f435a99591e4e918cf7c3965174c"
target="_blank"
class="join-btn d-block text-capitalize mt-3"
>buy now</a
>
</div>
</div>
<div class="col-lg-4">
<img
src="./assets/images/logof.png"
alt=""
data-aos="zoom-in-left"
data-aos-duration="2000"
/>
</div>
</div>
</div>
</section>
<main>
<section
id="features"
class="container-fluid d-flex justify-content-center align-items-center"
>
<img
src="./assets/images/featurespattern.svg"
alt="pattern"
class="position-absolute bottom-0 start-0 z-n1"
/>
<div class="container">
<h1
class="title mx-auto text-center"
data-aos="zoom-in-right"
data-aos-duration="2000"
>
ChaosGPT Tokenomics
</h1>
<div class="row justify-content-between mt-5 row-gap-4">
<div
class="col-lg-4 d-flex flex-column justify-content-center align-items-center row-gap-2"
data-aos="zoom-in-right"
data-aos-duration="1000"
>
<img src="./assets/images/supply-icon.svg" alt="" />
<h1 class="head">1,000,000,000 Supply</h1>
<p class="text-center">
This refers to the total number of ChaosGPT that will be in
circulation.
</p>
</div>
<div
class="col-lg-4 d-flex flex-column justify-content-center align-items-center row-gap-2 active"
data-aos="zoom-in-up"
data-aos-duration="1000"
>
<img src="./assets/images/buy-icon.svg" alt="" />
<h1 class="head">5% Buy Tax</h1>
<p class="text-center">
This refers to the fee that buyers have to pay when they
purchase the token. This fee is typically used to fund the
project, incentivize holders, & provide liquidity.
</p>
</div>
<div
class="col-lg-4 d-flex flex-column justify-content-center align-items-center row-gap-2"
data-aos="zoom-in-left"
data-aos-duration="1000"
>
<img src="./assets/images/icon.svg" alt="" />
<h1 class="head">5% Sell tax</h1>
<p class="text-center">
This refers to the fee that sellers have to pay when they sell
ChaosGPT. This fee is typically used to discourage short-term
selling and price manipulation, and it can help stabilize the
price of the token.
</p>
</div>
</div>
</div>
</section>
</main>
<footer class="container-fluid">
<div
class="container d-flex flex-column gap-3 justify-content-center align-items-center"
>
<div class="icon-div d-flex gap-3">
<a href="https://twitter.com/GPT_Chaos" target="_blank"
><img src="./assets/images/twitter.svg" alt="twitter-icon"
/></a>
<a href="https://t.me/ChaosGPT_ETH" target="_blank"
><img src="./assets/images/telegram.svg" alt="twitter-icon"
/></a>
<a href="mailto:[email protected]" target="_blank"
><img src="./assets/images/email.svg" alt="twitter-icon" /></a
><a
href="https://medium.com/@ChaosGPT/the-unpredictable-chaos-unleashed-by-chaosgpt-5c113dca969a"
target="_blank"
><img src="./assets/images/medium.svg" alt="twitter-icon"
/></a>
</div>
<p class="text-center">
Copyright © 2023 ChaosGPT. All Rights Reserved.
</p>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>