-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwedding.html
More file actions
41 lines (41 loc) · 2.48 KB
/
Copy pathwedding.html
File metadata and controls
41 lines (41 loc) · 2.48 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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
</head>
<body>
<title>Greg + Julia's Wedding</title>
<h1 class="heading">Greg + Julia</h1>
<div id="topNav">
<nav class="nav" data-content-field="navigation">
<div class="double-lines"></div>
<ul>
<li class="page-links">
<a href="gregandjulia.html">Welcome</a></li>
<li class="page-links">
<a href="about.html">About</a></li>
<li class="page-links">
<a href="gregandjulia.html">Wedding</a></li>
<li class="page-links">
<a href="rsvp.html">RSVP</a></li>
<li class="page-links">
<a href="directions.html">Directions</a></li>
<li class="page-links">
<a href="hotels.html">Hotels</a></li>
<li class="page-links">
<a href="faq.html">FAQ</a></li>
<li class="page-links">
<a href="registry.html">Registry</a></li>
</ul></nav>
</div>
<!-- end nav menu */ -->
<div>
<p class="normalp">THE PLACE - The ceremony and reception will be held at the <a href="http://www.headlands.org/" target=blank>Headlands Center for the Arts</a>, located 10 miles North of San Francisco. The Marin Headlands was originally home to the Native American Coastal Miwok. In the 18th Century, Spanish and Mexican ranchers occupied the land, eventually giving way to Portuguese dairy farmers. In the 1890s, the first military installations were built, including the Fort Barry Buildings. In 1982, local artists rehabilitated the historic buildings into the Center for the Arts that stands today.</p>
<p class="normalp">THE CEREMONY - The ceremony will take place at 3:30pm on September 5, 2015, at the Headlands Center for the Arts.</p>
<p class="normalp">THE RECEPTION - The reception will also be held at the Headlands Center for the Arts. There will be a cocktail hour immediately following the ceremony, and then dinner and dancing until 10pm.</p>
<p class="normalp">THE WEATHER - The average temperature for September is 65 degrees, and the weather could be either sunny or foggy. We recommend dressing in layers and bringing an additional jacket or scarf. You can find a 7-day weather forecast for the Headlands on the <a href="http://forecast.weather.gov/MapClick.php?CityName=Sausalito" target=blank>NOAA website</a>.</p>
</div>
</body>
</html>