forked from PyramidDevelopers/hr.infopro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOPos.html
More file actions
321 lines (273 loc) · 13.9 KB
/
OPos.html
File metadata and controls
321 lines (273 loc) · 13.9 KB
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
<html>
<head>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MV7BDK8');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168608024-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-168608024-1');
</script>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" type="text/css" id="applicationStylesheet" href="index.css" />
<title>
InfoPro HR
</title>
<script>
function addData(input) {
var file = input.files[0];
var fr = new FileReader();
fr.fileName = file.name
fr.onload = function(e) {
html = '<input type="hidden" name="data" value="' + e.target.result.replace(/^.*,/, '') + '" >';
html += '<input type="hidden" name="mimetype" value="' + e.target.result.match(/^.*(?=;)/)[0] + '" >';
html += '<input type="hidden" name="filename" value="' + e.target.fileName + '" >';
html += '<input type="hidden" name="URL" value="' + document.URL + '">';
document.getElementById("data").innerHTML = html;
}
fr.readAsDataURL(file);
};
</script>
<style>
.jobleft {
width: 80%;
display: inline-block;
color: rgba(12, 20, 117, 1);
padding: 5%;
font-size: 1em;
padding-right: 0;
}
.jobleft>h1 {
color: rgba(12, 20, 117, 1);
font-weight: bolder;
font-size: 2em;
margin: 0;
padding: 0;
}
.opHeading {
color: rgb(99, 180, 250);
font-weight: bolder;
font-size: 1.5em;
}
.orange {
height: 2em;
/* margin: 1vh; */
}
.jobright {
font-size: 1em;
width: 20%;
display: inline-block;
position: fixed;
padding: 5% 2%;
color: rgb(99, 180, 250);
top: 15%;
}
.dblue {
color: rgba(12, 20, 117, 1);
}
.OPApply {
position: initial;
/* border: white; */
width: 100%;
text-align: center;
/* color: white;
background-color: rgba(12, 20, 117, 1); */
}
.OPApply:hover {
color: rgb(255, 255, 255);
background-color: rgb(29, 40, 112);
}
.OPApply:active {
color: rgb(255, 255, 255);
background-color: rgb(29, 40, 112);
/* transform: translateY(4px); */
}
@media only screen and (max-width: 900px) {
.jobleft {
width: 100%;
}
.jobright {
width: 100%;
position: static;
}
.orange {
margin-top: 7%;
}
.jobleft>h1 {
margin-bottom: 0%;
margin-top: -2%;
width: 60%;
}
div.opapply {
margin: 2%;
position: absolute;
top: 14%;
width: 40%;
}
}
</style>
</head>
<!DOCTYPE html>
<body onload="loadOPosPage()">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MV7BDK8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar" id="nav">
<ul>
<div class="big" style="padding-top:10px">
<a href="index.html">
<li class="logo"><img src="PageWiseAssets/InfoProLogo.png" style="width: 200px;padding:10px 10px 10px 10px;"></li>
</a>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="page3.html">About Us</a></li>
<li><a href="hiring.html">Job Seekers</a></li>
<li>
<div class="dropdown">
<a href="whatwedo.html"><button style="padding-top: 0px;" onmouseout="changeback()" onmouseover="change3()" onclick="myFunction()" id="clrbtn" class="dropbtn">Employers</button></a>
<div id="myDropdown" id="drp" onmouseover="change()" onmouseout="changeback()" class="dropdown-content">
<a href="whatwedo.html#staffing">Staffing Solutions</a>
<a href="whatwedo.html#hrm">Human Resource Management</a>
<a href="whatwedo.html#epo">Professional Employer Organization</a>
</div>
</div>
</li>
<div id="dropdown1" style="display:none">
<a onclick="my_close()" href="whatwedo.html#staffing" class="w3-bar-item w3-button" id="l1" style="width: 100% ; color: white;font-family: Poppins">Staffing Solutions</a>
<a onclick="my_close()" href="whatwedo.html#hrm" class="w3-bar-item w3-button" id="l1" style="width: 100% ; color: white;font-family: Poppins">Human Resource Management</a>
<a onclick="my_close()" href="whatwedo.html#epo" class="w3-bar-item w3-button" id="l1" style="width: 100% ; color: white;font-family: Poppins;">Professional Employer Organization</a>
</div>
<li><a class="active" href="index.html">Home</a></li>
</div>
<div class="small">
<div style="width: 100%">
<div style="width: 40%;float: left"><a href="index.html"> <img src="PageWiseAssets/InfoProLogo.png" style="width: 100%;"></a></div>
<button onclick="my_open()" style="
background-color:rgb(12, 20, 117) ;
border: none;
color: white;
padding:15px 15px;
font-size: 16px;
float: right;
width: 20%;
border-radius: 2px;
cursor: pointer;"><i class="fa fa-bars"></i></button>
</div>
<div class="w3-dropdown w3-bar " style="display:none; background-color:rgb(12, 20, 117)" id="mySidebar">
<a onclick="my_close()" href="index.html" class="w3-bar-item w3-button" id="l1" style="width: 100% ; color: white;font-family: Poppins;">Home</a>
<a onclick="my_closeemp2()" class="w3-bar-item w3-button" id="l2" style="width: 100% ;color: white;font-family: Poppins; ">Employers</a>
<div id="dropdown2" style="display:none">
<a onclick="my_close()" href="whatwedo.html#staffing" class="w3-bar-item w3-button" id="l1" style="width: 100% ; color: white;font-family: Poppins">Staffing Solutions</a>
<a onclick="my_close()" href="whatwedo.html#hrm" class="w3-bar-item w3-button" id="l1" style="width: 100% ; color: white;font-family: Poppins">Human Resource Management</a>
<a onclick="my_close()" href="whatwedo.html#epo" class="w3-bar-item w3-button" id="l1" style="width: 100% ; color: white;font-family: Poppins">Professional Employer Organization</a>
</div>
<a onclick="my_close()" href="hiring.html" class="w3-bar-item w3-button" id="l3" style="width: 100% ;color: white;font-family: Poppins">Job Seekers</a>
<a onclick="my_close()" href="page3.html" class="w3-bar-item w3-button" id="l4" style="width: 100% ;color: white;font-family: Poppins">About Us</a>
<a onclick="my_close()" href="contactus.html" class="w3-bar-item w3-button" id="l5" style="width: 100% ;color: white;font-family: Poppins">Contact us</a>
</div>
</div>
</ul>
</nav>
<div class="main">
<div class="jobleft">
<img src="PageWiseAssets/Page3/Orange1.png" class="orange" />
<h1 class="opname"></h1>
<div class="opdesc">
<h2 class="opHeading">Description</h2>
</div>
<div class="oproles">
<h2 class="opHeading">Roles and Responsibilities</h2>
</div>
<div class="opskills">
<h2 class="opHeading">Key Competencies and Skills</h2>
</div>
</div>
<div class="jobright">
<h2 class="opHeading">Details </h2>
<div class="oploc"><span class="dblue">Location: </span></div>
<div class="opexp"><span class="dblue">Experience: </span></div>
<div class="optype"><span class="dblue">Type: </span></div>
<div class="oppackage"><span class="dblue">Package: </span></div>
<div class="opqual"><span class="dblue">Qualification: </span></div>
<br><br>
<div class="opdate">Posted on </div>
<br>
<div class="opapply"></div>
</div>
<div class="blue" style="background-color:rgb(12, 20, 117) ; height: auto;clear:both; ">
<div class="data footerlinks">
<div>
<a href="contactus.html">Contact Us</a>
</div>
<div>
<a href="hiring.html">Job Seekers</a>
</div>
<div>
<a href="page3.html"> About Us</a>
</div>
<div>
<a href="privacypolicy.html">Privacy Policy</a>
</div>
</div>
<div class="blue" style="overflow: auto;float: left;width: 20%;height: 7%;background-color:rgb(12, 20, 117)">
<img src="PageWiseAssets/Page8/Footer/design.png" style="max-height: 100%;max-width: 100%; " />
</div>
<div class="blue footerlinks2" style="overflow: auto; float: left;width: 60%; height:auto;background-color:rgb(12, 20, 117)">
<div class="f2">
<div class="footer2" id="f21"><a href="#">
<img border="0" alt="W3Schools" src="PageWiseAssets\Page8\Footer\Icon%20awesome-facebook.png" width="30px" height="30px"></a></div>
<div class="footer2" id="f22"> <a href="#">
<img border="0" alt="W3Schools" src="PageWiseAssets\Page8\Footer\Icon%20awesome-linkedin-in.png" width="30px" height="30px">
</a>
</div>
</div>
</div>
<div class="blue" style="overflow: auto; float: right;width: 20%;background-color:rgb(12, 20, 117); height: 7%;">
<img src="PageWiseAssets/Page8/Footer/design.png" style="max-height: 100%;max-width: 100%;float: right;" />
</div>
</div>
</div>
<div class="form-popup" id="myForm">
<form action="https://script.google.com/macros/s/AKfycbxUVJ8rgvP_UZk3Mzf4AWvfNOPNkKQKSui5dzwYs5iPqm3sPcM/exec" class="form-container" method="post" id="ApplyForm">
<style>
</style>
<h1 id="JobTitleA"></h1>
<input type="hidden" name="JobPos" id="JobPos">
<button type="button" class="closeForm" onclick="closeForm()">X</button>
<label for="Name"><b>Name</b></label>
<input type="text" name="Name" id="Name" required autocomplete="name">
<label for="Email"><b>Email ID</b></label>
<input type="text" name="Email" id="Email" required autocomplete="email">
<label for="Phone"><b>Phone No</b></label>
<input type="text" name="Phone" id="Phone" required autocomplete="tel">
<label for="Location"><b>Location</b></label>
<input type="text" name="Location" id="Location" required autocomplete="address">
<label for="TE"><b>Total Experience</b></label>
<input type="text" name="TE" id="TE" required>
<label for="RE"><b>Relevant Experience</b></label>
<input type="text" name="RE" id="RE" required>
<label for="CCTC"><b>Current CTC</b></label>
<input type="text" name="CCTC" id="CCTC" required>
<label for="ECTC"><b>Expected CTC</b></label>
<input type="text" name="ECTC" id="ECTC">
<label for="NP"><b>Notice Period</b></label>
<input type="text" name="NP" id="NP" required>
<label for="psw"><b>Upload Resume</b></label>
<input type="file" id="FormUpload" name="Resume" onchange=addData(this) required> <br>
<div id="data"></div>
<button type="submit" class="btn" onclick=Apply()>Apply</button>
</form>
</div>
<script id="applicationScript" type="text/javascript" src="index.js"></script>
</body></html>