-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-contact.html
70 lines (65 loc) · 3.07 KB
/
template-contact.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
<!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>
<!--Place page content here-->
<div class="Wrapper-Contact">
<section class="primary">
<h3>General Information</h3>
<p>Want to order a whole heck of a lot of ice cream for an upcoming party? Need an ice cream cake to celebrate your birthday? Want to figure out if we can set up an IV of ice cream for you? Let us know!</p>
</section>
<section class="secondary">
<h3>Contact Details</h3>
<ul class="contact-info">
<li class="phone"><a href="tel:617-764-5294">617-764-5294</a></li>
<li class="mail"><a href="mailto:info@graciesicecre.am">info@graciesicecre.am</a></li>
<li class="twitter"><a href="http://twitter.com/intent/tweet?screen_name=icecreamgracies">@icecreamgracies</a></li>
</ul>
</section>
</div>
<!--End page content-->
<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>