-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
41 lines (41 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="omnomensa.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//browserstate.github.io/history.js/scripts/bundled/html4+html5/jquery.history.js"></script>
<script type="text/javascript" src="omnomensa.js"></script>
<title>Omnomensa</title>
</head>
<body>
<h3><a href="/"><span id="span-select">Select your meal</span><span id="span-rate">Rate your meal</span></a></h3>
<div class="days">
<span class="day" id="day-2">Mon<span class="full">day</span></span><!--
--><span class="day" id="day-3">Tue<span class="full">sday</span></span><!--
--><span class="day" id="day-4">Wed<span class="full">nesday</span></span><!--
--><span class="day" id="day-5">Thu<span class="full">rsday</span></span><!--
--><span class="day" id="day-6">Fri<span class="full">day</span></span>
</div>
<ul class="meals">
</ul>
<div id="rating">
<span class="stars" id="1">★<!--
--><span class="stars" id="2">★<!--
--><span class="stars" id="3">★<!--
--><span class="stars" id="4">★<!--
--><span class="stars" id="5">★</span><!--
--></span><!--
--></span><!--
--></span><!--
--></span><!--
--><p class="rating-description" id="rd-1">Disgusting</p><!--
--><p class="rating-description" id="rd-2">Edible</p><!--
--><p class="rating-description" id="rd-3">Nourishing</p><!--
--><p class="rating-description" id="rd-4">Tasty</p><!--
--><p class="rating-description" id="rd-5">Delicious</p>
</div>
<div id="footer"><a href="https://github.com/L3viathan/omnomensa" title="Feel free to send pull requests. Especially for the stylesheet.">Code</a>: <a href="http://twitter.com/l3viathan2142">@L3viathan2142</a>, Design: <a href="http://jonasneef.de">Jonas Neef</a>, <a href="https://twitter.com/asayeed/status/468352565470838784">Chief Brainstorming Officer or something like that</a>: <a href="http://twitter.com/asayeed">@asayeed</a>. Data scraped from <a href="http://studentenwerk-saarland.de/de/Essen/Essen-in-Saarbrucken/Speiseplan-aktuell">Studentenwerk Saarland</a>.</div>
</body>
</html>