Skip to content

Commit

Permalink
Cosmetic changes step jonpacker#1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecowan committed Apr 21, 2018
1 parent 29584dd commit 83b744d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/index.jade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
doctype html
html(manifest="app.cache")
head
title MBCC 2017
title GABS 2018
meta(name="viewport", content="width=device-width, initial-scale=1")

link(href="/css/cbc.css", type="text/css", rel="stylesheet")
Expand Down Expand Up @@ -35,7 +35,7 @@ html(manifest="app.cache")
| {{#msg}}
.msg {{.}}
| {{/msg}}
h1 MBCC 2017
h1 GABS 2018
.sessions
a(href='#session[{"colour":"yellow"}]', class="session yellow")
h2 Yellow
Expand Down Expand Up @@ -70,7 +70,7 @@ html(manifest="app.cache")
a(href="#toggle_live_ratings") Turn live ratings {{#live_ratings}}off{{/live_ratings}}{{^live_ratings}}on{{/live_ratings}}
.expl When live ratings are turned on, an average based on ratings from users of this app is generated and updated in real time, as people drink beer and rate. This feature requires internet.
.info
p Made by <a href="http://github.com/jonpacker">Jon Packer</a>. Please note that there&apos;s probably a few mistakes/poorly linked ratings, there were a lot of beers to enter...
p Made by <a href="http://github.com/funkwit">Paul Cowan</a>, based on the CBC app by <a href="http://github.com/jonpacker">Jon Packer</a>.
p Prefer spreadsheets? <a href="/mbcc-2017-dump-jonpacker.csv">Download the data as a csv.</a>

script(type="text/html", class="template", data-template-id="beerlist")
Expand Down

0 comments on commit 83b744d

Please sign in to comment.