-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.html
571 lines (498 loc) · 19.7 KB
/
theme.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
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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<!-- Assign Theme name -->
<{assign var=theme_name value=$xoTheme->folderName}>
<!-- Title and meta -->
<meta http-equiv="content-language" content="<{$xoops_langcode}>"/>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>"/>
<title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>
<meta name="robots" content="<{$xoops_meta_robots}>"/>
<meta name="keywords" content="<{$xoops_meta_keywords}>"/>
<meta name="description" content="<{$xoops_meta_description}>"/>
<meta name="rating" content="<{$xoops_meta_rating}>"/>
<meta name="author" content="<{$xoops_meta_author}>"/>
<meta name="copyright" content="<{$xoops_meta_copyright}>"/>
<meta name="generator" content="XOOPS"/>
<!-- Rss -->
<link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>"/>
<!-- Favicon -->
<link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>"/>
<link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>"/>
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="<{xoImgUrl}>css/bootstrap.min.css">
<!-- Template styles-->
<link rel="stylesheet" href="<{xoImgUrl}>css/style.css">
<!-- Responsive styles-->
<link rel="stylesheet" href="<{xoImgUrl}>css/responsive.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="<{xoImgUrl}>css/font-awesome.min.css">
<!-- Animation -->
<link rel="stylesheet" href="<{xoImgUrl}>css/animate.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="<{xoImgUrl}>css/owl.carousel.min.css">
<link rel="stylesheet" href="<{xoImgUrl}>css/owl.theme.default.min.css">
<!-- Colorbox -->
<link rel="stylesheet" href="<{xoImgUrl}>css/colorbox.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<{$xoops_module_header}>
</head>
<body>
<div class="body-inner">
<!-- Header start -->
<header id="header" class="header-one">
<div class="container">
<div class="row">
<div class="logo-area clearfix">
<div class="logo col-xs-12 col-md-3">
<a href="/">
<img src="<{xoImgUrl}>images/logo.png" alt="">
</a>
</div><!-- logo end -->
<div class="col-xs-12 col-md-9 header-right">
<ul class="top-info-box">
<li>
<div class="info-box">
<div class="info-box-content">
<p class="info-box-title">Call Us</p>
<p class="info-box-subtitle">(+9) 847-291-4353</p>
</div>
</div>
</li>
<li>
<div class="info-box">
<div class="info-box-content">
<p class="info-box-title">Email Us</p>
<p class="info-box-subtitle">office@Constra.com</p>
</div>
</div>
</li>
<li class="last">
<div class="info-box last">
<div class="info-box-content">
<p class="info-box-title">Global Certificate</p>
<p class="info-box-subtitle">ISO 9001:2017</p>
</div>
</div>
</li>
<li class="header-get-a-quote">
<a class="btn btn-primary" href="contact.html">Get A Quote</a>
</li>
</ul><!-- Ul end -->
</div><!-- header right end -->
</div><!-- logo area end -->
</div><!-- Row end -->
</div><!-- Container end -->
<nav class="site-navigation navigation navdown">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="site-nav-inner pull-left">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li class="dropdown active">
<a href="/" class="dropdown-toggle">Home </a>
</li>
<li><a href="/">WGGallery</a></li>
<li><a href="/">Xmcontent</a></li>
<li><a href="/">XmNews</a></li>
<li><a href="/">XOOPS FAQ</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <i
class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Projects All</a></li>
<li><a href="#">Projects Single</a></li>
</ul>
</li>
<li><a href="#">Contact</a></li>
</ul>
<!--/ Nav ul end -->
</div>
<!--/ Collapse end -->
</div><!-- Site Navbar inner end -->
</div>
<!--/ Col end -->
</div>
<!--/ Row end -->
<div class="nav-search">
<span id="search"><i class="fa fa-search"></i></span>
</div><!-- Search end -->
<div class="search-block" style="display: none;">
<input type="text" class="form-control" placeholder="Type what you want and enter">
<span class="search-close">×</span>
</div><!-- Site search end -->
</div>
<!--/ Container end -->
</nav>
<!--/ Navigation end -->
</header>
<!--/ Header end -->
<{if $smarty.server.PHP_SELF=='/index.php'}>
<!-- Carousel -->
<div id="main-slide" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators visible-lg visible-md">
<li data-target="#main-slide" data-slide-to="0" class="active"></li>
<li data-target="#main-slide" data-slide-to="1"></li>
<li data-target="#main-slide" data-slide-to="2"></li>
</ol>
<!--/ Indicators end-->
<!-- Carousel inner -->
<div class="carousel-inner">
<div class="item active" style="background-image:url(<{xoImgUrl}>images/slider-main/bg1.jpg)">
<div class="slider-content">
<div class="col-md-12 text-center">
<h2 class="slide-title animated4">17 Years of excellence in</h2>
<h3 class="slide-sub-title animated5">Construction Industry</h3>
<p>
<a href="#" class="slider btn btn-primary">Our Services</a>
<a href="#" class="slider btn btn-primary border">Contact Now</a>
</p>
</div>
</div>
</div>
<!--/ Carousel item 1 end -->
<div class="item" style="background-image:url(<{xoImgUrl}>images/slider-main/bg2.jpg)">
<div class="slider-content text-left">
<div class="col-md-12">
<h2 class="slide-title-box animated2">World Class Service</h2>
<h3 class="slide-title animated3">When Service Matters</h3>
<h3 class="slide-sub-title animated3">Your Choice is Simple</h3>
<p class="animated3">
<a href="#" class="slider btn btn-primary border">Our Services</a>
</p>
</div>
</div>
</div>
<!--/ Carousel item 2 end -->
<div class="item" style="background-image:url(<{xoImgUrl}>images/slider-main/bg3.jpg)">
<div class="slider-content text-right">
<div class="col-md-12">
<h2 class="slide-title animated6">Meet Our Engineers</h2>
<h3 class="slide-sub-title animated7">We believe sustainability</h3>
<p class="slider-description lead animated7">We will deal with your failure that determines how you
achieve success.</p>
<p>
<a href="#" class="slider btn btn-primary">Get Free Quote</a>
<a href="#" class="slider btn btn-primary border">Learn More</a>
</p>
</div>
</div>
</div>
<!--/ Carousel item 3 end -->
</div><!-- Carousel inner end-->
<!-- Controllers -->
<a class="left carousel-control" href="#main-slide" data-slide="prev">
<span><i class="fa fa-angle-left"></i></span>
</a>
<a class="right carousel-control" href="#main-slide" data-slide="next">
<span><i class="fa fa-angle-right"></i></span>
</a>
</div>
<!--/ Carousel end -->
<section class="call-to-action-box no-padding">
<div class="container">
<div class="action-style-box">
<div class="row">
<div class="col-md-10">
<div class="call-to-action-text">
<h3 class="action-title">We understand your needs on construction</h3>
</div>
</div><!-- Col end -->
<div class="col-md-2">
<div class="call-to-action-btn">
<a class="btn btn-dark" href="#">Request Quote</a>
</div>
</div><!-- col end -->
</div><!-- row end -->
</div><!-- Action style box -->
</div><!-- Container end -->
</section><!-- Action end -->
<section id="ts-features" class="ts-features">
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12">
<!-- Start center-left blocks loop -->
<{foreach item=block from=$xoBlocks.page_topleft}>
<{includeq file="$theme_name/theme_blockcenter_l.tpl"}>
<{/foreach}>
<!-- End center-left blocks loop -->
<div class="gap-20"></div>
<div class="row">
<div class="col-md-6">
<div class="ts-service-box">
<span class="ts-service-icon">
<i class="fa fa-trophy"></i>
</span>
<div class="ts-service-box-content">
<h3 class="service-box-title">We've Repution for Excellence</h3>
</div>
</div><!-- Service 1 end -->
</div><!-- col end -->
<div class="col-md-6">
<div class="ts-service-box">
<span class="ts-service-icon">
<i class="fa fa-sliders"></i>
</span>
<div class="ts-service-box-content">
<h3 class="service-box-title">We Build Partnerships</h3>
</div>
</div><!-- Service 2 end -->
</div><!-- col end -->
</div><!-- Content row 1 end -->
<div class="row">
<div class="col-md-6">
<div class="ts-service-box">
<span class="ts-service-icon">
<i class="fa fa-thumbs-up"></i>
</span>
<div class="ts-service-box-content">
<h3 class="service-box-title">Guided by Commitment</h3>
</div>
</div><!-- Service 1 end -->
</div><!-- col end -->
<div class="col-md-6">
<div class="ts-service-box">
<span class="ts-service-icon">
<i class="fa fa-users"></i>
</span>
<div class="ts-service-box-content">
<h3 class="service-box-title">A Team of Professionals</h3>
</div>
</div><!-- Service 2 end -->
</div><!-- col end -->
</div><!-- Content row 1 end -->
</div><!-- Col end -->
<div class="col-md-6 col-xs-12">
<!-- Start center-right blocks loop -->
<{foreach item=block from=$xoBlocks.page_topright}>
<{includeq file="$theme_name/theme_blockcenter_r.tpl"}>
<{/foreach}>
<!-- End center-right blocks loop -->
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</section><!-- Feature are end -->
<section id="facts" class="facts-area dark-bg">
<div class="container">
<div class="row">
<div class="facts-wrapper">
<div class="col-sm-3 ts-facts">
<div class="ts-facts-img">
<img src="<{xoImgUrl}>images/icon-image/fact1.png" alt="" />
</div>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp" data-count="1789">0</span></h2>
<h3 class="ts-facts-title">Total Projects</h3>
</div>
</div><!-- Col end -->
<div class="col-sm-3 ts-facts">
<div class="ts-facts-img">
<img src="<{xoImgUrl}>images/icon-image/fact2.png" alt="" />
</div>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp" data-count="647">0</span></h2>
<h3 class="ts-facts-title">Staff Members</h3>
</div>
</div><!-- Col end -->
<div class="col-sm-3 ts-facts">
<div class="ts-facts-img">
<img src="<{xoImgUrl}>images/icon-image/fact3.png" alt="" />
</div>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp" data-count="4000">0</span></h2>
<h3 class="ts-facts-title">Hours of Work</h3>
</div>
</div><!-- Col end -->
<div class="col-sm-3 ts-facts">
<div class="ts-facts-img">
<img src="<{xoImgUrl}>images/icon-image/fact4.png" alt="" />
</div>
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp" data-count="44">0</span></h2>
<h3 class="ts-facts-title">Countries Experience</h3>
</div>
</div><!-- Col end -->
</div> <!-- Facts end -->
</div>
<!--/ Content row end -->
</div>
<!--/ Container end -->
</section><!-- Facts end -->
<{/if}>
<{if $smarty.server.PHP_SELF!='/index.php'}>
<section id="main-container" class="main-container">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<{foreach item=block from=$xoBlocks.canvas_left}>
<{includeq file="$theme_name/theme_blockleft.tpl"}>
<{/foreach}>
</div><!-- Sidebar Col end -->
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<{if $xoops_contents && ($xoops_contents != ' ') }>
<{$xoops_contents}>
<{/if}>
</div><!-- Content Col end -->
</div><!-- Main row end -->
</div><!-- Container end -->
</section><!-- Main container end -->
<{/if}>
<{if $smarty.server.PHP_SELF=='/index.php'}>
<section id="project-area" class="project-area solid-bg">
<div class="container">
<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoBlocks.page_topcenter}>
<{includeq file="$theme_name/theme_blockcenter_c.tpl"}>
<{/foreach}>
<!-- End center-center blocks loop -->
</div>
<!--/ Container end -->
</section><!-- Project area end -->
<section class="subscribe no-padding">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 col-xs-12">
<div class="subscribe-call-to-acton">
<h3>Can We Help?</h3>
<h4>(+9) 847-291-4353</h4>
</div>
</div><!-- Col end -->
<div class="col-md-8 col-sm-12 col-xs-12">
<div class="ts-newsletter">
<div class="newsletter-introtext">
<h4>Newsletter Sign-up</h4>
<p>Latest updates and news</p>
</div>
<div class="newsletter-form">
<form action="#" method="post">
<div class="form-group">
<input type="email" name="email" id="newsletter-form-email" class="form-control form-control-lg"
placeholder="Your Email Here" autocomplete="off">
</div>
</form>
</div>
</div><!-- Newsletter end -->
</div><!-- Col end -->
</div><!-- Content row end -->
</div>
<!--/ Container end -->
</section>
<!--/ News end -->
<section id="news" class="news">
<div class="container">
<{foreach from=$xoBlocks.page_bottomcenter item=block}>
<{include file="$theme_name/theme_blockcenter_c.tpl"}>
<{/foreach}>
<div class="general-btn text-center">
<a class="btn btn-primary" href="news-left-sidebar.html">See All Posts</a>
</div>
</div>
<!--/ Container end -->
</section>
<!--/ News end -->
<{/if}>
<footer id="footer" class="footer bg-overlay">
<div class="footer-main">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 footer-widget footer-about">
<h3 class="widget-title">About Us</h3>
<img class="footer-logo" src="images/footer-logo.png" alt="" />
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor inci done idunt ut
labore et dolore magna aliqua.</p>
<div class="footer-social">
<ul>
<li><a href="https://facebook.com/themefisher"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/themefisher"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://instagram.com/themefisher"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://github.com/themefisher"><i class="fa fa-github"></i></a></li>
</ul>
</div><!-- Footer social end -->
</div><!-- Col end -->
<div class="col-md-4 col-sm-12 footer-widget">
<h3 class="widget-title">Working Hours</h3>
<div class="working-hours">
We work 7 days a week, every day excluding major holidays. Contact us if you have an emergency, with our
Hotline and Contact form.
<br><br> Monday - Friday: <span class="text-right">10:00 - 16:00 </span>
<br> Saturday: <span class="text-right">12:00 - 15:00</span>
<br> Sunday and holidays: <span class="text-right">09:00 - 12:00</span>
</div>
</div><!-- Col end -->
<div class="col-md-4 col-sm-12 footer-widget">
<h3 class="widget-title">Services</h3>
<ul class="list-arrow">
<li><a href="service-single.html">Pre-Construction</a></li>
<li><a href="service-single.html">General Contracting</a></li>
<li><a href="service-single.html">Construction Management</a></li>
<li><a href="service-single.html">Design and Build</a></li>
<li><a href="service-single.html">Self-Perform Construction</a></li>
</ul>
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Footer main end -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="copyright-info">
<span><{$xoops_footer}></span>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="footer-menu">
<ul class="nav unstyled">
<li><a href="about.html">About</a></li>
<li><a href="team.html">Our people</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="news-left-sidebar.html">Blog</a></li>
<li><a href="pricing.html">Pricing</a></li>
</ul>
</div>
</div>
</div><!-- Row end -->
<div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top affix">
<button class="btn btn-primary" title="Back to Top">
<i class="fa fa-angle-double-up"></i>
</button>
</div>
</div><!-- Container end -->
</div><!-- Copyright end -->
</footer><!-- Footer end -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script type="text/javascript" src="<{xoImgUrl}>js/jquery.js"></script>
<!-- Bootstrap jQuery -->
<script type="text/javascript" src="<{xoImgUrl}>js/bootstrap.min.js"></script>
<!-- Owl Carousel -->
<script type="text/javascript" src="<{xoImgUrl}>js/owl.carousel.min.js"></script>
<!-- Color box -->
<script type="text/javascript" src="<{xoImgUrl}>js/jquery.colorbox.js"></script>
<!-- Isotope -->
<script type="text/javascript" src="<{xoImgUrl}>js/isotope.js"></script>
<script type="text/javascript" src="<{xoImgUrl}>js/ini.isotope.js"></script>
<!-- Google Map API Key-->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<!-- Google Map Plugin-->
<script type="text/javascript" src="<{xoImgUrl}>js/gmap3.js"></script>
<!-- Template custom -->
<script type="text/javascript" src="<{xoImgUrl}>js/custom.js"></script>
</div><!-- Body inner end -->
</body>
</html>