-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.01 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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Snow Day Enterprises</title>
<meta name="description" content="Snow Day Enterprises">
<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-3 person">
<a href="#about" title="Snow Day Enterprises, LLC">
<img alt="Snow Day Enterprises, LLC" title="Snow Day Enterprises, LLC" src="assets/img/elements/sde-logo.jpg" class="img-circle">
</a>
<h3><small>consulting</small></h3>
</div>
<div class="col-sm-3 person">
<a href="http://snowdaycode.com" title="Snow Day Code"target="_blank">
<img alt="Snow Day Code" title="Snow Day Code" src="assets/img/elements/sdc-logo.jpg" class="img-circle">
</a>
<h3><small>web development</small></h3>
</div>
<div class="col-sm-3 person">
<a href="http://snowdayworkshop.com" target="_blank" class="img-circle">
<img "Snow Day Workshop" title="Snow Day Workshop"src="assets/img/elements/sdw-logo.jpg" class="img-circle">
</a>
<h3><small>furniture & fun</small></h3>
</div>
</section><!-- /.container -->
<section class="container m-center">
<div class="col-sm-4 col-sm-offset-2">
<h2>About—</h2>
</div>
<div class="col-sm-4">
<p>Snow Day Enterprises is the launchpad for all of our endeavors.</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>