-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchoose-job.html
executable file
·100 lines (93 loc) · 4.43 KB
/
choose-job.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>We are HERE! – Help us to help you</title>
<link rel="icon" type="image/png" sizes="16x16" href="images/logo.png">
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/OwlCarousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top headercolor">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="">
<p>Jobspah</p>
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="about-us.html">About </a></li>
<li><a href="why-us.html">Why Us</a></li>
<li><a class="active" href="choose-job.html">Choose a job</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section class="register-now">
<div class="img-corousel">
<img src="images/choose-a-job.jpg" alt="">
<div class="image-opacity"></div>
</div>
</section>
<section>
<div class="become-volunteer bg-white">
<div class="become-volunteer-width bg-blue">
<h2 class="margintop">CHOOSE A JOB</h2>
<p>If you are wondering what kind of jobs you can go for in this industry, here we list a few:</p>
<div class="row text-left">
<div class="col-md-6">
<ul>
<li>Technical Support </li>
<li>Backend Chat Support</li>
<li>Quality Analyst</li>
<li>HR/Recruiter</li>
<li>Server Administrator</li>
<li>Trainer</li>
<li>Sales</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Team lead</li>
<li>Back office</li>
<li>Manager Operations</li>
<li>Manager Q&A</li>
<li>Customer service executive (voice and non-voice profile)</li>
<li>Part time jobs and many more</li>
</ul>
</div>
</div>
<button class="btn btn-default register"><a href="contact.html">Register</a></button>
</div>
</div>
</section>
<footer class="footer">
<div class="social-icons">
<a href="https://www.facebook.com/apicaljob.surance.9"> <img src="images/facebook.png" alt=""></a>
<a href="https://www.instagram.com/jobspah/?hl=en"> <img src="images/instagram.png" alt=""></a>
<a href="https://www.linkedin.com/in/apical-jobsurance-a12030172/"> <img src="images/logo-linkedin.png" alt=""></a>
<a href="https://twitter.com/jobspah"> <img src="images/twitter.png" alt=""></a>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="assets/OwlCarousel/owl.carousel.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>