string changes, hiding youtube video

This commit is contained in:
Egor 2016-01-12 21:19:33 -08:00
parent 04165f78f7
commit 8c645b2c17
3 changed files with 19 additions and 8 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Huegasm</title> <title>Huegasm</title>
<meta name="description" content="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."> <meta name="description" content="Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music.">
<meta name="keywords" content="huegasm,hue,philips hue,music player"> <meta name="keywords" content="huegasm,hue,philips hue,music player">
<meta name="author" content="Egor Philippov"> <meta name="author" content="Egor Philippov">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">

View file

@ -6,10 +6,11 @@
{{else}} {{else}}
<div class="readyBlock"> <div class="readyBlock">
<div class="title"><img src="assets/images/logo.png" alt="Huegasm"></div> <div class="title"><img src="assets/images/logo.png" alt="Huegasm"></div>
<p class="introParagraph">Huegasm is a free web application for controlling your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a>...oh and it's pretty awesome at synchronizing your music with your lights.</p> <p id="intro">Your lights, meet your music. Huegasm.</p>
<p id="introParagraph">Huegasm is a free web application for managing and synchronizing your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a> with the beat of your music.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/te2r2Lph3OM" frameborder="0" allowfullscreen></iframe> <!--<div class="embedContainer">-->
<!--<iframe width="560" height="315" src="https://www.youtube.com/embed/te2r2Lph3OM" frameborder="0" allowfullscreen></iframe>-->
<!--</div>-->
{{#paper-button raised=true primary=true action="isReady" class="goButton center-block"}}Go!{{/paper-button}} {{#paper-button raised=true primary=true action="isReady" class="goButton center-block"}}Go!{{/paper-button}}
</div> </div>
{{/if}} {{/if}}

View file

@ -24,8 +24,15 @@ body {
position: static; position: static;
} }
.introParagraph { #intro {
margin-bottom: 30px; font-size: 18px;
}
#introParagraph {
margin-bottom: 50px;
}
.embedContainer {
} }
.goButton { .goButton {
@ -34,7 +41,7 @@ body {
width: 100px; width: 100px;
height: 100px; height: 100px;
span { span {
font-size: 20px; font-size: 28px;
width: 100%; width: 100%;
} }
} }
@ -153,6 +160,9 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli
padding-left: 0; padding-left: 0;
text-align: center; text-align: center;
} }
a {
margin-left: 5px;
}
} }
.cursorPointer { .cursorPointer {