diff --git a/static/html/not_available.html b/static/html/not_available.html index 15db5c9..40bdb04 100644 --- a/static/html/not_available.html +++ b/static/html/not_available.html @@ -12,32 +12,118 @@ body { a { color: #ff1760; } -div { +#wrap { margin-top: 100px; - width: 700px ; + width: 600px ; margin-left: auto ; margin-right: auto ; } +#widget { + background: #333; + font-size: 12px; +} +#widget h3 { + margin: 0; + padding: 0; +} +#widget p { + margin: 0; + padding: 0; +} +#widget { + border-spacing: 0; + border-collapse: collapse; + width: 100%; +} +#widget th { + background: #444; +} +#widget td, th { + text-align: left; + padding: 10px; + border: 1px dotted gray; +} +#m-title { + width: 45%; +} + + + + +
-The game is currently not available.
+ +We will announce the date of the next test session, once we finish the current alpha milestone.
+Here you can see the current status:
+ +| Current milestone | ++ |
|---|---|
| Tasks still open | ++ |
| Tasks finished | ++ |
| Progress | ++ |
- To find out when we are running our next test session, join the alpha team by requesting an invitation. + To get notified and be able to join the next test session, join the alpha team by requesting an invitation.
You can do that on our blog: http://chuck-game.tumblr.com
+
- See you soon!
+ Thanks for testing & see you soon!
The developers