-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (177 loc) · 7.83 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ryann and Kristen</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="stylesheet" href="assets/css/custom.css" />
<script src="bower_components/angular/angular.js"></script>
</head>
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#one">This is us</a></li>
<li><a href="#two">RSVP to our wedding</a></li>
<li><a href="#three">Registry</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner backgroundImageUs">
<div class="headerText" >
<h1>Ryann and Kristen</h1>
<h3>August 28, @ the Green Door Gourmet</h3>
<p><a id="custRegButton" class="scrolly button" href="#two">RSVP to our wedding</a></p>
<!--<ul class="actions">
<li><a href="#one" class="button scrolly">Learn more</a></li>
</ul>-->
</div>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a class="image"><img src="assets/css/images/Ry_and_Me.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>That time we danced at a wedding!</h2>
</div>
</div>
</section>
<section>
<a class="image"><img src="assets/css/images/beach.jpg" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>That time we went to the beach!</h2>
</div>
</div>
</section>
<section>
<a class="image"><img src="assets/css/images/matching.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>That time we wore matching clothes by accident.</h2>
</div>
</div>
</section>
<section>
<a class="image"><img src="assets/css/images/schshmeagz.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>That time we got a cat and served her pie. (We didn't really serve her pie)</h2>
</div>
</div>
</section>
<section>
<a class="image"><img src="assets/css/images/hats.jpg" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>That time with the hats.</h2>
</div>
</div>
</section>
<section>
<a class="image"><img src="assets/css/images/halloween7.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>That time we were aliens.</h2>
</div>
</div>
</section>
</section>
<!-- Two -->
<section id="two" class="wrapper style3 fade-up">
<div class="inner">
<h2>RSVP to our Wedding</h2>
<p>
Thank you for taking the time to visit our site and RSVP to our wedding.
We are very excited to be getting married and look forward to being able to celebrate
with our closest friends and families.
</p>
<p>
In order speed up the rsvp process (and save a little money), we are asking our guests
to rsvp online. We have a very limited number of seats due to the ocupancy limit of the venue.
This means we have to be strict with invites.
</p>
<p>
Inside your invitation is a registration code. Please enter the code below to RSVP.
</p>
<div class="features" ng-app="weddingApp" ng-controller="weddingAppController as vm">
<div class="content">
<div ng-show="vm.codeError">Please enter your Registration code. If you're having issues
feel free to contact us at <br> <a href="mailto:[email protected]">[email protected]</a> or
<a href="mailto:[email protected]">[email protected]</a></div>
<div ng-show="vm.submissionError">There was an error contacting the Server. If you're having issues
feel free to contact us at <br> <a href="mailto:[email protected]">[email protected]</a> or
<a href="mailto:[email protected]">[email protected]</a></div>
<div ng-show="vm.responseError">Yikes something went wrong!<br> Make sure your code is correct and try again, or just feel free to
contact us and we'll get you registered! <br> <a href="mailto:[email protected]">[email protected]</a> or
<a href="mailto:[email protected]">[email protected]</a></div>
<div ng-show="vm.rsvpError">Yikes something went wrong!<br> Make sure your code is correct and try again, or just feel free to
contact us and we'll get you registered! <br> <a href="mailto:[email protected]">[email protected]</a> or
<a href="mailto:[email protected]">[email protected]</a></div>
<div ng-include="vm.template"></div>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Registries</h2>
<p>If you would like to provide a gift you can find our registries at the following
links.</p>
<div class="style1 wrapper reglinks">
<a target="_blank" href="https://www.amazon.com/wedding/registry/B60LJYG18G2J?_encoding=UTF8&ref_=" class="button" style=""><img class="amazon"
src="/assets/css/images/Amazon-Logo-PNG.png"/></a>
<a target="_blank" href="http://www.bedbathandbeyond.com/store/giftregistry/view_registry_guest.jsp?pwsToken=&eventType=Wedding®istryId=543247704&pwsurl=" class="middleBtn button"><img class="bbb"
src="/assets/css/images/Bed-bath-and-beyond-logo.png"/></a>
<a target="_blank" href="http://www.crateandbarrel.com/gift-registry/kristen-stever-and-ryann-chandler/r5507515" class="button" style=""><img style="margin-top: 5%;width:50%"
src="/assets/css/images/Crate%20and%20Barrel%20Logo.png"/></a>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="wrapper appPadding" style="text-align:center">
If you have any questions or need help with RSVP-ing, please don't hesitate to email us at
<br>
<a href="mailto:[email protected]">[email protected]</a> or
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="inner">
<ul class="menu" style="text-align:center">
<li>© Untitled. All rights reserved.</li><li>Design: RCdesigns and <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script src="assets/js/app.js"></script>
<script src="assets/js/controller.js"></script>
</body>
</html>