-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
373 lines (364 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
</head>
<body>
<header class="pt-10 pb-36 bg-gradient-custom">
<div class="container mx-auto px-4 lg:px-0">
<nav class="flex justify-between">
<a href="/">
<img src="/assets/logo.svg" alt="Logo">
</a>
<input type="checkbox" id="menu-toggler" class="lg:hidden">
<span class="text-4xl lg:hidden" id="menu-bars" >
<i class="las la-bars bars"></i>
<i class="las la-times close hidden"></i>
</span>
<div class="hidden lg:flex menu">
<a href="#" class="ml-4 text-3xl lg:text-base mb-6 lg:mb-0">Hosting</a>
<a href="#" class="ml-4 text-3xl lg:text-base mb-6 lg:mb-0">Domain</a>
<a href="#" class="ml-4 text-3xl lg:text-base mb-6 lg:mb-0">Support</a>
<a href="#" class="ml-4 text-3xl lg:text-base mb-6 lg:mb-0">Affilates</a>
<a href="#" class="ml-4 text-3xl lg:text-base mb-6 lg:mb-0">Partenership</a>
</div>
</nav>
<div class="mt-24 flex items-center ">
<div class="w-full lg:w-1/2">
<h1 class="text-4xl lg:text-5xl font-bold">Trust your site to the world's #1 web host</h1>
<p class="my-4">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.
</p>
<a href="#" class="bg-yellow-600 btn">get started</a>
</div>
<div class="hidden lg:flex w-1/2 flex justify-end ">
<img src="/assets/server.svg" alt="" class="hero__img hidden lg:flex">
</div>
</div>
</div>
</header>
<section class="bg-blue-100 py-24">
<div class="container mx-auto px-4 lg:px-0">
<h2 class="text-center font-bold text-2xl lg:text-3xl mb-16">More than +3500 Use our services</h2>
<div class="flex flex-wrap -mx-4">
<div class="w-full lg:w-1/3 px-4">
<div class="bg-white my-4 lg:my-0 py-20 px-10 rounded-xl flex flex-col items-center ">
<img class="rounded-full mb-6" src="/assets/customers/man.svg" alt="">
<span class="font-bold text-blue-900 text-lg">John Doe</span>
<small class="text-gray-500">
Customer
</small>
<p class="text-center leading-10 mt-6">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed nec sagittis dolor. Maecenas quam nunc,
tincidunt quis facilisis ut.
</p>
</div>
</div>
<div class="w-full lg:w-1/3 px-4">
<div class="bg-white my-4 lg:my-0 py-20 px-10 rounded-xl flex flex-col items-center ">
<img class="rounded-full mb-6" src="/assets/customers/woman1.svg" alt="">
<span class="font-bold text-blue-900 text-lg">Erica Doe</span>
<small class="text-gray-500">
Customer
</small>
<p class="text-center leading-10 mt-6">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed nec sagittis dolor. Maecenas quam nunc,
tincidunt quis facilisis ut.
</p>
</div>
</div>
<div class="w-full lg:w-1/3 px-4">
<div class="bg-white my-4 lg:my-0 py-20 px-10 rounded-xl flex flex-col items-center ">
<img class="rounded-full mb-6" src="/assets/customers/woman2.svg" alt="">
<span class="font-bold text-blue-900 text-lg">Jane Doe</span>
<small class="text-gray-500">
Customer
</small>
<p class="text-center leading-10 mt-6">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed nec sagittis dolor. Maecenas quam nunc,
tincidunt quis facilisis ut.
</p>
</div>
</div>
</div>
<div class="flex flex-wrap my-10 -mx-4">
<div class="px-4 w-1/2 lg:w-1/6 my-4 lg:my-0">
<div class="bg-white rounded-xl px-6 py-4 flex flex-col items-center">
<img src="/assets/company-logo.svg" alt="">
<span class="mt-1">Company Name </span>
</div>
</div>
<div class="px-4 w-1/2 lg:w-1/6 my-4 lg:my-0">
<div class="bg-white rounded-xl px-6 py-4 flex flex-col items-center">
<img src="/assets/company-logo.svg" alt="">
<span class="mt-1">Company Name </span>
</div>
</div>
<div class="px-4 w-1/2 lg:w-1/6 my-4 lg:my-0">
<div class="bg-white rounded-xl px-6 py-4 flex flex-col items-center">
<img src="/assets/company-logo.svg" alt="">
<span class="mt-1">Company Name </span>
</div>
</div>
<div class="px-4 w-1/2 lg:w-1/6 my-4 lg:my-0">
<div class="bg-white rounded-xl px-6 py-4 flex flex-col items-center">
<img src="/assets/company-logo.svg" alt="">
<span class="mt-1">Company Name </span>
</div>
</div>
<div class="px-4 w-1/2 lg:w-1/6 my-4 lg:my-0">
<div class="bg-white rounded-xl px-6 py-4 flex flex-col items-center">
<img src="/assets/company-logo.svg" alt="">
<span class="mt-1">Company Name </span>
</div>
</div>
<div class="px-4 w-1/2 lg:w-1/6 my-4 lg:my-0">
<div class="bg-white rounded-xl px-6 py-4 flex flex-col items-center">
<img src="/assets/company-logo.svg" alt="">
<span class="mt-1">Company Name </span>
</div>
</div>
</div>
</div>
</section>
<section class="bg-gradient-custom py-20">
<div class="container mx-auto px-4 lg:px-0">
<h3 class="font-bold text-center text-2xl lg:text-3xl mb-6">Why to choose us ?</h3>
<p class="text-center mb-10">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<div class="flex flex-wrap -mx-4">
<div class="px-4 w-full lg:w-1/3 my-4 lg:my-0">
<div class="bg-white rounded-xl text-blue-900 flex flex-col items-center py-20 px-10">
<span class="text-7xl text-yellow-500"><i class="las la-tachometer-alt"></i></span>
<span class="font-bold text-2xl my-5">Fast Response</span>
<p class="text-center leading-10">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed nec sagittis dolor. Maecenas quam nunc, tincidunt
quis facilisis ut.
</p>
</div>
</div>
<div class="px-4 w-full lg:w-1/3 my-4 lg:my-0">
<div class="bg-white rounded-xl text-blue-900 flex flex-col items-center py-20 px-10">
<span class="text-7xl text-yellow-500"><i class="las la-server"></i></span>
<span class="font-bold text-2xl my-5">Powerful Server</span>
<p class="text-center leading-10">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed nec sagittis dolor. Maecenas quam nunc, tincidunt
quis facilisis ut.
</p>
</div>
</div>
<div class="px-4 w-full lg:w-1/3 my-4 lg:my-0">
<div class="bg-white rounded-xl text-blue-900 flex flex-col items-center py-20 px-10">
<span class="text-7xl text-yellow-500"><i class="las la-money-bill-wave-alt"></i></span>
<span class="font-bold text-2xl my-5">Cheap</span>
<p class="text-center leading-10">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Sed nec sagittis dolor. Maecenas quam nunc, tincidunt
quis facilisis ut.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="py-20">
<div class="container mx-auto px-4 lg:px-0">
<div class="flex items-center flex-wrap -mx-4">
<div class="w-full lg:w-1/2 ox-6 lg:px-14 py-10">
<span class="text-center text-2xl lg:text-3xl font-bold inline-flex w-full justify-center">
Level Up your web hosting with these must-have.
</span>
</div>
<div class="w-full lg:w-1/2 px-6 lg:px-14 py-10 flex flex-col md:flex-row items-center">
<div class="md:mr-10">
<span class="text-8xl text-yellow-500 mb-6 md:mb-0 inline-block">
<i class="las la-cog"></i>
</span>
</div>
<div>
<span class="font-bold text-lg">Data Safety </span>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Sed nec sagittis dolor.
</p>
</div>
</div>
<div class="w-full lg:w-1/2 px-6 lg:px-14 py-10 flex flex-col md:flex-row items-center">
<div class="md:mr-10">
<span class="text-8xl text-yellow-500 mb-6 md:mb-0 inline-block">
<i class="las la-shield-alt"></i>
</span>
</div>
<div>
<span class="font-bold text-lg">Security</span>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Sed nec sagittis dolor.
</p>
</div>
</div>
<div class="w-full lg:w-1/2 px-6 lg:px-14 py-10 flex flex-col md:flex-row items-center">
<div class="md:mr-10">
<span class="text-8xl text-yellow-500 mb-6 md:mb-0 inline-block">
<i class="las la-tools"></i>
</span>
</div>
<div>
<span class="font-bold text-lg">SEO Tools</span>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Sed nec sagittis dolor.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="py-20 bg-gradient-custom">
<div class="container mx-auto px-4 lg:px-0">
<h3 class="text-center text-2xl lg:text-3xl font-bold mb-6">So what's in Shared Hosting? A whole lot.</h3>
<div class="flex flex-wrap items-center">
<div class="w-full lg:w-1/3 bg-white text-blue-900 rounded-tl-xl rounded-tr-xl lg:rounded-tr-none rounded-bl-none lg:rounded-bl-xl pricing-card
flex flex-col items-center justify-around py-10
">
<div class="flex flex-col items-center">
<span class="text-xl font-bold">Starter Package</span>
<span>Blogging Website</span>
</div>
<span class="text-3xl font-bold">$3 / month</span>
<a href="#" class="btn border border-blue-900">Buy now</a>
</div>
<div class="w-full lg:w-1/3 bg-yellow-600 pricing-card-main
flex flex-col items-center justify-around py-10
flex-wrap
">
<div class="flex flex-col items-center">
<span class="text-xl font-bold">Starter Package</span>
<span>Blogging Website</span>
</div>
<span class="text-3xl font-bold">$3 / month</span>
<a href="#" class="btn border border-white">Buy now</a>
</div>
<div class="w-full lg:w-1/3 bg-white text-blue-900
lg:rounded-tr-xl rounded-br-xl
rounded-tr-none rounded-bl-xl lg:rounded-bl-none
pricing-card
flex flex-col items-center justify-around py-10
">
<div class="flex flex-col items-center">
<span class="text-xl font-bold">Starter Package</span>
<span>Blogging Website</span>
</div>
<span class="text-3xl font-bold">$3 / month</span>
<a href="#" class="btn border border-blue-900">Buy now</a>
</div>
</div>
</div>
</section>
<section class="py-20">
<div class="container mx-auto px-4 lg:px-0">
<h3 class="font-bold text-center text-2xl lg:text-3xl mb-6">Hosting from Another world</h3>
<p class="w-full lg:w-1/2 mx-auto text-center text-lg mb-10">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec sagittis dolor. Maecenas quam nunc, tincidunt quis facilisis ut, faucibus eget </p>
<div class="flex flex-wrap items-start lg:items-center ">
<div class="px-0 lg:px-10 w-full lg:w-1/3 flex justify-start lg:justify-center">
<ul>
<li class="text-2xl mb-4">
<i class="las la-check-circle text-blue-500"></i>
<span>Website Builder</span>
</li>
<li class="text-2xl mb-4">
<i class="las la-check-circle text-blue-500"></i>
<span>WP Accelerator</span>
</li>
<li class="text-2xl mb-4">
<i class="las la-check-circle text-blue-500"></i>
<span> 24/7 Support </span>
</li>
</ul>
</div>
<div class="px-0 lg:px-10 w-full lg:w-1/3 flex justify-start lg:justify-center">
<ul>
<li class="text-2xl mb-4">
<i class="las la-check-circle text-blue-500"></i>
<span>Free Domain and SSL </span>
</li>
<li class="text-2xl mb-4">
<i class="las la-check-circle text-blue-500"></i>
<span>Auto Installer</span>
</li>
<li class="text-2xl">
<i class="las la-check-circle text-blue-500"></i>
<span> DDoS and Malware </span>
</li>
</ul>
</div>
<div class="px-10 w-1/3 justify-center hidden lg:flex">
<img src="/assets/data-host.svg" alt="">
</div>
</div>
</div>
</section>
<footer class="py-20 text-gray-400">
<div class="container mx-auto px-4 lg:px-0">
<div class="flex flex-wrap -mx-4">
<div class="pl-0 lg:pl-4 w-full lg:w-1/3">
<a href="/" class="mb-10 inline-flex">
<img src="/assets/logo.svg" alt="Logo">
</a>
<p class="leading-10 mb-5">
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper matti pibus leo.
</p>
<div>
<a href="#"><i class="lab la-facebook-f"></i></a>
<a href="#"><i class="lab la-twitter"></i></a>
<a href="#"><i class="lab la-pinterest"></i></a>
</div>
</div>
<div class="w-full lg:w-2/3 flex flex-wrap mt-10 lg:mt-0 pl-0 lg:pl-16 pr-4">
<div class="w-full lg:w-1/3">
<span class="font-bold text-lg text-white mb-7 inline-block">Get Started </span>
<ul>
<li class="mb-7"><a href="#">Tutorials</a></li>
<li class="mb-7"><a href="#">Resources</a></li>
<li><a href="#">Guides</a></li>
</ul>
</div>
<div class="w-full lg:w-1/3">
<span class="font-bold text-lg text-white mb-7 inline-block">Get Started </span>
<ul>
<li class="mb-7"><a href="#">Tutorials</a></li>
<li class="mb-7"><a href="#">Resources</a></li>
<li><a href="#">Guides</a></li>
</ul>
</div>
<div class="w-full lg:w-1/3">
<span class="font-bold text-lg text-white mb-7 inline-block">Get Started </span>
<ul>
<li class="mb-7"><a href="#">Tutorials</a></li>
<li class="mb-7"><a href="#">Resources</a></li>
<li><a href="#">Guides</a></li>
</ul>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row justify-between mt-10">
<span>
© All rights reserved
</span>
<span>Made with love by Ridho Tijan</span>
</div>
</div>
</footer>
<script type="module" src="/main.js"></script>
</body>
</html>