adding the github ribbon
This commit is contained in:
parent
37764e1b7e
commit
0bfb387ec9
6 changed files with 47 additions and 41 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/.idea/
|
||||||
|
/app/
|
||||||
|
/node_modules/
|
||||||
|
/bower_components/
|
||||||
|
/tmp/
|
||||||
|
/dist/
|
||||||
File diff suppressed because one or more lines are too long
9
assets/huegasm-ca56a52305f331da7704f7dba1e1b903.js
Normal file
9
assets/huegasm-ca56a52305f331da7704f7dba1e1b903.js
Normal file
File diff suppressed because one or more lines are too long
29
assets/vendor-2e2c38241175c6de87265cfce784bf49.js
Normal file
29
assets/vendor-2e2c38241175c6de87265cfce784bf49.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -12,7 +12,7 @@
|
||||||
<link type="text/plain" rel="author" href="http://www.huegasm.com/humans.txt" />
|
<link type="text/plain" rel="author" href="http://www.huegasm.com/humans.txt" />
|
||||||
|
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+d09b0b38%22%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-devtools%22%3A%7B%22global%22%3Atrue%2C%22enabled%22%3Afalse%7D%7D" />
|
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+d5c6454a%22%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-devtools%22%3A%7B%22global%22%3Atrue%2C%22enabled%22%3Afalse%7D%7D" />
|
||||||
|
|
||||||
<link href='//fonts.googleapis.com/css?family=Slabo+27px|Open+Sans' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Slabo+27px|Open+Sans' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
|
|
@ -56,8 +56,8 @@
|
||||||
<body>
|
<body>
|
||||||
<div id='paper-wormhole'></div>
|
<div id='paper-wormhole'></div>
|
||||||
|
|
||||||
<script src="assets/vendor-510e08531f34257b5d57bfe52f2e5fd7.js" integrity="sha256-AB5SkqaNLjBfTgOFW2+Kj5UNNg/Ch/TnuwHnT9nFfck= sha512-3rXvE8SJvJqQbuNiwOsK3JM/S/sXszTOvFer5jnlmLhdKLJZzA9Malv1Ludg3TbpjBJ7fJ8J+FRKCIZxKaaCjg==" ></script>
|
<script src="assets/vendor-2e2c38241175c6de87265cfce784bf49.js" integrity="sha256-8kRwOiwFhXj1YGIL/FcQGoGPV/EWxykv70nrtm+i/y8= sha512-AcWPnOtMeOIEQHLufwBW4Jp0wC/fLjUxJrzXkTATjCtHW4gTu5bOa1t+mOW4vSW4aSro85NBhVj1B+OXut1uQA==" ></script>
|
||||||
<script src="assets/huegasm-614cb136370785fdcee8782175aff27e.js" integrity="sha256-idWXV6DEJdOcvZ+8Shh5Hr73fubVmV9vVgdO7l9QEyQ= sha512-46tYq4IQYW8t9rfLJ5l/DCAkfMR6ALnvlEHZpWNSkQUN4hGOmAKZ5Mr1O1f6bAFkcLQr2zt/w/2rCHLU0bKW4A==" ></script>
|
<script src="assets/huegasm-ca56a52305f331da7704f7dba1e1b903.js" integrity="sha256-xR7guGJZD+BU6wh8SBWldd0Lr/9QxiqjVYXtN0o9Nbk= sha512-OmgWnABgU+uuG4ngX4XmbCSDhrb3r/TSF5Z4lExgbGCIhWJK6ZCIQ29/A2FeNDtCUIDdPGvVEqiUooNdegCHQQ==" ></script>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Reference in a new issue