-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.html
More file actions
310 lines (259 loc) · 11.8 KB
/
Copy pathHome.html
File metadata and controls
310 lines (259 loc) · 11.8 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html>
<head>
<title>SPTS Home Page</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link href="Stlye/bootstrap.css" rel="stylesheet" />
<link href="Stlye/slidebars.css" rel="stylesheet" />
<link href="Stlye/style-orange2.css" rel="stylesheet" />
<link href="Stlye/StyleSheet1.css" rel="stylesheet" />
<link href="Stlye/animate.css" rel="stylesheet" />
<!-------------------- SLIDE CSS STYLE ---------------------------->
<style rel="stylesheet">
/* TEMPLATE STYLES */
/* Necessary for full page carousel*/
html,
body {
height: 100%;
}
/* Navigation*/
.navbar {
/*background-color: dodgerblue;*/
}
.top-nav-collapse {
background-color: #4285F4;
}
footer.page-footer {
background-color: #4285F4;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #4285F4;
}
}
/* Carousel*/
.carousel {
height: 100%;
}
@media (max-width: 776px) {
.carousel {
height: 100%;
}
}
.carousel-item,
.active {
height: 100%;
}
.carousel-inner {
height: 100%;
}
@media (max-width: 776px) {
.carousel-item,
.active {
height: 100%;
}
.carousel-inner {
height: 100%;
}
}
.carousel-item:nth-child(2) {
background-image: url('Images/photo-6.jpg');
background-repeat: no-repeat;
background-size: cover;
/*height: 490px;*/
opacity: 0.2;
}
.carousel-item:nth-child(1) {
background-image: url('Images/photo-9.jpg');
background-repeat: no-repeat;
background-size: cover;
/*height: 490px;*/
opacity: 0.2;
}
.carousel-item:nth-child(3) {
background-image: url('Images/photo-6.jpg');
background-repeat: no-repeat;
background-size: cover;
/*height: 490px;*/
opacity: 0.2;
}
.carousel-item:nth-child(4) {
background-image: url('Images/photo-9.jpg');
background-repeat: no-repeat;
background-size: cover;
opacity: 0.2;
}
.carousel-item:nth-child(5) {
background-image: url('Images/photo-6.jpg');
background-repeat: no-repeat;
background-size: cover;
opacity: 0.2;
}
.carousel-item:nth-child(6) {
background-image: url('Images/photo-9.jpg');
background-repeat: no-repeat;
background-size: cover;
opacity: 0.2;
}
/*Caption*/
.flex-center {
color: #f21826;
/*font-size: 14px;*/
}
</style>
<!------------------------ SLIDE CSS STYLE ENDED ---------------------------->
<!--<link href="css/main.css" rel="stylesheet" />
<link href="css/Header Folder/slidebars.css" rel="stylesheet" />
<link href="Slide/adefam.css" rel="stylesheet" />
<link href="Slide/bundle-3-9-0-219.css" rel="stylesheet" />
<link href="Slide/proactive-chat-css-3-9-0-219.css" rel="stylesheet" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/StyleSheet1.css" rel="stylesheet" />
<link href="component.css" rel="stylesheet" />
<link href="css/Header Folder/style-orange2.css" rel="stylesheet" />
<link href="css/Header Folder/animate.css" rel="stylesheet" />-->
</head>
<body>
<header id="" class="hidden-xs header-full blue">
<div class='container'>
<h2 class="pull-left">
<img src="Images/adefam_logo_white_bg.png" class="img-responsive" width="100" />
<small class="em-danger pull-right animated fadeInDown animation-delay-8"> Spatial Procedure & Technology Services</small>
</h2>
<nav class="top-nav">
<ul class="top-nav-social hidden-sm">
<li><a href="#" class="animated fadeIn animation-delay-6 gmail"><i class="icons-gmail"></i></a></li>
<li><a href="#" data-toggle="modal" class="animated fadeIn animation-delay-7 twitter"><i class="icons-post-twitter"></i></a></li>
<li><a href="#" class="animated fadeIn animation-delay-8 facebook"><i class="icons-post-facebook"></i></a></li>
<li><a href="#" class="animated fadeIn animation-delay-9 googleplus"><i class="icons-google"></i></a></li>
<li><a href="#" data-toggle="modal" class="animated fadeIn animation-delay-9 instagram"><i class="icons-post-instagram"></i></a></li>
<li><a href="#" class="animated fadeIn animation-delay-7 linkedin"><i class="icons-post-linkedin"></i></a></li>
</ul>
</nav>
</div>
</header>
<nav class="navbar navbar-static-top navbar-default navbar-header-full navbar-inverse" role="navigation" id="header">
<div class="container">
<div class="navbar-header">
<!--<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Navigation</span>
<i class="icons-menu"></i>
</button>-->
<div class="pull-left">
<a href="#" class="sb-icon-navbar sb-toggle-left"><i class="icons-menu"></i></a>
</div>
<a class="navbar-brand hidden-lg hidden-md hidden-sm" href="#">
<img src="Slide/Logo.gif" />
</a>
</div> <!-- navbar-header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="pull-left">
<a href="#" class="sb-icon-navbar sb-toggle-left"><i class="icons-menu"></i></a>
</div>
<div style="height: 1px;" class="navbar-collapse collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li> <a href="#">Our Services</a></li>
<li> <a href="#">Our Partners</a> </li>
<li><a href="#">Contact</a></li>
<!--<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown<b class="caret"></b></a>
<ul class="dropdown-menu dropdown-menu-left">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</li>-->
</ul>
<!--<div class="pull-right">
<ul class="nav navbar-nav">
<li class="inline hidden-xs"><a href="#" data-toggle="modal"></a></li>
<li class="inline hidden-xs"><a href="#" data-toggle="modal"></a></li>
</ul>
</div>-->
</div><!-- navbar-collapse -->
</div><!-- container -->
</nav>
<!-- Slidebar Begins -->
<div class="sb-slidebar sb-left">
<h2 class="slidebar-header no-margin-bottom">Navigation</h2>
<ul class="slidebar-menu">
<li><a href="#">Home</a></li>
<li><a href="#">Training</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<h2 class="slidebar-header">Social Media</h2>
<div class="slidebar-social-icons">
<a href="#" class="social-icon-ar rss"><i class="icons-gmail"></i></a>
<a href="#" class="social-icon-ar facebook"><i class="icons-post-facebook"></i></a>
<a href="#" class="social-icon-ar twitter"><i class="icons-post-twitter"></i></a>
<a href="#" class="social-icon-ar instagram"><i class="icons-post-instagram"></i></a>
<a href="#" class="social-icon-ar linkedin"><i class="icons-post-linkedin"></i></a>
</div>
</div>
<!-- sb-slidebar sb-right -->
<!--<script type="text/javascript">ACI = window.ACI || {}; ACI.HomepageUtils = ACI.HomepageUtils || {}; ACI.HomepageUtils.AppSettings = ACI.HomepageUtils.AppSettings || {}; ACI.HomepageUtils.AppSettings.EnableUnifiedSearch = "false"; ACI.HomepageUtils.AppSettings.apiBaseUrl = "/csbapi/"; ACI.HomepageUtils.AppSettings.mobileSearchUrl = "/en-us/search"; ACI.HomepageUtils.AppSettings.desktopSearchUrl = "http://search.ACI.com/results.aspx";</script>-->
<!-------------------------------- SLIDE ------------------------------------>
<section id="fh5co-carousel" data-section="home">
<div id="carousel-example-1" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1" data-slide-to="1"></li>
<li data-target="#carousel-example-1" data-slide-to="2"></li>
<li data-target="#carousel-example-1" data-slide-to="3"></li>
<li data-target="#carousel-example-1" data-slide-to="4"></li>
<!--<li data-target="#carousel-example-1" data-slide-to="5"></li>-->
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
</div>
<!--/.First slide-->
<!--Second slide -->
<div class="carousel-item">
</div>
<div class="carousel-item">
</div>
<div class="carousel-item">
</div>
<div class="carousel-item">
</div>
<div class="carousel-item">
</div>
</div>
<!--/.Slides-->
<!--Controls-->
<a class="left carousel-control" href="#carousel-example-1" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-1" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
</section>
<!-------------------------------- SLIDE ENDED ------------------------------>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script src="Script/bootstrap.js"></script>
<script src="Script/jquery.min.js"></script>
<script src="Script/collapse.js"></script>
<script src="Script/slidebars.js"></script>
<script src="Script/app.js"></script>
<script src="Script/script.js"></script>
<script src="Script/bootstrap2.min.js"></script>
<script src="Script/bootstrap3.min.js"></script>
<script src="Script/owl.carousel.min.js"></script>
<script src="Script/jquery.countTo.js"></script>
</body>
</html>