diff --git a/web/index.html b/web/index.html index a4065f4..2da1514 100644 --- a/web/index.html +++ b/web/index.html @@ -3,67 +3,105 @@ - Sova Jam - - - - + a { color: #888; } + a:hover { color: #ccc; } + code { + color: #ccc; + background: #141414; + padding: 1px 5px; + } + h1 { + font-size: 13px; + font-weight: normal; + color: #ccc; + margin-bottom: 2rem; + } + h1 span { color: #555; } + .section { + border-top: 1px solid #1a1a1a; + padding: 1rem 0; + } + .row { + display: flex; + justify-content: space-between; + padding: 2px 0; + } + .label { color: #555; } + .val { color: #ccc; } + .val.dim { color: #555; } + .val.on { color: #6a9; } + .val.off { color: #a55; } + .val.tempo { font-size: 20px; line-height: 1.2; letter-spacing: -0.5px; } + #peers { list-style: none; } + #peers li { color: #aaa; } + #peers li::before { content: "~ "; color: #444; } + #peers .empty { color: #333; font-style: italic; } + #peers .empty::before { content: ""; } + ol { list-style: none; counter-reset: step; } + ol li { counter-increment: step; } + ol li::before { + content: counter(step) ". "; + color: #444; + } + footer { + border-top: 1px solid #1a1a1a; + padding-top: 1rem; + color: #333; + } + - + -
-
-

Sova Jam

-

live coding session

-
+

sova-jam / live session

-
-
- Server - connecting... -
-
- Tempo - -- -
-
- Playback - -- -
-
+
+
+ server + ... +
+
+ tempo + -- +
+
+ playback + -- +
+
-
-
- Musicians - 0 -
- -
+
+
+ peers + 0 +
+ +
-
-

How to join

-
    -
  1. Download Sova
  2. -
  3. Connect to this server's address on port 8080
  4. -
  5. Enter the session password
  6. -
  7. Start coding music
  8. -
-
+
+
join
+
    +
  1. get sova
  2. +
  3. connect to host port 8080
  4. +
  5. enter session password
  6. +
  7. start coding
  8. +
+
- -
+