-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (109 loc) · 5.01 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
---
layout: landing
description: Find the perfect venue for your wedding
excerpt: Weddingstr is an application aimed at taking the stress out of searching for wedding venues across the globe. As the world grows ever smaller, more and more hopeful newlyweds are looking to get married in their ideal destination.
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<h3>A Concept idea by<br /> Ant Villa Dean</h3>
<h3>{{ site.description | markdownify }}</h3>
<ul class="actions">
<li><a href="#" class="button special">Download</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Find out more</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>what is Weddingstr?</h2>
<p>{{ page.excerpt }}</p>
<p>This is where Weddingstr really shines!</p>
</header>
<ul class="icons major">
<li><span class="icon fa-diamond major style1"><span class="label">Luxury</span></span></li>
<li><span class="icon fa-heart-o major style1"><span class="label">Favourite</span></span></li>
<li><span class="icon fa-anchor major style1"><span class="label">Global</span></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/pic01.jpg" alt="" /></div><div class="content">
<h2>Thousands of wedding venues at your fingertips</h2>
<p>Weddingstr gives you a simple and easy platform to find information on possible wedding venues and contact their owners directly.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic02.jpg" alt="" /></div><div class="content">
<h2>Plan your wedding<br />
without the stress</h2>
<p>Offering an intuitive interface to find the perfect venue, browse our cities and find that special place for your special day.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic03.jpg" alt="" /></div><div class="content">
<h2>Once you've found <br />
your place</h2>
<p>Find out all the information you need such as availability, pricing and extra features they may offer. There's also a review section to see what past couples thought about the venue.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic04.jpg" alt="" /></div><div class="content">
<h2>A direct line <br />
with your venue</h2>
<p>With our built-in messaging service, contacting the venue is as easy as messaging family,meaning you have a direct channel with the venue's organisers.</p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Want to host on Weddingstr?</h2>
<p>If you have a space or venue that can host between 50 - 500 people<br />
then joining the Weddingstr network is just as easy!</p>
<p>These are just a few things that we can offer you:</p>
</header>
<ul class="features">
<li class="icon fa-globe">
<h3>Global Exposure</h3>
<p>With Weddingstr hoping to bridge the gap between adventurous newly-weds and exciting venues, you're venue will have exposure across the globe.</p>
</li>
<li class="icon fa-mobile">
<h3>Mobile First</h3>
<p>Future clients will be able to find your venue directly via their phone, likewise you'll be able to contact them through our messaging service.</p>
</li>
<li class="icon fa-balance-scale">
<h3>Clean Interface</h3>
<p>Through our simple and clean interface you can update your venues information, add new features, all on-the-fly and directly from your mobile.</p>
</li>
<li class="icon fa-calendar">
<h3>Helpful Calendar</h3>
<p>Weddingstr also offers a helpful calendar that lays out the year, allowing you to track both current and prospective clients with ease.</p>
</li>
</ul>
</div>
<p>Just click the button below and find out how easy it is to join the Weddingstr network.</p>
<ul class="actions">
<li><a href="#" class="button special">Join Us</a></li>
</ul>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>{{ site.title }}</h2>
<p>A Concept Idea by<br /> Ant Villa Dean</p>
<p>{{ site.description | markdownify }}</p>
</header>
<ul class="actions vertical">
<li><a href="#" class="button fit special">Download</a></li>
<li><a href="/concept" class="button fit">Learn More</a></li>
</ul>
</div>
</section>