-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjob-offering.html
executable file
·72 lines (71 loc) · 3.88 KB
/
job-offering.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
---
layout: page
title: Job Offering
subtitle: :'(
---
<!--================Team People Area =================-->
<section class="nothiring_area p_50">
<div class="container">
<div class="row">
<div class="col-lg-8 centered">
<div class="c_title">
<img src="assets/img/icon/title-icon.png" alt="">
<h6>Sorry!!!</h6>
<h2>We are not hiring at the moment</h2>
</div>
<h3>Feel free to throw a message. We will get back to you as soon as we have an open position.</h3>
<form class="contact_us_form row" action="contact_process.php" method="post" id="contactForm" novalidate="novalidate">
<div class="form-group col-lg-6">
<input type="text" class="form-control" id="name" name="name" placeholder="Name*">
</div>
<div class="form-group col-lg-6">
<input type="email" class="form-control" id="email" name="email" placeholder="Email*">
</div>
<div class="form-group col-lg-6">
<input type="phone" class="form-control" id="phone" name="phone" placeholder="Phone*">
</div>
<div class="form-group col-lg-6">
<select class="form-control">
<option selected>Field of expertise*</option>
<option>Full-Stack Developer</option>
<option>Frontend Rockstar</option>
<option>Backend Developer(node.js)</option>
<option>Android Developer</option>
<option>iOS Developer</option>
</select>
</div>
<div class="form-group col-lg-6">
<select class="form-control">
<option selected>Experience</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</div>
<div class="form-group col-lg-6">
<select class="form-control">
<option selected>Expected Salary</option>
<option>30,000</option>
<option>40,000</option>
<option>50,000</option>
<option>60,000</option>
</select>
</div>
<div class="form-group col-lg-12">
<textarea class="form-control" name="projectbrif" id="message" rows="1" placeholder="Message"></textarea>
</div>
<div class="form-group col-lg-12 file-input-btn">
<label for="fileinput" class="solid_btn_thin col-sm-3 float-left">CV / Resume</label>
<label class="support_label">*Supported format: jpeg, png, zip, rar,gzip, tar.gz, ai, psd</label>
<input type="file" class="form-control-file col-sm-12" id="fileinput">
</div>
<div class="form-group col-lg-12">
<button type="submit" value="submit" class="btn submit_btn form-control">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!--================End Team People Area =================-->