updated logo
This commit is contained in:
parent
0323a994d0
commit
516e50dbea
8 changed files with 8 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="title">Huegasm</div>
|
<div class="title"><img src="assets/images/logo.png" alt="Huegasm"></div>
|
||||||
{{#unless bridgeUsername}}
|
{{#unless bridgeUsername}}
|
||||||
{{#if bridgeIp}}
|
{{#if bridgeIp}}
|
||||||
{{#if error}}
|
{{#if error}}
|
||||||
|
|
|
||||||
|
|
@ -40,9 +40,13 @@ export default Em.Component.extend({
|
||||||
|
|
||||||
intro.setOptions({
|
intro.setOptions({
|
||||||
steps: [
|
steps: [
|
||||||
|
{
|
||||||
|
intro: 'Welcome to Huegasm.<br>' +
|
||||||
|
'This short wizard will guide you through the functionality available with this web application.'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
element: '#musicTab',
|
element: '#musicTab',
|
||||||
intro: 'This is the music tab. You\'ll use this to play music and synchronize it with your active lights.<br><br>' +
|
intro: 'This is the music player. You\'ll use this to play music and synchronize it with your active lights.<br><br>' +
|
||||||
'<i><b>TIP</b>: Control which lights are active through the <b>Lights</b> tab or through the <b>Groups</b> menu dropdown.</i>'
|
'<i><b>TIP</b>: Control which lights are active through the <b>Lights</b> tab or through the <b>Groups</b> menu dropdown.</i>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -157,7 +161,7 @@ export default Em.Component.extend({
|
||||||
// skip hidden/missing elements
|
// skip hidden/missing elements
|
||||||
intro.onafterchange((element)=>{
|
intro.onafterchange((element)=>{
|
||||||
var elem = Em.$(element);
|
var elem = Em.$(element);
|
||||||
if(elem.hasClass('introjsFloatingElement') || elem.html() === '<!---->'){
|
if(elem.html() === '<!---->'){
|
||||||
Em.$('.introjs-nextbutton').click();
|
Em.$('.introjs-nextbutton').click();
|
||||||
}
|
}
|
||||||
}).onexit(onFinish).oncomplete(onFinish).start();
|
}).onexit(onFinish).oncomplete(onFinish).start();
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
{{bridge-finder bridgeIp=bridgeIp bridgeUsername=bridgeUsername trial=trial storage=storage}}
|
{{bridge-finder bridgeIp=bridgeIp bridgeUsername=bridgeUsername trial=trial storage=storage}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="readyBlock">
|
<div class="readyBlock">
|
||||||
<div class="title">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 kind of awesome at syncing music with your lights.</p>
|
<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 kind of awesome at syncing music with your lights.</p>
|
||||||
|
|
||||||
<a href="#" {{action "isReady"}}>
|
<a href="#" {{action "isReady"}}>
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,6 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 34px;
|
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 70 KiB |
BIN
public/assets/images/logo.png
Normal file
BIN
public/assets/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in a new issue