-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
254 lines (250 loc) · 15.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
<!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">
<!-- <link href="css/main.css" rel="stylesheet"> -->
<link href="css/output.css" rel="stylesheet">
<link href="css/helper.css" rel="stylesheet">
<link rel="shortcut icon" type="image/svg" href="images/svg-assets/calm_logo.svg" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap"
rel="stylesheet">
<title>Calm Clone</title>
</head>
<body class="bg-gray-100 font-sans">
<div class="wrapper max-w-screen-2xl m-auto overflow-x-hidden">
<header class="py-5 md:my-6 container m-auto">
<div class="flex justify-between items-center">
<section class="company-logo inline-block">
<div class="flex items-center">
<img class="inline-block" width="45px" src="images/svg-assets/calm_logo.svg" alt="logo">
<span class="text-indigo-500 px-2 -mb-1 font-semibold"> Clone</span>
</div>
</section>
<section class="menu inline-block">
<nav id="wideScreenNav" class="hidden md:inline-block text-sm font-medium text-gray-900">
<ul class="flex uppercase space-x-7">
<li><a src='#'>plans</a></li>
<li><a src='#'>blog</a></li>
<li><a src='#'>partner login</a></li>
<li><a class="border border-solid border-blue-500 py-3 px-4 rounded-full" src='#'>get a
demo</a></li>
</ul>
</nav>
<div class="md:hidden inline-block">
<button id="hamburgerIcon" class="hamburger hamburger--spin" type="button"
onclick="toggleHamburgerMenu()">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
</section>
</div>
<nav id="mobileNav" class="hidden text-center pb-5 pt-8 text-sm font-medium text-gray-900">
<ul class="uppercase space-y-5">
<li><a src='#'>plans</a></li>
<li><a src='#'>blog</a></li>
<li><a src='#'>partner login</a></li>
<li><a class="border border-solid border-blue-500 py-3 px-4 rounded-full" src='#'>get a demo</a>
</li>
</ul>
</nav>
</header>
<main>
<div class="hero relative">
<div class="hero-main container m-auto text-center md:text-left grid grid-cols-1 md:grid-cols-4">
<section class="hero-cta col-span-2 md:my-4">
<div class="hero-data-wrapper mt-10 md:mt-16">
<h1
class="hero-pitch py-6 px- text-4xl font-extralight tracking-wide text-gray-700 md:text-5xl lg:text-6xl">
Bring Calm to your workplace
</h1>
<p class="hero-description py-5 text-gray-600 font-normal max-w-prose lg:text-xl">
Make the world's #1 brand for mental fitness your newest employee benefit.
</p>
<button
class="my-5 uppercase bg-blue-500 tracking-wide text-white py-3 px-8 md:px-12 rounded-full">Get
Started</button>
</div>
</section>
<section class="hero-graphics relative -mx-5">
<div class="mobile-hero-image md:hidden">
<img src="images/header-03.webp" alt="hero-graphics">
</div>
</section>
</div>
<div class="hero-image-wrapper absolute right-0 bottom-0 h-full w-6/12 hidden md:block bg-contain bg-no-repeat bg-right-bottom"
style="background-image: url('images/header-01.webp');">
<!-- <img src="images/header-01.webp" alt="hero-graphics"> -->
</div>
<div class="breathe-wrapper absolute opacity-40 transform rotate-180"
style="z-index: -1; width: 110%; top: -110%; right: -40%;">
<img class="breathe" src="images/svg-assets/breathe.svg" alt="breathe">
</div>
</div>
<section class="validation bg-gray-100">
<div class="container m-auto text-center md:text-left text-gray-700 py-12 text-2xl font-light">
<h2>Trusted by more than 1,000 organizations</h2>
<div class="clients flex flex-wrap justify-center py-12 md:justify-evenly">
<figure class="px-2.5 w-4/12 md:w-auto"> <img class="px-2.5" width="165" height="83"
src="images/p-lincoln-logo.webp" alt="lincoln-logo"></figure>
<figure class="px-2.5 w-4/12 md:w-auto"> <img class="px-2.5" width="165" height="83"
src="images/p-universal-logo.webp" alt="universal-logo"></figure>
<figure class="px-2.5 w-4/12 md:w-auto"> <img class="px-2.5" width="165" height="83"
src="images/p-gofundme-logo.webp" alt="gofundme-logo"></figure>
<figure class="px-2.5 w-4/12 md:w-auto"> <img class="px-2.5" width="165" height="83"
src="images/p-kraft-heinz.webp" alt="kraft-heinz"></figure>
<figure class="px-2.5 w-4/12 md:w-auto"> <img class="px-2.5" width="165" height="83"
src="images/p-iterable-logo.webp" alt="iterable-logo"></figure>
</div>
</div>
</section>
<section
class="resiliant bg-gray-100 container m-auto text-center py-6 flex flex-col justify-center items-center ">
<div class="py-6">
<img class="curve-1" src="images/svg-assets/curve_1.svg" alt="curve_1">
</div>
<div class="md:w-8/12">
<h2
class="py-8 md:px-4 text-2xl font-light md:text-5xl md:font-extralight text-gray-600 tracking-widest md:tracking-wider">
Build a more resilient organization</h2>
<p class="py-4 text-gray-700 md:text-lg">Calm improves employee well-being by promoting better
sleep, reducing stress and anxiety, and developing more mindfulness.</p>
<div class="graphics"></div>
</div>
</section>
<section class="content-library relative">
<div class="content-wrapper container m-auto grid md:grid-cols-2 md:my-8">
<div class="image-wrapper relative my-6 px-6">
<figure class="curve absolute right-0 h-full" style="z-index: -1;">
<img class="h-full" src="images/svg-assets/curve_2.svg" alt="curve_2">
</figure>
<figure class="section-hero py-12 md:py-20">
<img class="rounded-3xl w-9/12 md:w-10/12 ml-auto" src="images/s1-home-image-01.jpg" alt="">
</figure>
<div class="micro-card absolute w-1/4 inline-block" style="bottom:20%; left: 15%;">
<div class="relative">
<span
class="label uppercase md:text-xs mini-text bg-indigo-400 text-gray-100 font-semibold py-1.5 px-3 rounded-lg absolute"
style=" z-index: 1; transform: translate(-50%,-50%); left: 50%;">Masterclasses</span>
<figure class="text-center relative">
<img class="rounded-xl" src="images/s1-card-train-your-mind.jpg" alt="">
<figcaption
class="md:text-xs micro-text md:px-2 rounded-b-xl bg-black text-white py-2 bg-opacity-40 absolute bottom-0 w-full">
Train your mind</figcaption>
</figure>
</div>
</div>
<div class="micro-card absolute w-1/4 inline-block" style="bottom:5%; right: 30%;">
<div class="relative">
<span
class="label uppercase md:text-xs mini-text bg-indigo-400 text-gray-100 font-semibold py-1.5 px-3 rounded-lg absolute"
style=" z-index: 1; transform: translate(-50%,-50%); left: 50%;">Body</span>
<figure class="text-center relative">
<img class="rounded-xl" src="images/s1-card-evening-stretch.jpg" alt="">
<figcaption
class="md:text-xs micro-text md:px-2 rounded-b-xl bg-black text-white py-2 bg-opacity-40 absolute bottom-0 w-full">
Evening stretch</figcaption>
</figure>
</div>
</div>
<div class="micro-card absolute w-1/4 inline-block" style="bottom:20%; right: 0;">
<div class="relative">
<span
class="label uppercase md:text-xs mini-text bg-indigo-400 text-gray-100 font-semibold py-1.5 px-3 rounded-lg absolute"
style=" z-index: 1; transform: translate(-50%,-50%); left: 50%;">Meditation</span>
<figure class="text-center relative">
<img class="rounded-xl" src="images/s1-card-deep-concentration.jpg" alt="">
<figcaption
class="md:text-xs micro-text md:px-2 rounded-b-xl bg-black text-white py-2 bg-opacity-40 absolute bottom-0 w-full">
Deep concerntration</figcaption>
</figure>
</div>
</div>
</div>
<div
class="copy-wrapper my-4 md:px-16 text-center md:text-left flex items-center justify-center flex-col md:ml-16">
<h2 class="text-lg px-8 md:text-2xl tracking-wide py-2 text-indigo-500">Give employees free
access to our app and full content library</h2>
<p class="text-gray-600 text-sm md:text-lg py-2 md:px-8">Calm offers accessible, effective
content to meet the needs of your diverse workforce. Access our ever-growing content library
from any device, any time.</p>
</div>
</div>
<div class="breathe-graphics"></div>
</section>
<section class="partner us relative">
<div class="content-wrapper container m-auto grid md:grid-cols-2 my-8 md:my-12 reverse-flow">
<div class="image-wrapper relative my-6 md:my-16 px-6">
<figure class="curve absolute h-full" style="left: 22%;">
<img class="h-full" src="images/svg-assets/curve_3.svg" alt="curve_3">
</figure>
<figure class="section-hero py-8 md:py-20">
<img class="rounded-3xl w-9/12 md:w-10/12 mx-auto" src="images/s2-home-image-02.jpg" alt="">
</figure>
<div class="embedded-card bg-white flex items-center p-2 py-4 md:p-5 rounded-xl shadow-2xl absolute w-8/12"
style="bottom: 15%; left: 0%; direction: ltr;">
<figure class="embed-image px-2">
<img class="rounded-full" src="images/s2-circular-image-01.webp" alt="">
</figure>
<div class="embed-description px-2 text-indigo-400 ">
<span class="block uppercase pb-4 md:text-xs mini-text font-medium">E-Book</span>
<span class="block text-sm md:text-base">Build Your Employee Well-Being Strategy</span>
</div>
</div>
<div class="embedded-card bg-white flex flex-col items-center p-4 rounded-xl shadow-2xl sh text-center absolute w-1/3"
style="top: 0%; right: -2%;">
<figure class="embed-image pb-4">
<img class="rounded-full" src="images/s2-circular-image-02.jpg" alt="">
</figure>
<div class="embed-description text-indigo-400 ">
<span class="block uppercase pb-4 md:text-xs mini-text font-medium">Webinar</span>
<span class="block text-xs md:text-base">The Power of Sleep for Mental Health</span>
</div>
</div>
</div>
<div
class="copy-wrapper my-4 md:px-16 text-center md:text-left flex items-center justify-center flex-col">
<h2 class="text-lg px-8 md:text-2xl tracking-wide py-2 text-indigo-500">Partner with Calm to
drive best-in-class engagement
</h2>
<p class="text-gray-600 text-sm md:text-lg py-2 md:px-8">With our proven launch strategy and
marketing resources, plus ongoing engagement programs and account support, we take the
stress out of employee benefits.</p>
</div>
</div>
<div class="breathe-graphics"></div>
</section>
<div class="section">
<h1></h1>
<p></p>
<div class="cards"></div>
</div>
<div class="section">
<h1></h1>
<p></p>
<div class="slider"></div>
</div>
<div class="section">
<h1></h1>
<a href="" class="pricing"></a>
</div>
<div class="section">
<h1></h1>
<div class="slider"></div>
</div>
</main>
<footer>
<div class="links"></div>
<div class="downloads"></div>
<div class="copyrights"></div>
<div class="connect"></div>
</footer>
</div>
<script src="js/main.js"></script>
</body>
</html>