-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareer.html
More file actions
93 lines (90 loc) · 3.41 KB
/
career.html
File metadata and controls
93 lines (90 loc) · 3.41 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
---
layout: base
title: Career
permalink: /careers/
---
<br /><br />
<section>
<div class="container">
<div class="row justify-content-center text-center section-intro">
<div class="col-12 col-md-9 col-lg-8">
<span class="title-decorative">Work with us</span>
<h2 class="display-4">Careers at Sopan Global</h2>
<span class="lead">We’re a growing team of passionate people: driven, committed, and acutely aware of how limitless Sopan's potential is to grow.</span>
</div>
<!--end of col-->
</div>
<!--end of row-->
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-5">
<div class="card card-lg text-center">
<div class="card-body">
<i class="icon-add-to-list display-4 opacity-20"></i>
<h1 class="h5">No career options available at this time</h1>
<p>
We will update this page, once the options are available. However, you can also send us a mail by clicking the button below.
</p>
<a href="mailto:hr@sopanglobal.edu.np" class="btn btn-lg btn-primary">Drop us a line</a>
</div>
</div>
</div>
<!--end of col-->
</div>
<!--end of row-->
<!--end of row-->
<div class="row justify-content-center text-center section-outro">
<div class="col-lg-4 col-md-5">
<h6>Didn't see your job?</h6>
<p>We're always on the hunt for talented people to join our team</p>
<a href="mailto:hr@sopanglobal.edu.np">Get in touch ›</a>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<section>
<div class="container">
<div class="row text-center section-intro">
<div class="col">
<h2 class="h1">Benefits & Incentives</h2>
</div>
<!--end of col-->
</div>
<!--end of row-->
<ul class="row feature-list justify-content-center">
<li class="col-12 col-md-6 col-lg-5">
<i class="icon-star h1 text-teal"></i>
<h5>Inclusive Environment</h5>
<p>
Get surrounded by smart, driven people who provide the best environment for learning. People at Sopan Global come from diverse backgrounds, and almost always have an interesting story to share.
</p>
</li>
<li class="col-12 col-md-6 col-lg-5">
<i class="icon-wallet h1 text-orange"></i>
<h5>Competetive Salary</h5>
<p>
Salary levels are still a crucial element when it comes to attracting and retaining the best people. People at Sopan Global are the best!
</p>
</li>
<li class="col-12 col-md-6 col-lg-5">
<i class="icon-cloud h1 text-purple"></i>
<h5>Remote Opportunities</h5>
<p>
Sopan Global has offices all over the country. Get a chance to know how it is like to work in different parts of the country.
</p>
</li>
<li class="col-12 col-md-6 col-lg-5">
<i class="icon-heart h1 text-red"></i>
<h5>Career Development</h5>
<p>
The culture at Sopan Global is incredibly open to sharing of knowledge and ideas, so if you spend your time constructively while you are there, you can really learn a lot
</p>
</li>
</ul>
</div>
<!--end of container-->
</section>
<!--end of section-->