-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
544 lines (505 loc) · 20.2 KB
/
index.html
File metadata and controls
544 lines (505 loc) · 20.2 KB
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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="author" content="Jayant Malik" />
<meta name="description" content="A ui built using bootstrap 4" />
<meta name="keywords" content="mailchimp, mail server, pop3, gmail, mail" />
<title>Mailchimp UI clone</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/custom.css" />
</head>
<body>
<header>
<nav class="navbar navbar-light navbar-expand-lg">
<a href="/" class="navbar-brand">
<img src="img/header-logo.svg" />
</a>
<button
class="navbar-toggler ml-auto"
data-toggle="collapse"
data-target="#navItems"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navItems">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#" class="nav-link">Why Mailchimp?</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Marketing Platform</a>
</li>
<li class="nav-item"><a href="#" class="nav-link">Pricing</a></li>
<li class="nav-item"><a href="#" class="nav-link">Resources</a></li>
<li class="nav-item">
<input type="text" class="form-control" placeholder="Search" />
</li>
<li class="nav-item">
<button class="btn btn-outline-secondary mx-2">Log In</button>
</li>
<li class="nav-item">
<button class="btn btn-success">Sign Up Free</button>
</li>
</ul>
</div>
</nav>
</header>
<!-- header ends here-->
<main class="container-fluid">
<!-- ================================-->
<!-- Hero Section -->
<!-- ================================-->
<section id="hero-section" class="row">
<article class="col-7">
<main
class="justify-content-center align-items-center col-9 mx-5 my-5"
>
<h1 class="text-heading">Make your side hustle your main hustle</h1>
<h2 class="text-subheading text-muted">
Our all‑in‑one Marketing Platform gives you the tools to find the
right customers, build your audience, and bring your brand to
life.
</h2>
<div class="mt-4">
<button type="button" class="btn btn-lg btn-success mr-2">
Pick a Plan
</button>
<a href="#">Learn more</a>
</div>
<!-- 2 hero buttons ends here-->
</main>
<!-- left content ends here -->
</article>
<!-- left col ends here -->
<section class="col-5">
<img src="img/Hero-min.png" id="hero-image" />
</section>
<!-- right col ends here -->
</section>
<!-- hero section ends here -->
<!-- ================================-->
<!-- Feature Section -->
<!-- ================================-->
<section>
<article class="px-0">
<!-- ================================-->
<!-- Feature 1 -->
<!-- ================================-->
<main class="d-flex">
<img
class="feature-image my-5 mx-5"
src="img/dial_conversation.png"
alt="dial new conversation"
/>
<div
class="d-inline-block mx-5 px-5"
style="margin-top: 100px; width: 40em;"
>
<span class="badge bg-danger text-white">Beta</span>
<h2 class="lead">New: build your website with Mailchimp</h2>
<p class="text-muted">
Introduce your brand to the world with a beautiful website. Buy
a custom domain and build a site that seamlessly connects to all
of your marketing channels. It’s time for you to stand out even
if you’re just starting out—no coding needed.
</p>
<button class="btn btn-outline-success">
Learn more
</button>
</div>
<!-- text content ends here -->
</main>
<!-- feature ends here -->
<!-- ================================-->
<!-- Feature 2 -->
<!-- ================================-->
<main class="d-flex" style="background-color: lightcyan;">
<div
class="d-inline-block mx-5 px-5"
style="margin-top: 100px; width: 40em;"
>
<h2 class="lead display-4">
One billion emails nearly every day. And counting.
</h2>
<p class="text-muted mt-4">
Our industry-leading email tools—which work in tandem with all
the other channels our all-in-one Marketing Platform offers—are
designed to help grow your business faster. Best of all? Email
is a powerful ROI driver that averages $52 for every dollar
spent.
</p>
<button class="btn btn-outline-success">
See what you can do
</button>
</div>
<img
class="feature-image my-5 mx-5"
src="img/billion_emails.png"
alt="dial new conversation"
/>
<!-- text content ends here -->
</main>
<!-- feature ends here -->
<!-- ================================-->
<!-- Feature 3 -->
<!-- ================================-->
<main class="d-flex">
<img
class="feature-image my-5 mx-5"
src="img/top_rated.png"
alt="dial new conversation"
/>
<div
class="d-inline-block mx-5 px-5"
style="margin-top: 100px; width: 40em;"
>
<h2 class="lead display-4">An award‑winning platform</h2>
<p class="text-muted">
Users like you named Mailchimp one of TrustRadius’ top rated
all-in-one marketing platforms of 2019. Using our tools, you can
easily create an email, design a landing page, build a website,
and more—all with the ease of use you’ve come to expect from
Mailchimp.
</p>
<button class="btn btn-outline-success">
Learn more
</button>
</div>
<!-- text content ends here -->
</main>
<!-- feature ends here -->
<!-- ================================-->
<!-- Feature 4 -->
<!-- ================================-->
<main class="d-flex">
<div
class="d-inline-block mx-5 px-5"
style="margin-top: 100px; width: 40em;"
>
<h2 class="lead display-4">
Made for your business
</h2>
<ul class="list-group list-unstyled">
<li class="list-item mt-3">
<h3 class="lead">E-commerce</h3>
<p class="text-muted">
Our marketing platform helps you find new customers, build
stronger relationships, and boost sales through deeper
customer insights.
</p>
<a href="#">Learn more</a>
</li>
<li class="list-item mt-3">
<h3 class="lead">Mobile and web apps</h3>
<p class="text-muted">
Reach new customers, send personalized behavior‑based
campaigns, and increase engagement with your app.
</p>
<a href="#">Learn more</a>
</li>
<li class="list-item mt-3">
<h3 class="lead">Startups</h3>
<p class="text-muted">
Find product‑market fit, learn from user feedback, and
launch your first marketing campaigns.
</p>
<a href="#">Learn more</a>
</li>
</ul>
<!-- list ends here -->
</div>
<!-- carousel on the right -->
<section
class="carousel slide"
id="bussinessCarousel"
data-ride="carousel"
style="width: 600px; height: 700px;margin-top: 120px;"
>
<ol class="carousel-indicators bg-dark rounded" style="margin-bottom: 250px;">
<li
class="bg-light active"
data-target="#bussinessCarousel"
data-slide-to="0"
class="active"
></li>
<li
class="bg-light"
data-target="#bussinessCarousel"
data-slide-to="1"
></li>
<li
class="bg-light"
data-target="#bussinessCarousel"
data-slide-to="2"
></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="img/ecommerce.png"
class="d-block w-100"
alt="ecommerce"
/>
</div>
<div class="carousel-item">
<img
src="img/mobile_web_apps.png"
class="d-block w-100"
alt="mobile and web apps"
/>
</div>
<div class="carousel-item">
<img
src="img/startup.png"
class="d-block w-100"
alt="startup"
/>
</div>
</div>
<!-- carousel inner ends here -->
</section>
<!-- text content ends here -->
</main>
<!-- feature ends here -->
</article>
</section>
<!-- feature section ends here -->
<!-- ================================-->
<!-- Testimonials Section -->
<!-- ================================-->
<section class="row mt-5" style="background-color: lightyellow;">
<div class="col">
<div class="col-9 mx-auto my-5 py-5">
<blockquote class="blockquote">
<p class="text-dark text-heading" style="font-size: 2em;">
“Mailchimp’s features and tools are simple but robust enough for
small businesses like mine. That means efficiency and more
flexibility in executing campaigns.”
</p>
<footer class="blockquote-footer">
Corina Nurimba,<cite> Co-owner of Azalea</cite>
</footer>
</blockquote>
<button class="btn btn-outline-success">Learn More</button>
</div>
</div>
<!-- text col ends here -->
<div class="col">
<img
class="feature-image my-5 rounded"
style="height: 550px;width: 450px"
src="img/testimonial.jpg"
alt="testimonial"
/>
</div>
<!-- image col ends here -->
</section>
<!-- ================================-->
<!-- Explore Section -->
<!-- ================================-->
<section class="px-5 py-5">
<h3>Explore feature updates, case studies, and marketing tips</h3>
<div class="row justify-content-around pt-5">
<article class="card" style="width: 20rem;">
<img class="card-img-top" src="img/card1.png" />
<main class="card-body">
<a class="lead" href="#">
Email Marketing Benchmarks
</a>
<p class="card-text mt-2">
Compare how your emails are doing with the average unique open,
click, bounce, and abuse complaint rates for thousands of
Mailchimp users.
</p>
</main>
</article>
<!-- card ends here -->
<article class="card" style="width: 20rem;">
<img class="card-img-top" src="img/card2.png" />
<main class="card-body">
<a class="lead" href="#">
Personalize your apps marketing with the Mailchimp's API.
</a>
<p class="card-text mt-2">
Compare how your emails are doing with the average unique open,
click, bounce, and abuse complaint rates for thousands of
Mailchimp users.
</p>
</main>
</article>
<!-- card ends here -->
<article class="card" style="width: 20rem;">
<img class="card-img-top" src="img/card3.jpg" />
<main class="card-body">
<a class="lead" href="#">
Why Small bussinesses should start marketing on Day One.
</a>
<p class="card-text mt-2">
Compare how your emails are doing with the average unique open,
click, bounce, and abuse complaint rates for thousands of
Mailchimp users.
</p>
</main>
</article>
<!-- card ends here -->
</div>
</section>
<!-- ================================-->
<!-- Explore Section -->
<!-- ================================-->
<section class="container py-5">
<h3 class="text-heading text-center">You Will be in good company</h3>
<div class="row mt-5">
<img
src="img/company1.png"
class="col company-image"
alt="company logo"
/>
<img
src="img/company2.jpg"
class="col company-image"
alt="company logo"
/>
<img
src="img/company3.jpg"
class="col company-image"
alt="company logo"
/>
<img
src="img/company4.png"
class="col company-image"
alt="company logo"
/>
<img
src="img/company5.jpg"
class="col company-image"
alt="company logo"
/>
</div>
</section>
<!-- ================================-->
<!-- Get Started Section -->
<!-- ================================-->
<section
class="py-5 px-5 mt-4 text-dark"
style="background-color: rgba(210, 105, 30, 0.055);"
>
<h3 class="display-2 text-center text-heading">
It's easy to get started.
</h3>
<p class="lead text-center">
And It's free. Two things everyone loves.
</p>
<div class="row my-5">
<button class="col mx-3 btn btn-outline-dark">Get Started</button>
<button class="col mx-3 btn btn-outline-dark">Login</button>
<button class="col mx-3 btn btn-outline-dark">
Read the Docs
</button>
<button class="col mx-3 btn btn-outline-dark">
Improve Our product
</button>
</div>
</section>
<!-- get started section ends here -->
</main>
<!-- main ends here -->
<footer
class="container-fluid px-5 pb-3"
style="background-color: rgba(210, 105, 30, 0.055);"
>
<span class="d-block bg-dark mb-5" style="height: 2px;"></span>
<div class="row">
<div class="col">
<h3 class="col text-heading">Mailchimp Presents</h3>
<div class="row">
<img
src="img/footer.jpg"
class="col"
style="width: 300px; height: 200px;"
alt="footer"
/>
<p class="px-3 pt-4 col">
A collection of short-form series, films, and podcasts created
with entrepreneurs in mind. Now playing: My Dear Kyrgyzstan, an
inspiring new documentary from Mailchimp.
<br />
<button type="button" class="btn btn-success mt-3">
Learn More
</button>
</p>
</div>
</div>
<!-- col1 ends here -->
<span class="d-block bg-dark" style="width: 2px;"></span>
<div class="col">
<main class="row pl-4">
<nav class="nav col d-block">
<h3 class="h6 lead">Company</h3>
<ul class="list-unstyled">
<li class="nav-item"><a href="#" class="nav-link">Our Story</a></li>
<li class="nav-item"><a href="#" class="nav-link">Careers</a></li>
<li class="nav-item"><a href="#" class="nav-link">Contact</a></li>
<li class="nav-item"><a href="#" class="nav-link">Newsroom</a></li>
</ul>
</nav>
<!-- nav ends here -->
<nav class="nav col d-block">
<h3 class="h6 lead">Product</h3>
<ul class="list-unstyled">
<li class="nav-item"><a href="#" class="nav-link">Email</a></li>
<li class="nav-item"><a href="#" class="nav-link">SMS</a></li>
<li class="nav-item"><a href="#" class="nav-link">Desktop App</a></li>
<li class="nav-item"><a href="#" class="nav-link">Mobile App</a></li>
<li class="nav-item"><a href="#" class="nav-link">Status</a></li>
<li class="nav-item"><a href="#" class="nav-link">Security</a></li>
<li class="nav-item"><a href="#" class="nav-link">What's new</a></li>
</ul>
</nav>
<!-- nav ends here -->
<nav class="nav col d-block">
<h3 class="h6 lead">Community</h3>
<ul class="list-unstyled">
<li class="nav-item"><a href="#" class="nav-link">Partner Program</a></li>
<li class="nav-item"><a href="#" class="nav-link">Experts Directory</a></li>
<li class="nav-item"><a href="#" class="nav-link">Integration Directory</a></li>
<li class="nav-item"><a href="#" class="nav-link">Agencies</a></li>
<li class="nav-item"><a href="#" class="nav-link">Events</a></li>
<li class="nav-item"><a href="#" class="nav-link">Marketing</a></li>
</ul>
</nav>
<!-- nav ends here -->
<nav class="nav col d-block">
<h3 class="h6 lead">Developers</h3>
<ul class="list-unstyled">
<li class="nav-item"><a href="#" class="nav-link">API Integration</a></li>
<li class="nav-item"><a href="#" class="nav-link">Examples</a></li>
<li class="nav-item"><a href="#" class="nav-link">Tutorials</a></li>
<li class="nav-item"><a href="#" class="nav-link">Videos</a></li>
<li class="nav-item"><a href="#" class="nav-link">Documentation</a></li>
<li class="nav-item"><a href="#" class="nav-link">Cheatsheet</a></li>
</ul>
</nav>
<!-- nav ends here -->
</main>
</div>
<!-- col2 ends here -->
</div>
<p class="text-muted text-center mt-5">
©2001-2019 All Rights Reserved. Mailchimp® is a registered trademark of
The Rocket Science Group. Apple and the Apple logo are trademarks of
Apple Inc., registered in the U.S. and other countries. Mac App Store is
a service mark of Apple Inc. Google Play and the Google Play logo are
trademarks of Google Inc. <a href="#" class="text-primary">Privacy & Terms</a>
</p>
</footer>
<!-- footer ends here -->
<!-- Bootstrap scripts here -->
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>