-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (126 loc) · 5.46 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Our site title and description -->
<title>Home | Plum Village Practice Center</title>
<meta name="description" content="Plum Village is a Buddhist meditation center of the Order of Interbeing in the Dordogne, in southern France. It was founded by Vietnamese monk Thích Nhất Hạnh, and his colleague Bhikkhuni Chân Không, in 1982." />
<meta name="keywords" content="Plum Village, Thich Nhat Hanh, Zen, mindfulness, Buddhism, peace, meditation" />
<meta name="author" content="Plum Village Online Monastery" />
<!-- Output DocPad produced meta elements -->
<meta name="generator" content="DocPad v6.59.6" />
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width" />
<!-- Icons -->
<link rel="shortcut icon" href="icons/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="icons/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="icons/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="icons/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="icons/apple-touch-icon-57-precomposed.png">
<!-- Shims: IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Styles -->
<link href='http://fonts.googleapis.com/css?family=Montserrat|Maven+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/styles/zurb-foundation.css" /><link rel="stylesheet" href="/styles/style.css" /><link rel="stylesheet" href="/styles/highlightjs-github.css" />
</head>
<body >
<div id='layout'>
<nav class="container top-bar" style="">
<ul class=" title-area">
<li class="name">
<h1><a href="/"> Plum Village Practice Center</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li class="divider hide-for-small"></li>
<li typeof="sioc:Page" about="/pages/about" class="">
<a href="/pages/about" property="dc:title">About</a>
</li>
<li class="divider hide-for-small"></li>
<li typeof="sioc:Page" about="/pages/blog" class="">
<a href="/pages/blog" property="dc:title">Blog</a>
</li>
</ul>
</section>
</nav>
<div role="main">
<!-- Main hero unit for a primary marketing message or call to action -->
<header class="tall">
<div class="row">
<div class="twelve columns">
<h1>Plum Village Practice Center</h1>
<h3>A monastery in the tradition of Thich Nhat Hanh</h3>
</div>
</div>
</header>
<!-- Example row of columns -->
<div class="row" >
<section class="small-12 large-6 columns">
<h2>Docpad</h2>
<p>DocPad takes that good ol' simple approach of writing files and wraps it with the best modern innovations, providing an awesome intuitive, liberating and empowering solution for HTML5 web development.</p>
<p><a href="https://github.com/bevry/docpad">Visit Website</a></p>
</section>
<section class="small-12 large-6 columns">
<h2>Zurb Foundation 4</h2>
<p>The most advanced responsive front-end framework in the world. Foundation is developed in Sass, which is powerful CSS pre-processor that helps you write cleaner CSS that you can more easily maintain than vanilla CSS.</p>
<p><a href="http://foundation.zurb.com/">Visit Website</a></p>
</section>
</div>
</div>
<div id='layout_footer'></div>
</div>
<footer id='footer' class="panel">
<div class="row">
<div class="columns large-5 small-12">
© Plum Village 2013
</div>
<div class="columns large-7 small-12 ">
<ul class="inline-list foot-right">
<li class="divider hide-for-small"></li>
<li typeof="sioc:Page" about="/pages/about" class="">
<a href="/pages/about" property="dc:title">About</a>
</li>
<li class="divider hide-for-small"></li>
<li typeof="sioc:Page" about="/pages/faq" class="">
<a href="/pages/faq" property="dc:title">FAQ</a>
</li>
<li class="divider hide-for-small"></li>
<li typeof="sioc:Page" about="/pages/blog" class="">
<a href="/pages/blog" property="dc:title">Blog</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<!-- Depending on browser support load the zepto-pack or the jquery-pack.
As configured (see grunt-config.json) this includes:
- modernizr,
- zepto OR jquery
- foundation.topbar.js
condition jquery or zepto adapted from:
http://foundation.zurb.com/docs/javascript.html
-->
<script>
document.write('<script src=/scripts/'
+ ('__proto__' in {} ? 'zepto' : 'jquery')
+ '-pack.min.js><\/script>');
</script>
<script>
//init all foundation plugins.
//Currently this only includes foundation.topbar.js
//See http://foundation.zurb.com/docs/javascript.html
$(document).foundation();
</script>
<script defer="defer" src="/scripts/app.js"></script>
</body>
</html>