From 9b63d1ffb399c078a93253284913f122740d4bea Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Thu, 4 Jun 2020 01:31:47 -0700 Subject: [PATCH] initial layout --- webroot/index.html | 166 +++++++++++++++++++++++++-------------------- webroot/js/app.js | 2 +- 2 files changed, 94 insertions(+), 74 deletions(-) diff --git a/webroot/index.html b/webroot/index.html index 4e38ad891..ec0025d10 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -6,6 +6,7 @@ href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" /> + @@ -15,88 +16,107 @@ -
-
-
- -
- {{ streamStatus }} {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. -
-
+ +
+
+

+ Maybe a header +

+
+
-
-
-
-
-
- + +
-
-

{{ message.author }}

-

-
-
-
+
+
-
-
- - - +
+ {{ streamStatus }} {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. + Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. + - -
- -
- -
+
-
-
- + +
+
+
+
+
+
+ + +
+

{{ message.author }}

+

+
+
+
+
+ + + + + + + +
+ +
+ +
+
+ +
+
+ +
+
+
- +
+ + + +
-
- - + + + + \ No newline at end of file diff --git a/webroot/js/app.js b/webroot/js/app.js index 4d11cff65..e745becac 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -8,7 +8,7 @@ function setupApp() { }) window.app = new Vue({ - el: "#app", + el: "#info", data: { streamStatus: "", viewerCount: 0,