-
Notifications
You must be signed in to change notification settings - Fork 0
/
our_locations.html
executable file
·58 lines (50 loc) · 2.17 KB
/
our_locations.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chick N Bap</title>
<meta charset="utf-8">
<meta name="author" content="pixelhint.com">
<meta http-equiv="refresh" content="3; URL= ./our_locations.html">
<meta name="description" content="Magnetic is a stunning responsive HTML5/CSS3 photography/portfolio website template"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/social.css">
<link rel="icon" href="img/logo.png">
<script type="text/javascript" src="js/jquery.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/map.js"></script>
</head>
<body>
<header>
<div class="logo">
<a href="index.html"><img width="200" src="img/logo_with_name.png" title="Magnetic" alt="Magnetic"/></a>
</div><!-- end logo -->
<div id="menu_icon"></div>
<nav>
<ul>
<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><a href="our_locations.html" class="selected">Our Locations</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav><!-- end navigation menu -->
<div class="footer clearfix">
<ul class="social clearfix">
<a href="https://www.facebook.com/chicknbap/" target="_blank" class="footer-social-icon"> <i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/chicknbap/" target="_blank" class="footer-social-icon"> <i class="fa fa-instagram"></i></a>
</ul><!-- end social -->
<!-- <div class="rights">
</div> -->
</div ><!-- end footer -->
</header><!-- end header -->
<section class="main clearfix our_locations">
<h2>Our Locations</h2>
<br>
<h3>SUNY Binghamton</h3>
<p>University Marketplace,<br>4400 Vestal Parkway East,<br>Binghamton, NY 13902</p>
</section><!-- end main/map -->
</body>
</html>