-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRegistry.html
More file actions
78 lines (74 loc) · 2.91 KB
/
Registry.html
File metadata and controls
78 lines (74 loc) · 2.91 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
76
77
78
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap.bundle.js"></script>
<link href="https://fonts.googleapis.com/css?family=Alegreya%20SC" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet">
<title>Registry</title>
</head>
<body>
<!-- Header -->
<header> Michelle & Thomas</header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ourStory.html">Our Story</a>
</li>
<li class="nav-item">
<a class="nav-link" href="photos.html">Photos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="weddingParty.html">Wedding Party</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Registry.html">Registry<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="rsvp.html">RSVP</a>
</li>
<li class="nav-item">
<a class="nav-link" href="toDo.html">Things to do</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule of Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="travel.html">Travel</a>
</li>
<li class="nav-item">
<a class="nav-link" href="guestBook.html">Guest Book</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="header">
<h1> Cash Registry</h1>
<p>Due to the global pandemic, we are doing a cash registry. We hope to take a trip once it is safe to do so and will continue to save up for that as well as a house. If you do not feel comfortable with a cash registry we have a few items that we would love for you to purchase instead.</p>
</div>
<div class="img_container">
<img src="img/MHG_4205.jpg" alt="engagement ring on hand" style="width:100%">
<button class="btn">Button</button>
</div>
</body>
</html>