-
Notifications
You must be signed in to change notification settings - Fork 3
/
careers.html
111 lines (92 loc) · 3.45 KB
/
careers.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
101
102
103
104
105
106
107
108
109
110
111
---
---
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL=https://connexta.com/">
<title>Connexta: Careers </title>
{% include head.html %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/parallax.js"></script>
</head>
<body>
<div class="content-wrap">
{% include header.html %}
<section class="careers-header-wrap" data-parallax="scroll" data-image-src="images/header-careers.jpg">
<div class="container">
<div class="row">
<h1>Work at Connexta</h1>
<h4>Where Passion Meets Technology</h4>
</div>
</div>
</section>
<section class="careers-mission-wrap medium blue">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>At Connexta, we are passionate about creating innovative software engineering solutions and contributing back to the open source community. Working together through a collaborative and agile methodology, we strive to build software solutions for our customers that are architected to be resilient and adaptive to change.</p>
</div>
</div>
</div>
</section>
<section class="life-at-connexta-wrap tall white">
<div class="container">
<h2 class="section-title">Life at Connexta</h2>
<p class="section-description">Learn every day, make an impact in the world, and become your best.</p>
<div class="row">
<div class="col-md-4">
<div class="career-img">
<img src="images/work1.jpg">
</div>
</div>
<div class="col-md-4">
<div class="career-img">
<img src="images/work2.jpg">
</div>
</div>
<div class="col-md-4">
<div class="career-img">
<img src="images/work3.jpg">
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 benefits">
<h2>Benefits & Perks</h2>
<p>Thirsty? Just pop over to the kitchen and grab yourself a Coke. Hungry? Hit up the fully stocked snack cabinet. From generous paid time off, 401k with significant company matching, and excellent health insurance, all the way to catered lunches, ping pong, and team socials, Connexta has all the benefits and perks to make it an exciting place to work. </p>
</div>
<div class="col-md-6 benefits">
<h2>Culture</h2>
<p>We are a growing software startup that believes every person on our team should be empowered to make a direct impact on the software we create. As continual learners, we are always seeking opportunities for technical growth and improvement. Founded on established trust, we value honesty and transparency with ourselves and each other. </p>
</div>
</div>
<div class="row last-row">
<div class="col-md-4">
<div class="career-img">
<img src="images/fun1.jpg">
</div>
</div>
<div class="col-md-4">
<div class="career-img">
<img src="images/fun2.jpg">
</div>
</div>
<div class="col-md-4">
<div class="career-img">
<img src="images/fun3.jpg">
</div>
</div>
</div>
</div>
</section>
<section class="were-hiring-wrap medium dark">
<h2 class="section-title-light">We're Hiring!</h2>
<p class="section-description-light">We are always looking for passionate and talented people to join our team. </p>
<div class="apply-button">
<a href="https://connexta.hua.hrsmart.com/hr/ats/JobSearch/viewAll" class="button">Apply for Jobs</a>
</div>
</section>
{% include footer.html %}
</div><!-- /content-wrap -->
</body>
</html>