-
Notifications
You must be signed in to change notification settings - Fork 115
/
about.php
298 lines (275 loc) · 10.5 KB
/
about.php
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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title> Intrend Interior Category Flat Bootstrap Responsive Website Template | About : W3layouts</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="Intrend Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--// Meta tag Keywords -->
<!-- css files -->
<link rel="stylesheet" href="web_home/css_home/bootstrap.css"> <!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="web_home/css_home/style.css" type="text/css" media="all" /> <!-- Style-CSS -->
<link rel="stylesheet" href="web_home/css_home/fontawesome-all.css"> <!-- Font-Awesome-Icons-CSS -->
<!-- //css files -->
<!-- web-fonts -->
<link href="//fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic,latin-ext" rel="stylesheet">
<!-- //web-fonts -->
</head>
<body>
<!-- banner -->
<div class="inner-page-banner" id="home">
<!--Header-->
<header>
<div class="container agile-banner_nav">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<h1><a class="navbar-brand" href="home.php">NITC <span class="display"></span></a></h1>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="home.php">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.php">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.php">Hostels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.php">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.php">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!--Header-->
</div>
<!-- //banner -->
<!-- about -->
<section class="wthree-row py-5">
<div class="container py-lg-5 py-sm-3">
<h3 class="heading text-capitalize mb-sm-5 mb-4"> About us </h3>
<div class="row d-flex justify-content-center">
<div class="card col-lg-3 col-md-6 border-0">
<div class="card-body bg-light pl-0 pr-0 pt-0">
<h5 class=" card-title titleleft">Dining Chairs</h5>
<p class="card-text mb-3">Class aptent taciti sociosqu adis litora torquent per conubia nostra per inceptos himenaeos.</p>
<a href="#ab-bot" class="btn scroll">View More</a>
</div>
<img class="card-img-top" src="web_home/images/a1.jpg" alt="Card image cap">
</div>
<div class="card col-lg-3 col-md-6 border-0 mt-md-0 mt-5">
<img class="card-img-top" src="web_home/images/a2.jpg " alt="Card image cap ">
<div class="card-body bg-light text-center">
<h5 class="card-title pt-3">Office Chairs</h5>
<p class="card-text mb-3 ">Class aptent taciti sociosqu per conubia nostra per inceptos ad himenaeos.</p>
<a href="#ab-bot" class="btn scroll">View More</a>
</div>
</div>
<div class="card col-lg-3 col-md-6 border-0 mt-lg-0 mt-5 ">
<img class="card-img-top " src="web_home/images/a3.jpg " alt="Card image cap ">
<div class="card-body bg-light text-center">
<h5 class="card-title pt-3">Home Chairs</h5>
<p class="card-text mb-3 ">Class aptent taciti sociosqu per conubia nostra per inceptos ad himenaeos.</p>
<a href="#ab-bot" class="btn scroll">View More</a>
</div>
</div>
<div class="card col-lg-3 col-md-6 border-0 mt-lg-0 mt-5 text-right">
<div class="card-body bg-light pl-0 pr-0 pt-0">
<h5 class="card-title titleright">Architecture</h5>
<p class="card-text mb-3">Class aptent taciti sociosqu adis litora torquent per conubia nostra per inceptos himenaeos.</p>
<a href="#ab-bot" class="btn scroll">View More</a>
</div>
<img class="card-img-top " src="web_home/images/a4.jpg " alt="Card image cap ">
</div>
</div>
</div>
</section>
<!-- //about -->
<!-- counter -->
<div class="services-bottom stats">
<div class="wthree-different-dot1 py-5">
<div class="container py-lg-5 pb-3">
<h3 class="heading text-capitalize mb-5"> Our Stats </h3>
<div class="row wthree-agile-counter">
<div class="col-sm-3 col-6 w3_agile_stats_grid-top">
<div class="w3_agile_stats_grid">
<div class="agile_count_grid_left">
<span class="fas fa-bath" aria-hidden="true"></span>
</div>
<div class="agile_count_grid_right">
<p class="counter">324</p>
</div>
<div class="clearfix"> </div>
<h4>Outdoor Furniture</h4>
</div>
</div>
<div class="col-sm-3 col-6 w3_agile_stats_grid-top">
<div class="w3_agile_stats_grid">
<div class="agile_count_grid_left">
<span class="fab fa-asymmetrik"></span>
</div>
<div class="agile_count_grid_right">
<p class="counter">543</p>
</div>
<div class="clearfix"> </div>
<h4>Sofas and couches</h4>
</div>
</div>
<div class="col-sm-3 col-6 mt-sm-0 mt-5 w3_agile_stats_grid-top">
<div class="w3_agile_stats_grid">
<div class="agile_count_grid_left">
<span class="fas fa-bed" aria-hidden="true"></span>
</div>
<div class="agile_count_grid_right">
<p class="counter">434</p>
</div>
<div class="clearfix"> </div>
<h4>Chairs and tables</h4>
</div>
</div>
<div class="col-sm-3 col-6 mt-sm-0 mt-5 w3_agile_stats_grid-top">
<div class="w3_agile_stats_grid">
<div class="agile_count_grid_left">
<span class="fab fa-first-order" aria-hidden="true"></span>
</div>
<div class="agile_count_grid_right">
<p class="counter">234</p>
</div>
<div class="clearfix"> </div>
<h4>Furnitures</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //counter -->
<!-- about bottom -->
<section class="wthree-row py-5">
<div class="container py-3">
<h3 class="heading text-capitalize mb-5"> History of us</h3>
<div class="row bottom-grids">
<div class="col-lg-4 bottom-grid1">
<h3 class="mb-2">Future Of Interior</h3>
<h3> Architecture</h3>
<p class=""> Phasellus iaculis sapien in tellus gravida, lorem placerat lacus elementum. Nulla vitae lacus nec elit mollis pretium. Sed sed nunc lectus. Integer vehicula elit eget dignissim congue. Aliquam sed ultricies tortor. Curabitur ut odio vestib ulum consectetur.</p>
</div>
<div class="col-lg-4 text-center bottom-grid2">
<h4>INTREND</h4>
</div>
<div class="col-lg-4 bottom-grid1">
<p class="mb-4"> Phasellus iaculis sapien in tellus gravida, lorem placerat lacus elementum. Nulla vitae lacus nec elit mollis pretium. Sed sed nunc lectus. Integer vehicula elit eget dignissim congue. Aliquam sed ultricies tortor. Curabitur ut odio vestib ulum consectetur.</p>
<a href="#">Read More</a>
</div>
</div>
</div>
</section>
<!-- //about bottom -->
<!-- footer -->
<footer class="py-5">
<div class="container py-md-5">
<div class="footer-logo mb-5 text-center">
<a class="navbar-brand" href="index.html">In <span class="display"> Trend</span></a>
</div>
<div class="footer-grid">
<div class="social mb-4 text-center">
<ul class="d-flex justify-content-center">
<li class="mx-2"><a href="#"><span class="fab fa-facebook-f"></span></a></li>
<li class="mx-2"><a href="#"><span class="fab fa-twitter"></span></a></li>
<li class="mx-2"><a href="#"><span class="fas fa-rss"></span></a></li>
<li class="mx-2"><a href="#"><span class="fab fa-linkedin-in"></span></a></li>
<li class="mx-2"><a href="#"><span class="fab fa-google-plus"></span></a></li>
</ul>
</div>
<div class="list-footer">
<ul class="footer-nav text-center">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li>
<a href="projects.html">Gallery</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="agileits_w3layouts-copyright mt-4 text-center">
<p>© 2018 Intrend. All Rights Reserved | Design by <a href="http://w3layouts.com/" target="=_blank"> W3layouts </a></p>
</div>
</div>
</div>
</footer>
<!-- footer -->
<!-- js-scripts -->
<!-- js -->
<script type="text/javascript" src="web_home/js/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="web_home/js/bootstrap.js"></script> <!-- Necessary-JavaScript-File-For-Bootstrap -->
<!-- //js -->
<!-- stats -->
<script src="web_home/js/jquery.waypoints.min.js"></script>
<script src="web_home/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<!-- start-smoth-scrolling -->
<script src="web_home/js/SmoothScroll.min.js"></script>
<script type="text/javascript" src="web_home/js/move-top.js"></script>
<script type="text/javascript" src="web_home/js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
<!-- start-smoth-scrolling -->
<!-- //js-scripts -->
</body>
</html>