-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
127 lines (116 loc) · 4.27 KB
/
about.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
<!--
Designed and developed by Alpha Magnus Studios
https://www.alphamstudios.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>About | 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("about")</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>About</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">
<div style="text-align:center;">
<img src="images/NorthTech-Engineering-alt.png" style="width: 50%;"/>
</div>
<h2 class="agile_heading" style="text-align:center;font-size:2em;">Welcome to <span style="color: #015e25;">NorthTech Engineering</span></h2>
<p>
<span style="color: #015e25;">NorthTech Engineering</span> is a reputed organization in the fields of engineering, technical services and innovation.
The firm employs a dynamic team of experienced engineers and technically trained employees with diverse experience
in most disciplines relating to engineering services.
</p>
<blockquote>No matter what you bring to the table, there is always a place for you at <span style="color: #015e25;">NorthTech</span>.</blockquote>
<div style="text-align:center;padding: 25px;">
<img src="images/about.jpg" style="width: 95%;"/>
</div>
<p>
We at <span style="color: #015e25;">NorthTech</span> provide products and services in the fields of engineering, environmental studies,
construction material research, Non-Destructive testing, Pre-Engineered Structures, Water proofing,
Admixtures, Industrial Flooring, Anchoring and grouting solutions.<br><br>
We also offer best-in-class architectural, structural, and GIS consulting solutions. Our operations are
divided into three main groups: Execution, Sales and Services.
</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 src="js/bootstrap.js"></script>
</body>
</html>