aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Brushing up a bit and prepare for deploy.Harald Eilertsen2019-08-281-5/+5
| | | | | | | | | | | use relative links to resources, so we can deploy to sub-url. explicitly set colours for canvas elements, styling did not work in all browsers. also make it white on black. tighten fonts and make screening titles bigger.
* Add license info to footer.Harald Eilertsen2019-08-281-0/+19
|
* Adapt to Ravenheart 2019, Oslo.Harald Eilertsen2019-08-281-2/+7
| | | | | | Also fetch the json directly from a file on the server. Since we don't really have any functionality in the backend app yet, we can deploy without it.
* Use canvas for drawing the schedules.HEADmasterHarald Eilertsen2019-08-281-4/+1
|
* Fetch rooms from database using ajax/json.Harald Eilertsen2019-03-231-0/+4
|
* Use rocket_contrib StaticFiles module to serve static files.Harald Eilertsen2019-03-041-0/+11
This also changes the structure of the app quite significantly. Instead if generating the html for the index, we simply provide a public/index.html static file instead. For now this seems to make sense, it may not hold in the long run, but that's for another time to worry about.