forked from AditiDiti/HelpingHands2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemployer.html
169 lines (158 loc) · 6.85 KB
/
employer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WorkIndia</title>
<link rel="stylesheet" href="employer.css">
</head>
<body>
<!-- <header>
<div class="container">
<a href="#" class="logo">WorkIndia</a>
<nav>
<ul>
<li><a href="#">FIND NEW JOB</a></li>
<li><a href="#">FAQ/HELP</a></li>
<li><a href="#">SIGN IN</a></li>
</ul>
</nav>
</div>
</header> -->
<main>
<h1 style="margin-left: 10%; color: white;">Job Posting Form </h1>
<div class="big-div">
<div class="form-group">
<br>
<label for="job-title">Job Title</label>
<br>
<input type="text" id="job-title" name="job-title" placeholder="Enter the job Title">
</div>
<div class="form-group">
<label for="job-location">Job Location</label>
<br>
<select name="job-location" id="job-location">
<option value="">Select From The Drop-down</option>
<option value="delhi">Delhi</option>
<option value="mumbai">Mumbai</option>
<option value="bangalore">Bangalore</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="no-of-openings">No Of Openings</label>
<input type="number" id="no-of-openings" name="no-of-openings" placeholder="Eg. 2">
</div>
<div class="form-group">
<label for="min-salary">Minimum Salary</label>
<input type="number" id="min-salary" name="min-salary" placeholder="Minimum Salary">
</div>
<!-- Add div for Maximum Salary here -->
</div>
<div class="big-div">
<div class="form-group">
<label for="job-title">Skills</label>
<br>
<input type="text" id="job-title" name="job-title" style="width: 600px;" placeholder="Enter the skills required to apply for this job">
</div>
<div class="form-group">
<label for="job-location">Type of Candidates</label>
<br>
<div class="form-group">
<button class="candidate-button">Any</button>
<button class="candidate-button">freshers</button>
<button class="candidate-button">Experienced</button>
</div><br>
<div class="form-group">
<label for="no-of-openings">No Of Openings</label>
<br>
<input type="number" id="no-of-openings" name="no-of-openings" placeholder="Eg. 2">
</div>
<div class="form-group">
<label for="min-salary">Minimum Salary</label>
<br>
<input type="number" id="min-salary" name="min-salary" placeholder="Minimum Salary">
</div>
<!-- Add div for Maximum Salary here -->
</div>
</div>
<div class="big-div">
<div class="form-group">
<label for="company-name">Company Name</label>
<br>
<input type="text" id="company-name" name="company-name" placeholder="Company Name" style="width: 200px;">
</div>
<div class="form-group">
<label for="contact-person">Contact Person Name</label>
<br>
<input type="text" id="contact-person" name="contact-person" placeholder="Contact Person Name" style="width: 200px;">
</div>
<div class="form-group">
<label for="phone-number">Phone Number</label>
<br>
<input type="text" id="phone-number" name="phone-number" placeholder="Phone Number" style="width: 200px;">
</div>
<div class="form-group">
<label for="email-id">Email ID</label>
<br>
<input type="email" id="email-id" name="email-id" placeholder="Email ID" style="width: 200px;">
</div>
<div class="form-group">
<label for="job-address">Job Address</label>
<br>
<input type="text" id="job-address" name="job-address" placeholder="Job Address" style="width: 200px;">
<br><br>
<button id="submit-button" type="button" onclick="window.location.href='recruiter.html'" >Submit</button>
</div>
</div>
<!-- <div class="container">
<section class="hero">
<h2>Post your job in just 2 minutes!</h2>
<p>India's Best Hiring Platform</p>
<button>Get Started</button>
</section>
<section class="benefits">
<h3>Benefits</h3>
<ul>
<li>Get unlimited calls directly from the candidates.</li>
<li>Get access to the database of over 3.5 Crore candidates.</li>
</ul>
</section>
<section class="job-posting">
<h2>Basic Job Details</h2>
<p>Need Help? Call us at 08069824660</p>
<form>
<div class="form-group">
<label for="job-title">Job Title</label>
<input type="text" id="job-title" name="job-title" placeholder="Enter the job Title">
</div>
<div class="form-group">
<label for="job-location">Job Location</label>
<select name="job-location" id="job-location">
<option value="">Select From The Drop-down</option>
<option value="delhi">Delhi</option>
<option value="mumbai">Mumbai</option>
<option value="bangalore">Bangalore</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="no-of-openings">No Of Openings</label>
<input type="number" id="no-of-openings" name="no-of-openings" placeholder="Eg. 2">
</div>
<div class="form-group">
<label for="min-salary">Minimum Salary</label>
<input type="number" id="min-salary" name="min-salary" placeholder="Minimum Salary">
</div>
<div class="form-group">
<label for="max-salary">Maximum Salary</label>
<input type="number" id="max-salary" name="max-salary" placeholder="Maximum Salary">
</div>
<button type="submit">Post Job</button>
</form>
</section>
</div>-->
</main>
<script src="script.js"></script>
</body>
</html>