-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
614 lines (533 loc) · 28.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
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Rinjani - Multi-Purpose One Page Theme</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap Core CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Plugins CSS -->
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/animate-css/animate.min.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/jquery-magnificPopup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Component CSS -->
<link href="assets/css/component/component.css" rel="stylesheet" type="text/css">
<!--<link href="assets/css/component/colors/blue.css" rel="stylesheet" type="text/css">-->
<!-- Main CSS -->
<link href="assets/css/rinjani.css" rel="stylesheet" type="text/css">
<!--<link href="assets/css/colors/blue.css" rel="stylesheet" type="text/css">-->
<!-- Modernizr JS for IE9 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/plugins/modernizr.min.js"></script>
<![endif]-->
</head>
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="51">
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Begin Page Loader -->
<div id="page-loader">
<div class="preload">
<img src="assets/img/preloader.gif" alt="Loading"/>
</div>
<!-- //.preload -->
</div>
<!-- //End Page Loader -->
<!-- Begin Intro Section -->
<section id="intro">
<div id="parallax-1" class="parallax">
<div class="bcg skrollable skrollable-between" data-anchor-target="#parallax-1" data-center="background-position: 50% 0px;" data-top-bottom="background-position: 50% -100px;" data-bottom-top="background-position: 50% 100px;">
<div class="intro-body text-left">
<div class="container">
<div class="row">
<div class="col-md-12 intro-content">
<!--
<div class="logo">
<h1>R</h1>
</div>
-->
<!-- //.logo -->
<div class="intro-text text-left">
<h2>Making Housing More Affordable</h2>
<p class="lead">Stop saving for a mortgage, start buying your house</p>
</div>
<!-- //.intro-text -->
<div class="page-scroll">
<form class="form-inline">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail3">Email address</label>
<input type="email" class="form-control input-lg" id="exampleInputEmail3" placeholder="Email">
</div>
<button type="submit" class="btn btn-lg btn-default btn-rj">Sign in</button>
</form>
</div>
<!-- //.page-scroll -->
</div>
<!-- //.intro-content -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.intro-body -->
</div>
<!-- //.bcg -->
</div>
<!-- //.parallax -->
</section>
<!-- //End Intro Section -->
<!-- Begin Navbar -->
<nav id="navigation" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-rj-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">StrideUp</a>
</div>
<!-- //.navbar-header -->
<div class="navbar-collapse collapse navbar-rj-collapse">
<ul class="nav navbar-nav navbar-left">
<li class="page-scroll">
<a href="#who-we-are">Homebuyers</a>
</li>
<li class="page-scroll">
<a href="#our-main-skills">Investors</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll">
<a href="#contact-us" class="btn btn-rj navbar-btn">Get Priority Access</a>
</li>
</ul>
</div>
<!-- //.navbar-collapse -->
</div>
<!-- //.container -->
</nav>
<!-- //End Navbar -->
<!-- Begin Our Services Section -->
<section id="our-services" class="section">
<div class="section-inner">
<div class="container section-content">
<div class="row">
<div class="col-md-12">
<div class="section-title text-center">
<h3 class="main-title">Fairer System</h3>
<h4 class="sub-title">We founded StrideUp on the belief that there’s a fairer way for people to buy homes. No banks, no mortgages, no brokers, no upfront fees.</h4>
<span class="section-line"></span>
</div>
<!-- //.section-title -->
</div>
<!-- //.col-md-12 -->
</div>
<!-- //.row -->
<div class="row">
<div class="col-sm-4 col-md-4">
<div class="funny-boxes float-shadow not-right-column text-center">
<span class="funny-boxes-icon">
<i class="fa fa-lightbulb-o"></i>
</span>
<div class="funny-boxes-text">
<p>More affordable for home buyers, better returns for investors</p>
</div>
<!-- //.funny-boxes-text -->
</div>
<!-- //.funny-boxes -->
</div>
<!-- //.col-sm-4 col-md-4 -->
<div class="col-sm-4 col-md-4">
<div class="funny-boxes float-shadow not-right-column text-center">
<span class="funny-boxes-icon">
<i class="fa fa-heart-o"></i>
</span>
<div class="funny-boxes-text">
<p>Buying a home can stretch finances. We ease the burden by never taking upfront fees</p>
</div>
<!-- //.funny-boxes-text -->
</div>
<!-- //.funny-boxes -->
</div>
<!-- //.col-sm-4 col-md-4 -->
<div class="col-sm-4 col-md-4">
<div class="funny-boxes float-shadow text-center">
<span class="funny-boxes-icon">
<i class="fa fa-flask"></i>
</span>
<div class="funny-boxes-text">
<p>A financial system that bends to your needs</p>
</div>
<!-- //.funny-boxes-text -->
</div>
<!-- //.funny-boxes -->
</div>
<!-- //.col-sm-4 col-md-4 -->
</div>
<!-- //.row -->
</div>
<!-- //.section-content -->
</div>
<!-- //.section-inner -->
</section>
<!-- //End Our Services Section -->
<!-- Begin Who We Are Section -->
<section id="who-we-are" class="section">
<div class="section-inner">
<div class="container section-content">
<div class="row">
<div class="col-md-12">
<div class="section-title text-center">
<h2 class="main-title">Afford More Than You Imagined</h2>
<span class="section-line"></span>
</div>
<!-- //.section-title -->
</div>
<!-- //.col-md-12 -->
</div>
<!-- //.row -->
<div class="row">
<div class="col-md-4">
HERE GOES HOUSE ANIM
</div>
<!-- //.col-md-6 -->
<div class="col-md-8">
<div class="who-we-are-text">
<p>
At StrideUp we don’t want you to have to
compromise on your home.
We take a different approach to the banks.
Start with as little as 5% down and buy your
home in stages.
With our approach you can afford more house
than you imagined possible.
Don’t get stuck in rented accommodation.
Start buying today and enjoy affordable
housing security.
</p>
<div class="page-scroll">
<a href="#" class="btn btn-lg btn-rj">Learn more about home buying</a>
</div>
<!-- //.page-scroll -->
</div>
<!-- //.who-we-are-text -->
</div>
<!-- //.col-md-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.section-content -->
</div>
<!-- //.section-inner -->
</section>
<!-- //End Who We Are Section -->
<!-- Begin Why Us Section -->
<section id="why-us" class="section">
<div class="section-inner">
<div class="container section-content">
<div class="row">
<div class="col-md-12">
<div class="section-title text-center">
<br />
<h2 class="main-title">Life doesn’t wait for a mortgage.</h2>
<br />
<h3 class="sub-title">Making home ownership possible without the banks. </h3>
</div>
<!-- //.section-title -->
</div>
<!-- //.col-md-12 -->
</div>
<br />
<!-- //.row -->
<!-- Begin Content Boxes -->
<div class="row">
<div class="col-md-12">
<div class="col-md-6 text-left">
<div class="counter-item not-right-column top-column">
<p>StrideUp DOES:</p>
<table class="table">
<tbody>
<tr>
<td>Get you more house for your money</td>
<td><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Reduce your monthly payments</td>
<td><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Help you onto the property ladder</td>
<td><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Give you housing security</td>
<td><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Treat all customers fairly</td>
<td><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Create a better financial system</td>
<td><i class="fa fa-check"></i></td>
</tr>
</tbody>
</table>
</div>
<!-- //.counter-item -->
</div>
<!-- //.col-xs-6 col-sm-6 col-md-3 -->
<div class="col-md-6 text-left">
<div class="counter-item not-right-column">
<p>StrideUp DOES NOT:</p>
<table class="table">
<tbody>
<tr>
<td> Overburden you with debt</td>
<td><i class="fa fa-times"></i></td>
</tr>
<tr>
<td>Force more compromise in housing</td>
<td><i class="fa fa-times"></i></td>
</tr>
<tr>
<td>Keep you stuck renting</td>
<td><i class="fa fa-times"></i></td>
</tr>
<tr>
<td>Increase housing cost every year</td>
<td><i class="fa fa-times"></i></td>
</tr>
<tr>
<td>Hide fees and charges</td>
<td><i class="fa fa-times"></i></td>
</tr>
<tr>
<td>Protect the status quo</td>
<td><i class="fa fa-times"></i></td>
</tr>
</tbody>
</table>
</div>
<!-- //.counter-item -->
</div>
<!-- //.col-xs-6 col-sm-6 col-md-3 -->
</div>
<!-- //.col-md-12 -->
</div>
<!-- //End Content Boxes -->
</div>
<!-- //.section-content -->
</div>
<!-- //.section-inner -->
</section>
<!-- //End Why Us Section -->
<!-- Begin Our Services Section -->
<section id="why-us" class="section">
<div class="section-inner">
<div class="container section-content">
<div class="row">
<div class="col-md-12">
<div class="col-md-6 text-center">
<div class="counter-item not-right-column top-column">
<h1>Homebuyers</h1>
<br />
<br />
<h2>Find the home you want to live in and come to us to get it funded</h2>
<br />
<br />
<br />
<div>
<button class="btn btn-lg btn-success">Learn More About Home Buying</button>
</div>
</div>
<!-- //.counter-item -->
</div>
<!-- //.col-xs-6 col-sm-6 col-md-3 -->
<div class="col-md-6 text-center">
<div class="counter-item not-right-column">
<h1>Investors</h1>
<br />
<br />
<h2>Grow your property wealth with unprecedented ease</h2>
<br />
<br />
<br />
<br />
<div>
<button class="btn btn-lg btn-info">Learn More About Investing</button>
</div>
</div>
<br />
<!-- //.counter-item -->
<br />
</div>
<!-- //.col-xs-6 col-sm-6 col-md-3 -->
</div>
<!-- //.col-md-12 -->
</div>
<!-- //.row -->
</div>
<!-- //.section-content -->
</div>
<!-- //.section-inner -->
</section>
<!-- //End Our Services Section -->
<!-- Begin Footer -->
<footer class="footer">
<!-- Begin Footer Section -->
<section id="footer">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4 footer-column not-right-column">
<div class="footer-text">
<h4>Get In Touch</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum, nulla rebds vel pellentesqu</p>
<ul class="icon-list list-unstyled">
<li>
<i class="fa fa-phone"></i> +622176811
</li>
<li>
<i class="fa fa-envelope-o"></i> [email protected]
</li>
<li>
<i class="fa fa-map-marker"></i> 14374 Salemba Raya, Central Jakarta
</li>
<li>
<i class="fa fa-clock-o"></i> Monday to Friday - 8.30 PM to 17 PM
</li>
</ul>
<ul class="social-icon-list list-unstyled list-inline">
<li>
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-google-plus"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-youtube"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-pinterest"></i></a>
</li>
<li class="hidden-xs">
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
<!-- //.footer-text -->
</div>
<!-- //.footer-column -->
<div class="col-sm-4 col-md-4 footer-column not-right-column">
<div class="footer-text">
<h4>About Us</h4>
<p>Gunung Rinjani adalah gunung yang berlokasi di Pulau Lombok, Nusa Tenggara Barat. Gunung ini merupakan gunung favorit bagi pendaki Indonesia karena keindahan pemandangannya. Gunung ini merupakan bagian dari Taman Nasional Gunung Rinjani yang memiliki luas sekitar 41.330 ha dan ini akan diusulkan penambahannya sehingga menjadi 76.000 ha ke arah barat dan timur. Secara administratif gunung ini berada dalam wilayah tiga kabupaten: Lombok Timur, Lombok Tengah dan Lombok Barat.</p>
</div>
<!-- //.footer-text -->
</div>
<!-- //.footer-column -->
<div class="col-sm-4 col-md-4 footer-column">
<div class="footer-text">
<h4>Newsletter</h4>
<p>Keep yourself up to date!</p>
<form role="form" class="newsletter-form">
<div class="form-group">
<label for="email_address">Email Address*</label>
<input type="email" id="email_address" class="form-control">
</div>
<div class="form-group">
<label for="first_name">First Name</label>
<input type="text" id="first_name" class="form-control">
</div>
<button type="submit" class="btn btn-rj">Subscribe</button>
</form>
</div>
<!-- //.footer-text -->
</div>
<!-- //.footer-column -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //End Footer Section -->
<!-- Begin Copyright -->
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright © 2014 <a href="#">Rinjani.</a></p>
</div>
<!-- //.col-md-12 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //End Copyright -->
</footer>
<!-- //End Footer -->
<!-- Plugins JS -->
<script src="assets/plugins/jquery.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/detectmobilebrowser/detectmobilebrowser.js"></script>
<script src="assets/plugins/smartresize/smartresize.js"></script>
<script src="assets/plugins/jquery-easing/jquery.easing.min.js"></script>
<script src="assets/plugins/skrollr/skrollr.min.js"></script>
<script src="assets/plugins/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/plugins/jquery-inview/jquery.inview.min.js"></script>
<script src="assets/plugins/jquery-countTo/jquery.countTo.js"></script>
<script src="assets/plugins/jquery-easypiechart/jquery.easypiechart.min.js"></script>
<script src="assets/plugins/jquery-countdown/jquery.countdown.min.js"></script>
<script src="assets/plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/plugins/isotope/isotope.pkgd.min.js"></script>
<script src="assets/plugins/jquery-magnificPopup/jquery.magnific-popup.min.js"></script>
<script src="assets/plugins/jquery-validation/jquery.validate.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
<!-- Animation JS (Optional) -->
<script src="assets/js/animation.js"></script>
<!-- Component JS -->
<script src="assets/js/component/bar-chart.js"></script>
<script src="assets/js/component/countdown.js"></script>
<script src="assets/js/component/counters.js"></script>
<script src="assets/js/component/pie-chart.js"></script>
<script src="assets/js/component/portfolio.js"></script>
<script src="assets/js/component/testimonials.js"></script>
<script src="assets/js/component/animation.js"></script>
<script type="text/javascript">
$(function(){
$(window).load(function(){
var ua = navigator.userAgent.toLowerCase(),
isAndroid = ua.indexOf("android") > -1;
if (jQuery.browser.mobile === false && !isAndroid){
// This is for Parallax using Skrollr
var s = skrollr.init({
forceHeight: false
});
// Refresh Skrollr after resizing our sections
s.refresh($('.parallax'));
}
});
});
</script>
<!-- Map JS -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script src="assets/js/component/map.js"></script>
</body>
</html>