-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial.html
82 lines (74 loc) · 4.05 KB
/
social.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
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
79
80
81
82
<!DOCTYPE html>
<!--Designed by Adam Hair for The Waffle Wagon-->
<html xmlns="http://w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="http://thewwdenton.com/social.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="The Waffle Wagon" />
<meta property="og:image" content="http://thewwdenton.com/images/facebook_square.jpg"/>
<meta property="og:description" content="Sweet. Savory. Waffles. At home here in Denton, Texas.">
<title>Social</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="font-awesome-4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<!-- Static navbar -->
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="btn-custom fa fa-bars fa-lg"></span>
</button>
<a class="navbar-brand" style="font-size: 24px; font-family: 'Pacifico', cursive;" href="index.html">The Waffle Wagon</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
</ul>
<ul class ="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="menu.html">Menu</a></li>
<li class="active"><a href="social.html">Social</a></li>
<li><a href="store.html">Store</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</div>
</div>
<div class="container">
<div class="jumbotron" style="background-color: #FFF; border: 1px solid #e7e7e7;">
<h1 style="font-family: 'Pacifico', cursive;">Contact us!</h1><p></p>
<p><a href="https://www.facebook.com/TheWWDenton" target="blank"><span class="fa-stack fa-lg"><i class="btn-custom fa fa-facebook-square fa-stack-2x"></i></span></a><a href="http://4sq.com/1eUUK8B" target="_blank"><span class="fa-stack fa-lg">
<i class="btn-custom fa fa-foursquare fa-stack-2x"></i></span></a><a href="https://instagram.com/thewwdenton" target="blank"><span class="fa-stack fa-lg"><i class="btn-custom fa fa-instagram fa-stack-2x"></i></span></a><a href="https://twitter.com/thewwdenton" target="blank"><span class="fa-stack fa-lg"><i class="btn-custom fa fa-twitter-square fa-stack-2x"></i></span></a></p>
<div id="email"></div>
<div id="phone"></div>
<p>Check out Facebook and Twitter for our up-to-date location. Contact us for information about events and catering.</p>
</div>
<div class="footer">
<p><span class="glyphicon glyphicon-copyright-mark"></span> The Waffle Wagon</p>
</div>
</div>
<!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/social.js"></script>
<script src="js/enable_touch.js"></script>
</body>
</html>