-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
504 lines (489 loc) · 26.7 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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Task5</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<a href="#" class="logo">Taanish
</a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#feat">Features</a>
<a href="#revi">Reviews</a>
<a href="#update">Updates</a>
<a href="#inbox">Inbox</a>
<a href="#blog">Blog</a>
<a href="#contact">Contact</a>
</nav>
<div class="buttn">
<a href="#" class="h-btn">Let's Start</a>
</div>
<input type="checkbox" name="" id="toggler">
<label for="toggler" class="fas fa-bars"></label>
</header>
<section class="home" id="home">
<div class="content">
<h3>A WORLD OF MAGICAL <span>AI IMAGES</span></h3>
<h5>Developing artistic images by AI</h5>
<form class="form-inp">
<input type="text" placeholder="Enter your need">
<button class="gen-btn">Generate Image</button>
</form>
</div>
<div class="sidebar-btn">
<button>
<span>DEMOS</span>
</button>
</div>
<ul class="feat-list">
<li>High Resolution Images</li>
<li>Newer Generations</li>
<li>Free to Use</li>
</ul>
</section>
<section class="img-gen">
<h5>Some images developed by AI :</h5>
<div class="image-gall">
<img src="images/img 1.avif" alt="Image 1" class="diamond">
<img src="images/img2.avif" alt="Image 2" class="ellipse">
<img src="images/img 3.avif" alt="Image 3" class="pentagon">
<img src="images/img4.avif" alt="Image 4" class="heart">
<img src="images/img5.avif" alt="Image 5" class="circle">
</div>
<div class="big-box">
<h1>Generative AI is the most powerful tool for creativity that has ever been created.It has the potential to unleash a new era of human innovation</h1>
<h3>Elon Musk</h3>
<h5>CEO of Tesla</h5>
<img class="img-round" src="images/shape8.svg" alt="">
</div>
</section>
<section class="how-it-works">
<h2>HOW IT WORKS</h2>
<div class="cards-container">
<div class="card">
<div class="image">
<img class="diamond" src="images/realistic-torn-ripper-orange-paper-frame-background_1017-39383.avif" alt="Image 2">
</div>
<div class="content"><h3>Uploading</h3>
<p>Upload a image of your choice which you wish to get a creative transformation by AI.</p></div>
</div>
<div class="card">
<div class="image">
<img class="ellipse" src="images/blue-brush-stroke-watercolor-design_1035-21715.avif" alt="Image 2">
</div>
<div class="content">
<h3>Processing</h3>
<p>The algorithms analyze and process your images and present to you unrealistic possibilites.</p>
</div>
</div>
<div class="card">
<div class="image">
<img class="pentagon" src="images/modern-circular-grunge-frame-decorative-banner-design_1055-19778.avif" alt="Image 2">
</div>
<div class="content">
<h3>Enhancing</h3>
<p>You get the option to choose from variety of styles so that we are able to deliver what you want.</p>
</div>
</div>
<div class="card">
<div class="image">
<img class="diamond" src="images/realistic-red-label-design_23-2151178334.avif" alt="Image 2">
</div>
<div class="content">
<h3>Downloading</h3>
<p>Your AI enhanced and generated image is all ready to be downloaded and shared by you to the world.</p>
</div>
</div>
</div>
</section>
<section class="sec-head">
<div class="head-sec">
<h2>Features AI provides us</h2>
</div>
<section class="section">
<div class="section-part">
<div class="serial-number">01</div>
<div class="topic-name">Amazing Style Curation</div>
</div>
<div class="section-part">
<div class="description">
Transform your images with styles inspired by renowned painters, unique visual aesthetics, or customizable filters.
</div>
</div>
</section>
<section class="section">
<div class="section-part">
<div class="serial-number">02</div>
<div class="topic-name">Customize Accordingly</div>
</div>
<div class="section-part">
<div class="description">
Tailor each transformation to your liking with easy-to-use customization options. Adjust style intensity, experiment with color palettes for your images.
</div>
</div>
</section>
<section class="section">
<div class="section-part">
<div class="serial-number">03</div>
<div class="topic-name">Real-Time Judging</div>
</div>
<div class="section-part">
<div class="description">
Witness the magic unfold in real-time. Instantly preview the enhanced image and make on-the-fly adjustments.
</div>
</div>
</section>
<section class="section">
<div class="section-part">
<div class="serial-number">04</div>
<div class="topic-name">Best-Quality Generations</div>
</div>
<div class="section-part">
<div class="description">
The AI Image Generator ensures that the final output retains clarity, resolution, and delivering professional-grade results for your creative projects.
</div>
</div>
</section>
</section>
<section class="comm-section">
<div class="section-head">
<h3>Join our family</h2>
<h2>trusted by <span>20 million+</span>developers worldwide</h3>
</div>
<div class="boxes-container">
<div class="feature-box">
<h4>1M+</h4>
<p>Generation of AI images</p>
</div>
<div class="feature-box">
<h4>80K+</h4>
<p>Edits we do everday</p>
</div>
<div class="feature-box">
<h4>11M+</h4>
<p>Processing of images</p>
</div>
<div class="feature-box">
<h4>10+ </h4>
<p>Experience in this field</p>
</div>
</div>
</section>
<section class="main-section">
<div class="section-content">
<h2>The features image generator showcases</h2>
<div class="oval-box">
<button class="action-button main-button">ALL</button>
<button class="word">Portrait</button>
<button class="word">Prompt</button>
<button class="word">Abstract</button>
<button class="word">3D</button>
<button class="word">Landscape</button>
<button class="word">Replace</button>
<button class="word">Realistic</button>
<button class="word">Still</button>
</div>
</div>
</section>
<section class="img-gen2">
<div class="image-gallery2">
<img src="images/img 1.avif" alt="Image1">
<img src="images/img2.avif" alt="Image2">
<img src="images/img 3.avif" alt="Image3">
<img src="images/img4.avif" alt="Image4">
<img src="images/img5.avif" alt="Image5">
</div>
</section>
<section class="image-gallery-section">
<div class="gallery-heading">
<h2>The tools we provide</h2>
</div>
<div class="gallery">
<div class="gallery-item"><img src="images/img5.avif" alt="AI Image 1">
<h2>Photo editor</h2>
</div>
<div class="gallery-item">
<img src="images/img2.avif" alt="AI Image 2">
<h2>Stable Doodle</h2>
</div>
<div class="gallery-item">
<img src="images/img 1.avif" alt="AI Image 3">
<h2>Remove Background</h2>
</div>
<div class="gallery-item">
<img src="images/img 3.avif" alt="AI Image 4">
<h2>Uncrop</h2>
</div>
<div class="gallery-item">
<img src="images/img4.avif" alt="AI Image 5">
<h2>Text Remover</h2>
</div>
<div class="gallery-item">
<img src="images/img5.avif" alt="AI Image 6">
<h2>Bakground replace</h2>
</div>
</div>
</section>
<section class="rate-section">
<div class="rate-head">
<h2>2K+ users rated us <span>4.7/5 and above</span><br>Some of our reviews</h2>
</div>
<div class="boxes">
<div class="feature-rate">
<p>The app is incredibly easy to navigate.The results are nothing short of amazing, giving your photos a professional and artistic touch.</p>
<h3>Tom Head </h3>
<h4>Manager</h4>
</div>
<div class="feature-rate">
<p>The app is incredibly easy to navigate.The results are nothing short of amazing, giving your photos a professional and artistic touch.</p>
<h3>Tom Head </h3>
<h4>Manager</h4>
</div>
<div class="feature-rate">
<p>The app is incredibly easy to navigate.The results are nothing short of amazing, giving your photos a professional and artistic touch.</p>
<h3>Tom Head </h3>
<h4>Manager</h4>
</div>
<div class="feature-rate">
<p>The app is incredibly easy to navigate.The results are nothing short of amazing, giving your photos a professional and artistic touch.</p>
<h3>Tom Head </h3>
<h4>Manager</h4>
</div>
<div class="feature-rate">
<p>The app is incredibly easy to navigate.The results are nothing short of amazing, giving your photos a professional and artistic touch.</p>
<h3>Tom Head </h3>
<h4>Manager</h4>
</div>
</div>
</section>
<section class="pricing-section">
<div class="pricing-container">
<div class="pricing-header">
<h1>pick from our Pricing Plans</h1>
<div class="toggle-buttons">
<button id="monthly" class="toggle-btn active">Monthly</button>
<button id="yearly" class="toggle-btn">Yearly</button>
</div>
</div>
<div class="pricing-cards">
<div class="pricing-card">
<h2>Basic Plan</h2>
<h3>$10<span>/month</span></h3>
<ul>
<li>Real time preview and iteration</li>
<li>High quality output limited</li>
<li>Customization options</li>
</ul>
<button class="subscribe-btn">Subscribe Now</button>
</div>
<div class="pricing-card">
<h2>Standard Plan</h2>
<h3>$20<span>/month</span></h3>
<ul>
<li>Additional styles and effects</li>
<li>Advanced customization option</li>
<li>Download in high resolution</li>
</ul>
<button class="subscribe-btn">Subscribe Now</button>
</div>
<div class="pricing-card">
<h2>Premium Plan</h2>
<h3>$30<span>/month</span></h3>
<ul>
<li>Priority customer support</li>
<li>Commercial use license</li>
<li>Dedicated server resources</li>
</ul>
<button class="subscribe-btn">Subscribe Now</button>
</div>
<div class="pricing-card">
<h2>Ultimate Plan</h2>
<h3>$40<span>/month</span></h3>
<ul>
<li>Customizable API integration</li>
<li>White labeling options</li>
<li>Onsite training and support</li>
</ul>
<button class="subscribe-btn">Subscribe Now</button>
</div>
<div class="subscription-head">
<h3>You cancel this subscription anytime before 30 days.</h3>
</div>
</div>
</div>
</section>
<section class="faq">
<div class="faq-head">
<h1>FAQ's</h1>
</div>
<div class="faq-part">
<h2>1). What is all about the Image generation through AI? <span class="toggle">▼</span></h2>
<p class="faq-content">An AI Image Generator is a tool that utilizes artificial intelligence algorithms to transform and enhance images creatively. It can apply various styles, effects, and artistic elements to ordinary photos, producing visually stunning results.</p>
<hr>
</div>
<div class="faq-part">
<h2>2). Working of AI image generator? <span class="toggle">▼</span></h2>
<p class="faq-content">An AI Image Generator is a sophisticated tool that utilizes artificial intelligence algorithms to transform and enhance images creatively. It can apply various styles, effects, and artistic elements to ordinary photos, producing visually stunning results.</p>
<hr>
</div>
<div class="faq-part">
<h2>3). What customization we will be able to make? <span class="toggle">▼</span></h2>
<p class="faq-content">An AI Image Generator is a sophisticated tool that utilizes artificial intelligence algorithms to transform and enhance images creatively. It can apply various styles, effects, and artistic elements to ordinary photos, producing visually stunning results.</p>
<hr>
</div>
<div class="faq-part">
<h2>4). Can it be used commercially? <span class="toggle">▼</span></h2>
<p class="faq-content">An AI Image Generator is a sophisticated tool that utilizes artificial intelligence algorithms to transform and enhance images creatively. It can apply various styles, effects, and artistic elements to ordinary photos, producing visually stunning results.</p>
<hr>
</div>
<div class="faq-part">
<h2>5). What are security measures? <span class="toggle">▼</span></h2>
<p class="faq-content">An AI Image Generator is a sophisticated tool that utilizes artificial intelligence algorithms to transform and enhance images creatively. It can apply various styles, effects, and artistic elements to ordinary photos, producing visually stunning results.</p>
<hr>
</div>
<div class="faq-part">
<h2>6). Any test and trial options? <span class="toggle">▼</span></h2>
<p class="faq-content">An AI Image Generator is a sophisticated tool that utilizes artificial intelligence algorithms to transform and enhance images creatively. It can apply various styles, effects, and artistic elements to ordinary photos, producing visually stunning results.</p>
<hr>
</div>
</section>
<section class="main-section2">
<div class="section-heading">
<h2>Featured Cards</h2>
</div>
<div class="card-container">
<div class="cards2">
<img class="imgcont" src="https://media.istockphoto.com/id/485371557/photo/twilight-at-spirit-island.jpg?s=612x612&w=0&k=20&c=FSGliJ4EKFP70Yjpzso0HfRR4WwflC6GKfl4F3Hj7fk=" alt="Image 1">
<div class="card-content">
<span class="date">July 16, 2024</span>
<p class="description">Magic created by AI image generator</p>
</div>
</div>
<div class="cards2">
<img class="imgcont" src="data:image/jpeg;base64,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" alt="Image 2">
<div class="card-content">
<span class="date">July 17, 2024</span>
<p class="description">Developing art with this technology</p>
</div>
</div>
</div>
</section>
<section class="contact-section">
<div class="contact-left">
<h2>Contact Us</h2>
<div class="contact-details">
<p><strong>Email:</strong> [email protected]</p>
<p><strong>Phone:</strong> +1234567890</p>
<p><strong>Address:</strong> 123 Street, City, Country</p>
</div>
</div>
<div class="contact-right">
<div class="contact-form">
<div class="form-group">
<input type="text" id="name" name="name" placeholder="Name" required>
<input type="email" id="email" name="email" placeholder="Email" required>
</div>
<div class="form-group">
<textarea id="message" name="message" placeholder="Message" rows="5" required></textarea>
</div>
<div class="form-group sub">
<button type="submit">Send Message</button>
</div>
</div>
</div>
</section>
<section class="subscribe-section">
<div class="subscribe-left">
<h2>Subscribe to the Taanish newsletter to stay up-to-date with the latest news</h2>
<div class="subscribe-form">
<input type="email" placeholder="Enter your email">
<button type="submit">Subscribe</button>
</div>
</div>
<div class="subscribe-right">
<div class="connect" class="platforms">
<h3>Connect</h3>
<p><i class="fab fa-facebook"></i> Facebook</p>
<p><i class="fab fa-twitter"></i> Twitter</p>
<p><i class="fab fa-instagram"></i> Instagram</p>
</div>
<div class="business-hours">
<h3>Business Hours</h3>
<p>Monday - Friday: 9am - 5pm</p>
<p>Saturday: 10am - 2pm</p>
<p>Sunday: Closed</p>
</div>
</div>
</section>
<footer class="footer">
<div class="social-icons">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
<p>© 2024 Taanish. All rights reserved.</p>
<p><a href="#" style="color: white; text-decoration: underline;">Privacy Policy</a> | <a href="#" style="color: white; text-decoration: underline;">Terms of Service</a></p>
</footer>
</body>
<script>
document.querySelectorAll('.faq-part h2').forEach(item => {
item.addEventListener('click', () => {
const content = item.nextElementSibling;
const icon = item.querySelector('.toggle');
if (content.style.display === 'block') {
content.style.display = 'none';
icon.textContent = '▼';
} else {
content.style.display = 'block';
icon.textContent = '▲';
}
});
});
document.getElementById('monthly').addEventListener('click', function() {
document.getElementById('monthly').classList.add('active');
document.getElementById('yearly').classList.remove('active');
document.querySelectorAll('.pricing-card h3').forEach((price, index) => {
switch (index) {
case 0:
price.textContent = "$10/month";
break;
case 1:
price.textContent = "$20/month";
break;
case 2:
price.textContent = "$30/month";
break;
case 3:
price.textContent = "$40/month";
break;
}
});
});
document.getElementById('yearly').addEventListener('click', function() {
document.getElementById('yearly').classList.add('active');
document.getElementById('monthly').classList.remove('active');
document.querySelectorAll('.pricing-card h3').forEach((price, index) => {
switch (index) {
case 0:
price.textContent = "$100/year";
break;
case 1:
price.textContent = "$200/year";
break;
case 2:
price.textContent = "$300/year";
break;
case 3:
price.textContent = "$400/year";
break;
}
});
});
</script>
</html>