-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·56 lines (49 loc) · 1.58 KB
/
index.html
File metadata and controls
executable file
·56 lines (49 loc) · 1.58 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>The Goodson Family</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<meta name="theme-color" content="#edc2b2">
<link rel="stylesheet" href="/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="/css/home.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/?locale=en" target="_blank">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="l-dev-layout">
<div class="l-dev-layout__inner">
<div class="container">
<!-- <div class="row">
<div class="col-md-4 offset-md-1">
<a href="#" class="c-badge-link">
<div class="c-tosh-badge l-badge"></div>
<p>Tosh Goodson</p>
</a>
</div>
<div class="col-md-4 offset-md-2">
<a href="#" class="c-badge-link">
<div class="c-allie-badge l-badge"></div>
<p>Allie Goodson</p>
</a>
</div>
</div> -->
<div class="row">
<div class="col-md-4 offset-md-4">
<a href="/wedding" class="c-badge-link">
<div class="c-wedding-badge l-badge"></div>
<p>Tosh & Allie's Wedding</p>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>