-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (59 loc) · 1.98 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
---
---
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}">
<link rel="stylesheet" href="/css/main.css">
<link
href='http://fonts.googleapis.com/css?family=Alegreya+Sans:500,500italic,900,900italic|Alegreya+Sans+SC:500,500italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<title>{{ site.title }}</title>
</head>
<body>
{% include navbar.html %}
<main role="main">
<section class="landing">
<article><h2>
It's coming!<br />
</h2></article>
</section>
<section id="date"><article><h2>
Rachel and Ryan<br />
june 14, 2015<br />
22 mcloud road<br />
holderness, nh 03245<br />
at two!
</section></article></h2>
<!--
{% for post in site.posts reversed %}
{% capture id %}{{ post.id | remove:'/' | downcase }}{% endcapture %}
<section id="{{id}}">
{% if post.icon %}
<div class="subtlecircle sectiondivider imaged">
<img src="{{post.icon}}" alt="section icon" />
<h5 class="icon-title">{{ post.title }}</h5>
</div>
{% elsif post.fa-icon %}
<div class="subtlecircle sectiondivider faicon">
<span class="fa-stack">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-{{ post.fa-icon }} fa-stack-1x"></i>
</span>
<h5 class="icon-title">{{ post.title }}</h5>
</div>
{% endif %}
<article>{{ post.content }}</article>
</section>
{% endfor %}
-->
</main>
<footer>
{% capture foottext %}{% include footer.md %}{% endcapture %}
{{ foottext | markdownify }}
</footer>
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</html>