This repository has been archived by the owner on Jan 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworld.html
343 lines (343 loc) · 22.6 KB
/
world.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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html>
<head>
<title>Areund The World</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="css/bootstrap-template.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="css/jquery-jvectormap-2.0.3.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="css/food.css" type="text/css" media="screen"/>
<style>
#world-map {
border: 1px solid black;
height: 150px;
margin: 0 auto;
width: 225px;
}
#mapLabel { margin-right: 20px }
#clearDishes, #clearIngredients, .foodInf { cursor: pointer }
.foodInfContainer { display: inline-block; vertical-align: super }
.foodInf { font-size: 25%; margin: 2px; }
#foodTypes > .nav-item { padding-bottom: 0 !important; padding-top: 0 !important }
.foodInf img { width: 8px; height: 8px; margin-top: 4px; pointer-events: none }
.letter > li { list-style: none }
.letter { padding-left: 10px }
.card.bg-beverage { background-color: #3F3F3F }
.card.bg-curry { background-color: #5F5F3F }
.card.bg-dumpling { background-color: #3F3521 }
.card.bg-pastry { background-color: #3F2A0C }
.card.bg-wrap { background-color: #3F3123 }
.card.bg-bread { background-color: #3F2E26 }
.card.bg-casserole { background-color: #3F3F11 }
.card.bg-dessert { background-color: #3F0811 }
.card.bg-meat { background-color: #3F2E26 }
.card.bg-noodle { background-color: #3F3F11 }
.card.bg-rice { background-color: #5F5F3F }
.card.bg-other { background-color: #3F140C }
.card.bg-sauce { background-color: #3F140C }
.card.bg-soup { background-color: #3F3113 }
.card.bg-salad { background-color: #083F11 }
.card.bg-vegetable { background-color: #3F2A0C }
.card.bg-match { background-color: #346A34 }
.card.bg-nomatch { background-color: #6A3434 }
.cookedDate { float: right; font-style: italic }
.dietInfo { padding-top: 10px }
.dietInfo > li { padding-bottom: 5px }
a { color: #DDDDFF }
.mobileTabs { width: 100% }
.mobileTabs > li { width: 50%; text-align: center }
.mobileTabs .nav-link { color: #FFFFFF; border-color: #343A40; border-bottom-color: #151719; }
.mobileTabs .nav-link.active {
background-color: #68747F;
border-color: #151719;
color: #FFFFFF;
font-weight: bold;
}
.sm-only .countryright > div { margin-top: 20px }
.typeCount { font-style: italic }
.musicMobile div, .musicMobile div div { padding-left: 5px; padding-bottom: 2px }
.jvectormap-tip { z-index: 1000 }
.justMeThanks { cursor: pointer }
</style>
</head>
<body class="bg-dark text-white">
<nav class="navbar navbar-dark fixed-top bg-dark flex-md-nowrap p-0 shadow">
<div class="navbar-brand col-sm-3 col-md-2 mr-0">
<a href="#" onClick="javascript:LoadHome();location.hash='';return false;"><i class="emoji e1F5FA"></i> Areund the World</a>
<button id="hammeOfBurge" class="btn btn-secondary sm-only">Search</button>
</div>
<input id="searchbox" class="form-control form-control-dark w-100 hide-sm" type="text" placeholder="Search and Filter" aria-label="Search">
<ul class="navbar-nav px-3 hide-sm">
<li class="nav-item text-nowrap">
<a class="copyrightLink" href="#copyright">© 2020 Sean Finch / Haunted Bees Productions</a>
</li>
</ul>
<div id="moreInfo" class="navbar-brand col-sm-12 sm-only" style="display:none">
<input id="searchboxmobile" class="form-control form-control-dark" type="text" placeholder="Search and Filter" aria-label="Search">
<div class="sidebar-sticky">
<h5 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-white-50">
<span>Countries</span> <a class="badge badge-secondary mobileSearchExpand" data-open="0" data-for="filterCountries"><i class="emoji e2795"></i></a>
</h5>
<ul class="filterCountries nav flex-column inner" style="display:none"></ul>
<h5 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-white-50">
<span>Ingredients</span> <span class="clearIngredients badge badge-secondary">Clear Filters</span> <a class="badge badge-secondary mobileSearchExpand" data-open="0" data-for="filterFoodTypes"><i class="emoji e2795"></i></a>
</h5>
<ul class="filterFoodTypes nav flex-column mb-2 inner" style="display:none"></ul>
<h5 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-white-50">
<span>Dishes</span> <span class="clearDishes badge badge-secondary">Clear Filters</span> <a class="badge badge-secondary mobileSearchExpand" data-open="0" data-for="filterDishTypes"><i class="emoji e2795"></i></a>
</h5>
<ul class="filterDishTypes nav flex-column mb-2 inner" style="display:none"></ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<nav class="col-md-2 d-none d-md-block sidebar">
<div class="sidebar-sticky">
<div id="world-map"></div>
<h5 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-white-50">
<span>Countries</span>
</h5>
<ul class="filterCountries nav flex-column"></ul>
<h5 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-white-50">
<span>Ingredients</span> <span class="clearIngredients badge badge-secondary">Clear Filters</span>
</h5>
<ul class="filterFoodTypes nav flex-column mb-2"></ul>
<h5 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-white-50">
<span>Dishes</span> <span class="clearDishes badge badge-secondary">Clear Filters</span>
</h5>
<ul class="filterDishTypes nav flex-column mb-2"></ul>
</div>
</nav>
<main id="main" role="main" class="col-md-9 ml-sm-auto col-lg-10 px-4"></main>
<footer class="footer fixed-bottom sm-only">
<a class="copyrightLink" href="#copyright">© 2020 Sean Finch / Haunted Bees Productions</a>
</footer>
</div>
</div>
<div id="textTemplates" style="display:none">
<div id="welcomeMessage">
<h4 class="px-3 mt-4 mb-1 hide-sm" title="Areund the World v1.5">Areund the World</h1>
<hr class="hide-sm">
<br class="sm-only">
<p class="px-4">Hello and welcome! For some reason I decided it would be a good idea to make foods and listen to music from around the world,
and thanks to the internet and blogosphere technology, you can follow along!
</p>
<p class="px-4">If you have any comments, suggestions, criticisms, complaints, or if I accidentally say/do something appropriative or uncomfortable
for whatever reason, hit me up at <a href="mailto:[email protected]">[email protected]</a> or on Twitter at
<a href="https://twitter.com/hauntedbees" target="_blank">@hauntedbees</a>.
</p>
<p class="px-4">With that said, have fun! Click areund on the filters to find stuff, or search by recipe name or ingredient in the search box! If you just
want to see every food that matches your filters, just go into the search box and hit Enter without typing anything! Or if you just want to see my favorite
foods and songs, click <strong><a class="justTheHits" href="#">here</a></strong>!</p>
<div class="progress" style="margin-bottom:20px">
<div id="progressBar2" class="progress-bar progress-bar-striped" role="progressbar" style="width: 10%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100">a</div>
</div>
<div class="progress" style="margin-bottom:20px">
<div id="progressBar" class="progress-bar progress-bar-striped" role="progressbar" style="width: 10%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100">a</div>
</div>
<div class="container-fluid">
<div class="row hide-sm">
<div class="countryinfo col-8">
<h3>Recent Foods</h3>
<div class="recentView"></div>
</div>
<div class="countryinfo col-4">
<h3>Spotify Playlists</h3>
<div><span><i class="emoji e1F5FA"></i></span> <a href = "https://open.spotify.com/user/1221454990/playlist/2ci7E0F6B3ryQzWoya5eGJ?si=dQfOVY8QQ2S0_vf9Pn30mA" target="_blank">Areund the World</a></div>
<div><span><i class="emoji e1F3C6"></i></span> <a href = "https://open.spotify.com/user/1221454990/playlist/0UNMZqyV5PEsH323LI2IfY?si=fB-Lyv6DRRqfyXtw4DSpmg" target="_blank">Favorites the World</a></div>
<h3>Random Songs</h3>
<div class="randomSongs"></div>
</div>
</div>
<div class="row sm-only">
<ul class="mobileTabs nav nav-tabs">
<li class="nav-item">
<a class="viewLeft nav-link active" href="#">Food</a>
</li>
<li class="nav-item">
<a class="viewRight nav-link" href="#">Music</a>
</li>
</ul>
<div class="left">
<h3>Recent Foods</h3>
<div class="recentView"></div>
</div>
<div class="right musicMobile" style="display:none">
<h3>Spotify Playlists</h3>
<div><span><i class="emoji e1F5FA"></i></span> <a href = "https://open.spotify.com/user/1221454990/playlist/2ci7E0F6B3ryQzWoya5eGJ?si=dQfOVY8QQ2S0_vf9Pn30mA" target="_blank">Areund the World</a></div>
<div><span><i class="emoji e1F3C6"></i></span> <a href = "https://open.spotify.com/user/1221454990/playlist/0UNMZqyV5PEsH323LI2IfY?si=fB-Lyv6DRRqfyXtw4DSpmg" target="_blank">Favorites the World</a></div>
<h3>Random Songs</h3>
<div class="randomSongs"></div>
</div>
</div>
</div>
</div>
<div id="theHits">
<h4 class="px-3 mt-4 mb-1 hide-sm" title="Areund the World v1.5">The Hits</h1>
<hr class="hide-sm">
<br class="sm-only">
<div class="container-fluid">
<div class="row hide-sm">
<div class="countryinfo col-8">
<h3>Favorite Foods</h3>
<div class="favView"></div>
</div>
<div class="countryinfo col-4">
<h3>Favorite Songs</h3>
<div class="favSongs"></div>
</div>
</div>
<div class="row sm-only">
<ul class="mobileTabs nav nav-tabs">
<li class="nav-item">
<a class="viewLeft nav-link active" href="#">Food</a>
</li>
<li class="nav-item">
<a class="viewRight nav-link" href="#">Music</a>
</li>
</ul>
<div class="left">
<h3>Favorite Foods</h3>
<div class="favView"></div>
</div>
<div class="right musicMobile" style="display:none">
<h3>Favorite Songs</h3>
<div class="favSongs"></div>
</div>
</div>
</div>
</div>
<div id="countryView">
<h4 class="country-name px-3 mt-4 mb-1">Country Name</h4>
<hr>
<div class="country-desc px-4"></div>
<div class="row">
<div class="col-12 sm-only">
<ul>
<li><strong>Population:</strong> <span class="population">0</span></li>
<li><strong>Area:</strong> <span class="area">0</span>km²</li>
<li><strong>Independence (from <span class="indFrom"></span>):</strong> <span class="independence">1992</span></li>
<li><strong>Demonym:</strong> <span class="demonym">People</span></li>
<li><strong>Currency:</strong> <span class="currency">Turnips</span></li>
<li><strong>Languages:</strong> <span class="languages">Gurgling</span></li>
<li><strong>Motto:</strong> <span class="motto">Eat Your Beets!</span></li>
<li><strong>Neighbors:</strong> <span class="neighbors">Texas</span></li>
</ul>
</div>
<div class="col-6 hide-sm">
<ul>
<li><strong>Population:</strong> <span class="population">0</span></li>
<li><strong>Area:</strong> <span class="area">0</span>km²</li>
<li><strong>Independence (from <span class="indFrom"></span>):</strong> <span class="independence">1992</span></li>
<li><strong>Motto:</strong> <span class="motto">Eat Your Beets!</span></li>
</ul>
</div>
<div class="col-6 hide-sm">
<ul>
<li><strong>Demonym:</strong> <span class="demonym">People</span></li>
<li><strong>Currency:</strong> <span class="currency">Turnips</span></li>
<li><strong>Languages:</strong> <span class="languages">Gurgling</span></li>
<li><strong>Neighbors:</strong> <span class="neighbors">Texas</span></li>
</ul>
</div>
</div>
<br><br>
<div class="container-fluid">
<div class="row hide-sm">
<div class="left countryinfo col-8">
<h4><a href="#" class="foodNote">Food</a></h4>
<div></div>
</div>
<div class="right countryinfo col-4">
<h4><a href="#" class="musicNote">Music</a></h4>
<div></div>
</div>
</div>
<div class="row sm-only">
<ul class="mobileTabs nav nav-tabs">
<li class="nav-item">
<a class="viewLeft nav-link active" href="#">Food</a>
</li>
<li class="nav-item">
<a class="viewRight nav-link" href="#">Music</a>
</li>
</ul>
<div class="left countryinfo">
<div></div>
</div>
<div class="right countryright" style="display:none">
<div></div>
</div>
</div>
</div>
</div>
<div id="specificView">
<h4 class="searchLabel px-3 mt-4 mb-1"></h4>
<hr>
<div class="container-fluid">
<div class="row">
<div class="searchFoods countryinfo"></div>
</div>
</div>
</div>
<div id="copyrightInfo">
<h4 class="px-3 mt-4 mb-1">Areund the World Legal Deets</h4>
<hr>
<p class="px-4">Areund the World is © 2018-2020 <a href="mailto:[email protected]">Sean Finch</a> and <a href="https://www.hauntedbees.com">Haunted Bees Productions</a>. All source code is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">GNU AGPLv3</a> license. All photographs and text are my own and are licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a> license. Emoji display is handled by <a href="https://github.com/twitter/twemoji" target="_blank">Twemoji</a>, which is used under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a> license. All recipes linked to belong to their respective owners.</p>
<p class="px-4">I'm using <a href="https://en.wikipedia.org/wiki/List_of_sovereign_states" target="_blank">Wikipedia's list of sovereign states</a>
as my reference for this, which means I'll be including places that may not officially be considered countries by most of the world,
so please don't think I'm making a political statement by including them on here. I probably am, but mostly I just want to try a bunch
of food and maybe learn a little bit more about the world. Secondly, I am from California and I speak English. If you are looking
for 100% authenticity on regional dishes, you should probably consult a resource from that region, not some dude in California with
too much free time and internet access.</p>
<p class="px-4">Some of the dishes hosted here have recipes in the <a href="https://www.hauntedbees.com/databee.html">DataBee Recipe Format</a>. DataBee is
an app also produced by Haunted Bees. DataBee Recipes can be found by clicking on the <i class="emoji e1F41D"></i> icon next to food entries, and are adapted
from the linked recipes technically without permission. I'll worry about the ethics or legality of that once I get a Cease and Desist.</p>
<p class="px-4">Haunted Bees Productions is not affiliated with any of the websites linked to on this page. Sharing of artists and their songs on this page
does not mean that I endorse them or condone their views/beliefs/etc. I do not even understand the lyrics to most of the linked songs since they aren't in
English and I am a monolingual fool. Linked music videos may include sexual content, violence, strong language, and so on. Content Warnings can be added if
that is a thing anyone viewing this site (i.e. probably just my mom) cares about. Having said that, if one of the songs linked here is actually about how
Nazis are good or something obviously bad like that, let me know and I'll take it down.</p>
<p class="px-4">We use a self-hosted <a href="https://awstats.sourceforge.io/" target="_blank">AWStats</a> installation for webpage analytics. Your data will never leave Haunted Bees' servers or be shared with anybody else. We just want to know where people are coming from in the event this page gets popular or something, you know what I mean? Like, do we thank some blogger? A Facebook post? Reddit? Only one way to find out and that's analytics, baby!</p>
</div>
<div id="noResults">
<p class="px-4">No Results Found. Try searching for a specific ingredient like "pepper" or "beef" and use the filters to specify dietary restrictions and recipe types.</p>
</div>
</div>
<div id="template" style="display:none">
<div class="card bg-{type}">
<div class="card-header">
<a href="#{region}" title="{regionName}">{flag}</a>
<span>{typeIcon}{favorite}</span>
<strong>
<a href="{link}" target="_blank" title="Click here to see the recipe!" alt="Click here to see the recipe!">{title} <i class="emoji e1F517"></i></a>
{databee}
</strong>
<span class="cookedDate">{date}</span>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-2 col-5">
<a href="img_world/{img}"><img class="cardimg" src="img_world/{img}" alt="{title}" title="{title}"></a>
</div>
<div class="col-md-10 col-7">
{text}
<ul class="nav dietInfo flex-column hide-sm">{emoji}</ul>
</div>
</div>
<div class="row sm-only">
<ul class="nav dietInfo flex-column">{emoji}</ul>
</div>
</div>
</div>
</div>
<script src="js/twemoji.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-jvectormap-2.0.3.min.js"></script>
<script src="js/world_mill.js"></script>
<script src="js/world_data.js"></script>
<script src="js/world.js"></script>
</body>
</html>