-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (54 loc) · 2 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>The Krispy Tac0 | Home</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="banner">
<div id="welcome">
<a><img src="./images/Logo.png" alt="The Krispy Tac0 Logo" width="150" height="100"></a>
</div>
</div>
</header>
<nav>
<div id="menubar">
<ul id="nav">
<li><a href="./index.html">Home</a></li>
<li class="current-about"><a href="./about.html">About Us</a></li>
<li><a href="./menu.html">Our Menu</a></li>
</ul>
</div>
</nav>
<div id="site_content">
<div id="content">
<h1 id="about-head">About us</h1>
<div class="founded">
<h2>How we were founded.</h2>
<p>We were founded straight out of Memphis, TN on the date October 10th, 2016. <br>The Krispy Tac0 was founded by:<br> Chadley Lyell,<br>Henry Roberts,<br>and Ethan Pate.</p>
</div><!--close founded-->
<div class="contact">
<h2>Contact Us</h2>
<div id="details">
<a href="tel:555-5555">555-5555</a><br>
<a href="1935 Succulent Drive">1935 Tac0 Drive</a><br>
<a href="Bartlett TN">Bartlett TN</a><br>
</div>
</div> <!--close contact-->
</div><!--close content_item-->
</div><!--close site_content-->
</div><!--close main-->
<footer>
<a href="./index.html">Home</a> | <a href="./about.html">About Us</a> | <a href="menu.html">Menu</a><br/><br/>
<p>© 2016 The Krispy Tac0
</footer>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
</body>
</html>