-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareer.html
128 lines (116 loc) · 4.14 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!--
Designed and developed by Alpha Magnus Studios
https://www.alphamstudios.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Career | NorthTech Engineering</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="" />
<link rel="shortcut icon" href="images/icon.png">
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- bootstrap-css -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!--// bootstrap-css -->
<!-- css -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!--// css -->
<!-- css -->
<link rel="stylesheet" href="css/team.css" type="text/css" media="all" />
<!--// css -->
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css" media="all">
<!-- font-awesome icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons -->
<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,400,400i,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<!-- //font -->
<script src="js/functions.js"></script>
</head>
<body>
<div class="inner_agile_pages">
<div class="main_agileits">
<div class="agile_wthree_nav">
<script>navbar("career")</script>
</div>
</div>
</div>
<!-- //banner -->
<!--/w3_short-->
<div class="services-breadcrumb">
<div class="agile_inner_breadcrumb">
<ul class="w3_short">
<li><a href="index.html">Home</a><span>|</span></li>
<li>Career</li>
</ul>
</div>
</div>
<!--//w3_short-->
<!-- /banner_bottom_w3ls_agile -->
<div class="banner_bottom_w3ls_agile">
<div class="banner_bottom_w3ls_info" style="text-align:justify">
<h2 class="agile_heading" style="text-align:center;font-size:2em;">Careers at <span style="color: #015e25;">NorthTech Engineering</span></h2>
<p>
Join <span style="color: #015e25;">NorthTech Engineering</span> to engage your mind, inspire your creativity and develop your career.
If you're a seasoned professional looking for your next challenge, or just starting your career and looking for a company that creates career-building opportunities,
we offer ample opportunities as well as training and development programs that empower you to expand your skills and abilities. <span style="color: #015e25;">NorthTech Engineering</span> offers you a world of potential.
We invest in our employees to help them develop and achieve their professional goals. We encourage our people to dive in, roll up their sleeves and take on the many opportunities bound to come their way.
<br></p>
<p style=" text-align: center;">
Mail your CV at <a href="mailto:[email protected]"><span style="font-weight: bold;">[email protected]</span></a> to join us.
</p>
</div>
</div>
<!-- //banner_bottom_w3ls_agile -->
<!-- footer -->
<script>footer()</script>
<!-- //footer -->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/search.js"></script>
<!-- stats -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<!-- carousel -->
<script src="js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$("#owl-demo").owlCarousel({
items: 1,
itemsDesktop: [768, 1],
itemsDesktopSmall: [414, 1],
lazyLoad: true,
autoPlay: true,
navigation: true,
navigationText: false,
pagination: true,
});
});
</script>
<!-- //carousel -->
<script type="text/javascript">
jQuery(document).ready(function ($) {
$(".scroll").click(function (event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 1000);
});
});
</script>
<script src="js/bootstrap.js"></script>
</body>
</html>