-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
207 lines (184 loc) · 9.34 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if lt IE 7]> <html class="no-js ie ie6 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie ie7 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie ie8 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie ie9 newie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 10]> <html class="no-js ie ie10 newie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if (gte IE 10)><!--> <html class="no-js" xmlns="http://www.w3.org/1999/xhtml"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<!-- IE optimized -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Mobile viewport optimized -->
<meta name="viewport" content="width=980,maximum-scale=1.0" />
<!-- Title -->
<title>Sacred Spaces Singleton - Home</title>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png" />
<!-- CSS:FONTS -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/font/museo-sans-rounded-webfont/font.css" /><!-- museo-sans-rounded -->
<link type="text/css" rel="stylesheet" media="screen" href="http://fonts.googleapis.com/css?family=Raleway:500|Gentium+Book+Basic:400italic" /><!-- google font -->
<!-- CSS:ICONS -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/icon/icon.css" />
<!--[if IE 7 ]><link type="text/css" rel="stylesheet" media="screen" href="_lib/icon/icon.ie7.css" /><![endif]-->
<!-- CSS:CORE -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/normalize.css" /><!-- normalize -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/common.css" /><!-- main -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/custom/content-viewport.css" /><!-- content-viewport -->
<link type="text/css" rel="stylesheet" media="print" href="_lib/css/print.css" /><!-- print -->
<!-- CSS:LIBS -->
<!-- CSS:CUSTOM -->
<style type="text/css">
/*insert code here*/
</style>
<!-- JS:VENDOR -->
<script type="text/javascript" src="_lib/js/modernizr.all.js"></script><!-- modernizr -->
<script type="text/javascript" src="_lib/js/jquery-1.7.2.js"></script><!-- jQuery -->
<!-- JS:LIBS -->
<script type="text/javascript" src="_lib/js/jquery.hoverIntent.js"></script><!-- hoverIntent -->
<script type="text/javascript" src="_lib/js/jquery.mobile.touch.js"></script><!-- touch gestures -->
<script type="text/javascript" src="_lib/js/jquery.cycle.js"></script><!-- Cycle -->
<!--[if lt IE 9]><script type="text/javascript" src="_lib/js/css3pie/PIE.js"></script><![endif]--><!-- css3PIE -->
<!-- JS:FW -->
<script type="text/javascript" src="_lib/js/fw.utils.js"></script><!-- utils -->
<script type="text/javascript" src="_lib/js/fw.media.js"></script><!-- media -->
<script type="text/javascript" src="_lib/js/common.js"></script><!-- main -->
<!-- JS:CUSTOM -->
<script type="text/javascript">
/*insert code here*/
</script>
</head>
<!-- BODY -->
<body id="home">
<!-- DEBUG -->
<div id="debugInfo" class="nfp debug" data-on="" data-width=""></div>
<!-- CONTAINER -->
<div id="container">
<!-- HEADER -->
<div id="header">
<div class="padder">
<!-- BRAND -->
<div class="brand">
<a href="index.html">
<img src="_lib/img/img-brand.png" width="260" height="60" alt="Sacred Spaces Singleton" />
</a>
</div><!-- /BRAND -->
<!-- NAV -->
<div id="nav" class="nfp">
<div id="navItems"><!--
--><a id="nav1" class="navItem css3pie" href="about.html"><span class="label">About</span></a><!--
--><span class="sep"><span class="bg"></span></span><!--
--><a id="nav2" class="navItem css3pie" href="tours.html"><span class="label">Tours</span></a><!--
--><span class="sep"><span class="bg"></span></span><!--
--><a id="nav3" class="navItem css3pie" href="weddings.html"><span class="label">Weddings</span></a><!--
--><span class="sep"><span class="bg"></span></span><!--
--><a id="nav4" class="navItem css3pie" href="facilities.html"><span class="label">Facilities</span></a><!--
--><span class="sep"><span class="bg"></span></span><!--
--><a id="nav5" class="navItem css3pie" href="concerts.html"><span class="label">Concerts</span></a><!--
--><span class="sep"><span class="bg"></span></span><!--
--><a id="nav6" class="navItem css3pie" href="support.html"><span class="label">Support</span></a><!--
--><span class="sep"><span class="bg"></span></span><!--
--><a id="nav7" class="navItem css3pie" href="contact.html"><span class="label">Contact</span></a><!--
--></div>
</div><!-- /NAV -->
</div>
</div><!-- /HEADER -->
<!-- FOCUS -->
<div id="focus" class="block nfp">
<!-- HEADING BOX -->
<h1 class="headingBox">
<span class="padder">
<span class="label"><span class="small">The </span>Convent<span class="small"> of </span>Mercy Singleton</span>
</span>
</h1><!-- /HEADING BOX -->
<!-- SLIDESHOW -->
<div class="slideshow nfp" data-effect="fade" data-autoplay="1" data-pauseonhover="1">
<img class="slide resizeByWidth" src="_lib/img/img-focus-1.jpg" width="1536" height="725" border="0" alt="" />
<img class="slide resizeByWidth" src="_lib/img/img-focus-2.jpg" width="1536" height="725" border="0" alt="" />
<img class="slide resizeByWidth" src="_lib/img/img-focus-3.jpg" width="1536" height="725" border="0" alt="" />
<img class="slide resizeByWidth" src="___samples/ph-1536x725.gif" width="1536" height="725" border="0" alt="" />
<div class="controls">
<a class="btnNav btnPrev css3pie" href="#"><span><i class="icon icon-angle-left"></i></span></a>
<span class="pager"></span>
<a class="btnNav btnNext css3pie" href="#"><span><i class="icon icon-angle-right"></i></span></a>
</div>
</div><!-- /SLIDESHOW -->
</div><!-- /FOCUS -->
<!-- INTRO -->
<div id="intro" class="block blockGold">
<div class="padder clearfix">
<!-- MAIN -->
<div class="main contentViewport">
<h2 class="title">the sisters of mercy in the hunter valley</h2>
<p>Sacred Spaces have opened their extensive buildings and spacious gardens for the use and enjoyment of the wider community in the hope that the Convent can be preserved as a sacred heritage.</p>
</div><!-- /MAIN -->
<!-- ASIDE -->
<div class="aside">
<a href="tours.html" class="btnBubble css3pie"><span class="label">Explore the Convent</span></a>
</div><!-- /ASIDE -->
</div>
</div><!--/INTRO -->
<!-- ACTION -->
<div id="action" class="nfp">
<div class="padder clearfix">
<!-- ITEM -->
<a href="weddings.html" id="a1" class="btnAction">
<span class="padder">
<span><img class="imgThumb" src="_lib/img/img-action-wedding.jpg" width="510" height="270" border="0" alt="" /></span>
<span class="overlay">
<span class="headings">
<span class="h1"><i class="leaderText">Beautiful</i> Weddings</span>
<span class="divider dividerDiamond"><span class="line"> </span></span>
<span class="p">Donec congue lacinia dui, a porttitor lectus condimentum laoreet. Nunc eu ullamcorper orci. Quisque eget odio ac.</span>
</span>
</span>
<span class="bg"></span>
</span>
</a>
<!-- ITEM -->
<a href="facilities.html" id="a2" class="btnAction">
<span class="padder">
<span><img class="imgThumb" src="_lib/img/img-action-amenity.jpg" width="510" height="270" border="0" alt="" /></span>
<span class="overlay">
<span class="headings">
<span class="h1"><i class="leaderText">Historic</i> Amenities</span>
<span class="divider dividerDiamond"><span class="line"> </span></span>
<span class="p">Donec congue lacinia dui, a porttitor lectus condimentum laoreet. Nunc eu ullamcorper orci. Quisque eget odio ac.</span>
</span>
</span>
<span class="bg"></span>
</span>
</a>
<!-- ITEM -->
<a href="concerts.html" id="a3" class="btnAction">
<span class="padder">
<span><img class="imgThumb" src="_lib/img/img-action-performance.jpg" width="510" height="270" border="0" alt="" /></span>
<span class="overlay">
<span class="headings">
<span class="h1"><i class="leaderText">Spectacular</i> Performances</span>
<span class="divider dividerDiamond"><span class="line"> </span></span>
<span class="p">Donec congue lacinia dui, a porttitor lectus condimentum laoreet. Nunc eu ullamcorper orci. Quisque eget odio ac.</span>
</span>
</span>
<span class="bg"></span>
</span>
</a>
</div>
</div><!--/ACTION -->
<!-- FOOTER -->
<div id="footer" class="clearfix nfp">
<!-- FOOTERLINKS -->
<div id="footerLinks" class="listLinks clearfix"><!--
--><span class="first-child">© Sisters of Mercy</span><!--
--><span class="sep">|</span><!--
--><span><a href="#">Terms of Use</a></span><!--
--><span id="btnFW"><a class="ir pngBg" href="http://www.fraynework.com.au" target="_blank"><strong>fraynework</strong> <em>enabled</em></a></span><!--
--></div><!-- /FOOTERLINKS -->
</div><!-- /FOOTER -->
</div><!-- /CONTAINER -->
</body>
</html>