-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
317 lines (291 loc) · 11 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Kons Construction Html Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="css/dark-color.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<div class="page-loading">
<div class="thecube">
<div class="cube c1"></div>
<div class="cube c2"></div>
<div class="cube c4"></div>
<div class="cube c3"></div>
</div>
</div><!--page-loading end-->
<div class="wrapper">
<header class="pb stick">
<div class="hd_bar">
<div class="container">
<div class="header-bar">
<div class="logo">
<a href="#" title=""><img src="images/logo.png" alt=""></a>
</div><!--logo end-->
<nav>
<ul>
<li><a href="#" title="">Home</a>
<ul>
<li><a href="index.html" title="">Homepage 1</a></li>
<li><a href="index2.html" title="">Homepage 2</a></li>
<li><a href="index3.html" title="">Homepage 3</a></li>
</ul>
</li>
<li><a href="#" title="">Works</a>
<ul>
<li><a href="works-grid.html" title="">Work Grid</a></li>
<li><a href="work-masonary.html" title="">Work Masonary</a></li>
<li><a href="works-parallax.html" title="">Works Parallax</a></li>
<li><a href="project-details.html" title="">Project Details</a></li>
</ul>
</li>
<li><a href="#" title="">News</a>
<ul>
<li><a href="news-grid.html" title="">News Grid</a></li>
<li><a href="news-listing.html" title="">News Listing</a></li>
<li><a href="news-sidebar.html" title="">News Sidebar</a></li>
</ul>
</li>
<li><a href="#" title="">Blog</a>
<ul>
<li><a href="single-post.html" title="">Single Post</a>
<ul>
<li><a href="single-post-gallery.html" title="">Single Post Gallery</a></li>
</ul>
</li>
<li><a href="single-video.html" title="">Single Video</a></li>
</ul>
</li>
<li><a class="active" href="about.html" title="">About</a></li>
<li><a href="contact.html" title="">Contact</a></li>
</ul>
</nav><!--nav end-->
<div class="mobile-menu-btn">
<a href="#" title="" class="open-menu"><i class="fa fa-bars"></i></a>
</div><!--mobile-menu-btn end-->
<div class="select-language">
<ul>
<li class="active"><a href="#" title="">Eng</a></li>
<li><a href="#" title="">Fra</a></li>
</ul>
</div><!--select-language end-->
</div><!--header-bar end-->
</div>
</div><!--hd_bar end-->
</header>
<div class="responsive-mobile-menu">
<a href="#" title="" class="close-menu"><i class="ion-close"></i></a>
<ul>
<li><a href="#" title="">Home</a>
<ul>
<li><a href="index.html" title="">Homepage 1</a></li>
<li><a href="index2.html" title="">Homepage 2</a></li>
<li><a href="index3.html" title="">Homepage 3</a></li>
</ul>
</li>
<li><a href="#" title="">Works</a>
<ul>
<li><a href="works-grid.html" title="">Work Grid</a></li>
<li><a href="work-masonary.html" title="">Work Masonary</a></li>
<li><a href="works-parallax.html" title="">Works Parallax</a></li>
<li><a href="project-details.html" title="">Project Details</a></li>
</ul>
</li>
<li><a href="#" title="">News</a>
<ul>
<li><a href="news-grid.html" title="">News Grid</a></li>
<li><a href="news-listing.html" title="">News Listing</a></li>
<li><a href="news-sidebar.html" title="">News Sidebar</a></li>
</ul>
</li>
<li><a href="#" title="">Blog</a>
<ul>
<li><a href="single-post.html" title="">Single Post</a>
<ul>
<li><a href="single-post-gallery.html" title="">Single Post Gallery</a></li>
</ul>
</li>
<li><a href="single-video.html" title="">Single Video</a></li>
</ul>
</li>
<li><a href="about.html" title="">About</a></li>
<li><a href="contact.html" title="">Contact</a></li>
</ul>
</div><!--responsive-mobile-menu end-->
<section>
<div class="block no-padding">
<div class="banner-section">
<img src="http://via.placeholder.com/1920x900" alt="">
</div><!--banner-section end-->
</div>
</section>
<section>
<div class="block">
<div class="container">
<div class="about-us">
<h3 class="heading-title">About Kons</h3>
<p>Kons Construction is a leader in the construction of commercial, industrial and residential real estate of Class A in Russia.</p>
<p> Since the foundation of the company, the turnover of the company has doubled steadily every year, the number of employees proportionately grows. Today, Kons Construction has more than 4,000 professionals. The company operates in Russia, CIS countries and Europe.</p>
</div><!--about-us end-->
</div>
</div><!--about-section end-->
</section>
<section>
<div class="construct-info">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="construct-details">
<h2>Kons Construction <br /> Is A Leading Company In The Capital Construction And<br /> Fit-Out Market</h2>
</div><!--construct-details end-->
</div>
<div class="col-lg-6">
<div class="about-img">
<img src="http://via.placeholder.com/570x403" alt="">
</div><!--about-img end-->
</div>
</div>
</div>
</div><!--construct-info end-->
</section>
<section>
<div class="block">
<div class="container no-pd">
<div class="title">
<h3 class="heading-title">What We Do</h3>
<p>Kons Constructionbrings best services with value, potential cost saving, and provide you<br /> with a predictable outcome.</p>
</div><!--title end-->
<div class="our-services">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="service-details">
<div class="service-info">
<div class="srvc-icon">
<span class="lnr lnr-apartment"></span>
<h3>Design & Construction</h3>
</div>
<p>Construction of all types of buildings, infrastructure and civil works construction</p>
</div>
</div><!-- service-details end-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="service-details">
<div class="service-info">
<div class="srvc-icon">
<span class="lnr lnr-layers"></span>
<h3>Rennovation & Reconstruction</h3>
</div>
<p>We’re offer reconstruction & rennovation service for any types of buildings.</p>
</div>
</div><!-- service-details end-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="service-details">
<div class="service-info">
<div class="srvc-icon">
<span class="lnr lnr-chart-bars"></span>
<h3>Turnkey Contracting</h3>
</div>
<p>We offer full contracting services and have the flexibility to assist our clients</p>
</div>
</div><!-- service-details end-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="service-details">
<div class="service-info">
<div class="srvc-icon">
<span class="lnr lnr-cog"></span>
<h3>Equipment Installation</h3>
</div>
<p>We’re offer removal & installaion service with quality & quickly process</p>
</div>
</div><!-- service-details end-->
</div>
</div>
</div><!--our-services end-->
</div>
</div>
</section>
<section>
<div class="container">
<div class="director-msg">
<p>“ The secret to the successful implementation of this project is simple. We just brought together the best people and understood that we were facing a task that is unique in its scale & ignificance. ”</p>
<h4>Robert Downey Jr</h4>
<span>Project Director</span>
</div><!--director-msg end-->
</div>
</section>
<section>
<div class="block">
<div class="container">
<div class="director-info">
<div class="row">
<div class="col-lg-10">
<div class="contractor-details">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="director-img">
<img src="http://via.placeholder.com/300x430" alt="">
</div><!--director-img end-->
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="director-details">
<h3>Conor McGregor</h3>
<span>CEO Founder</span>
<p>CEO-founder of Kons Construction Co he manages the development of projects from Madrid to Shanghai whilst also beign to CTBUH representative for Spain; all of this alongside his continuous resararch into sustainable architecture. He received his masters degree in architecture from the Universidad Politécnica de Madrid in 1980.</p>
<ul>
<li><a href="#" title=""><i class="fa fa-twitter"></i></a></li>
<li><a href="#" title=""><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" title=""><i class="fa fa-linkedin-square"></i></a></li>
</ul>
</div><!--director-details end-->
</div>
</div>
</div><!--contractor-details end-->
</div>
</div>
</div><!--director-info end-->
</div>
</div>
</section>
<footer>
<div class="footer-data">
<div class="container">
<div class="ft-contact-info">
<h6>let’s work together</h6>
<h1>hello@kons.co</h1>
<h3>11 Broadway, 17th Floor . New York, NY 10004</h3>
<h3>(+035) 527-1710-70</h3>
</div><!--ft-contact-info end-->
<div class="social-copyright">
<ul>
<li><a href="#" title="">Twitter</a></li>
<li><a href="#" title="">Facebook</a></li>
<li><a href="#" title="">Behance</a></li>
<li><a href="#" title="">Dribbble</a></li>
</ul>
<div class="copyright-text">
<p>© 2017 Kons. All Right Reserved</p>
</div>
</div><!--social-copyright end-->
</div>
</div><!--footer-data end-->
</footer>
</div><!--wrapper end-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/popper.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/html5lightbox.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>