forked from L3viathan/omnomensa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=320, initial-scale=0.1">
<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><span id="span-select">Select your meal</span><span id="span-rate">Rate your meal</span></h3>
<div class="days">
<span class="day" id="day-2">Monday</span> ⁓
<span class="day" id="day-3">Tuesday</span> ⁓
<span class="day" id="day-4">Wednesday</span> ⁓
<span class="day" id="day-5">Thursday</span> ⁓
<span class="day" id="day-6">Friday</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>
</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>