changes for deployment
This commit is contained in:
parent
2f2678ac1c
commit
f475d5fc2b
7 changed files with 11 additions and 11 deletions
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
{{content-for 'head'}}
|
{{content-for 'head'}}
|
||||||
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicons/apple-touch-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicons/apple-touch-icon-57x57.png">
|
||||||
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicons/apple-touch-icon-60x60.png">
|
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicons/apple-touch-icon-60x60.png">
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<p>Huegasm is a free web application for controlling your Philips Hue lights...oh and it's kind of awesome at syncing music with your lights.</p>
|
<p>Huegasm is a free web application for controlling your Philips Hue lights...oh and it's kind of awesome at syncing music with your lights.</p>
|
||||||
|
|
||||||
<a href="#" {{action "isReady"}}>
|
<a href="#" {{action "isReady"}}>
|
||||||
<img src="assets/images/intro.jpg" id="introPic" />
|
<img src="assets/images/intro.png" id="introPic" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}}
|
{{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -53,7 +53,7 @@ module.exports = function(environment) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (environment === 'production') {
|
if (environment === 'production') {
|
||||||
|
ENV.baseURL = '/huegasm';
|
||||||
}
|
}
|
||||||
|
|
||||||
return ENV;
|
return ENV;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB |
BIN
public/assets/images/intro.png
Normal file
BIN
public/assets/images/intro.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
|
|
@ -7,4 +7,4 @@ Location: Vancouver, Canada.
|
||||||
/* SITE */
|
/* SITE */
|
||||||
Last update: 2015
|
Last update: 2015
|
||||||
Standards: HTML5, CSS3
|
Standards: HTML5, CSS3
|
||||||
Components: ember, jQuery, bootstrap, font-awesome, three.js, intro.js, locallyjs, nouislider, dancer.js, jquery-mousewheel, ember paper, ember notify, JavaScript-ID3-Reader
|
Components: ember, jQuery, bootstrap, font-awesome, intro.js, locallyjs, nouislider, dancer.js, jquery-mousewheel, ember paper, ember notify, JavaScript-ID3-Reader
|
||||||
|
|
|
||||||
Reference in a new issue