-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
464 lines (407 loc) · 18.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="The Generation Design">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Rahat Ahmed">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css" media="all">
<link rel="stylesheet" href="css/owl.theme.css" type="text/css" media="all">
<!-- Carousel (for News section) -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<link rel="stylesheet" href="css/fontawesome-all.css">
<link rel="stylesheet" type="text/css" href="css/copious-icon.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Font-Awesome-Icons-CSS -->
<!-- //Custom-Files -->
<!-- Web-Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- //Web-Fonts -->
<link rel="icon" href="image/idea.png" type="image/png" sizes="16x16">
<title>Selenium -- Construction Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>
<body>
<header class="header_section" id="home">
<div class="navbar">
<div class="logo">
<img src="image/logo1.jpg" alt="" />
</div>
<ul class="nav_Bar">
<li><a href="#home">Home</a></li>
<li><a href="#team_section">Services</a></li>
<li><a href="#work_with_us">About</a></li>
<li><a href="#projects_section">Projects</a></li>
<li><a href="#contact_Section1">Contact</a></li>
</ul>
</div>
<!-- Start Mobile Menu -->
<div id="menu-bar">
<div id="menu" onclick="onClickMenu()">
<div id="bar1" class="bar"></div>
<div id="bar2" class="bar"></div>
<div id="bar3" class="bar"></div>
</div>
<ul class="nav" id="nav">
<li><a href="#home">Home</a></li>
<li><a href="#blocks_Section">Services</a></li>
<li><a href="#work_with_us">About</a></li>
<li><a href="#Portfolio">Portfolio</a></li>
<li><a href="#team_section">Our Team</a></li>
<li><a href="#projects_section">our Project</a></li>
<li><a href="#news_Section">Blog</a></li>
<li><a href="#contact_Section">Contact</a></li>
</ul>
</div>
<div class="menu-bg" id="menu-bg"></div>
<!-- End Mobile Menu -->
</header>
<div id="carouselExampleIndicators" class="carousel slide" >
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class=" banner-slider1">
<div class="banner-agile-text text-center text-white">
<h3 class="pb-md-4 pb-3">Let’s find your dream home together</h3>
<h3>We install your dreams, not just your home</h3>
<div class="cont-btn mt-3">
<a class="btn text-uppercase" href="about.html">PROJECTS</a>
<a class="btn active text-uppercase ml-2" href="projects.html">FREE DEMO </a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class=" banner-slider2">
<div class="banner-agile-text text-center text-white">
<h3 class="pb-md-4 pb-3">Let’s find your dream home together.</h3>
<p>We install your dreams, not just your home.</p>
<div class="cont-btn mt-3">
<a class="btn text-uppercase" href="about.html">olor ipsum doolor</a>
<a class="btn active text-uppercase ml-2" href="projects.html">olor ipsum doo</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class=" banner-slider3">
<div class="banner-agile-text text-center text-white">
<h3 class="pb-md-4 pb-3">olor ipsum doolo</h3>
<p>olor ipsum doolor sit ametdolor ipsum d</p>
<div class="cont-btn mt-3">
<a class="btn text-uppercase" href="about.html">olor ipsum do</a>
<a class="btn active text-uppercase ml-2" href="projects.html">olor i </a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class=" banner-slider">
<section>
<video id="slider" autoplay muted loop>
<source src="v.mp4" type="video/mp4">
</video>
</section>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- End Header section -->
<section class="team_section" id="team_section">
<h1 class="section_Title">OUR SERVICES</h1>
<div class="inner_section">
<div class="person">
<img src="image/18.jpg">
<br></br>
<div id="res"
<h3 class="font_6" style="line-height:1.1em; font-size:22px;"><span>Design & Architecture</span></h3>
<p style="line-height:1.6em; font-size:15px;" class="font_8">
<span style="line-height:1.6em;">Buildings that are customized to fit your dreams are what we do.
The firm concentrates on making the drab structure into an attractive space for people. We are committed to making something that will endure for generations. We provide interior design and have the staff and equipment to make the home functional. Our company is one of the top Interior Designers in Bangalore and has completed several residential projects successfully. The company also provides architectural and civil engineering services.</span>
</p>
</div>
<div class="sm">
</div>
</div>
<div class="person">
<img src="image/20.jpg">
<br></br>
<div id="res"
<h3 class="font_6" style="line-height:1.1em; font-size:22px;"><span>Best Design & Drawing</span></h3>
<p style="line-height:1.6em; font-size:15px;" class="font_8">
<span style="line-height:1.6em;">We help architects design acoustic solutions that improve the sound of space.</span>
</p>
</div>
<div class="sm">
</div>
</div>
<div class="person">
<img src="image/24.jpg">
<br></br>
<div id="res"
<h3 class="font_6" style="line-height:1.1em; font-size:22px;"><span>Expert & Engineers</span></h3>
<p style="line-height:1.6em; font-size:15px;" class="font_8">
<span style="line-height:1.6em;">Our experienced Interior Designers and Engineers are responsible for designing with their artistic flair and plan out perfect layouts.
In our designs, we prioritize appropriately spacious living areas and elegantly designed interiors to reflect the distinct personalities of each client.
</span>
</p>
</div>
<div class="sm">
</div>
</div>
</div>
</section>
<section class="work_with_us" id="work_with_us">
<div class="image"></div>
<div class="web_content">
<h1>Work with our talented teams</h1>
<h2>About Us</h2>
<p>
Stone Bench was founded by Sohail B.M since 2015. We have completed 70+ houses and Villas. On-going projects are 5 projects and Take-off projects are 11 projects offering high-quality, cost-effective, and timely civil engineering solutions and interior works, we are passionately committed to our clients, our team members, our industry and to each other.
We are one of the leading construction companies in India. We provide a complete range of construction and building services that are executed by our expert team of qualified professionals with unmatched quality.
A good contractor makes all the difference
We offer an extensive range of construction services that ranges from home building to commercial real estate. In every project, we offer our expertise and knowledge with an aim to exceed client expectations with every project.
We never compromise on quality
At Stone Bench Group, we believe in delivering high-quality workmanship and service to your satisfaction. We value our customers and make sure that their needs are always met at any cost.
You can rely on us for the best service
We have been in this industry for over 5 years now, which means we have built a reputation as one of the best construction companies in Bangalore. We provide competitive rates and work hard to surpass your expectations, so you'll recommend us to others too!
</p>
<div class="grid-container">
<span class="grid-item" >Building quality</span>
<span class="grid-item" >Honest Advisors</span>
<span class="grid-item" >24/1 weeks Supports</span>
<span class="grid-item" >Performance Team</span>
<span class="grid-item" >Work Solutions</span>
<span class="grid-item" >Work Deadlines</span>
</div>
<button class="btn"> GET START</button>
</div>
</section>
<!-- End Blocks Section -->
<div class="agileits-services py-md-5 py-4 border" id="services">
<div class="container py-lg-5 bord">
<div class="agileits-services-row row text-center">
<div class="col-lg-4 col-md-6 mt-3 pt-lg-3">
<div class="agileits-services-grids mt-lg-0 mt-md-0 mt-5">
<a href="#"><i class="fa fa-home"></i></a>
<h4> 70+ </h4>
<p>Houses & Villas</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-3 pt-lg-3">
<div class="agileits-services-grids mt-lg-0 mt-md-0 mt-5">
<a href="#"><i class="fa fa-mobile"></i></a>
<h4></h4>
<p>Trusted Contractors</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-3 pt-lg-3">
<div class="agileits-services-grids mt-lg-0 mt-md-0 mt-5">
<a href="#"><i class="fa fa-database"></i></a>
<h4> 5 </h4>
<p>Successful Projects</p>
</div>
</div>
</div>
</div>
</div>
<section class="moreus_section" id="Portfolio">
<h1 class="section_Title">More from us</h1>
<p class="section_content">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet </p>
<div class="more_us_content">
<div class="content">
<img src="image/d.jpg">
<h2>Design & drawning team</h2>
<p>dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor </p>
</div>
<div class="content">
<img src="image/e.jpg">
<h2>works deadline</h2>
<p>dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor</p>
</div>
<div class="content">
<img src="image/c.jpg">
<h2>Design & construction Activity</h2>
<p>dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor </p>
</div>
<div class="content">
<img src="image/b.jpg">
<h2>Our latest project</h2>
<p>dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor </p>
</div>
</div>
</section>
<!-- End from more us section -->
<!-- Start projects section -->
<section id="projects_section" class="projects_section">
<h1 class="section_Title">our Latest projects</h1>
<p class="section_content">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet.</p>
<div class="inner-width">
<div class="works">
<a href="image/13.jpg" class="work">
<img src="image/13.jpg" alt="">
<div class="info">
<h3>Work Title</h3>
<div class="cat">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet.</div>
<button class="btn work_btn">Learn more___ </button>
</div>
</a>
<a href="image/14.jpg" class="work">
<img src="image/14.jpg" alt="">
<div class="info">
<h3>blog Title</h3>
<div class="cat">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet.</div>
<button class="btn work_btn">Learn more___ </button>
</div>
</a>
<a href="image/15.jpg" class="work">
<img src="image/15.jpg" alt="">
<div class="info">
<h3> constructioning work</h3>
<div class="cat">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet.</div>
<button class="btn work_btn">Learn more___ </button>
</div>
</a>
<a href="image/13.jpg" class="work">
<img src="image/13.jpg" alt="">
<div class="info">
<h3> hardly work on construction place</h3>
<div class="cat">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet.</div>
<button class="btn work_btn">Learn more___ </button>
</div>
</a>
<a href="image/14.jpg" class="work">
<img src="image/14.jpg" alt="">
<div class="info">
<h3> work with pure achitechture Title</h3>
<div class="cat">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet.</div>
<button class="btn work_btn">Learn more___ </button>
</div>
</a>
<a href="image/13.jpg" class="work">
<img src="image/13.jpg" alt="">
<div class="info">
<h3>pure design and drawing Title</h3>
<div class="cat">dolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit ametdolor ipsum doolor sit amet.</div>
<button class="btn work_btn">Learn more___ </button>
</div>
</a>
</div>
</div>
</section>
<!-- End of projects Section -->
<section class="contact_Section1" id="contact_Section1">
<!-- Start footer section -->
<footer class="footer_Section">
<div class="inner_Footer">
<div class="footer_blocks">
<div class="about_us">
<h4 class="about">About US</h4>
<p class="sub_Section_content">We are one of the leading construction companies in India.</p>
<p class="sub_Section_content">We provide a complete range of construction and building services that are executed by our expert team of qualified professionals with unmatched quality. </p>
<div class="social_media">
<a href="https://www.youtube.com/watch?v=UkueQP6FRRQ" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://www.linkedin.com/in/job-hunterr-b87825212/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/ManpowerV4u" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/Job-Hunterr-228772461113730" target="_blank"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</div>
<div class="footer_blocks">
<div class="contact_us">
<div class="inner">
<h4>Contact with us</h4>
<br>
<h5>Address</h5>
<br>
<p><i class="fa fa-map-marker">   </i>#11, Vaishnavi Nagar Near Panchamuki Ganesha Temple, Mysore Road, Bengaluru-560060</p>
<p><i class="fa fa-envelope">   </i>[email protected] </p>
<p><i class="fa fa-phone">   </i>7892-093681</p>
</div>
</div>
</div>
</div>
<div class="footer_layouts">
<span> Copyright © 2021 ALL Rights Reserved, Developed By: <a href="https://www.webhostingbaba.com/">WebHostingBaba.com.</a></span>
</div>
</footer>
</section>
<!-- End footer section -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- Default-JavaScript-File -->
<!-- carousel -->
<script src="js/owl.carousel.js"></script>
<script>
$(document).ready(function() {
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: true
},
600: {
items: 1,
nav: false
},
900: {
items: 1,
nav: false
},
1000: {
items: 3,
nav: true,
loop: false,
margin: 20
}
}
})
})
</script>
<!-- //carousel -->
<!-- smooth scrolling -->
<script src="js/SmoothScroll.min.js"></script>
<!-- move-top -->
<script src="js/move-top.js"></script>
<!-- easing -->
<script src="js/easing.js"></script>
<!-- necessary snippets for few javascript files -->
<script src="js/bootstrap.js"></script>
<!-- Necessary-JavaScript-File-For-Bootstrap -->
<script src="image/script.js"></script>
</body>
</html>