-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (192 loc) · 5.29 KB
/
index.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
<!DOCTYPE html>
<html lang=en>
<head>
<title>Em's</title>
<meta charset=utf-8>
<meta name=author content="Akbarkhon Variskhanov">
<meta name=description content="Em's food & delivery. Skim the menu, choose your meal and order via a Telegram bot.">
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel=stylesheet
href="https://fonts.googleapis.com/css2?family=Bree+Serif&text=em%27s">
<link rel=stylesheet
href="https://fonts.googleapis.com/css2?family=Andika">
<link rel=stylesheet
href="https://fonts.googleapis.com/css2?family=Crimson+Text">
<link rel=stylesheet
href="https://fonts.googleapis.com/css2?family=Almendra+Display">
<link media="(max-width: 700px)"
rel=stylesheet
type=text/css
href=styles/mobile.css>
<link media="(min-width: 701px)"
rel=stylesheet
type=text/css
href=styles/desktop.css>
</head>
<body>
<header>
<h1><a id=logo class=button>Em's</a></h1>
<nav>
<ul>
<li><a class=button href=#menu>Menu</a></li>
<li>
<details id=contacts_button>
<summary class=button>Contacts</summary>
<address id=contacts>
<ol>
<li><a href="tel:+1-201-555-0123">+1-201-555-0123</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ol>
</address>
</details>
</li>
<li><a class=button href=#>Order</a></li>
</ul>
</nav>
</header>
<div id=top3>
<h2>Crowd favorites</h2>
<ol>
<li><figure>
<img
src="images/top1.jpg"
alt="">
<figcaption>
<p>Perfect breakfast to start off your day.</p>
Eggstasy
</figcaption>
</figure></li>
<li><figure>
<img
src="images/top2.jpg"
alt="">
<figcaption>
<p>Stuffed with strawberries or bananas, or even plain—you love them no matter. Crispy on the surface, puffy on the inside croissants will brighten your day and provide you with enough energy to change the world.</p>
Croissants
</figcaption>
</figure></li>
<li><figure>
<img
src="images/top3.jpg"
alt="">
<figcaption>
<p>"What's the connection between the actor and the fish?" you may ask. Well, apart from sharing almost the same name, none. As soon as this gently grilled salmon, coated in the creamy sauce reaches your mouth, it won't matter anymore anyway.</p>
Salmon Khan
</figcaption>
</figure></li>
</ol>
</div>
<main>
<h2>Menu</h2>
<menu id=menu>
<li><a href=#meals class=button>Meals</a></li>
<li><a href=#salads class=button>Salads</a></li>
<li><a href=#breakfasts class=button>Breakfast</a></li>
<li><a href=#desserts class=button>Desserts</a></li>
</menu>
<menu id=salads>
<li>
<figure>
<img src=images/salad-1.jpg>
<figcaption>salad-1<p class=price>48 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/salad-2.jpg>
<figcaption>salad-2<p class=price>44 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/salad-3.jpg>
<figcaption>salad-3<p class=price>29 900</p></figcaption>
</figure>
</li>
</menu>
<menu id=breakfasts>
<li>
<figure>
<img src=images/breakfast-1.jpg>
<figcaption>breakfast-1<p class=price>33 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/breakfast-2.jpg>
<figcaption>breakfast-2<p class=price>23 900</p></figcaption>
</figure>
</li>
</menu>
<menu id=desserts>
<li>
<figure>
<img src=images/dessert-1.jpg>
<figcaption>dessert-1<p class=price>69 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/dessert-2.jpg>
<figcaption>dessert-2<p class=price>49 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/dessert-3.jpg>
<figcaption>dessert-3<p class=price>23 900</p></figcaption>
</figure>
</li>
</menu>
<menu id=meals>
<li>
<figure>
<img src=images/meal-1.jpg>
<figcaption>meal-1<p class=price>45 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/meal-2.jpg>
<figcaption>meal-2<p class=price>39 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/meal-3.jpg>
<figcaption>meal-3<p class=price>45 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/meal-4.jpg>
<figcaption>meal-4<p class=price>45 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/meal-5.jpg>
<figcaption>meal-5<p class=price>45 900</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/meal-6.jpg>
<figcaption>meal-6<p class=price>41 500</p></figcaption>
</figure>
</li>
<li>
<figure>
<img src=images/meal-7.jpg>
<figcaption>meal-7<p class=price>37 900</p></figcaption>
</figure>
</li>
</menu>
</main><footer>
<ul>
<li><a href=credits.html>Attribution & Credits</a></li><li><a href="https://github.com/imageck/imageck.github.io">Source Code</a></li>
</ul>
<p><small>© 2023 Akbarkhon Variskhanov</small></p>
</footer>
</body>
</html>