diff --git a/Readme.md b/Readme.md index b002ed4..e381ec8 100644 --- a/Readme.md +++ b/Readme.md @@ -4,4 +4,7 @@ This is a funny universal scoreboard originally developed for the beerpong tournament at a scoutparty -This thing is based on Express with handlebars, socketio and some other fun +This thing is based on Express with handlebars, socketio, bootstrap and some other fun + + +This app is intended to be simple, the initial loaing of the state is done using the handlebar templates, after that actions and state changes are performed using websocket requests, no forther reloads are required as long as you are not changing between the main 2 views. diff --git a/public/css/style.css b/public/css/style.css index 9453385..7f99be6 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,8 +1,14 @@ body { - padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } + +.team-box { + border-width:1px; + border-color: black; + border-style: solid; + border-radius: 3px; +} diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css deleted file mode 100644 index 9453385..0000000 --- a/public/stylesheets/style.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; -} - -a { - color: #00B7FF; -} diff --git a/views/admin.hbs b/views/admin.hbs index 317d561..7913702 100644 --- a/views/admin.hbs +++ b/views/admin.hbs @@ -4,6 +4,9 @@ Admin Interface + + + diff --git a/views/index.hbs b/views/index.hbs index cbbc59c..d6daca0 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -4,11 +4,21 @@ Spielstand + + + - -

{{title}}

-

Welcome to {{title}}

+

Aktueller Spielstand

+
+

Team1

+
+ Player 1 +
+
+ Player 2 +
+