-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu-breakfast.html
227 lines (202 loc) · 8.73 KB
/
menu-breakfast.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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>nikita rusakov</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-3.7.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<header>
<nav id="header-nav" class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="pull-left">
<!--visible-md visible-lg">-->
<div id="logo-img" at="logo image"></div>
</a>
<div class="navbar-brand">
<a href="index.html">
<h1>nikita rusakov drinks shampoo :(</h1>
</a>
<p>
<span>don't be like nikita rusakov</span>
</p>
</div>
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#collapsable-nav"
aria-expanded="false">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="collapsable-nav" class="collapse navbar-collapse">
<ul id="nav-list" class="nav navbar-nav navbar-right">
<li class="active">
<a href="menu-categories.html">
<span class="glyphicon glyphicon-cutlery"></span>
<br class="hidden-xs"> menu</a>
</a>
</li>
<li>
<a href="#">
<span class="glyphicon glyphicon-info-sign"></span>
<br class="hidden-xs"> about</a>
</a>
</li>
<li>
<a href="#">
<span class="glyphicon glyphicon-certificate"></span>
<br class="hidden-xs"> awards</a>
</a>
</li>
<li id="phone" class="hidden-xs">
<a href="tel:510-598-7196">
<span>510-598-7196</span>
</a>
<div>* we deliver!</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--END OF HEADER-->
<div id="main" class="container">
<h2 id="menu-categories-title" class="text-center">breakfast menu</h2>
<div class="text-center">Only the most gorgeously flavorful shampoos for the most important meal of the day. Happy drinking!</div>
<section class="row">
<div class="menu-item-tile col-md-6">
<div class="row">
<div class="col-sm-4">
<div class="menu-item-photo">
<img class="img-responsive" width="150" height="150" src="images/menu/a1.png" alt="item">
</div>
</div>
<div class="menu-item-description col-sm-8">
<h3 class="menu-item-title">Strawberry Lies</h3>
<p class="menu-item-details">Smells like strawberries! But sure doesn't taste like it. Nikita's favorite.
Nikita would rather die than drink another drop.</p>
<div class="menu-item-price">$6.29<!--<span> (pint)</span>
$9.99<span> (quart)</span>-->
</div>
</div>
</div>
<hr class="visible-xs">
</div>
<div class="menu-item-tile col-md-6">
<div class="row">
<div class="col-sm-4">
<div class="menu-item-photo">
<img class="img-responsive" width="150" height="150" src="images/menu/a1.png" alt="item">
</div>
</div>
<div class="menu-item-description col-sm-8">
<h3 class="menu-item-title">Strawberry Lies</h3>
<p class="menu-item-details">Smells like strawberries! But sure doesn't taste like it. Nikita's favorite.
Nikita would rather die than drink another drop.</p>
<div class="menu-item-price">$6.29<!--<span> (pint)</span>
$9.99<span> (quart)</span>-->
</div>
</div>
</div>
<hr class="visible-xs">
</div>
<div class="menu-item-tile col-md-6">
<div class="row">
<div class="col-sm-4">
<div class="menu-item-photo">
<img class="img-responsive" width="150" height="150" src="images/menu/a1.png" alt="item">
</div>
</div>
<div class="menu-item-description col-sm-8">
<h3 class="menu-item-title">Strawberry Lies</h3>
<p class="menu-item-details">Smells like strawberries! But sure doesn't taste like it. Nikita's favorite.
Nikita would rather die than drink another drop.</p>
<div class="menu-item-price">$6.29<!--<span> (pint)</span>
$9.99<span> (quart)</span>-->
</div>
</div>
</div>
<hr class="visible-xs">
</div>
<div class="menu-item-tile col-md-6">
<div class="row">
<div class="col-sm-4">
<div class="menu-item-photo">
<img class="img-responsive" width="150" height="150" src="images/menu/a1.png" alt="item">
</div>
</div>
<div class="menu-item-description col-sm-8">
<h3 class="menu-item-title">Strawberry Lies</h3>
<p class="menu-item-details">Smells like strawberries! But sure doesn't taste like it. Nikita's favorite.
Nikita would rather die than drink another drop.</p>
<div class="menu-item-price">$6.29<!--<span> (pint)</span>
$9.99<span> (quart)</span>-->
</div>
</div>
</div>
<hr class="visible-xs">
</div>
<div class="menu-item-tile col-md-6">
<div class="row">
<div class="col-sm-4">
<div class="menu-item-photo">
<img class="img-responsive" width="150" height="150" src="images/menu/a1.png" alt="item">
</div>
</div>
<div class="menu-item-description col-sm-8">
<h3 class="menu-item-title">Strawberry Lies</h3>
<p class="menu-item-details">Smells like strawberries! But sure doesn't taste like it. Nikita's favorite.
Nikita would rather die than drink another drop.</p>
<div class="menu-item-price">$6.29<!--<span> (pint)</span>
$9.99<span> (quart)</span>-->
</div>
</div>
</div>
</div>
</section>
</div>
<!--END OF MAIN CONTENT-->
<footer class="panel-footer">
<div class="container">
<div class="row">
<section id="hours" class="col-sm-4">
<span>hours:</span><br>
<p>mon-thu: 11:00 am - 11:00 pm<br>
fri-sat: 2:00 pm - 11:00 pm<br>
sunday closed!</p>
<hr class="visible-xs">
</section>
<section id="address" class="col-sm-4">
<span>address:</span><br>
<p>you really don't want to know :(</p>
<hr class="visible-xs">
</section>
<section id="testamonials" class="col-sm-4">
<p>"I've never tasted such excellent shampoo from other stores. The peppermint mocha Christmas special is the best. I am addicted!"</p><br>
<p>"Americans just don't know how to conduct themselves in a customer service position anymore. Nikita Rusakov, the store manager,
never opened the doors on time. He actually hissed at me once. I don't think he sleeps. I don't think he knows how to sleep. Wretched,
malicious, short little thing. Such a man should not be allowed to
appear in public."
</p><br>
<p>"Place is infested with luddites and doomsday cults."</p><br>
<p>"Highly recommend the strawberry-flavored shampoo!"</p>
<hr class="visible-xs">
</section>
</div>
</div>
<div class="text-center">
© 2023 nikita rusakov (& yawen xue)<br>
<p>created while watching yakov chaikin's <a href="https://www.coursera.org/learn/html-css-javascript-for-web-developers">coursera web dev coursera course</a>
; format inspired by <a href="https://www.davidchuschinabistro.com/index.html#/">david chu's china bistro</p>
</div>
</footer>
<!--END OF FOOTER-->
</body>
</html>