-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Snow Day Workshop </title>
<meta name="description" content="Snow Day Workshop">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.ico">
<link href="assets/css/style.min.css" rel="stylesheet">
</head>
<body>
<header class="container text-center">
<div class="col-sm-8 col-sm-offset-2 margin-top-40">
<h1>— Welcome —</h1>
</div>
</header>
<section class="container team text-center">
<div class="col-sm-1 person">
<img "Snow Day Workshop" title="Snow Day Workshop"src="assets/img/sdw-logo.jpg" class="img-circle">
</div>
</section>
<section class="container m-center">
<div class="col-sm-12 centered-text">
<p>Building furniture and fun with wood, metal and love.</p>
</div>
</section>
<footer>
<div class="container text-center">
<p>© 2015 - Present. All Rights Reserved. Snow Day Enterprises, LLC. PO Box 272657 Fort Collins, CO 80527</p>
</div>
</footer>
</body>
</html>