-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrsvp.html
More file actions
75 lines (74 loc) · 3.02 KB
/
rsvp.html
File metadata and controls
75 lines (74 loc) · 3.02 KB
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
<!DOCTYPE html>
<head>
<title>
Mary Kate & Sean 2021
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=yes">
<meta name="robots" content="noindex">
<link rel="stylesheet" media="all" href="stylesheets/fonts.css">
<link rel="stylesheet" media="all" href="stylesheets/style.css">
<link rel="stylesheet" media="all" href="stylesheets/desktop_menu.css">
<link rel="stylesheet" media="all" href="stylesheets/mobile_menu.css">
<link rel="stylesheet" media="all" href="stylesheets/media.css">
<link rel="stylesheet" media="all" href="stylesheets/cards.css">
</head>
<body>
<nav role="navigation">
<div id="title">Mary Kate & Sean 2021</div>
<div id="desktopMenu">
<hr />
<ul>
<a href="index.html"><li>Home</li></a>
<a href="" class="current-page"><li>R.S.V.P.</li></a>
<a href="travel.html"><li>Travel</li></a>
<a href="schedule.html"><li>Details</li></a>
<a href="registry.html"><li>Registry</li></a>
<a href="wedding_party.html"><li>Wedding Party</li></a>
<a href="photos.html"><li>Photos</li></a>
<a href="activities.html"><li>Chico Guide</li></a>
<a href="games.html"><li>Solitaire</li></a>
</ul>
</div>
<div id="mobileMenu">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="mobileLinks">
<a href="index.html"><li>Home</li></a>
<a href=""><li>R.S.V.P.</li></a>
<a href="travel.html"><li>Travel</li></a>
<a href="schedule.html"><li>Details</li></a>
<a href="registry.html"><li>Registry</li></a>
<a href="wedding_party.html"><li>Wedding Party</li></a>
<a href="photos.html"><li>Photos</li></a>
<a href="activities.html"><li>Chico Guide</li></a>
<a href="games.html"><li>Solitaire</li></a>
</ul>
</div>
</nav>
<div class="content">
<iframe
id="ifrm"
src="https://marykateandsean2021.net/rsvp_app"
title="RSVP"
width="100%"
scrolling="no"
referrerpolicy="no-referrer"
loading="eager"
onload="setIframeHeight(this.id)">
</iframe>
<div class="contentSection">
<h3>RSVP Instructions</h3>
<h4>Please RSVP by Sep 9, 2021.</h4>
<p>Search for your invitation using your full name.</p>
<p>Your invitation will be represented as a card hand (Mary Kate and Sean love playing cards.) For each person, please indicate whether they are attending by selecting "Yes" or "No" on their card. Once you've responded for all guests, please click the submit button.</p>
<p>You can enter your email address if you'd like to receive confirmation. We also may send timely updates about the wedding to your inbox.</p>
<p>If you're having any trouble, please <a href="mailto:rsvp@marykateandsean2021.net">contact Sean.</a></p>
</div>
</div>
</body>
<footer>
<script src="js/setIframeHeight.js"></script>
</footer>