-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (87 loc) · 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title> worker</title>
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<meta name="theme-color" content="grey" />
<link rel="stylesheet" href="work.css">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src='main.js'></script>
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo">worker</label>
<ul>
<li><a class="active" > sigin </a></li>
<li><a> Locatio--place</a></li>
<li><a > </a></li>
</ul>
</nav>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h2 class="text-xs text-indigo-500 tracking-widest font-medium title-font mb-1"> we are here for you</h2>
<h1 class="sm:text-3xl text-2xl font-medium title-font text-gray-900"> get worker </h1>
</div>
<div class="flex flex-wrap -m-4">
<div class="p-4 md:w-1/3">
<div class="flex rounded-lg h-full bg-gray-100 p-8 flex-col">
<div class="flex items-center mb-3">
<div class="w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-indigo-500 text-white flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
</svg>
</div>
<h2 class="text-gray-900 text-lg title-font font-medium"> get prices</h2>
</div>
<div class="flex-grow">
<p class="leading-relaxed text-base"> Get best prices </p>
</div>
</div>
</div>
<div class="p-4 md:w-1/3">
<div class="flex rounded-lg h-full bg-gray-100 p-8 flex-col">
<div class="flex items-center mb-3">
<div class="w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-indigo-500 text-white flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</div>
<h2 class="text-gray-900 text-lg title-font font-medium"> Find labour </h2>
</div>
<div class="flex-grow">
<p class="leading-relaxed text-base"> Description .</p>
</div>
</div>
</div>
<div class="p-4 md:w-1/3">
<div class="flex rounded-lg h-full bg-gray-100 p-8 flex-col">
<div class="flex items-center mb-3">
<div class="w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-indigo-500 text-white flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<circle cx="6" cy="6" r="3"></circle>
<circle cx="6" cy="18" r="3"></circle>
<path d="M20 4L8.12 15.88M14.47 14.48L20 20M8.12 8.12L12 12"></path>
</svg>
</div>
<h2 class="text-gray-900 text-lg title-font font-medium"> Find work </h2>
</div>
<div class="flex-grow">
<p class="leading-relaxed text-base"> work with us</p>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>