-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2020-seattle.html
49 lines (46 loc) · 1.48 KB
/
2020-seattle.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Diana Condon">
<meta name="description" content="The Condon Seattle Celebration">
<title>The Condon Wedding - Seattle</title>
<link rel="stylesheet" href="css/main.css"/>
<link rel="icon" type="png" href="img/animojis.png">
</head>
<body>
<div class="content">
<!-- HEADER -->
<div class="sac-header">
<h1>Logan & Diana's Seattle Celebration!</h1>
</div>
<div class="us">
<img class="us-image" src="img/[email protected]"/>
</div>
<div class="join">
<h2>Details Coming Soon</h2>
<p class="where">
March 7, 2020
<br>
Seattle, Washington
<p>
</div>
<div class="details">
<h2>General Details</h2>
<p>
Registry: <a href="https://www.zola.com/registry/condons">www.zola.com/condons</a>
</p>
<p>
Questions: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<footer class="footer">
<div>
crafted with love by <a href="http://www.dianacondon.com" target="_blank">Diana Condon</a>
<img class="footer-logo" src="img/pinecone.png"/>
</div>
</footer>
</body>
</html>