-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.66 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
<!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="description" content="">
<meta name="author" content="">
<title>Troop 177 Wreaths</title>
<link href="Content/bootstrap.min.css" rel="stylesheet">
<link href="Content/wreaths.css" rel="stylesheet">
</head>
<body background="snow-background.jpg">
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand mx-auto" href="#">Canton, CT Troop 177 Wreath Sale 2019</a>
</nav>
<main role="main" class="container">
<div class="starter-template">
<h1>Handcrafted holiday wreaths delivered to your door by a Boy Scout.</h1>
<p class="lead">
Our one and only fundraiser has become a Canton tradition for very good reason.
</p>
</div>
<div class="container-fluid">
<h2>
Online sales are closed for 2019, but you may email in any last-minute orders <a href="mailto:[email protected]">here</a>. Thank you all for your support!
<br /><br />
A Scout is Trustworthy, Loyal, Helpful, Friendly, Courteous, Kind, Obedient, Cheerful, Thrifty, Brave, Clean, and Reverent.
</h2>
</div>
</main>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="Scripts/umd/popper.js"></script>
<script src="Scripts/bootstrap.min.js"></script>
</body>
</html>