-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
512 lines (445 loc) · 16.1 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
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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="script.js"></script>
<meta charset="utf-8">
<meta name="description" content="Interior designers">
<meta name="application-name" content="Konzepts Interiorz">
<meta name="author" content="Magesh B">
<meta name="keywords" content="Interior design,interior home, decorators, modern home, luxury interior, house inner design, home design">
<title>
Konzeptz Interiorz
</title>
<link rel="icon" href="img\favicon.png" type="img/icon">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="animate.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Alex+Brush|Merriweather&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<style>
html,body
{
width: 100%;
height: 100%;
}
img[alt="www.000webhost.com"]
{
display: none;
}
#homepage
{
background: url(img/bgcover.png) no-repeat 50% 50%;
display: table;
height: 100%;
width: 100%;
background-size: cover;
background-attachment: fixed;
background-position: center;
overflow: hidden;
}
.intro
{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.stick
{
color: palevioletred;
}
</style>
<div id="loader">
</div>
<div id="homepage">
<div class="intro">
<img src="img/favicon.png" id="logo">
<p id="companyname">Konzeptz Interiorz</p>
<p id="companyslogan">We deliver your dreams</p>
<div class="circle">
<a href="#page1">
<i class="fa fa-angle-down" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="container-fluid" id="page1">
<div class="row">
<div class="fixme">
<center>
<img src="img/favicon.png" id="mark">
<p id="markname" > Konzeptz Interiorz</p>
<p id="markslogan" >We deliver your dreams</p>
</center>
<div class="container">
<nav>
<div class="topnav" id="myTopnav">
<a href="#homepage" data-scroll="home">Home</a>
<a href="page2" data-scroll="aboutus" target="_blank">About Us</a>
<a href="#page3" data-scroll="showcase" class="active">Showcase</a>
<a href="#page4" data-scroll="services">Services</a>
<a href="#page5" data-scroll="enquiry">Enquiry</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div></nav>
<br>
</div>
</div>
</div>
</div>
<div class="wrapper">
<section id="home" data-anchor="home">
<script>
var fixmeTop = $('.fixme').offset().top;
$(window).scroll(function() {
var currentScroll = $(window).scrollTop();
if (currentScroll >= fixmeTop) {
$('.fixme').css({
position: 'fixed',
top: '0',
left: '0',
right:'0'
});
} else {
$('.fixme').css({
position: 'static'
});
}
});
</script>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</section>
<div id="page2">
<section id="aboutus" data-anchor="aboutus">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="container">
<div class="page-header" id="topics">
<div class="showcase">
<h1>About Us</h1>
</div>
</div>
<p id="assure">
Our Team at Konzeptz Interiorz believes in communication and care for our clients, be it small or big projects. We design to deliver the best for everyone. Believing in achieving the best quality, we utilise and work with a carefully selected pool of professional suppliers and manufacturers who deliver the finest materials from furniture to fabrics. With experience in both the commercial and residential projects
</p>
<div class="brochure">
<a href="aboutus.pdf" target="_blank"><p id="abc">Brochure</p></a>
</div>
</div>
</section>
</div>
<div id="page3">
<section id="showcase" data-anchor="showcase">
<div class="container">
<div class="page-header" id="topics">
<div class="showcase">
<h1><a href="showcase.html">Showcase</a> </h1>
</div>
</div>
<div class="row">
<div class="gridrow">
<div class="gridcolumn">
<a href="showcase.html"> <img id="something" src="img/scratch/kitchen.jpg" style="width:100%"></a>
<a href="showcase.html"><img id="something" src="img/scratch/glass%20works.jpg" style="width:100%"></a>
<a href="showcase.html"><img id="something" src="img/scratch/false%20ceiling.png" style="width:100%"></a>
<a href="showcase.html"><img id="something" src="img/scratch/poojacutlery.jpg" style="width:100%"></a>
</div>
<div class="gridcolumn" >
<a href="showcase.html"><img id="something" src="img/scratch/wooden%20flooring.jpg" style="width:100%" ></a>
<a href="showcase.html"><img id="something" src="img/scratch/canopy.JPG" style="width:100%"> </a>
<a href="showcase.html"><img id="something" src="img/scratch/TV%20unit.jpg" style="width:100%"></a>
<a href="showcase.html"><img id="something" src="img/scratch/wardrobe.jpg" style="width:100%"></a>
<a href="showcase.html"> <img id="something" src="img/scratch/SS%20rails.jpg" style="width:100%"></a>
<a href="showcase.html"><img id="something" src="img/scratch/curtains%20and%20Wallpaper.jpg" style="width:100%"></a>
</div>
</div>
</div></div>
</section>
</div>
<a href="#enquiry"> <img src="callback.png" id="btn"></a>
<div id="page4">
<br>
<br>
<br>
<br>
<br><section id="services" data-anchor="services">
<div class="container">
<div class="page-header" id="topics">
<br>
<h1 id="services">Services Offered</h1>
</div>
<div class="row">
<div class="col-lg-3" id="hash1">
<h2 id="hashsen1">Space Planning</h2></div>
<div class="col-lg-3" id="hash2">
<h2 id="hashsen1">Architectural Detailing</h2></div>
<div class="col-lg-3" id="hash3">
<h2 id="hashsen1">Project Management</h2></div>
<div class="col-lg-3" id="hash4">
<h2 id="hashsen1">Color Consulting</h2></div>
</div>
</div>
</section>
</div>
<br>
<br><center><div id="bor">
<div id="project"><br>
<h3>Successfully Completed Projects<br><center><br><br><br>
<div id="counter">
<div class="count" data-count="35">0</div>
</div>
</center><br><br><br>
And still counting...</h3>
</div></div>
</center>
<br>
<br>
<div class="container">
<div class="wow rubberband">
<center><img id ="brandposter" src="img/BRAND.png"></center>
</div>
</div>
<script>
/*SCRIPT FOR COUNTER RUNNER*/
var a = 0;
$(window).scroll(function() {
var oTop = $('#counter').offset().top - window.innerHeight;
if (a == 0 && $(window).scrollTop() > oTop) {
$('.count').each(function() {
var $this = $(this),
countTo = $this.attr('data-count');
$({
countNum: $this.text()
}).animate({
countNum: countTo
},
{
duration: 2000,
easing: 'swing',
step: function() {
$this.text(Math.floor(this.countNum));
},
complete: function() {
$this.text(this.countNum);
//alert('finished');
}
});
});
a = 1;
}
});
/* SCRIPT FOR SCROLLSPY*/
$('nav a').on('click', function() {
var scrollAnchor = $(this).attr('data-scroll'),
scrollPoint = $('section[data-anchor="' + scrollAnchor + '"]').offset().top - 28;
$('body,html').animate({
scrollTop: scrollPoint
}, 500);
return false;
})
$(window).scroll(function() {
var windscroll = $(window).scrollTop();
if (windscroll >= 100) {
$('nav').addClass('fixed');
$('.wrapper section').each(function(i) {
if ($(this).position().top <= windscroll - 20) {
$('nav a.active').removeClass('active');
$('nav a').eq(i).addClass('active');
}
});
} else {
$('nav').removeClass('fixed');
$('nav a.active').removeClass('active');
$('nav a:first').addClass('active');
}
}).scroll();
</script>
<section id="enquiry" data-anchor="enquiry"><br><br><br><br>
<div class="container">
<div class="page-header" id="topics"><h1>Enquiry</h1></div></div>
<div class="container" id="contain">
<br>
<br>
<form method="post" action="insert.php" >
<div class="row">
<div class="col-25">
<label for="name">Name:</label>
</div>
<div class="col-75">
<input type="text" id="name" name="name" placeholder="Your name.." required>
</div>
</div>
<div class="row">
<div class="col-25">
<label for="email">E-mail:</label>
</div>
<div class="col-75">
<input type="email" id="email" name="email" placeholder="Your email ID.." required>
</div>
</div>
<div class="row">
<div class="col-25">
<label for="phone">Phone:</label>
</div>
<div class="col-75">
<input type="number" id="phone" name="phone" placeholder="Your contact number.." min-length="10" max-length="15" required>
</div>
</div>
<div class="row">
<div class="col-25">
<label for="site">Site Location:</label>
</div>
<div class="col-75">
<input type="text" id="site" name="site" placeholder="Your site location.." required>
</div>
</div>
<div class="row">
<div class="col-25">
<label >Required services:</label><br>
</div><br>
<div class="col-75">
<input type="checkbox" id="chiro" name="check1" value="kitchen"/>Kitchen <br>
<input type="checkbox" id="chiro" name="check2" value="canopy"/>Canopy<br>
<input type="checkbox" id="chiro" name="check3" value="wooden"/>Wooden Flooring<br>
<input type="checkbox" id="chiro" name="check4" value="Glass"/>Glass Working<br>
<input type="checkbox" id="chiro" name="check5" value="TV" />TV Cabinet<br>
<input type="checkbox" id="chiro" name="check6" value="False"/>False Ceiling<br>
<input type="checkbox" id="chiro" name="check7" value="wardrobe"/>Wardrobe<br>
<input type="checkbox" id="chiro" name="check8" value="poojai" />Pooja & Cutlery<br>
<input type="checkbox" id="chiro" name="check9" value="stainless"/>Stainless Steel Handrails<br>
<input type="checkbox" id="chiro" name="check10" value="curtains"/>Curtains & Wallpaper<br>
</div>
</div><br>
<div class="row">
<input type="submit" name="submit" value="Submit">
</div>
</form>
</div></section></div>
<br>
<!-- SCRIPT FOR CALLBACK-->
<script>
window.onscroll = function()
{scrollFunction()
};
function scrollFunction(){
if(document.body.scrollTop>4200||
document.documentElement.scrollTop>4200){
document.getElementById("btn").style.display="none";
}
else{
document.getElementById("btn").style.display="block";
}
}
//function topFunction(){
// document.body.scrollTop=4200;
// document.documentElement.scrollTop=4200;
// }
</script>
<!--
<div class="container">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-whatsapp"></a>
</div>
<div class="socialbtns">
<ul>
<li><a href="#" class="fa fa-lg fa-facebook"></a></li>
<li><a href="#" class="fa fa-lg fa-twitter"></a></li>
<li><a href="#" class="fa fa-lg fa-google-plus"></a></li>
<li><a href="#" class="fa fa-lg fa-github"></a></li>
<li><a href="#" class="fa fa-lg fa-pinterest"></a></li>
<li><a href="#" class="fa fa-lg fa-linkedin"></a></li>
<li><a href="#" class="fa fa-lg fa-instagram"></a></li>
<li><a href="#" class="fa fa-lg fa-youtube"></a></li>
</ul>
</div>
-->
<div class="container" id="getconnected">
<p style="font-size:5vw" id="getconnectedtext">Get Connected With Us</p>
</div>
<div class="container">
<table>
<tr>
<td>
<div class="wow shake">
<a href="https://www.facebook.com/Konzeptz-Interiors-and-Construction-624861301304016/?modal=admin_todo_tour">
<center><img id="reachusicon" src="img/facebook.png" style="width: 30%; height: 30%;"></center>
</a>
</div>
</td>
<td>
<div class="wow shake">
<a data-toggle="modal" data-target="#myModal">
<center><img id="reachusicon" onclick="opacity=0;" src="img/whatsapp.png" style="width: 30%; height: 30%;"></center>
</a>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Reach us in WhatsApp</h4>
</div>
<div class="modal-body">
<p id="lastone">+91- 988 425 8623</p>
<button type="button" id="lastone" class="btn btn-default" onclick="myFunctionCopy()">Copy to clipboard</button>
</div>
</div>
</div>
</div>
</div>
</td>
<td>
<div class="wow shake">
<a href="http://www.instagram.com/konzeptz_interiorz">
<center><img id="reachusicon" src="img/instagram.png" style="width: 30%; height: 30%;"></center>
</a>
</div>
</td>
</tr>
</table>
</div>
<br>
<br>
<script>
function myFunctionCopy() {
/*var copyText = document.getElementById("myInputNumber");
copyText.select();
document.execCommand("copy");
alert("Number copied to your clipboard: " + copyText.value);*/
var dummyContent = "9884258623";
var dummy = $('<input>').val(dummyContent).appendTo('body').select();
document.execCommand('copy');
alert('Number copied to clipboard!');
}
</script>
</body>
</html>