-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu-categories.html
200 lines (198 loc) · 8.17 KB
/
menu-categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SHIMY</title>
<!-- jQuery -->
<script src="js/jquery-3.7.1.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="js/bootstrap.min.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/stylesheet.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
</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" alt="Logo image">
</div>
</a>
<div class="navbar-brand">
<a href="index.html"> <h1>shimy store</h1> </a>
<p>
<!-- put image instead of icon -->
<i class="bi bi-x-square-fill"></i>
<span> shimy store</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="visible-xs">
<a href="index.html">
<span class="glyphicon glyphicon-home">Home</span>
</a>
</li>
<li class="active">
<a href="menu-categories.html">
<span class="glyphicon glyphicon-cutlery"></span>
<br class= "hidden-xs"> Menu</a>
</li>
<li>
<a href="#">
<span class="glyphicon glyphicon-info-sign"></span>
<br class="hidden-xs"> About</a>
</li>
<li>
<a href="#">
<span class="glyphicon glyphicon-certificate"></span>
<br class="hidden-xs"> Awards</a>
</li>
<li id="phone" class="hidden-xs">
<a href="https://wa.me/qr/GPAIZF6TZQ3CG1">
<span>010-2169-3431</span></a><div>* We Deliver</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="call-btn" class="visible-xs">
<a class="btn" href="https://wa.me/qr/GPAIZF6TZQ3CG1">
<span class="glyphicon glyphicon-earphone">010-2169-3431 </span>
</a>
</div>
<div id="xs-deliver" class="text-center visible-xs">*we deliver</div>
<div id="main-content" class="container">
<h2 id="menu-categories-title" class="text-center">menu categories</h2>
<div class="text-center">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Placeat quos consequuntur repellat saepe dolore odit ratione distinctio sint fuga. Dolores, maiores provident impedit nobis tempora illo iusto perspiciatis commodi neque.
</div>
<section class="row">
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 col-xxs-12">
<a href="single-category.html">
<div class="category-tile">
<img width="200" height="200" src="Star-K_logo.jpg" alt="logo-img">
<span>lunch</span>
</div>
</a>
</div>
</section>
</div>
<footer class="panel-footer">
<div class="container">
<div class="row">
<section id="hours" class="col-sm-4">
<span> Hours:</span><br>
sun-thurs: 11:15am -2:30pm <br>
fri: 11:15am - 2:30pm <br>
saturday closed
<hr class="visible-xs">
</section>
<section id="address" class="col-sm-4">
<span>Address: </span><br>
7105 resterstown road<br>
baltimore, md 21215
<p>delivery area within 3-4 miles, with minium order of $20 plus $3 charge for all deliveries.</p>
<hr class="visible-xs">
</section>
<section id="testimonials" class="col-sm-4">
<p>The best store you can read any thing here hhhhhhhhhhhhhhhhhh </p>
<p>The best store you can read any thing here hhhhhhhhhhhhhhhhhh </p>
</section>
</div>
<div class="text-center">© Copyright name store or any thing</div>
</div>
</footer>
</body>
</html>