string changes, hiding youtube video

This commit is contained in:
lone-cloud 2016-01-12 21:19:33 -08:00
parent 239997f6cb
commit 07e21209d5
3 changed files with 19 additions and 8 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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="author" content="Egor Philippov">
<meta name="viewport" content="width=device-width, initial-scale=1">

View file

@ -6,10 +6,11 @@
{{else}}
<div class="readyBlock">
<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>
<iframe width="560" height="315" src="https://www.youtube.com/embed/te2r2Lph3OM" frameborder="0" allowfullscreen></iframe>
<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>
<!--<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}}
</div>
{{/if}}

View file

@ -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 {