-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexwsliders.html
executable file
·408 lines (381 loc) · 19.2 KB
/
indexwsliders.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jestalt - Trusted in property marketing.</title>
<meta name="description" content="We are using our skills and backgrounds in architecture, visualization, and the property sales market, to develop interactive tools to revitalise the off-plan property market.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome and Pixeden Icon Stroke icon fonts-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="css/pe-icon-7-stroke.css">
<!-- Google fonts - Roboto-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Favicon-->
<link rel="shortcut icon" href="favicon.png">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- JavaScript -->
<script src="js/counter.js"></script>
<script src="js/main.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<!-- Fancybox -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<link href="vendor/hamburgers/dist/hamburgers.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
<script>
$(document).ready(function(){
$('.homepage').slick({
autoplay: true,
arrows: false,
pauseOnHover: false,
fade: true,
cssEase: 'linear',
autoplaySpeed: 4000
});
});
</script>
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<div class="se-pre-con"></div>
<div class="navbar">
<div class="nav-list">
<ul id="navigation">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="about-us.html">About Us</a></li>
</ul>
</div>
<div class="btn-menu" id="menu-button">
<div class="hamburger hamburger--minus is-active">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</div>
</div>
<a href="quote-form.html" class="btn btn-ghost" style="position: fixed; bottom: 15px; right: 20px;z-index: 3" id="calltoaction">Get<br/> a<br/> quote</a>
<div class="jumbotron main-jumbotron homepage">
<div class="jumbotron main-jumbotron" style="background: url('img/lounge-triangular.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo-white.png"/></div>
<div class="container">
<div class=""><img class="phImg" style="opacity:0;" src="img/lightbox/next.png"></div>
<div class="content">
<h1>IMMERSIVE VIRTUAL<br/>EXPERIENCES</h1>
</div>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/ocean-stay.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo-white.png"/></div>
<div class="container">
<div class=""><img class="phImg" style="opacity: 0;" src="img/lightbox/next.png"/></div>
<div class="content">
<h1>IMMERSIVE VIRTUAL<br/>EXPERIENCES</h1>
</div>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/kitchen-modern-dark.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo-white.png"/></div>
<div class="container">
<div><img class="phImg" style="opacity: 0;" src="img/lightbox/next.png"/></div>
<div class="content">
<h1>IMMERSIVE VIRTUAL<br/>EXPERIENCES</h1>
</div>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/lake-house-glass.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo-white.png"/></div>
<div class="container">
<div><img class="phImg" style="opacity: 0;" src="img/lightbox/next.png"/></div>
<div class="content">
<h1>IMMERSIVE VIRTUAL<br/>EXPERIENCES</h1>
</div>
</div>
</div>
</div>
<section class="less">
<p class="lead text-center">Developers of <b>Interact</b>ive virtual applications creating momentum in the <b><span style="color:rgb(50,145,214)">PropTech</span></b> space</p>
</section>
<!-- JUMBOTRON SECTION -->
<a id="animations"></a>
<div id="anim-slider" class="">
<div class="content">
<div class="icon light"><i class="pe-7s-look"></i></div>
<h4 style="color: white">show your vision</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-smile"></i></div>
<h4 style="color: white">client wow factor</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-like2"></i></div>
<h4 style="color: white">social media engagement</h4>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/restaurant-mid.jpg') center center no-repeat;
background-size: cover;">
<div class="container">
<div id="anim-toggle" class=""><img style="width: 75%" src="img/lightbox/next.png"/></div>
<div class="content">
<h1>ANIMATIONS</h1>
<p style="font-weight: bold; font-size: 30px" class="margin-bottom">ENHANCING PERSPECTIVE OF SPACE</p>
</div>
</div>
</div>
<!-- END OF JUMBOTRON SECTION -->
<section class="less">
<p class="lead text-center">Blending creativity with <b>tech</b>nology centered around <b><span style="color:rgb(50,145,214)">immers</span></b>ive visual experiences</p>
</section>
<!-- JUMBOTRON SECTION -->
<a id="renderings"></a>
<div class="container" style="width:100%; padding: 0; margin:0">
<div style="padding:0;" class="col-md-4 col-sm-4 col-xs-12">
<video style="width:100%; height:100%;" autoplay muted loop>
<source src="img/vr-preview.mov" type="video/mp4">
</video>
</div>
<div style="padding:0;" class="col-md-4 col-sm-4 col-xs-12">
<video style="width:100%; height:100%" autoplay muted loop>
<source src="img/vr-preview-2.mov" type="video/mp4">
</video>
</div>
<div style="padding:0;" class="col-md-4 col-sm-4 col-xs-12">
<video style="width:100%; height:100%" autoplay muted loop>
<source src="img/windmill-preview.mov" type="video/mp4">
</video>
</div>
</div>
<div id="render-slider" class="">
<div class="content">
<p>
<div class="icon light"><i class="pe-7s-like"></i></div>
<h4 style="color: white">emotive experience</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-users"></i></div>
<h4 style="color: white">perfect for sharing</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-news-paper"></i></div>
<h4 style="color: white">print marketing</h4>
</p>
</div>
</div>
<div class="jumbotron main-jumbotron xl" style="background: url('img/glass-tower.jpg') center bottom no-repeat;
background-size: cover; background-attachment: scroll;">
<div class="container">
<div id="render-toggle" class=""><img style="width: 75%" src="img/lightbox/next.png"/></div>
<div class="content">
<h1>RENDERS</h1>
<p style="font-weight: bold; font-size: 30px" class="margin-bottom">CAPTURING EMOTION IN PLACE</p>
</div>
</div>
</div>
<!-- END OF JUMBOTRON SECTION -->
<section class="less">
<p class="lead text-center">Creating <b>buy</b>er confidence in the off-plan <b><span style="color:rgb(50,145,214)">prop</span></b>erty market</p>
</section>
<!-- JUMBOTRON SECTION -->
<a id="vr"></a>
<div id="vr-slider" class="">
<div class="content">
<div class="icon light"><i class="pe-7s-magnet"></i></div>
<h4 style="color: white">attract buyers</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-home"></i></div>
<h4 style="color: white">immersive experience</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-loop"></i></div>
<h4 style="color: white">self navigate</h4>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/reception-light-gold.jpg') center center no-repeat;
background-size: cover;">
<div class="container">
<div id="vr-toggle" class=""><img style="width: 75%" src="img/lightbox/next.png"/></div>
<div class="content">
<h1>VIRTUAL REALITY</h1>
<p style="font-weight: bold; font-size: 30px" class="margin-bottom">FROM PLAN TO <sup>(virtual) </sup>REALITY</p>
</div>
</div>
</div>
<!-- END OF JUMBOTRON SECTION -->
<!-- JUMBOTRON SECTION -->
<a id="iw"></a>
<div id="iw-slider" class="">
<div class="content">
<div class="icon light"><i class="pe-7s-rocket"></i></div>
<h4 style="color: white">new technology</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-info"></i></div>
<h4 style="color: white">development interaction</h4>
<div class="icon light noborder"><i class="pe-7s-angle-down"></i></div>
<div class="icon light"><i class="pe-7s-piggy"></i></div>
<h4 style="color: white">virtual showroom</h4>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/sundeck-light-day.jpg') center center no-repeat;
background-size: cover;">
<div class="container">
<div id="iw-toggle" class=""><img style="width: 75%" src="img/lightbox/next.png"/></div>
<div class="content">
<h1><span style="color: rgb(50, 145, 214)">INTERACT</span>IVE WALKTHROUGHS</h1>
<p style="font-weight: bold; font-size: 30px" class="margin-bottom">TAKE A WALK THROUGH YOUR CREATIONS
<br/><span style="font-size: 12px">New technology coming soon</span></p>
</div>
</div>
</div>
<!-- END OF JUMBOTRON SECTION -->
<section class="less">
<div class="container" style="padding-left: 10%">
<h2>Our clients</h2>
<br/>
<div class="customer-logos">
<div class="slide"><img id="clients" src="img/client-logos/AECOM.png"></div>
<div class="slide"><img src="img/client-logos/craft-homes.png"></div>
<div class="slide"><img src="img/client-logos/EKHURULENI.png"></div>
<div class="slide"><img src="img/client-logos/BLVCK ARCHITECTS.png"></div>
<div class="slide"><img src="img/client-logos/FUTUREDEV.png"></div>
<div class="slide"><img src="img/client-logos/GALENCIA.png"></div>
<div class="slide"><img src="img/client-logos/GAPP.png"></div>
<div class="slide"><img src="img/client-logos/HB REALTY.png"></div>
<div class="slide"><img src="img/client-logos/makeka-design-lab.png"></div>
<div class="slide"><img src="img/client-logos/Orton Architects.png"></div>
<div class="slide"><img src="img/client-logos/Red Deco.png"></div>
<div class="slide"><img src="img/client-logos/sbe-architects.png"></div>
</div>
<br/><br/>
</div>
</section>
<!-- FOOTER BEGIN -->
<footer class="footer">
<div class="footer__block">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<h4 class="heading">Elevator <span style="color:rgb(50, 145, 214)">PITCH</span></h4>
<p>Jestalt is currently in a state of change. We are using our skills and backgrounds in architecture, visualization, and the property sales market, to develop interactive tools to revitalise the off-plan property market.<br/></p>
<p>We are looking for property related industry professionals to connect with. Our goals are to discuss our platform in conjunction with your business, sharing knowledge of our experiences from within different parts of the industry, and talk broadly on where we believe it is headed.<br/></p>
<p>Through these discussions we hope to develop a keen perspective on the property market in both South Africa & the United Kingdom. To assess what opportunities may lie within the sector, and what key opportunities our new platform can look to provide solutions for.<br/></p>
<p>We are also looking for the right investment partners. If you are interested in meeting with us to discuss our solutions for the PropTech space please get in touch.</p>
</div>
<div class="col-md-3 col-sm-12">
<h4 class="heading">Our Offices</h4>
<h5>Johannesburg</h5>
<p> 144 Katherine Street<br />Grayston Ridge Office Park<br />Sandown, Sandton<br/><i class="fa fa-phone"></i>: <a href="tel:+27826830011">(+27) 82 683 0011</a></p>
<h5>London</h5>
<p> Lavenham Rd<br />Southfields<br />SW18 5EZ<br/><i class="fa fa-phone"></i>: <a href="tel:+447387939562">+44 7387 939562</a></p>
</div>
<div class="col-md-3 col-sm-12">
<h4 class="heading">Social Media</h4>
<p class="social social--big">
<a href="https://www.facebook.com/jestalt/" data-animate-hover="pulse" class="external facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.youtube.com/channel/UCuZOfZhmI_PP_7_WF4K9fmg" data-animate-hover="pulse" class="external youtube"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/jestalt_pm/" data-animate-hover="pulse" class="external instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/jestalt-architectural-outsourcing-solutions/" data-animate-hover="pulse" class="external linkedin"><i class="fab fa-linkedin"></i></a>
</p>
<h4 class="heading">Other Links</h4>
<p>
<a href="careers.html">Careers</a><br/>
<a href="#">Privacy policy</a><br/>
<a href="#">Sitemap</a>
</p>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>© <script type="text/javascript"> var theDate=new Date(); document.write(theDate.getFullYear())</script> J E S T A L T</p>
</div>
<div class="col-md-6">
<p class="credit"><a href="about-us.html" class="external">Designed by Jestalt</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- END OF FOOTER -->
<!-- Javascript files-->
<script src="js/jquery.cookie.js"> </script>
<script src="js/front.js"></script>
<script src="js/sliders.js"></script>
<script src="js/showreel.js"></script>
<script>
$(window).on('DOMContentLoaded', function() {
$(".se-pre-con").fadeOut('slow');
});
var $menuButton = document.getElementById('menu-button');
$menuButton.addEventListener('click', function() {
var isShowing = $('.hamburger').hasClass('is-active');
if(isShowing) {
$('.nav-list').css('opacity', '1');
} else {
$('.nav-list').css('opacity', '0');
}
});
$('.hamburger').click(function(e){
e.preventDefault();
$(this).toggleClass('is-active');
});
var handler = onVisibilityChange(document.getElementById('clients'), function() {
var toggle = false;
if(isElementInViewport(document.getElementById('portfolio-section'))) {
$('.nav-list').addClass('dark');
} else{
$('.nav-list').removeClass('dark');
}
});
//jQuery
$(window).on('DOMContentLoaded load resize scroll', handler);
$(window).on('DOMContentLoaded load resize scroll', function() {
$('.stacked-images').css('min-height', $('.img-responsive').height());
$('.phImg').css('height',$('.jumbotron').height());
$('.bottom').css('height', $('.top').height());
});
$(document).ready(function(){
$('.customer-logos').slick({
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1000,
arrows: false,
dots: false,
focusOnSelect: false,
pauseOnHover: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 3
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 2
}
}]
});
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135192980-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135192980-1');
</script>
</body>
</html>