forked from TailGrids/tailwind-ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhero.html
366 lines (363 loc) · 12.4 KB
/
hero.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
<!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>Hero Section | TailGrids</title>
<link
rel="shortcut icon"
href="assets/images/favicon.svg"
type="image/x-icon"
/>
<link rel="stylesheet" href="assets/css/tailwind.css" />
<script defer src="assets/js/alpine.min.js"></script>
</head>
<body>
<!-- ====== Navbar Section Start -->
<header
x-data="
{
navbarOpen: false,
}
"
class="absolute z-50 w-full left-0 top-0"
>
<div class="container">
<div class="flex -mx-4 items-center justify-between relative">
<div class="px-4 w-60 max-w-full">
<a href="javascript:void(0)" class="w-full block py-5">
<img
src="assets/images/logo/logo.svg"
alt="logo"
class="w-full"
/>
</a>
</div>
<div class="flex px-4 justify-between items-center w-full">
<div>
<button
@click="navbarOpen = !navbarOpen"
:class="navbarOpen && 'navbarTogglerActive'"
id="navbarToggler"
class="
block
absolute
right-4
top-1/2
-translate-y-1/2
lg:hidden
focus:ring-2
ring-primary
px-3
py-[6px]
rounded-lg
"
>
<span
class="relative w-[30px] h-[2px] my-[6px] block bg-body-color"
></span>
<span
class="relative w-[30px] h-[2px] my-[6px] block bg-body-color"
></span>
<span
class="relative w-[30px] h-[2px] my-[6px] block bg-body-color"
></span>
</button>
<nav
x-transition
:class="!navbarOpen && 'hidden'"
id="navbarCollapse"
class="
absolute
py-5
px-6
bg-white
shadow
rounded-lg
max-w-[250px]
w-full
lg:max-w-full lg:w-full
right-4
lg:block lg:static lg:shadow-none
transition-all
top-full
"
>
<ul class="blcok lg:flex">
<li>
<a
href="javascript:void(0)"
class="
text-base
font-medium
text-dark
hover:text-primary
py-2
lg:inline-flex
flex
lg:ml-12
"
>
Home
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="
text-base
font-medium
text-dark
hover:text-primary
py-2
lg:inline-flex
flex
lg:ml-12
"
>
Payment
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="
text-base
font-medium
text-dark
hover:text-primary
py-2
lg:inline-flex
flex
lg:ml-12
"
>
Features
</a>
</li>
</ul>
</nav>
</div>
<div class="sm:flex justify-end hidden pr-16 lg:pr-0">
<a
href="javascript:void(0)"
class="
text-base
font-medium
text-dark
hover:text-primary
py-3
px-7
"
>
Login
</a>
<a
href="javascript:void(0)"
class="
text-base
font-medium
text-white
bg-primary
rounded-lg
py-3
px-7
hover:bg-opacity-90
"
>
Sign Up
</a>
</div>
</div>
</div>
</div>
</header>
<!-- ====== Navbar Section End -->
<!-- ====== Hero Section Start -->
<div class="relative pt-[120px] lg:pt-[150px] pb-[110px] bg-white">
<div class="container">
<div class="flex flex-wrap -mx-4">
<div class="w-full lg:w-5/12 px-4">
<div class="hero-content">
<h1
class="
text-dark
font-bold
text-4xl
sm:text-[42px]
lg:text-[40px]
xl:text-[42px]
leading-snug
mb-3
"
>
Kickstart <br />
Startup Website <br />
with TailGrids
</h1>
<p class="text-base mb-8 text-body-color max-w-[480px]">
With TailGrids, business and students thrive together. Business
can perfectly match their staffing to changing demand throughout
the dayed.
</p>
<ul class="flex flex-wrap items-center">
<li>
<a
href="javascript:void(0)"
class="
py-4
px-6
sm:px-10
lg:px-8
xl:px-10
inline-flex
items-center
justify-center
text-center text-white text-base
bg-primary
hover:bg-opacity-90
font-normal
rounded-lg
"
>
Get Started
</a>
</li>
<li>
<a
href="javascript:void(0)"
class="
py-4
px-6
sm:px-10
lg:px-8
xl:px-10
inline-flex
items-center
justify-center
text-center text-base
font-normal
text-body-color
hover:text-primary
"
>
<span class="mr-2">
<svg
width="22"
height="22"
viewBox="0 0 22 22"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="11" cy="11" r="11" fill="#3056D3" />
<rect
x="6.90906"
y="13.3636"
width="8.18182"
height="1.63636"
fill="white"
/>
<rect
x="10.1818"
y="6"
width="1.63636"
height="4.09091"
fill="white"
/>
<path
d="M11 12.5454L13.8343 9.47726H8.16576L11 12.5454Z"
fill="white"
/>
</svg>
</span>
Download App
</a>
</li>
</ul>
<div class="clients pt-16">
<h6
class="
font-normal
text-xs
flex
items-center
text-body-color
mb-2
"
>
Some Of Our Clients
<span
class="w-8 h-[1px] bg-body-color inline-block ml-2"
></span>
</h6>
<div class="flex items-center">
<div class="w-full py-3 mr-4">
<img src="assets/images/brands/ayroui.svg" alt="ayroui" />
</div>
<div class="w-full py-3 mr-4">
<img
src="assets/images/brands/graygrids.svg"
alt="graygrids"
/>
</div>
<div class="w-full py-3 mr-4">
<img src="assets/images/brands/uideck.svg" alt="uideck" />
</div>
</div>
</div>
</div>
</div>
<div class="hidden lg:block lg:w-1/12 px-4"></div>
<div class="w-full lg:w-6/12 px-4">
<div class="lg:text-right lg:ml-auto">
<div class="relative inline-block z-10 pt-11 lg:pt-0">
<img
src="assets/images/hero/hero-image-01.png"
alt="hero"
class="max-w-full lg:ml-auto"
/>
<span class="absolute -left-8 -bottom-8 z-[-1]">
<svg
width="93"
height="93"
viewBox="0 0 93 93"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="2.5" cy="2.5" r="2.5" fill="#3056D3" />
<circle cx="2.5" cy="24.5" r="2.5" fill="#3056D3" />
<circle cx="2.5" cy="46.5" r="2.5" fill="#3056D3" />
<circle cx="2.5" cy="68.5" r="2.5" fill="#3056D3" />
<circle cx="2.5" cy="90.5" r="2.5" fill="#3056D3" />
<circle cx="24.5" cy="2.5" r="2.5" fill="#3056D3" />
<circle cx="24.5" cy="24.5" r="2.5" fill="#3056D3" />
<circle cx="24.5" cy="46.5" r="2.5" fill="#3056D3" />
<circle cx="24.5" cy="68.5" r="2.5" fill="#3056D3" />
<circle cx="24.5" cy="90.5" r="2.5" fill="#3056D3" />
<circle cx="46.5" cy="2.5" r="2.5" fill="#3056D3" />
<circle cx="46.5" cy="24.5" r="2.5" fill="#3056D3" />
<circle cx="46.5" cy="46.5" r="2.5" fill="#3056D3" />
<circle cx="46.5" cy="68.5" r="2.5" fill="#3056D3" />
<circle cx="46.5" cy="90.5" r="2.5" fill="#3056D3" />
<circle cx="68.5" cy="2.5" r="2.5" fill="#3056D3" />
<circle cx="68.5" cy="24.5" r="2.5" fill="#3056D3" />
<circle cx="68.5" cy="46.5" r="2.5" fill="#3056D3" />
<circle cx="68.5" cy="68.5" r="2.5" fill="#3056D3" />
<circle cx="68.5" cy="90.5" r="2.5" fill="#3056D3" />
<circle cx="90.5" cy="2.5" r="2.5" fill="#3056D3" />
<circle cx="90.5" cy="24.5" r="2.5" fill="#3056D3" />
<circle cx="90.5" cy="46.5" r="2.5" fill="#3056D3" />
<circle cx="90.5" cy="68.5" r="2.5" fill="#3056D3" />
<circle cx="90.5" cy="90.5" r="2.5" fill="#3056D3" />
</svg>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ====== Hero Section End -->
</body>
</html>