-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
440 lines (374 loc) · 17.9 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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!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">
<title>WriteEase</title>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="/project_media.css">
</head>
<body>
<nav>
<div class="container main-nav flex">
<a href="#" class="company-logo">
<img src="/img/logo.png" alt="company-logo">
</a>
<div class="nav-links " id="nav-links">
<ul class="flex">
<li><a href="#" class="hover-links nav-class">Use Cases</a></li>
<li><a href="#" class="hover-links nav-class">How it Works</a></li>
<li><a href="#" class="hover-links nav-class">Pricing</a></li>
<li><a href="#" class="hover-links nav-class">Contact</a></li>
<li><a href="#" class="hover-links primary-button">Get Started-it'sFree</a></li>
</ul>
</div>
<a href="#" class="nav-toggle hover-links" id="nav-toggle"><i class="fa-solid fa-bars"></i></a>
</div>
</nav>
<header>
<div class="container header-section flex">
<div class="header-left">
<h1>The Power of chatGPT</h1>
<h1>on WhatsApp!</h1>
<p>Whether you're a writer,marketer,or entrepreneur,WriteEase can help you out on your daily tasks.</p>
<a href="#" class="primary-button get-started-btn whats-app"> Start on WhatsApp</a>
<p>Get your free account today</p>
<div class="what-img">
<ul class=" flex">
<li><img class="person" src="/img/person01.png" alt=""></li>
<li><img class="person" src="/img/person02.png" alt=""></li>
<li><img class="person" src="/img/person03.png" alt=""></li>
<li><img class="person" src="/img/person04.png" alt=""></li>
</ul>
</div>
</div>
<div class="header-right">
<img src="/img/img01.png" alt="hero img">
</div>
</div>
</header>
<!-- USE CASES SECTION -->
<section class="example-section color-section">
<div class="container color-section">
<div class="example-header color-section flex">
<h2 class="example-heading-text color-section "> Use Cases </h2>
<p class="color-section">Write Better Content faster,the future of AI writing Tools is here</p>
</div>
<div class="examples-area color-section flex">
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
<div class="examples">
<h4>Writing Content</h4>
<p>Create compelling compaign content swiftly with AI-drive suggestions</p>
<a href="#">Try this feature                 <i
class="fa-regular fa-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<section class="how-to-work container ">
<div class="work">
<h2>How it works</h2>
<p>Don's Worry,We'll keep it very simple. Get started</p>
</div>
</div>
<div class="work-with flex">
<div class="work-left ">
<div class="work-num flex">
<div class="work-img">
<img src="/img/number.png" alt="O">
</div>
<div>
<h4>Send a Message on WhatsApp</h4>
<p>This could be a question command or a request for information</p>
</div>
</div>
<div class="work-num flex">
<div class="work-img">
<img src="/img/number.png" alt="O">
</div>
<div>
<h4>Send a Message on WhatsApp</h4>
<p>This could be a question command or a request for information</p>
</div>
</div>
<div class="work-num flex">
<div class="work-img">
<img src="/img/number.png" alt="O">
</div>
<div>
<h4>Send a Message on WhatsApp</h4>
<p>This could be a question command or a request for information</p>
</div>
</div>
<div class="work-num flex">
<div class="work-img">
<img src="/img/number.png" alt="O">
</div>
<div>
<h4>Send a Message on WhatsApp</h4>
<p>This could be a question command or a request for information</p>
</div>
</div>
</div>
<div class="work-right">
<div class="work-num">
<h4 class="take-gap">Benefits</h4>
<h2 class="take-gap">Accessibility and Convenience</h2>
<p class="take-gap">By leveraging a widely-used messaging platform like WhatsApp,users can easily
access the capabilities of ChatGPT without the need to download a new application.</p>
<a href="#" class="primary-button get-started-btn whats-app get-start"> Get Started</a>
</div>
</div>
</div>
</section>
<section class="review review-colour flex">
<div class="left-review review-colour">
<h2 class="review-colour">WriteEase Recived 4.8/5 Stars in over 10,000+ Reviews</h2>
</div>
<div class="right-review review-colour flex">
<div class="left-right-review review-colour">
<div class="right-review-box">
<h4>Never been easy</h4>
<p>writing great marketing copy has never been this easy. Since I started using Copy.ai,I spend only
a few minutes to whip myself a good piece,whether it's for our blog,social media posts or while
creating online ads.Now,marketers like me have no execuse</p>
<div class="flex right-review-box-img">
<img src="/img/Tina.png" alt="">
<h5>   Tina</h5>
</div>
</div>
<div class="right-review-box">
<h4>Amazing</h4>
<p>I spend only a few minutes to whip myself a good piece</p>
<div class="flex right-review-box-img">
<img src="/img/Anuraag.png" alt="">
<h5>   Anuraag</h5>
</div>
</div>
<div class="right-review-box">
<h4>Fantastic</h4>
<p> Writing great marketing copy has never been this easy. Since I started using Copy.al, I spend
only a few minutes to whip myself a good piece</p>
<div class="flex right-review-box-img">
<img src="/img/Rakesh.png" alt="">
<h5>   Rakesh</h5>
</div>
</div>
</div>
<div class="right-right-review review-colour">
<div class="right-review-box">
<h4>very Easy</h4>
<p>Writing great marketing copy has never been this easy. Since I started using Copy.ai, I spend
only a few minutes to whip myself a good piece</p>
<div class="flex right-review-box-img">
<img src="/img/Rahul.png" alt="">
<h5>   Rahul</h5>
</div>
</div>
<div class="right-review-box">
<h4>Time Saving</h4>
<p>Amazing product. Helps me to write clearly all of my assignments</p>
<div class="flex right-review-box-img">
<img src="/img/Saini.png" alt="">
<h5>   Saini</h5>
</div>
</div>
<div class="right-review-box shila">
<h4>Never been easy</h4>
<p>Writing great marketing copy has never been this easy. Since I started using Copy.al, I spend
only a few minutes to whip myself a good piece, whether it's for our blog, social media posts or
while creating online ads. Now, marketers like me have no excuse.</p>
<div class="flex right-review-box-img">
<img src="/img/Shila.png" alt="">
<h5>   Shila</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="example-section ">
<div class="container ">
<div class="example-header flex">
<h2 class="example-heading-text "> Pricing Plan </h2>
<p class="price-text">Don's Worry,We'll Keep You Under Budget.</p>
<p class="price-text">Get started with a free trail.</p>
</div>
<div class="price-examples-area pricing-example flex">
<div class="prices">
<h4>Free</h4>
<h1>$0</h1>
<p>Give it a go without any commitment.</p>
<a href="#" class="primary-button get-started-btn price-btn"> Start For Free</a>
<ul>
<li>
<p>100 messages per month</p>
</li>
<li>
<p>Image Generation</p>
</li>
<li>
<p>24/7 Availability</p>
</li>
<li>
<p>Web Search Functionality</p>
</li>
<li>
<p>Local Chat History</p>
</li>
<li>
<p>Interact with Files</p>
</li>
</ul>
</div>
<div class="prices">
<h4>Premium Monthly</h4>
<h1>$5</h1>
<p>Use the best ChatGPT in WhatsApp.</p>
<a href="#" class="primary-button get-started-btn price-btn"> Choose Plan</a>
<ul>
<li>
<p>Unlimited messages</p>
</li>
<li>
<p>Image Generation</p>
</li>
<li>
<p>24/7 Availability</p>
</li>
<li>
<p>Web Search Functionality</p>
</li>
<li>
<p>Local Chat History</p>
</li>
<li>
<p>Interact with Files</p>
</li>
</ul>
</div>
<div class="prices">
<h4>Premium Yearly</h4>
<h1>$49</h1>
<p>Use the best ChatGPT in WhatsApp. </p>
<a href="#" class="primary-button get-started-btn price-btn"> Choose Plan </a>
<ul>
<li>
<p>Unlimited messages</p>
</li>
<li>
<p>Image Generation</p>
</li>
<li>
<p>24/7 Availability</p>
</li>
<li>
<p>Web Search Functionality</p>
</li>
<li>
<p>Local Chat History</p>
</li>
<li>
<p>Interact with Files</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="example-section color-section">
<div class="container color-section">
<div class="example-header color-section flex">
<h2 class="example-heading-text color-section "> Ready to level-up? </h2>
<p class="color-section">Write 10x faster, engage your audience,</p>
<p class="color-section">never struggle with content creation again.</p>
<a href="#" class="primary-button ready-to-level-up-btn price-btn"> Get Started for Free </a>
</div>
</section>
<!-- FOOTER SECTION -->
<footer class="footer-colour">
<div class="container flex footer-container footer-colour ">
<div class="footer-section-text footer-colour ">
<a href="" class="company-logo footer-colour">
<img class="footer-colour" src="/img/logo.png" alt="company logo">
</a>
<p class="footer-colour">Chat smarter,Not Harder</p>
<div style="margin-top: 20px;"></div>
<p class="footer-colour">Unleash the Power of AI in Every Conversation on WhatsApp</p>
</div>
<div class="link-column flex footer-colour">
<h4 class="footer-colour">Product</h4>
<a href="#" class="hover-links footer-colour">pricing</a>
<a href="#" class="hover-links footer-colour">Overview</a>
<a href="#" class="hover-links footer-colour">Usability Hub</a>
<a href="#" class="hover-links footer-colour">Customer Page</a>
<a href="#" class="hover-links footer-colour">Status Page</a>
</div>
<div class="link-column flex footer-colour">
<h4 class="footer-colour">Product</h4>
<a href="#" class="hover-links footer-colour">Overview</a>
<a href="#" class="hover-links footer-colour">pricing</a>
<a href="#" class="hover-links footer-colour">Usability Hub</a>
<a href="#" class="hover-links footer-colour">Customer Page</a>
<a href="#" class="hover-links footer-colour">Status Page</a>
</div>
</div>
</footer>
<!-- SUB FOOTER -->
<div class="sub-footer footer-colour">
<div class="container flex subfooter-container footer-colour">
<p class="footer-colour">@2024 WriteEase. All rights reserve </p>
</div>
</div>
<script src="https://kit.fontawesome.com/bcdade40d0.js" crossorigin="anonymous"></script>
<script>
const toggleButton = document.getElementById('nav-toggle');
const navLinks = document.getElementById('nav-links');
toggleButton.addEventListener('click', () => {
navLinks.classList.toggle('active');
})
</script>
</body>
</html>