-
Notifications
You must be signed in to change notification settings - Fork 0
/
assigment.html
84 lines (66 loc) · 3.08 KB
/
assigment.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Assigment </title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="flex justify-between px-20 items-center borde-black border-b-2 border-gray-400 p-3">
<h1 class=" font-bold text-green-500 text-3xl"> Upwork</h1>
<ul class=" flex gap-10 font-semibold">
<li> Find Talent </li>
<li> Find Work </li>
<li> Why Upwork </li>
<li> Enterprise </li>
</ul>
<div >
<button> Login</button>
<button class=" bg-green-600 text-2x1 px-10 py-3 rounded-2xl mt-7 text-white ml-10 "> Sign Up </button>
<i class="fa-light fa-magnifying-glass"></i>
</div>
</div>
<!-------------------------2-------------->
<div class=" bg-green-500 h-[500px] mx-20 mt-4 rounded-3xl justify-items-center text-white pt-20">
<h1 class=" text-5xl w-[500px] font-bold"> Find the pest peaple for the your jop </h1>
<button class=" bg-white text-black text-2x1 px-24 py-3 m-10 rounded-2xl mt-10 pl-20 "> What are your hiring for?</button>
<div>
<button> Looking for work ? </button>
<button class=" border-2 border-white rounded-full px-10 py-3"> Apply as a pro</button>
</div>
</div>
<!-------------------------3----------------------------->
<div class=" mx-20 pt-10 ">
<h1 class="mb-10 font-bold text-4xl"> Browse Talent & IT </h1>
<div class=" flex gap-3 ">
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> Development & IT </button>
</div>
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> Design & Create </button>
</div>
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> Sales & marketing </button>
</div>
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> wrinting & translation </button>
</div>
</div>
<!-----------------------4------------------------------>
<div class="flex gap-3 mt-3 ">
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> Development & IT </button>
</div>
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> Design & Create </button>
</div>
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> Sales & marketing </button>
</div>
<div>
<button class=" bg-yellow-200 px-10 py-4 text-2xl rounded-xl font-semibold pl-10"> wrinting & translation </button>
</div>
</body>
</html>