From 8c645b2c17f75fbb4433ee0dee578b3aa5b85bbc Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 12 Jan 2016 21:19:33 -0800 Subject: [PATCH] string changes, hiding youtube video --- app/index.html | 2 +- app/pods/components/huegasm-app/template.hbs | 9 +++++---- app/styles/app.scss | 16 +++++++++++++--- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/app/index.html b/app/index.html index 429a8ce..c8243c8 100644 --- a/app/index.html +++ b/app/index.html @@ -4,7 +4,7 @@ Huegasm - + diff --git a/app/pods/components/huegasm-app/template.hbs b/app/pods/components/huegasm-app/template.hbs index 66c2439..406ad71 100644 --- a/app/pods/components/huegasm-app/template.hbs +++ b/app/pods/components/huegasm-app/template.hbs @@ -6,10 +6,11 @@ {{else}}
Huegasm
-

Huegasm is a free web application for controlling your Philips Hue lights...oh and it's pretty awesome at synchronizing your music with your lights.

- - - +

Your lights, meet your music. Huegasm.

+

Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music.

+ + + {{#paper-button raised=true primary=true action="isReady" class="goButton center-block"}}Go!{{/paper-button}}
{{/if}} diff --git a/app/styles/app.scss b/app/styles/app.scss index 81eaeb6..ed00205 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -24,8 +24,15 @@ body { position: static; } -.introParagraph { - margin-bottom: 30px; +#intro { + font-size: 18px; +} + +#introParagraph { + margin-bottom: 50px; +} + +.embedContainer { } .goButton { @@ -34,7 +41,7 @@ body { width: 100px; height: 100px; span { - font-size: 20px; + font-size: 28px; width: 100%; } } @@ -153,6 +160,9 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli padding-left: 0; text-align: center; } + a { + margin-left: 5px; + } } .cursorPointer {