-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathweddings.html
321 lines (283 loc) · 15 KB
/
weddings.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!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 - Weddings</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 -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/js/custom-form-elements/form.css" /><!-- custom-form-elements -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/js/select-box/jquery.selectBox.fw.css" /><!-- select-box -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/js/jqui/jquery-ui-1.10.1.datepicker.css" /><!-- datepicker -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/js/fancyBox/jquery.fancybox.fw.css" /><!-- fancybox -->
<!-- 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 -->
<script type="text/javascript" src="_lib/js/custom-form-elements/custom-form-elements.js"></script><!-- custom-form-elements -->
<script type="text/javascript" src="_lib/js/select-box/jquery.selectBox.js"></script><!-- select-box -->
<script type="text/javascript" src="_lib/js/jqui/jquery-ui-1.10.1.datepicker.js"></script><!-- datepicker -->
<script type="text/javascript" src="_lib/js/fancyBox/jquery.fancybox.js"></script><!-- fancybox -->
<!--[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.widgets.js"></script><!-- widgets -->
<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="weddings">
<!-- 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 selected" 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 -->
<!-- BANNER -->
<div id="banner" class="nfp">
<img class="bannerImg" src="_lib/img/img-banner-weddings.jpg" width="1536" height="435" border="0" alt="" />
<h1 class="headingBox">
<span class="padder">
<span class="label">Weddings</span>
</span>
</h1>
</div><!-- /BANNER -->
<!-- TREASURE -->
<div id="treasure" class="block blockRed">
<div class="padder clearfix">
<!-- ASIDE -->
<div class="aside">
<div class="contentViewport">
<h1><span class="leaderText">A day to</span> Treasure</h1>
<div class="divider dividerDiamond"><div class="line"> </div></div>
<p class="leaderText">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla.</p>
</div>
</div><!-- /ASIDE -->
<!-- MAIN -->
<div class="main clearfix">
<!-- COL2A -->
<div class="col col2 col2a">
<div class="contentViewport">
<p>For over eighty years young women made their religious vows in this sacred space. The bride's entry down the centre carpet is a moment to treasure. There is a particular intimacy in marrying in this beautiful Chapel as all have an uninterrupted view of the ceremony.</p>
<p>After the ceremony there are endless opportunities for bridal and guest photos. Garden, cloisters, Chapel steps, fernery, the many nooks and pathways will provide you with very special memories. In case of rain the verandahs and cloisters which surround the Convent provide complete shelter.</p>
</div>
</div><!-- /COL2A -->
<!-- COL2B -->
<div class="col col2 col2b">
<div class="contentViewport">
<p>As this is a Catholic chapel one of the couple should be Catholic and the ceremony must be conducted by a Catholic priest or deacon. Marriage Celebrant of other faiths are welcome to participate.</p>
<p>Our Wedding Coordinator will ensure that you have all the help you need to prepare to marry in this special place.</p>
<p><a class="btnBubble css3pie" href="#"><span class="label">Enquire now</span></a></p>
</div>
</div><!-- /COL2B -->
</div><!-- /MAIN -->
</div>
</div><!--/TREASURE -->
<!-- MEMORIES -->
<div id="memories" class="block">
<div class="bgLine bgLineTop"></div>
<div class="bgLine bgLineBtm"></div>
<div class="padder clearfix">
<!-- ASIDE -->
<div class="aside">
<div class="contentViewport">
<h1><span class="leaderText">Thanks for the</span> Memories</h1>
<div class="divider dividerDiamond"><div class="line"> </div></div>
</div>
</div><!-- /ASIDE -->
<!-- MAIN -->
<div class="main mainfull">
<!-- COLFULL -->
<div class="col colfull">
<!-- IMGWALL -->
<div class="imgWall">
<div class="clearfix">
<img class="imgTile fleft" src="___samples/ph-605x275.gif" width="605" height="275" border="0" alt=""/>
<img class="imgTile fright" src="___samples/ph-365x275.gif" width="365" height="275" border="0" alt=""/>
</div>
<div class="clearfix">
<img class="imgTile fleft" src="___samples/ph-365x275.gif" width="365" height="275" border="0" alt=""/>
<img class="imgTile fright" src="___samples/ph-605x275.gif" width="605" height="275" border="0" alt=""/>
</div>
<!-- BTN SLIDESHOW -->
<a class="btnSlideshow btnText nfp" href="#"><span class="label">View more photos +</span></a>
<!-- GALLERY -->
<div class="gallery hidden">
<img src="http://www.sacredspaces.org.au/weddingGallery/_MG_0913s.jpg" alt="Lorem ipsum dolor sit amet, consectetuer adipiscing elit" />
<img src="http://www.sacredspaces.org.au/weddingGallery/_MG_0795.jpg" alt="Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat." />
<img src="http://www.sacredspaces.org.au/weddingGallery/_MG_1422s.jpg" alt="Pellentesque odio nisi, euismod in" />
<img src="http://www.sacredspaces.org.au/weddingGallery/_MG_1369s.jpg" alt="Feugiat vitae, ultricies eget" />
<img src="http://www.sacredspaces.org.au/weddingGallery/_MG_8963np.jpg" alt="Aliquam tincidunt mauris eu risus auctor dapibus neque" />
</div><!-- /GALLERY -->
</div><!-- /IMGWALL -->
</div><!-- /COLFULL -->
</div><!-- /MAIN -->
</div>
</div><!--/MEMORIES -->
<!-- ENQUIRY -->
<div id="enquiry" class="block blockDark">
<div class="padder">
<div class="frame clearfix">
<!-- ASIDE -->
<div class="aside">
<div class="contentViewport">
<h1><span class="leaderText">Make a wedding</span> Enquiry</h1>
<div class="divider dividerDiamond"><div class="line"> </div></div>
<p>Proin quis tortor orci. Etiam at risus et justo dignissim congue. Donec congue lacinia dui, a porttitor lectus condimentum laoreet. Nunc eu ullamcorper orci.</p>
<p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor. Nulla facilisi.</p>
</div>
</div><!-- /ASIDE -->
<!-- MAIN -->
<div class="main">
<!-- COLFULL -->
<div class="col colFull">
<!-- FORM -->
<form id="enquiryForm" class="formView clearfix" action="">
<h2>Personal Details</h2>
<fieldset class="col2 fleft cleft">
<label for="fmFirstName">First Name*</label>
<input class="text" type="text" id="fmFirstName" name="firstName" />
</fieldset>
<fieldset class="col2 fright cright">
<label for="fmSurname">Surname</label>
<input class="text" type="text" id="fmSurname" name="surname" />
</fieldset>
<fieldset class="col2 fleft cleft">
<label for="fmPhone">Home Phone</label>
<input class="text" type="text" id="fmPhone" name="phone" />
</fieldset>
<fieldset class="col2 fright cright">
<label for="fmMobile">Mobile*</label>
<input class="text" type="text" id="fmMobile" name="mobile" />
</fieldset>
<fieldset class="col2 fleft cleft">
<label for="fmEmail">Email*</label>
<input class="text" type="text" id="fmEmail" name="email" />
</fieldset>
<fieldset class="col2 fright cright">
<label for="fmContactMethod">Preferred contact method</label>
<select class="selectBox" id="fmContactMethod" name="contactMethod">
<option value="1">Home Phone</option>
<option value="2">Mobile</option>
<option value="3">Email</option>
</select>
</fieldset>
<div class="padBtm20 clearer"></div>
<h2>Booking Details</h2>
<fieldset class="strip clearfix mgnTop30">
<label for="fmDate">Select your preferred date*</label>
<input class="text datepicker" type="text" id="fmDate" name="date" />
<a href="#" class="btnDatepicker"><i class="icon icon-calendar"></i></a>
</fieldset>
<fieldset class="strip clearfix">
<label for="fmArriveTime">Arrival time*</label>
<select class="selectBox" id="fmArriveTime" name="arriveTime">
<option value="1">08:00am</option>
<option value="2">10:00am</option>
<option value="3">12:00pm</option>
<option value="4">14:00pm</option>
<option value="5">16:00pm</option>
</select>
</fieldset>
<fieldset class="strip clearfix">
<label for="fmDepartureTime">Departure time*</label>
<select class="selectBox" id="fmDepartureTime" name="departureTime">
<option value="1">10:00am</option>
<option value="2">12:00pm</option>
<option value="3">14:00pm</option>
<option value="4">16:00pm</option>
<option value="5">18:00pm</option>
</select>
</fieldset>
<fieldset class="strip clearfix mgnTop30">
<label for="fmGuests">Number of guests expected</label>
<input class="text" type="text" id="fmGuests" name="guests" />
</fieldset>
<fieldset class="mgnTop30">
<label for="fmNotes">Add any further requests or queries here</label>
<textarea id="fmNotes" name="notes" rows="5" cols="60"></textarea>
</fieldset>
<p class="ins ">*Required</p>
<a class="btnBubble css3pie" id="btnSubmit" href="javascript:$('#enquiryForm').submit();"><span class="label">Submit enquiry</span></a>
</form><!-- /FORM -->
</div><!-- /COLFULL -->
</div><!-- /MAIN -->
</div>
</div>
</div><!--/ENQUIRY -->
<!-- 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>