-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
356 lines (339 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/fonts/manrope.css" />
<link rel="stylesheet" href="index.css" />
<title>GPT-3</title>
</head>
<body class="bg--gradient">
<header class="header">
<div class="container">
<a href="#">
<img src="assets/images/GPT-3.svg" class="header__logo" alt="GPT-3 Logo" />
</a>
<div class="header__nav">
<nav class="header__left">
<span class="close">×</span>
<ul class="header__menu">
<li><a href="#home">Home</a></li>
<li><a href="#what-is-gpt3">What is GPT?</a></li>
<li><a href="#">Open AI</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">Library</a></li>
<li class="header__menu-button">
<button class="header__nav__sign-in">Sign in</button>
</li>
<li class="header__menu-button">
<button class="header__nav__sign-up">Sign up</button>
</li>
</ul>
</nav>
<div class="header__right">
<div class="header__nav__user-action">
<button class="header__nav__sign-in">Sign in</button>
<button class="header__nav__sign-up">Sign up</button>
</div>
<button class="header__nav__toggle">
<svg width="24" height="22" fill="#ffffff">
<rect width="24" height="2" rx="1.5"></rect>
<rect width="15" height="2" rx="1.5" y="10" x="9"></rect>
<rect width="24" height="2" rx="1.5" y="20"></rect>
</svg>
</button>
</div>
</div>
</div>
</header>
<section class="hero" id="home">
<div class="container">
<div class="hero__flex">
<div class="hero__left hero--anim-up">
<h1 class="hero__title text--gradient">
Let’s Build Something amazing with GPT-3 OpenAI
</h1>
<p class="hero__text">
Yet bed any for travelling assistance indulgence unpleasing. Not
thoughts all exercise blessing. Indulgence way everything joy
alteration boisterous the attachment. Party we years to order
allow asked of.
</p>
<div class="hero__get-started">
<input type="email" placeholder="Your Email Address" />
<button>Get Started</button>
</div>
<div class="hero__access-request">
<img src="assets/images/Group 81.png" alt="Peoples" />
<p>1,600 people requested access a visit in last 24 hours</p>
</div>
</div>
<div class="hero__right hero--anim-up">
<img
src="assets/images/Header Illustration.png"
alt="Header Illustration"
/>
</div>
</div>
<div class="hero__companies hero--anim-up">
<!-- <img src="assets/images/google.png" alt="Google Logo" />
<img src="assets/images/slack.png" alt="Slack Logo" />
<img src="assets/images/atlassian.png" alt="Atlassian Logo" />
<img src="assets/images/dropbox.png" alt="Dropbox Logo" />
<img src="assets/images/shopify.png" alt="Shopify Logo" /> -->
<span class="hero__companies--google"></span>
<span class="hero__companies--slack"></span>
<span class="hero__companies--atlassian"></span>
<span class="hero__companies--dropbox"></span>
<span class="hero__companies--shopify"></span>
</div>
</div>
</section>
<section class="what-is-gpt3 what-is-gpt3--anim-fade-in" id="what-is-gpt3">
<div class="container">
<div class="card">
<h3 class="card__title">What is GPT-3</h3>
<p>
We so opinion friends me message as delight. Whole front do of plate
heard oh ought. His defective nor convinced residence own.
Connection has put impossible own apartments boisterous. At jointure
ladyship an insisted so humanity he. Friendly bachelor entrance to
on by.
</p>
</div>
<div class="what-is-gpt3__header move-up">
<h2 class="what-is-gpt3__header__title text--gradient">
The possibilities are beyond your imagination
</h2>
<a href="#" class="what-is-gpt3__header__explore"
>Explore The Library</a
>
</div>
<div class="card--group">
<div class="card">
<h3 class="card__title">Chatbots</h3>
<p>
We so opinion friends me message as delight. Whole front do of
plate heard oh ought.
</p>
</div>
<div class="card">
<h3 class="card__title">Knowledgebase</h3>
<p>
At jointure ladyship an insisted so humanity he. Friendly bachelor
entrance to on by. As put impossible own apartments b
</p>
</div>
<div class="card">
<h3 class="card__title">Education</h3>
<p>
At jointure ladyship an insisted so humanity he. Friendly bachelor
entrance to on by. As put impossible own apartments b
</p>
</div>
</div>
</div>
</section>
<section class="feature">
<div class="container">
<div class="feature__content">
<div class="feature__content__left move-up">
<h2 class="feature__title text--gradient">
The Future is Now and You Just Need To Realize It. Step into
Future Today & Make it Happen.
</h2>
<a href="#" class="feature__early-access text--early-access"
>Request Early Access to Get Started</a>
</div>
<div class="feature__content__right">
<div class="card card--small">
<h3 class="card__title">Improving end distrusts instantly</h3>
<p>
From they fine john he give of rich he. They age and draw mrs
like. Improving end distrusts may instantly was household
applauded.
</p>
</div>
<div class="card card--small">
<h3 class="card__title">Become the tended active</h3>
<p>
Considered sympathize ten uncommonly occasional assistance
sufficient not. Letter of on become he tended active enable to.
</p>
</div>
<div class="card card--small">
<h3 class="card__title">Message or am nothing</h3>
<p>
Led ask possible mistress relation elegance eat likewise
debating. By message or am nothing amongst chiefly address.
</p>
</div>
<div class="card card--small">
<h3 class="card__title">Really boy law county</h3>
<p>
Really boy law county she unable her sister. Feet you off its
like like six. Among sex are leave law built now. In built table
in an rapid blush.
</p>
</div>
</div>
</div>
<div class="feature__hero">
<div class="feature__hero__left">
<img src="assets/images/Feature Image.jpg" alt="" class="move-up">
</div>
<div class="feature__hero__right">
<a
href="#"
class="feature__hero__early-access text--early-access text--early-access--blue"
>Request Early Access to Get Started</a>
<h2 class="feature__title text--gradient">
The possibilities are beyond your imagination
</h2>
<p class="feature__hero__text move-up">
Yet bed any for travelling assistance indulgence unpleasing. Not
thoughts all exercise blessing. Indulgence way everything joy
alteration boisterous the attachment. Party we years to order
allow asked of.
</p>
<a href="#" class="feature__hero__early-access text--early-access"
>Request Early Access to Get Started</a>
</div>
</div>
</div>
</section>
<section class="cta move-up">
<div class="container">
<div class="cta__content move-up">
<a href="#" class="text--early-access"
>Request Early Access to Get Started</a>
<h3 class="cta__title">
Register today & start exploring the endless possiblities.
</h3>
</div>
<button class="move-up">Get Started</button>
</div>
</section>
<section class="blog">
<div class="container">
<h1 class="blog__title text--gradient move-up">
A lot is happening, <br />
We are blogging about it.
</h1>
<div class="blog-post blog-post--primary">
<img class="blog-post__image" src="assets/images/Rectangle 22.png" alt="" />
<div class="blog-post__content">
<p class="blog-post__date">Sep 26, 2021</p>
<h2 class="blog-post__title">
GPT-3 and Open AI is the future. Let us exlore how it is?
</h2>
<a href="#" class="blog-post__link">Read Full Article</a>
</div>
</div>
<div class="blog-post">
<img
class="blog-post__image"
src="assets/images/Rectangle 22-4.png"
alt=""
/>
<div class="blog-post__content">
<p class="blog-post__date">Sep 26, 2021</p>
<h2 class="blog-post__title">
GPT-3 and Open AI is the future. Let us exlore how it is?
</h2>
<a href="#" class="blog-post__link">Read Full Article</a>
</div>
</div>
<div class="blog-post">
<img
class="blog-post__image"
src="assets/images/Rectangle 22-3.png"
alt=""
/>
<div class="blog-post__content">
<p class="blog-post__date">Sep 26, 2021</p>
<h2 class="blog-post__title">
GPT-3 and Open AI is the future. Let us exlore how it is?
</h2>
<a href="#" class="blog-post__link">Read Full Article</a>
</div>
</div>
<div class="blog-post">
<img
class="blog-post__image"
src="assets/images/Rectangle 22-2.png"
alt=""
/>
<div class="blog-post__content">
<p class="blog-post__date">Sep 26, 2021</p>
<h2 class="blog-post__title">
GPT-3 and Open AI is the future. Let us exlore how it is?
</h2>
<a href="#" class="blog-post__link">Read Full Article</a>
</div>
</div>
<div class="blog-post">
<img
class="blog-post__image"
src="assets/images/Rectangle 22-1.png"
alt=""
/>
<div class="blog-post__content">
<p class="blog-post__date">Sep 26, 2021</p>
<h2 class="blog-post__title">
GPT-3 and Open AI is the future. Let us exlore how it is?
</h2>
<a href="#" class="blog-post__link">Read Full Article</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container move-up">
<div class="footer__hero">
<h1 class="footer__hero__title text--gradient move-up">
Do you want to step in to the future before others
</h1>
<button class="move-up">Request Early Access</button>
</div>
<div class="container links">
<div class="links__col">
<img
class="links__col__icon"
src="assets/images/GPT-3.svg"
alt="GPT-3 Logo"
/>
<p>Crechterwoord K12 182 DK Alknjkcb, All Rights Reserved</p>
</div>
<div class="links__col">
<h6 class="links__col__title">Links</h6>
<ul class="links__col__list">
<li><a href="#">Overons</a></li>
<li><a href="#">Social Media</a></li>
<li><a href="#">Counters</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="links__col">
<h6 class="links__col__title">Company</h6>
<ul class="links__col__list">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="links__col">
<h6 class="links__col__title">Get in touch</h6>
<ul class="links__col__list">
<li><a href="#">Crechterwoord K12 182 DK Alknjkcb</a></li>
<li><a href="#">085-132567</a></li>
<li><a href="#">[email protected]</a></li>
</ul>
</div>
</div>
<p class="footer__copy">© 2021 GPT-3. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>