forked from AditiDiti/HelpingHands2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlistofjob.html
220 lines (205 loc) · 9.3 KB
/
listofjob.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ListOfJobs</title>
<link rel="stylesheet" href="listofjob.css">
</head>
<body>
<div class="loader-container" id="loader-container">
<div class="loader"></div>
</div>
<div class="content" id="content" style="display:none;">
<div class="search-bar">
<input type="text" placeholder="Enter job title, company name here...">
</div>
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="green.html">Logout</a>
</div>
<div id="main">
<button class="openbtn" onclick="openNav()">☰ </button>
</div>
<main>
<div class="container">
<section class="filters">
<h2>Filter Jobs</h2>
<ul>
<li><a href="#">Job Title</a></li>
<li><a href="#">Company</a></li>
<li><a href="#">Location</a></li>
<li><a href="#">Job Type</a></li>
</ul>
</section>
<section class="job-listings">
<h2>Job Listings</h2>
<div class="dropdown-container">
<div class="dropdown">
<button class="dropbtn">Language Recuirement</button>
<div class="dropdown-content">
<a href="#">English</a>
<a href="#">Hindi</a>
<a href="#">Punjabi</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Location</button>
<div class="dropdown-content">
<a href="#">Delhi</a>
<a href="#">Haryana</a>
<a href="#">Punjab</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Pay </button>
<div class="dropdown-content">
<a href="#">2,500+ per month </a>
<a href="#">5,500+ per month</a>
<a href="#">7,500+ per month</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Date Posted</button>
<div class="dropdown-content">
<a href="#">7 days ago</a>
<a href="#">14 days ago</a>
<a href="#">1 month ago</a>
</div>
</div>
</div>
<!-- Repeat for other buttons -->
<!-- Rest of your content -->
</section>
<br>
<section class="job-listings">
<ul>
<li class="job-card">
<a href="#">
<h3>Makeup designer</h3>
<p>ABC Inc.</p>
<span class="location">New delhi</span>
<span class="job-type">Part Time</span>
</a>
<div class="dropdown_ham">
<button class="hamburger">⋮</button>
<div class="dropdown_ham-content">
<a href="#">Save</a>
<a href="#">Not Interested</a>
</div>
</li>
</ul>
</section>
<section class="job-listings">
<ul>
<li class="job-card">
<a href="#">
<h3>Beautician</h3>
<p>Urban company</p>
<span class="location">New Delhi</span>
<span class="job-type">Full Time</span>
</a>
<div class="dropdown_ham">
<button class="hamburger">⋮</button>
<div class="dropdown_ham-content">
<a href="#">Save</a>
<a href="#">Not Interested</a>
</div>
</li>
</ul>
<div class="job-card">
<a href="#">
<h3>Cleaner</h3>
<p>House Cleaning Services</p>
<span class="location">Delhi</span>
<span class="job-type">Part Time </span>
</a>
<div class="dropdown_ham">
<button class="hamburger">⋮</button>
<div class="dropdown_ham-content">
<a href="#">Save</a>
<a href="#">Not Interested</a>
</div>
</div>
</li>
</ul>
</section>
<section class="job-listings">
<ul>
<li class="job-card">
<a href="#">
<h3>Carpenter</h3>
<p>Jain Carpenters</p>
<span class="location">Mumbai</span>
<span class="job-type">Part Time</span>
</a>
<div class="dropdown_ham">
<button class="hamburger">⋮</button>
<div class="dropdown_ham-content">
<a href="#">Save</a>
<a href="#">Not Interested</a>
</div>
<div class="dropdown_ham">
<button class="hamburger">⋮</button>
<div class="dropdown_ham-content">
<a href="#">Save</a>
<a href="#">Not Interested</a>
</div>
</li>
</ul>
</section>
<section class="job-listings">
<ul>
<li class="job-card">
<a href="#">
<h3>Movers and Packers</h3>
<p>Urban Clap</p>
<span class="location">Haryana</span>
<span class="job-type">Full Time</span>
</a>
<div class="dropdown_ham">
<button class="hamburger">⋮</button>
<div class="dropdown_ham-content">
<a href="#">Save</a>
<a href="#">Not Interested</a>
</div>
</li>
</ul>
</section>
<section class="job-listings">
<ul>
<li class="job-card">
<a href="#">
<h3>Caterers</h3>
<p>Garg Catering Services</p>
<span class="location">Delhi</span>
<span class="job-type">Full Time</span>
</a>
<div class="dropdown_ham">
<button class="hamburger">⋮</button>
<div class="dropdown_ham-content">
<a href="#">Save</a>
<a href="#">Not Interested</a>
</div>
</div>
</li>
</ul>
</section>
</main>
</div>
<script src="script.js"></script>
<script>
//Loader Script
document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
const loaderContainer = document.getElementById('loader-container');
const content = document.getElementById('content');
loaderContainer.style.display = 'none';
content.style.display = 'block';
}, 1000);
});
</script>
<!-- Rest of your content -->
</body>
</html>