-
Notifications
You must be signed in to change notification settings - Fork 1
/
index2.html
685 lines (498 loc) · 23.8 KB
/
index2.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
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Stone Surface Design</title>
<meta name="viewport" content="width=device-width, initial-scale=2.0">
<meta name="description" content="">
<meta name="author" content="">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<!--Le HTML5 shim, for IE6-8 support of HTML5 elements-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.css" media="all" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox-thumbs.css?v=1.0.2" />
<link href="css/animate.css" rel="stylesheet" type="text/css" />
<link href="css/isotope.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/style-responsive.css" rel="stylesheet" type="text/css" />
<link href="css/narrow.css" rel="stylesheet" type="text/css" />
<link href="css/msgBox.css" rel="stylesheet" type="text/css" />
<!-- Le fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ico/favicon.png">
</head>
<body>
<!--################ NAVIGATION START ################-->
<div class="navbar-wrapper" >
<div class="navbar navbar-fixed-top" id="navigation">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#"> <img src="images/logo.png" width="150"id="logokhan"></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li class="active">
<a href="#features">Home</a>
</li>
<!--<li class="">-->
<!--<a href="#features">Features</a>-->
<!--</li>-->
<li class="">
<a href="#support">Services</a>
</li>
<li class="">
<a href="#port">Gallery</a>
</li>
<!--<li class="">-->
<!--<a href="#testimonials">Testimonials</a>-->
<!--</li>-->
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown">Products <b class="caret"></b></a>
<div class="dropdown-menu" style="padding: 15px;">
<ul class="unstyled footer-links">
<li><a href="http://www.silestoneusa.com/colors/" target="_blank" class="flink">Silestone</a></li>
<li><a href="http://bottegastone.com/material-selector/" target="_blank" class="flink">Natural Stone</a></li>
<!--<li><a href="#" class="flink">Blog</a></li>-->
<!--<li><a href="#" class="flink">Contact</a></li>-->
<!--<li><a href="#" class="flink">Privacy Policy</a></li>-->
<!--<li><a href="#" class="flink">Terms of Use</a></li>-->
</ul>
</div>
</li>
<li class="">
<a href="#contact">Request an estimate</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--################ NAVIGATION END ################-->
<!--################ WRAP START ################-->
<div id="wrap">
<!--################ MAIN CONTAINER START ################-->
<!--################ FEATURES SECTION START ################-->
<!--<section id="features" >
</section>
-->
<!--################ FEATURES SECTION END ################-->
<!--################ SUPPORT SECTION START ################-->
<!--
<section id="support" class="paddingbottom40">
</section>
-->
<!--################ PORTFOLIO SECTION START ################-->
<!--
<section id="port">
</section>
-->
<!--
<section id="call-to-action" class="margintop20 marginbot20">
</section>
-->
<!--################ CONTACT SECTION START ################-->
<!--
<section id="contact" class="margintop40">
</section>
-->
<!--################ CONTACT SECTION END ################-->
</div>
<!--################ PUSH WILL KEEP THE FOOTER AT BOTTOM IF YOU WANT TO CREATE OTHER PAGES ################-->
<div id="push"></div>
<!--################ FOOTER START ################-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="span4">
<!--<h2>about us...</h2>-->
<img src="images/logo.png" >
<!--<p><br /Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. Morbi ut mi. Nullam enim leo, egestas id, condimentum at, laoreet mattis, massa. Sed eleifend nonummy diam.</p>-->
<p><br />Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. Morbi ut mi. Nullam enim leo, egestas id, condimentum at, laoreet mattis, massa. Sed eleifend nonummy diam.</p>
<p class="copyright">
© 2013 Joshua Taylor Lunsford
</p>
</div>
<div class="span2">
<h2>links </h2>
<ul class="unstyled footer-links">
<li><a href="http://www.silestoneusa.com/colors/" class="flink">Silestone</a></li>
<!--<li><a href="#" class="flink">The Team</a></li>-->
<!--<li><a href="#" class="flink">Blog</a></li>-->
<!--<li><a href="#" class="flink">Contact</a></li>-->
<!--<li><a href="#" class="flink">Privacy Policy</a></li>-->
<!--<li><a href="#" class="flink">Terms of Use</a></li>-->
</ul>
</div>
<div class="span3">
<h2>subscribe </h2>
<a href="#" class="social-network sn2 facebook"></a>
</div>
<div class="span3">
<h2 class="center"><i class="icon-twitter"></i></h2>
<ul id="twitter" class="unstyled">
</ul>
</div>
</div>
</div>
</footer>
<!--################ FOOTER END ################-->
<!--################ JAVASCRIPTS ################-->
<!-- Placed at the end of the document so the pages load faster -->
<!--################ FEATURES SECTION START ################-->
<script id="featureTemplate" type="text/template">
<div id="features-banner" data-stellar-background-ratio="0" >
<h1><%= featureTitle %></h1>
<p class="sub-heading-support"><%= featureSubheading %></p>
</div>
<div class="container">
<div class="row margintop20" id="paragraphHook">
<div class="span4">
<h2 class="text-center"><%= featuresParaTitle %></h2>
<p><%= featuresPara %></p>
</div>
<div class="span4">
<h2 class="text-center"><%= featuresParaTitle1 %></h2>
<p><%= featuresPara1 %></p>
</div>
<div class="span4">
<h2 class="text-center"><%= featuresParaTitle2 %></h2>
<p><%= featuresPara2 %></p>
</div>
</div>
<hr class="line">
</div>
</script><!--/feature-template-->
<!--################ FEATURES SECTION END ################-->
<script id="supportTemplate" type="text/template">
<div id="support-banner" data-stellar-background-ratio="0.5" >
<div id="carousel_fade_1" class="carousel slide carousel-fade">
<div class="carousel-inner">
<div class="item active">
<h1><i class="icon-globe"></i><%= iconGlobe %></h1>
<!--<p class="sub-heading-support">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. </p>-->
</div>
<div class="item">
<h1><i class="icon-gift"></i><%= iconGift %></h1>
<!--<p class="sub-heading-support">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. </p>-->
</div>
<div class="item">
<h1><i class="icon-star"></i><%= iconStar %></h1>
<!--<p class="sub-heading-support">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. </p>-->
</div>
</div>
<button class="carousel-control left car-button" href="#carousel_fade_1" data-slide="prev"><i class="icon-chevron-left"></i></button>
<button class="carousel-control right car-button" href="#carousel_fade_1" data-slide="next"><i class="icon-chevron-right"></i></button>
</div>
</div>
<div class="container">
<div class="row center">
<div class="span4 margintop20">
<div class="row left">
<div class="span1">
<i class=" support-icon color1"></i>
</div>
<div class="span3">
<h2><%= supportTitle %></h2>
<ul class="unstyled">
<li><i class="icon-ok"></i><%= kitchenList %></li>
<li><i class="icon-ok"></i><%= kitchenList1 %></li>
<li><i class="icon-ok"></i><%= kitchenList2 %></li>
<li><i class="icon-ok"></i><%= kitchenList3 %></li>
</ul>
</div>
</div>
</div>
<div class="span4 margintop20">
<div class="row left">
<div class="span1"><i class=" support-icon color2"></i></div>
<div class="span3">
<h2><%= supportTitle1 %></h2>
<ul class="unstyled">
<li><i class="icon-ok"></i> <%= bathList %></li>
<li><i class="icon-ok"></i><%= bathList1 %></li>
<li><i class="icon-ok"></i><%= bathList2 %></li>
</ul></div>
</div>
</div>
<div class="span4 margintop20">
<div class="row left">
<div class="span1"><i class=" support-icon color3"></i></div>
<div class="span3">
<h2><%= supportTitle2 %></h2>
<ul class="unstyled">
<li><i class="icon-ok"></i><%= fireplacesList %></li>
<li><i class="icon-ok"></i><%= fireplacesList1 %></li>
</ul></div>
</div>
</div>
</div>
</div>
</script><!--/supportTemplate-->
<script id="portfolioTemplate" type="text/template">
<section class="portfolio home-portfolio">
<div class="container" id="portfolio">
<div class="row">
<div class="span12 center">
<h1 class="big-heading"><%= bigHeading %></h1>
<h4 class="sub-heading"><%= subHeading %></h4>
</div>
</div>
<div class="row">
<div class="span12">
<div id="filters_container">
<ul id="filters">
<li><a id="all" href="#" data-filter="*" class="active"><%= galleryList %></a></li>
<li class="separator">/</li>
<li><a href="#" data-filter=".tile"><%= galleryList1 %></a></li>
<li class="separator">/</li>
<li><a href="#" data-filter=".one"><%= galleryList2 %></a></li>
<li class="separator">/</li>
<li><a href="#" data-filter=".two"><%= galleryList3 %></a></li>
</ul>
</div>
</div>
</div>
<div class="row" id="portfolio-container">
</div>
</div>
</section>
</script>
<script id='callToTemplate' type="text/template">
<div class="call-to-action-link">
<a href="#"><span><%= callToAct %></span></a>
</div>
</script>
<script id="contactTemplate" type="text/template">
<div id="contact-background" data-stellar-background-ratio="0" >
<h1><%= title %></h1>
<p class="sub-heading-contact"><%= subHeading %></p>
</div>
<div class="container">
<div class="row margintop20">
<div class="span6">
<h2 class="big-h2-heading"><i class="icon-envelope-alt"></i><%= bigH2Heading %> </h2>
<p><%= bigpara %></p>
<div class="clearfix">
<label for="name"><span><%= labelName %></span></label>
<div class="input">
<input id="name" name="name" type="text" value="" class="input-xlarge">
</div>
</div>
<div class="clearfix">
<label for="email"><span><%= labelEmail %></span></label>
<div class="input">
<input id="email" name="email" type="text" value="" class="input-xlarge">
</div>
</div>
<div class="clearfix">
<label for="phone"><span><%= labelPhone %></span></label>
<div class="input">
<input id="phone" name="phone" type="text" value="" class="input-xlarge">
</div>
</div>
<div class="clearfix">
<label for="message"><span><%= labelMessage %></span></label>
<div class="input">
<textarea tabindex="3" class="input-xlarge" id="message" name="body" rows="7"></textarea>
</div>
</div>
<div class="actions">
<button id="sendContact" tabindex="3" class="btn btn-landing "><%= buttonValue %></button>
</div>
</div>
<div class="span5 offset1">
</div>
</div>
</div>
</script>
<script src="js/jquery.js"></script>
<script src="tmp/js/lib/jquery.min.js"></script>
<script src="tmp/js/lib/underscore-min.js"></script>
<script src="tmp/js/lib/backbone-min.js"></script>
<script src="tmp/js/models/paragraph.js"></script>
<script src="tmp/js/collections/paragraphs.js"></script>
<script src="tmp/js/views/paragraph.js"></script>
<script src="tmp/js/views/paragraphs.js"></script>
<script src="tmp/js/models/support.js"></script>
<script src="tmp/js/collections/supports.js"></script>
<script src="tmp/js/views/support.js"></script>
<script src="tmp/js/views/supports.js"></script>
<script src="tmp/js/models/portfolio.js"></script>
<script src="tmp/js/collections/portfolios.js"></script>
<script src="tmp/js/views/portfolio.js"></script>
<script src="tmp/js/views/portfolios.js"></script>
<script src="tmp/js/models/callto.js"></script>
<script src="tmp/js/collections/calltos.js"></script>
<script src="tmp/js/views/callto.js"></script>
<script src="tmp/js/views/calltos.js"></script>
<script src="tmp/js/models/contact.js"></script>
<script src="tmp/js/collections/contacts.js"></script>
<script src="tmp/js/views/contact.js"></script>
<script src="tmp/js/views/contacts.js"></script>
<script src="tmp/js/app.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/twitter.js"></script>
<script type="text/javascript" src="js/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="js/jquery.fancybox-thumbs.js?v=1.0.2"></script>
<script type="text/javascript" src="js/jquery.fancybox-media.js?v=1.0.0"></script>
<script src="js/stellar.js"></script>
<script src="js/nicescroll.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/custom-home.js"></script>
<script src="js/portfolio.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/retina.js"></script>
<script src="js/underscore.js"></script>
<script src="js/msgBox.js"></script>
<script type="text/javascript">
$(function() {
$("#sendContact").click(function(){
$.ajax({
type : "GET",
dataType : "jsonp",
url: 'http://stonesurfacedesignservices.aws.af.cm/email?subject=New lead for '+$('#name').val()+'&emailbody=Reply to:'+encodeURIComponent($('#email').val()+'\r\nContact Number: '+$('#phone').val()+'\r\nContact Comment:'+$('#message').val()),
success: function(data){
console.log(data);
$.msgBox({
title: "Thank You from Stone Surface Design",
content: "We appreciate your business!",
type: "info",
showButtons:false,
opacity:0.9,
autoClose:true
});
}
});
});
$.getJSON('https://graph.facebook.com/146468118881697/photos', function(data) {
_.each(data.data, function(image){
if(image.height>100&&image.width>100)
$('#portfolio-container').append('' +
'<div class="span3 project art tile">' +
' <img width="'+image.width+'" height="'+image.height+'" src="'+image.source+'" />' +
'<span class="overlay"></span>' +
'<div class="cnt">' +
'<h6>'+image.name+'</h6>' +
'<a href="'+image.source+'" class="fancybox-media btn btn-normal" >View details</a>' +
'</div>' +
'</div>');
});
$.getJSON('https://graph.facebook.com/146467615548414/photos', function(data) {
_.each(data.data, function(image){
if(image.height>100&&image.width>100)
$('#portfolio-container').append('' +
'<div class="span3 project art two">' +
' <img width="'+image.width+'" height="'+image.height+'" src="'+image.source+'" />' +
'<span class="overlay"></span>' +
'<div class="cnt">' +
'<h6>'+image.name+'</h6>' +
'<a href="'+image.source+'" class="fancybox-media btn btn-normal" >View details</a>' +
'</div>' +
'</div>');
});
$.getJSON('https://graph.facebook.com/146467382215104/photos', function(data) {
_.each(data.data, function(image){
if(image.height>100&&image.width>100)
$('#portfolio-container').append('' +
'<div class="span3 project art one">' +
' <img width="'+image.width+'" height="'+image.height+'" src="'+image.source+'" />' +
'<span class="overlay"></span>' +
'<div class="cnt">' +
'<h6>'+image.name+'</h6>' +
'<a href="'+image.source+'" class="fancybox-media btn btn-normal" >View details</a>' +
'</div>' +
'</div>');
});
var $container = $('#portfolio-container'),
$filters = $("#filters a");
$container.imagesLoaded(function() {
$container.isotope({
itemSelector: '.project',
masonry: {
columnWidth: 0
}
});
});
// filter items when filter link is clicked
$filters.click(function() {
$filters.removeClass("active");
$(this).addClass("active");
var selector = $(this).data('filter');
$container.isotope({filter: selector});
return false;
});
});
});
});
});
</script>
<!--
*************** RETINA JS FUNCTIONALITY ****************
The script assumes you use Apple's prescribed high-resolution modifier (@2x) to denote
high-resolution image variants on your server.
For example, if you have an image on your page that looks like this:
<img src="/images/my_image.png" />
The script will check your server to see if an alternative image exists at this path:
"/images/[email protected]"
That's it!
:)
<!--RETINA JS END-->
<!--REGISTER MODAL -->
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Create a New Account</h3>
</div>
<div class="modal-body">
<form class="form-vertical form-modal">
<fieldset>
<!-- Form Name -->
<!-- Text input-->
<div class="control-group">
<label class="control-label">Name</label>
<div class="controls">
<input id="textinput" name="textinput" type="text" placeholder="" class="input-xxlarge">
</div>
</div>
<!-- Text input-->
<div class="control-group">
<label class="control-label">Email</label>
<div class="controls">
<input id="textinput" name="textinput" type="text" placeholder="" class="input-xxlarge">
</div>
</div>
</fieldset>
</form>
</div>
<div class="modal-footer">
<button id="singlebutton" name="singlebutton" class="btn btn-primary">Create New Account</button>
</div>
</div>
<!--REGISTER MODAL END-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42417527-1', 'stonesurfacedesign.com');
ga('send', 'pageview');
</script>
</body>
</html>