forked from CodeLouisville/Old-FrontEndWebDev-ClassProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (86 loc) · 3.01 KB
/
index.html
File metadata and controls
151 lines (86 loc) · 3.01 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<!-- saved from url=(0023)http://area71.com/fewd/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Louie's Pizza - 271 Clay St. Louiville, KY</title>
<meta name="description" content="Louie's Pizza Website">
<meta name="author" content="Don Hansen/Ernesto Ramos/Code Louiville">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Insert Style Sheet Here-->
<link rel="stylesheet" href="./css/styles.css">
<!-- Insert Google Fonts Here -->
<link href="./css/fonts.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="masthead" class="site-header" role="banner">
<div class="wrap">
<div class="section group">
<div class="col span_1_of_2">
<a href="http://area71.com/fewd/#"><img class="nav-logo" src="./img/louies-logo.svg" alt="Louie's Pizza Logo and tagline."></a>
</div>
<div class="col span_1_of_2">
<nav class="main-nav" id="main-nav" role="navigation">
<ul>
<li><a href="http://area71.com/fewd/#welcome">Welcome</a></li>
<li><a href="http://area71.com/fewd/#history">History</a></li>
<li><a href="http://area71.com/fewd/#menu">Menu</a></li>
<li><a href="http://area71.com/fewd/#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="hero-text span_2_of_2">
<h1>World's Favorite Pizza!</h1>
<p>Located on Clay Street, in NuLu, Louie’s Pizza is part of one of Louisville’s most lively neighborhoods. In close proximity to Downtown and near Washington Park, our NuLu pizzeria has a cool atmosphere suited for anyone looking to find a spot to hang out.</p>
<a href="http://area71.com/fewd/#welcome" class="hero-button">View Menu</a>
</div>
</div>
</header>
<!-- HEADER -->
<!-- WELCOME -->
<section id="welcome" class="welcome" name="menu">
</div></section>
<!-- WELCOME -->
<!-- HISTORY -->
<section id="history" class="history" name="history">
</section>
<!-- HISTORY -->
<!-- EMAIL -->
<!-- HIDE
<section id="email-list" class="email-list">
</section>
-->
<!-- EMAIL -->
<!-- MENU -->
<section id="menu" class="menu" name="menu">
</section>
<!-- MENU -->
<!-- DRINKS & COCKTAILS -->
<section id="drinks" class="drinks">
</section>
<!-- DRINKS & COCKTAILS -->
<!-- CONTACT -->
<section id="contact" class="contact" name="contact">
</section>
<!-- CONTACT -->
<!-- MAP -->
<section id="map" class="map">
</section>
<!-- MAP -->
<footer>
<div class="wrap">
<div class="section group">
<div class="col span_1_of_2 text-left">
<p>© Copyright 2016 Louie’s Pizza</p>
</div>
<div class="col span_1_of_2 text-right">
<a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a>
</div>
</div>
</div>
</footer>
</body>
</html>