-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
345 lines (328 loc) · 13.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link href="output.css" rel="stylesheet" />
<link rel="stylesheet" href="input.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<!-- navbar starts from here -->
<nav class="container relative mx-auto p-6">
<!-- flex container -->
<div class="flex items-center justify-between">
<!-- logo -->
<div class="p-2">
<img src="../img/logo.svg" alt="img" class="mr-2" />
</div>
<!-- menu items -->
<div class="hidden md:flex gap-6 items-center font-semibold">
<a href="#" class="hsl(12, 88%, 95%)">Pricing</a>
<a href="#" class="hsl(12, 88%, 95%)">Product</a>
<a href="#" class="hsl(12, 88%, 95%)">About Us</a>
<a href="#" class="hsl(12, 88%, 95%)">Careers</a>
<a href="#" class="hsl(12, 88%, 95%)">Community</a>
</div>
<!-- button div -->
<button
class="hidden md:block px-6 pt-2 bg-orange-600 hover:bg-orange-700 font-medium py-3 rounded-full text-white ml-2.5"
>
Get Started
</button>
<!-- hamburger icon -->
<button id="menu-btn" class="text-2xl block md:hidden">
<i class="fa-solid fa-bars"></i>
</button>
</div>
</nav>
<!-- hero section contain here -->
<section id="hero">
<!-- flex container -->
<div
class="container flex flex-col-reverse items-center mt-10 px-6 space-y-0 md:space-y-0 gap-9 md:flex-row mx-auto justify-between lg:px-7"
>
<div class="flex flex-col flex-1 mb-32 space-y-12 md:w-1/2">
<h1
class="font-bold text-4xl text-center md:text-left md:text-5xl max-w-md"
>
Bring Everyone together to build better products.
</h1>
<p
class="text-gray-500 font-primary text-center md:text-left max-w-sm"
>
Manage makes it simle to software teams to plan day-to-day tasks
while keeping the larger team goals in viwe.
</p>
<div class="flex justify-center md:justify-start">
<button
class="md:block px-6 pt-2 bg-orange-600 hover:bg-orange-700 font-medium py-3 rounded-full text-white ml-2.5"
>
Get Started
</button>
</div>
</div>
<!-- hero image -->
<div class="md:w-1/2">
<img src="../img/illustration-intro.svg" alt="img" />
</div>
</div>
</section>
<!-- features section -->
<section>
<!-- flex container -->
<div
class="container mx-auto flex flex-col px-4 space-y-12 mt-10 md:space-y-0 md:flex-row lg:px-7"
>
<div class="flex flex-col space-y-12 md:w-1/2">
<!-- Whats different div -->
<h1
class="text-center font-bold max-w-md text-4xl md:text-5xl md:text-left"
>
What's different about Manage?
</h1>
<p
class="text-center max-w-sm font-primary text-gray-500 md:text-left"
>
Manage provides all the functionality your team needs, without the
complexity. Our software is tailor-made for modern digital product
teams.
</p>
</div>
<!-- Number list div -->
<div class="flex flex-col space-y-8 md:w-1/2">
<!-- list item 1 container -->
<div
class="flex flex-col space-y-3 md:space-y-0 md:space-x-6 md:flex-row"
>
<!-- heading -->
<div class="rounded-l-full bg-pink-100 md:bg-transparent">
<div class="flex items-center space-x-2">
<div
class="px-4 py-2 text-white rounded-full md:py-1 bg-orange-600"
>
01
</div>
<h3 class="text-base font-bold md:mb-4 md:hidden">
Track company-wide progress
</h3>
</div>
</div>
<div>
<h3 class="hidden mb-4 text-lg font-bold md:block">
Track company-wide progress
</h3>
<p class="text-gray-400">
See how your day-to-day tasks fit into the wider vision. Go from
tracking progress at the milestone level all the way down to the
smallest of details. Never lose sight of the bigger picture
again.
</p>
</div>
</div>
<!-- item2 -->
<!-- list item 1 container -->
<div
class="flex flex-col space-y-3 md:space-y-0 md:space-x-6 md:flex-row"
>
<!-- heading -->
<div class="rounded-l-full bg-pink-100 md:bg-transparent">
<div class="flex items-center space-x-2">
<div
class="px-4 py-2 text-white rounded-full md:py-1 bg-orange-600"
>
02
</div>
<h3 class="text-base font-bold md:mb-4 md:hidden">
Track company-wide progress
</h3>
</div>
</div>
<div>
<h3 class="hidden mb-4 text-lg font-bold md:block">
Track company-wide progress
</h3>
<p class="text-gray-400">
See how your day-to-day tasks fit into the wider vision. Go from
tracking progress at the milestone level all the way down to the
smallest of details. Never lose sight of the bigger picture
again.
</p>
</div>
</div>
<!-- item 3 -->
<div
class="flex flex-col space-y-3 md:space-y-0 md:space-x-6 md:flex-row"
>
<!-- heading -->
<div class="rounded-l-full bg-pink-100 md:bg-transparent">
<div class="flex items-center space-x-2">
<div
class="px-4 py-2 text-white rounded-full md:py-1 bg-orange-600"
>
03
</div>
<h3 class="text-base font-bold md:mb-4 md:hidden">
Track company-wide progress
</h3>
</div>
</div>
<div>
<h3 class="hidden mb-4 text-lg font-bold md:block">
Track company-wide progress
</h3>
<p class="text-gray-400">
See how your day-to-day tasks fit into the wider vision. Go from
tracking progress at the milestone level all the way down to the
smallest of details. Never lose sight of the bigger picture
again.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- testimonials section -->
<section>
<!-- container for heading and test blocks -->
<div class="max-w-6xl mt-32 px-5 mx-auto text-center lg:px-7">
<!-- heading -->
<h1 class="font-bold text-4xl text-center">
What's different about Manage
</h1>
<!-- testimonials container -->
<div
class="flex flex-col space-y-14 mt-24 md:flex-row md:space-x-6 md:space-y-0"
>
<!-- testimonial 1 -->
<div
class="flex flex-col rounded-lg items-center justify-center bg-gray-100 space-y-6 p-6 md:w-1/3"
>
<img src="../img/avatar-ali.png" alt="img" class="w-16 -mt-14" />
<h3 class="font-semibold text-lg">Ali Bravo</h3>
<p class="text-gray-500 font-primary text-sm">
"Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Voluptate labore, soluta suscipit, qui dolor voluptatem sint ex
assumenda."
</p>
</div>
<!-- testimonial 2 -->
<div
class="flex flex-col rounded-lg items-center justify-center bg-gray-100 space-y-6 p-6 md:w-1/3"
>
<img src="../img/avatar-anisha.png" alt="img" class="w-16 -mt-14" />
<h3 class="font-semibold text-lg">Ali Bravo</h3>
<p class="text-gray-500 font-primary text-sm">
"Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Voluptate labore, soluta suscipit, qui dolor voluptatem sint ex
assumenda."
</p>
</div>
<!-- testimonial 3 -->
<div
class="hidden flex-col rounded-lg items-center justify-center bg-gray-100 space-y-6 p-6 md:flex md:w-1/3"
>
<img
src="../img/avatar-richard.png"
alt="img"
class="w-16 -mt-14"
/>
<h3 class="font-semibold text-lg">Ali Bravo</h3>
<p class="text-gray-500 font-primary text-sm">
"Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Voluptate labore, soluta suscipit, qui dolor voluptatem sint ex
assumenda."
</p>
</div>
</div>
<!-- button -->
<div class="my-16">
<button
class="px-6 pt-2 bg-orange-600 hover:bg-orange-700 font-medium py-3 rounded-full text-white"
>
Get Started
</button>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="bg-orange-600">
<!-- flex container -->
<div
class="container flex flex-col items-center justify-between space-y-12 px-6 py-24 mx-auto md:flex-row md:space-y-0 md:py-12"
>
<!-- heading -->
<h1
class="text-center font-bold text-5xl text-white leading-tight md:text-4xl md:text-left"
>
Simplify how your team works today.
</h1>
<button
class="px-6 pt-2 bg-white shadow-2xl hover:bg-orange-700 font-medium py-3 rounded-full text-gray-900"
>
Get Started
</button>
</div>
</section>
<!-- footer section -->
<footer class="bg-blue-950">
<!-- flex container -->
<div
class="container flex flex-col-reverse justify-between mx-auto px-6 py-10 space-y-8 md:flex-row md:space-y-0"
>
<!-- logo and social links container -->
<div class="flex flex-col-reverse items-center justify-between space-y-12 md:flex-col md:space-y-0 md:items-start text-white">
<div class="mx-auto my-6 text-center text-white md:hidden">Copyright © 2022, All Rights Reserved</div>
<!-- logo -->
<div id="logo">
<img src="../img/logo-white.svg" alt="img" class="h-8"/>
</div>
<!-- social inks -->
<div id="social-links" class="flex justify-center space-x-4">
<!-- link 1 -->
<a href="#"><i class="fa-brands fa-facebook text-2xl hover:text-orange-600"></i></a>
<!-- link 2 -->
<a href="#"><i class="fa-brands fa-youtube text-2xl hover:text-orange-600"></i></a>
<!-- link 3 -->
<a href="#"><i class="fa-brands fa-twitter text-2xl hover:text-orange-600"></i></a>
<!-- link 4 -->
<a href="#"><i class="fa-brands fa-instagram text-2xl hover:text-orange-600"></i></i></a>
<!-- link 5 -->
<a href="#"><i class="fa-brands fa-discord text-2xl hover:text-orange-600"></i></a>
</div>
</div>
<!-- list container -->
<div class="flex justify-around space-x-32">
<div class="flex flex-col space-y-3 text-white font-primary font-medium">
<a href="#" class="hover:text-orange-600">Home</a>
<a href="#" class="hover:text-orange-600">Pricing</a>
<a href="#" class="hover:text-orange-600">Products</a>
<a href="#" class="hover:text-orange-600">About Us</a>
</div>
<div class="flex flex-col text-white font-primary space-y-3 font-medium">
<a href="#" class="hover:text-orange-600">Careers</a>
<a href="#" class="hover:text-orange-600">Community</a>
<a href="#" class="hover:text-orange-600">Privacy Policy</a>
</div>
</div>
<!-- input container -->
<div class="flex flex-col justify-between text-white space-y-7">
<form>
<div class="flex space-x-3">
<input type="text" placeholder="Update Your inbox" class="px-4 rounded-full focus:outline-none flex-1">
<button class="px-5 py-2 bg-orange-600 hover:bg-orange-700 font-medium focus:outline-none rounded-full text-white">Go</button>
</div>
</form>
<div class="hidden text-white md:block"> Copyright © 2022, All Rights Reserved</div>
</div>
</div>
</footer>
</body>
</html>