-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-location.html
59 lines (54 loc) · 2.61 KB
/
template-location.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<title>Gracie's Ice Cream | Union Square's Ice Cream Shop</title>
<meta content="The best homemade ice cream in Union Square, Somerville, MA" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Coming+Soon">
<link href='http://fonts.googleapis.com/css?family=Fredoka+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Chewy|Open+Sans:400italic,600italic,600,400' rel='stylesheet' type='text/css'>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="template-location.html">Location</a></li>
<li><a href="template-gallery.html">Flavors</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="template-press.html">Press</a></li>
<li><a href="template-contact.html">Contact</a></li>
</ul>
</nav>
<section class="Wrapper-Location">
<img src="img/gracies_storefront.jpg" alt="Gracie's Ice Cream" class="Temp-Image" />
<h3>Location</h3>
<p>Gracie's Ice Cream is located at 22 Union Square in Somerville, MA 02143. We're open every day from 2:30PM–10PM. Come see us!</p>
</section>
<footer>
<a target="_blank" href="http://facebook.com/graciesicecream">
<img class="social-icon" src="img/facebook.png">
</a>
<a target="_blank" href="http://twitter.com/icecreamgracies">
<img class="social-icon" src="img/twitter.png">
</a>
<a target="_blank" href=" http://instagram.com/icecreamgracies">
<img class="social-icon" src="img/instagram.png">
</a>
<section class="Footer-Contact">
<p>22 Union Square, Somerville, MA 02143<br/>
<a href="tel:617-764-5294">617-764-5294</a></p>
</section>
<p>© Gracie's Ice Cream LLC</p>
</footer>
</body>
</html>