-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·38 lines (31 loc) · 926 Bytes
/
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
---
layout: landing
---
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
</div>
<a href="#intro" class="more scrolly">Detalles</a>
</section>
<section id="intro" class="wrapper style1 special">
{% include sections/intro.html %}
</section>
<section id="couple" class="wrapper alt style2">
{% include sections/couple.html %}
</section>
<section id="party" class="wrapper style1 special">
{% include sections/weddingparty.html %}
</section>
<section id="travel" class="wrapper style3 special">
{% include sections/transportation.html %}
</section>
<section id="location" class="wrapper style4">
{% include sections/location.html %}
</section>
<section id="lodging" class="wrapper style2 special">
{% include sections/lodging.html %}
</section>
<section id="fotos" class="wrapper style4">
{% include sections/fotos.html %}
</section>