-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
72 lines (56 loc) · 2.02 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
<!-- @include _top -->
<!-- @include _nav -->
<div id="hero">
<div class="row">
<div class="small-12 large-8 large-centered columns">
<img src="<!-- @path video.png -->" />
</div><!-- end hero -->
</div>
</div>
<div id="home-plans">
<h2>Catchy Title Goes Here</h2>
<div class="row">
<section class="large-4 columns">
<img src="http://placehold.it/250x150&text=Photo" />
<h3>See Our Work</h3>
<p>Affordable home plans include all permits, painting, landscaping and more. </p>
<a class="small button" href="<!-- @path home-plans.html -->">Visit Portfolio</a>
</section>
<section class="large-4 columns">
<img src="http://placehold.it/250x150&text=Photo" />
<h3>Custom Home Features</h3>
<p>Mid-range home plans include all permits, painting, landscaping and more. </p>
<a class="small button" href="<!-- @path home-plans.html -->">Call To Action</a>
</section>
<section class="large-4 columns">
<img src="http://placehold.it/250x150&text=Photo" />
<h3>Control Your Costs</h3>
<p>Fully Custom home plans include all permits, painting, landscaping and more. </p>
<a class="small button" href="<!-- @path home-plans.html -->">Call To Action</a>
</section>
</div>
</div><!-- end home plans -->
<div id="choose-reef">
<div class="row">
<div id="team" class="large-8 columns">
<h3>Why Choose Reef?</h3>
<img src="http://placehold.it/150x110&text=Headshots" />
<p>The team at REEF has over 35 years building experience. We've helped hundreds of people build their Cape Cod Dream home.<br/>
<a href="why-choose-reef.html#team" class="button">Meet Us</a>
</p>
</div>
<div id="blog-teaser" class="large-3 push-1 columns">
<h5>Latest Building Articles</h5>
<article>
<p><a href="">Pick The Best Kitchen Design For Your Cape Cod Home</a>
</p>
</article>
<article>
<p><a href="">Singing in the shower? Add some music to your remodeling project</a>
</p>
</article>
</div>
</div>
</div><!-- end choose reef -->
<!-- @include _footer -->
<!-- @include _bottom -->