-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareer.html
70 lines (54 loc) · 2.06 KB
/
career.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
<!DOCTYPE html>
<html>
<head>
<title>Careers | BTS MOTORS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="stylesheets\styleCareer.css">
<link rel = "icon" href ="images\logo.png" type = "image/x-icon">
<script src="script\header.js"></script>
</head>
<body>
<br>
<br>
<br>
<br>
<h1>Careers</h1>
<hr>
<h5>Please submit your detailed CV in the form given below or you can mail us at <br><a style="color: #333;" href="mailto:bhavjotbhavi14@mail.com">bhavjotbhavi14@gmail.com</a> <br>Mention the post you are applying for in the "Subject Line".</h5>
<p><b>Click</b> the button, <b>Fill</b> the Form and <b>Upload</b> your Resume</p>
<button class="accordion">Apply Now</button>
<div class="panel">
<form>
<label><b>Name <sup>*</sup></b></label>
<input type="text" placeholder="Name" name="name" required>
<label><b>Email <sup>*</sup></b></label>
<input type="email" placeholder="Email" name="name" required>
<label><b>Mobile Number <sup>*</sup></b></label>
<input type="tel" placeholder="Mobile Number" name="number" maxlength="10" required>
<label for="select"><b>Applying For Post</b></label>
<select>
<option selected="selected"> Select For Post</option>
<option>Sales Executive</option>
<option>Sales Consultant</option>
<option>Sales Advisor</option>
<option>Service Advisor</option>
<option>Executive</option>
<option>HR Executive</option>
<option>Mechanic</option>
<option>Sales Representative</option>
<option>Other</option>
</select>
<label style="position: relative; top: 20px;"><b>Upload Your Resume Below</b></label>
<input type="file" id="myFile" name="filename">
<button class="button" onclick="myAlert()"><span>Submit </span></button>
</form>
<script src="script\scriptCareer.js"></script>
</div>
<br>
<br><br>
<br><br>
<br>
<iframe src="footer.html" width="100%" height="680" scrolling="no" style="overflow: hidden; border:none;">
</body>
</html>