-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
496 lines (493 loc) · 31.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
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
<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>Email Marketing Agency</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="font-body text-gray-900">
<div class="bg-gray-100">
<div class="px-8 md:px-16 lg:px-32">
<div class="grid grid-cols-12 pt-8">
<header class="col-span-4">
<div>
<a href="index.html">
<h1 class="text-4xl">Agency</h1>
</a>
</div>
</header>
<div class="col-span-7 md:hidden"></div>
<div id="burger" class="col-span-1 cursor-pointer md:hidden">
<svg class="w-12 h-12" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16M4 18h16">
</path>
</svg>
</div>
<nav id="menu" class="col-span-12 lg:col-span-8 my-3 hidden md:block">
<ul class="md:grid md:grid-cols-2">
<div class="md:flex md:justify-between">
<li class="my-2 md:inline md:my-0"><a href="#">Services</a></li>
<li class="my-2 md:inline md:my-0"><a href="#">Pricing</a></li>
<li class="my-2 md:inline md:my-0"><a href="#">About Us</a></li>
<li class="my-2 md:inline md:my-0"><a href="#">Contact</a></li>
</div>
<div class="md:flex md:justify-end">
<li class="my-2 md:inline md:my-0 md:mr-8"><a href="#">Login</a></li>
<li class="my-2 md:inline md:my-0">
<a href="#" class="md:px-4 md:py-2 md:rounded-md md:bg-primary md:text-white">Sign
Up</a>
</li>
</div>
</ul>
</nav>
</div>
<div class="my-4">
<main class="grid grid-cols-4">
<div class="pr-6 py-8 md:py-16 col-span-4 md:col-span-2 ">
<h2 class="text-4xl md:text-6xl font-semibold tracking-wide leading-normal text-primary">Email
Marketing
for Big Ideas
</h2>
<p class="py-6 text-xl leading-normal">Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ea laboriosam magnam fuga, libero at, ipsam possimus beatae quo aliquam, doloribus
explicabo! Rem eaque dolorem perferendis maxime, nulla hic? Magni, mollitia.</p>
<div class="py-4 lg:py-0">
<a href="#" class="bg-primary text-white rounded-md px-9 py-4 font-semibold">
<svg class="w-6 h-6 inline" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
Watch Video
</a>
</div>
</div>
<div class="px-3 col-span-4 order-first md:col-span-2 md:order-1 lg:col-span-1">
<img src="images/mail 1.jpg" alt="image 1"
class="h-112 mt-5 w-full object-cover rounded-tl-big rounded-br-big">
</div>
<div class="pl-3 hidden order-2 lg:block">
<img src="images/man.jpg" alt="image 2"
class="h-60 w-full mb-3 object-cover rounded-tl-big rounded-br-big">
<img src="images/comp.jpg" alt="image 3"
class="h-60 w-full mt-3 object-cover rounded-tl-big rounded-br-big">
</div>
</main>
</div>
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20">
<div>
<h3 class="text-4xl font-medium my-4">Marketing Features</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolorem quidem, odio inventore
expedita doloribus
iusto eaque maxime itaque, quaerat ex nulla.</p>
</div>
<div class="my-8 grid grid-cols-3 gap-4">
<div class="border-2 shadow-md rounded-md p-6 col-span-3 md:col-span-1">
<div class="w-12 h-12 p-2 bg-primary text-white rounded-md flex items-stretch">
<svg class="" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"></path>
</svg>
</div>
<h4 class="my-6 text-2xl">Market Analysis</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. In enim minus vel natus, animi fugit alias?
Pariatur eum totam asperiores quidem, enim blanditiis sit, beatae expedita adipisci cumque,
reiciendis voluptatum.</p>
</div>
<div class="border-2 shadow-md rounded-md p-6 col-span-3 md:col-span-1">
<div class="w-12 h-12 p-2 bg-primary text-white rounded-md flex items-stretch">
<svg class="" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
</div>
<h4 class="my-6 text-2xl">SEO Consultancy</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. In enim minus vel natus, animi fugit alias?
Pariatur eum totam asperiores quidem, enim blanditiis sit, beatae expedita adipisci cumque,
reiciendis voluptatum.</p>
</div>
<div class="border-2 shadow-md rounded-md p-6 col-span-3 md:col-span-1">
<div class="w-12 h-12 p-2 bg-primary text-white rounded-md flex items-stretch">
<svg class="" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M15 7a2 2 0 012 2m4 0a6 6 0 01-7.743 5.743L11 17H9v2H7v2H4a1 1 0 01-1-1v-2.586a1 1 0 01.293-.707l5.964-5.964A6 6 0 1121 9z">
</path>
</svg>
</div>
<h4 class="my-6 text-2xl">Keyword Research</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. In enim minus vel natus, animi fugit alias?
Pariatur eum totam asperiores quidem, enim blanditiis sit, beatae expedita adipisci cumque,
reiciendis voluptatum.</p>
</div>
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20 bg-gray-100">
<p class="text-xl">Trusted by over 15,000+ happy customers</p>
<div class="my-6 flex flex-wrap justify-evenly">
<img src="images/asana-logo.png" alt="asana-logo" class="w-40 h-10 object-cover">
<img src="images/Allianz-Partners-Logo-ITA.png" alt="Allianz-Partners-Logo-ITA"
class="w-88 h-10 object-cover">
<img src="images/amazon logo.png" alt="amazon logo" class="w-88 h-12 object-cover">
<img src="images/finnair-logo-1.png" alt="finnair-logo-1" class="w-88 h-8 object-cover">
<img src="images/samsung logo.png" alt="samsung logo" class="w-40 h-10 object-cover">
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20">
<div class="grid grid-cols-2">
<div class="mr-10 md:mr-0 col-span-2 sm:col-span-1">
<h3 class="text-3xl font-semibold my-6">Why should you trust us?</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Error excepturi mollitia, atque porro quae
perspiciatis? Labore odit assumenda, sequi, dolorum, voluptas repellat rerum eius nisi eaque magnam
cum
repudiandae voluptates!</p>
<div class="flex my-4">
<div class="w-12 h-2 bg-gray-900 mt-2 mr-8"></div>
<span class="">We have proven results</span>
</div>
<div class="flex my-4">
<div class="w-12 h-2 bg-gray-700 mt-2 mr-8"></div>
<span>We are honest and ethical</span>
</div>
<div class="flex my-4">
<div class="w-12 h-2 bg-gray-500 mt-2 mr-8"></div>
<span>We know digital marketing</span>
</div>
<div class="flex my-4">
<div class="w-12 h-2 bg-gray-300 mt-2 mr-8"></div>
<span>We put customers first</span>
</div>
</div>
<img src="images/pointing-left.png" alt="pointing-left" class="col-span-2 sm:col-span-1">
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20 bg-gray-100">
<h3 class="text-3xl font-semibold my-4">Our Latest Articles</h3>
<p class="my-6">Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestiae accusantium dicta atque
delectus quaerat
voluptates, maxime.</p>
<div class="grid grid-cols-3 gap-4">
<div class="rounded-md shadow-lg border-2 col-span-3 md:col-span-1">
<img src="images/blog-1.jpg" alt="blog-1" class="h-56 w-full object-cover">
<div class="m-4 flex justify-between">
<div class="h-6">
<svg class="w-6 h-5 inline align-top" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z">
</path>
</svg>
<span>Sep 24, 2021</span>
</div>
<div class="text-center">
<svg class="w-6 h-5 inline align-top" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z">
</path>
</svg>
<span>255</span>
</div>
</div>
<h4 class="m-4 text-2xl">Know your audience</h4>
<p class="mx-4 my-4 mb-6">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nisi laudantium
eveniet est optio accusantium maxime repudiandae. Maiores qui molestias itaque quasi error.</p>
</div>
<div class="rounded-md shadow-lg border-2 col-span-3 md:col-span-1">
<img src="images/blog-2.jpg" alt="blog-2" class="h-56 w-full object-cover">
<div class="m-4 flex justify-between">
<div class="h-6">
<svg class="w-6 h-5 inline align-top" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z">
</path>
</svg>
<span>Sep 5, 2021</span>
</div>
<div class="text-center">
<svg class="w-6 h-5 inline align-top" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z">
</path>
</svg>
<span>199</span>
</div>
</div>
<h4 class="m-4 text-2xl">Develop marketing</h4>
<p class="mx-4 my-4 mb-6">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nisi laudantium
eveniet est optio accusantium maxime repudiandae. Maiores qui molestias itaque quasi error.</p>
</div>
<div class="rounded-md shadow-lg border-2 col-span-3 md:col-span-1">
<img src="images/blog-3.jpg" alt="blog-3" class="h-56 w-full object-cover">
<div class="m-4 flex justify-between">
<div class="h-6">
<svg class="w-6 h-5 inline align-top" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z">
</path>
</svg>
<span>Jun 24, 2021</span>
</div>
<div class="text-center">
<svg class="w-6 h-5 inline align-top" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z">
</path>
</svg>
<span>158</span>
</div>
</div>
<h4 class="m-4 text-2xl">Email analytics</h4>
<p class="mx-4 my-4 mb-6">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nisi laudantium
eveniet est optio accusantium maxime repudiandae. Maiores qui molestias itaque quasi error.</p>
</div>
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20">
<h3 class="text-3xl font-semibold my-4">Choose your plan</h3>
<p class="my-6">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam eos impedit ratione animi ea
asperiores unde
temporibus.
</p>
<div class="grid grid-cols-3 gap-4">
<div class="rounded-md shadow-lg border-2 bg-gray-50 col-span-3 md:col-span-1">
<div class="text-center ">
<h4 class="text-2xl rounded-t-md p-4 overflow-hidden bg-primary text-white">Standard</h4>
<p class="m-4">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Odit quo.</p>
<h4 class="text-2xl mt-4">€15</h4>
<p class="my-2">Per user per month</p>
</div>
<ul class="m-6">
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Unlimited teams</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Supported objects: Leads & Cases</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Round robin assignment</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Pause and play assignment</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Unlimited filters & workflows</li>
</ul>
<div class="text-center my-6">
<a href="#" class="px-6 py-2 bg-primary text-white rounded-md">Start Free
Trial</a>
</div>
</div>
<div class="rounded-md shadow-2xl border col-span-3 md:col-span-1">
<div class="text-center">
<h4 class="text-2xl rounded-t-md p-4 overflow-hidden bg-primary text-white">Professional</h4>
<p class="m-4">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Odit quo.</p>
<h4 class="text-2xl mt-4">€25</h4>
<p class="my-2">Per user per month</p>
</div>
<ul class="m-6">
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Unlimited teams</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Supported objects: Leads & Cases</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Round robin assignment</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Pause and play assignment</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Unlimited filters & workflows</li>
</ul>
<div class="text-center my-6">
<a href="#" class="px-6 py-2 bg-primary text-white rounded-md">Start Free
Trial</a>
</div>
</div>
<div class="rounded-md shadow-lg border-2 bg-gray-50 col-span-3 md:col-span-1">
<div class="text-center">
<h4 class="text-2xl rounded-t-md p-4 overflow-hidden bg-primary text-white">Enterprise</h4>
<p class="m-4">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Odit quo.</p>
<h4 class="text-2xl mt-4">Custom</h4>
<p class="my-2">Per team</p>
</div>
<ul class="m-6">
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Unlimited teams</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Supported objects: Leads & Cases</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Round robin assignment</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Pause and play assignment</li>
<li><svg class="w-6 h-6 inline mr-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
</path>
</svg>Unlimited filters & workflows</li>
</ul>
<div class="text-center my-6">
<a href="#" class="px-6 py-2 bg-primary text-white rounded-md">Start Free
Trial</a>
</div>
</div>
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20 bg-gray-100">
<div class="grid grid-cols-2 gap-8">
<img src="images/testimonial.jpg" alt="testimonial" class="col-span-2 md:col-span-1">
<div class="col-span-2 md:col-span-1">
<h3 class="text-3xl font-semibold">What our clients think</h3>
<p class="my-12">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut nostrum harum, recusandae
quos magni
dolores sequi officia. Vitae perferendis, neque repudiandae tenetur porro itaque quo ipsum tempore
quis. Quis, ipsum. magni
dolores sequi officia. Vitae perferendis, neque repudiandae.</p>
<div class="flex justify-start">
<img src="images/man-1.jpg" alt="man-1" class="rounded-full shadow-lg w-24 h-24">
<div class="m-6">
<p class="text-2xl">John Doe</p>
<p>Travel Agency</p>
</div>
</div>
</div>
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20 text-center">
<div class="bg-primary text-white rounded-md p-10">
<h3 class="text-3xl">Subscribe to our newsletter</h3>
<p class="my-4">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Harum commodi officia vel neque
dolore at
error.
</p>
<div class="bg-white text-gray-900 md:mx-16 xl::mx-32 p-2 rounded-md grid grid-cols-6">
<input type="email" placeholder="Enter your email" class="col-span-6 md:col-span-4 lg:col-span-5">
<a href="#"
class="rounded-md px-6 py-2 bg-primary text-white w-full col-span-6 md:col-span-2 lg:col-span-1">
Subscribe
</a>
</div>
</div>
</div>
<div class="px-8 md:px-16 lg:px-32 py-10 md:py-20 bg-gray-100">
<div class="grid grid-cols-4 gap-8">
<div class="col-span-4 sm:col-span-2 lg:col-span-1">
<h4 class="text-3xl font-semibold">Agency</h4>
<p class="my-6 mr-4">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Animi veniam repellat
neque
facere
perferendis magni necessitatibus eos est sapiente labore vero repellendus autem tenetur, laborum,
doloremque tempora quidem temporibus incidunt!</p>
<div class="flex justify-start my-4">
<a href="https://facebook.com">
<svg class="w-8 h-8 p-1 bg-primary text-white" data-name="Layer 1" id="Layer_1"
viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
.cls-1 {
fill: #fff;
stroke: #000;
stroke-miterlimit: 10;
stroke-width: 2px;
}
</style>
</defs>
<title />
<path class="cls-1"
d="M53.68,38.26v15.1H37.11V72H53.68v42H73.29V72H90l2-18.63H73.29V38.26c0-2.67,2.11-4,3-4.82,1.57-1.34,9.15-1.55,9.15-1.55h7.43V15a93.26,93.26,0,0,0-11.68-1C53.11,14,53.68,38.26,53.68,38.26Z" />
</svg>
</a>
<a href="https://twitter.com" class="mx-6">
<svg class="w-8 h-8 p-1 bg-primary text-white" version="1.1" viewBox="0 0 512 512"
data-name="Layer 1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path class="cls-1"
d="M346.8,80c22.3,0,43.8,9.3,59,25.6l6.1,6.5l8.7-1.7c4.5-0.9,8.9-1.9,13.3-3.1c-1,1.4-5.7,6.1-11,10.8 c-4.5,4-17.8,16.5-17.8,16.5s13,4.1,21.1,5s17.4-0.6,18.9-0.8c-2.8,2.3-7.8,5.8-10.8,7.9l-7,5.1l0.4,8.6c0.2,3.8,0.3,7.8,0.3,11.8 c0,30.2-5.9,61.8-17,91.5c-11.7,31.2-28.5,59.4-50,83.8c-23,26.1-50.2,46.5-81.1,60.8c-33.8,15.7-71.3,23.6-111.5,23.6 c-28.9,0-57.4-4.8-84.5-14.2c9.9-1.9,19.6-4.6,29.1-7.9c21.7-7.6,41.9-18.7,60.1-33l35.3-27.7l-44.9-0.8 c-26.1-0.5-49.7-13.4-64.3-33.9c7.3-0.5,14.5-1.8,21.5-3.7l60.7-20.2l-61.7-10.9c-29.6-5.9-52.8-27.9-61.3-55.8 c7.8,2,15.4,2.8,23.9,3.3c0,0,31.8,1.4,55.8-0.1c-13-6.2-46.4-29.2-46.4-29.2c-22.5-15.1-36-40.2-36-67.4c0-6.4,0.8-12.8,2.2-19 c21.9,22.4,47,41.1,75.1,55.5c37,19.1,76.9,29.8,118.6,31.9l21.2,1.1l-4.8-20.7c-1.4-5.9-2.1-12.1-2.1-18.5 C265.9,116.3,302.2,80,346.8,80 M346.8,64c-53.5,0-96.8,43.4-96.8,96.9c0,7.6,0.8,15,2.5,22.1C172,179,100.6,140.4,52.9,81.7 c-8.3,14.3-13.1,31-13.1,48.7c0,33.6,17.1,63.3,43.1,80.7C67,210.7,52,206.3,39,199c0,0.4,0,0.8,0,1.2c0,47,33.4,86.1,77.7,95 c-8.1,2.2-16.7,3.4-25.5,3.4c-6.2,0-12.3-0.6-18.2-1.8c12.3,38.5,48.1,66.5,90.5,67.3c-33.1,26-74.9,41.5-120.3,41.5 c-7.8,0-15.5-0.5-23.1-1.4C62.9,432,113.8,448,168.4,448C346.6,448,444,300.3,444,172.2c0-4.2-0.1-8.4-0.3-12.5 c18.9-13.7,35.3-30.7,48.3-50.2c-17.4,7.7-36,12.9-55.6,15.3c20-12,35.4-31,42.6-53.6c-18.7,11.1-39.4,19.2-61.5,23.5 C399.8,75.8,374.6,64,346.8,64L346.8,64z" />
</svg>
</a>
<a href="https://instagram.com">
<svg class="w-8 h-8 p-1 bg-primary text-white" fill="#fff" stroke="#000" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<rect height="20" rx="5" ry="5" width="20" x="2" y="2" />
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
<line x1="17.5" x2="17.5" y1="6.5" y2="6.5" />
</svg>
</a>
</div>
</div>
<div class="col-span-2 sm:col-span-2 lg:col-span-1">
<h4 class="text-3xl font-semibold">Company</h4>
<p class="my-6"><a href="#">Home</a></p>
<p class="my-6"><a href="#">Services</a></p>
<p class="my-6"><a href="#">Team</a></p>
<p class="my-6"><a href="#">Blog</a></p>
</div>
<div class="col-span-2 sm:col-span-2 lg:col-span-1">
<h4 class="text-3xl font-semibold">Services</h4>
<p class="my-6"><a href="#">Content Writing</a></p>
<p class="my-6"><a href="#">Development</a></p>
<p class="my-6"><a href="#">Email Marketing</a></p>
<p class="my-6"><a href="#">SEO</a></p>
</div>
<div class="col-span-2 sm:col-span-2 lg:col-span-1">
<h4 class="text-3xl font-semibold">Contact</h4>
<p class="my-6"><a href="tel:+358444444444">+358 4444 44444</a></p>
<p class="my-6"><a href="mailto:info@example.com">info@example.com</a></p>
<p class="my-6">Turku, Finland</a></p>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>