-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (39 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<title>Lachy and Irina's Wedding</title>
<link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet'>
<link href="stylesheets/main.css" rel="stylesheet">
</head>
<body>
<header>
<h1><span>L</span>achy and <span>I</span>rina’s<br>Wedding</h1>
<p><time datetime="2015-03-21">21 March, 2015</time></p>
</header>
<nav>
<ul>
<li><a href="./">Home</a></li>
<li><a href="./events">Events</a></li>
<li><a href="./overseas">Overseas Visitors</a></li>
</ul>
</nav>
<main>
<h1>Invitation</h1>
<p>We would like you to join us to celebrate our wedding in Australia, on the 21<sup>st</sup> of March, 2015.</p>
<p>The wedding ceremony will be held at <a href="http://www.sublimepoint.com.au/">Sublime Point</a>. See the Events page for details.</p>
<p>If you wish to bring a partner, please let us know.</p>
<section>
<h1>RSVP</h1>
<p>Please email <a href="mailto:[email protected]">Lachlan</a> to confirm your
attendance as soon as possible.</p>
<p>If you have any special dietary needs such as being a vegetarian, any allergies, etc.
please let me know as soon as possible so that we can ensure alternative courses will
be available for you.</p>
</section>
</main>
<footer>
<p><img src="images/proposal.jpg" alt="Lachlan proposing to Irina on the beach" width="800" height="530"></p>
</footer>
</body>
</html>