update
This commit is contained in:
parent
47cda05e2b
commit
cec646dbc9
11 changed files with 67 additions and 47 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
||||||
/bower_components/
|
/bower_components/
|
||||||
/tmp/
|
/tmp/
|
||||||
/dist/
|
/dist/
|
||||||
|
/web/
|
||||||
|
|
|
||||||
9
assets/huegasm-4c488b75ceafbd446ecd575382b25a0d.js
Normal file
9
assets/huegasm-4c488b75ceafbd446ecd575382b25a0d.js
Normal file
File diff suppressed because one or more lines are too long
5
assets/huegasm-75ee525ed47dd6471cf5a2420a56ff6b.css
Normal file
5
assets/huegasm-75ee525ed47dd6471cf5a2420a56ff6b.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
26
assets/vendor-2b808678b7df78b5b71f16327a1a1667.js
Normal file
26
assets/vendor-2b808678b7df78b5b71f16327a1a1667.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/vendor-b4cb94d41dfc983a3571f8057f1fb8d0.css
Normal file
1
assets/vendor-b4cb94d41dfc983a3571f8057f1fb8d0.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -6,6 +6,7 @@ Location: Vancouver, Canada.
|
||||||
/* THANKS */
|
/* THANKS */
|
||||||
Edmond Cheung - favicons + huegasm logo
|
Edmond Cheung - favicons + huegasm logo
|
||||||
Liviu Antonescu - filming + video editing of the intro
|
Liviu Antonescu - filming + video editing of the intro
|
||||||
|
Olamide Omorodion - business consultation
|
||||||
|
|
||||||
/* SITE */
|
/* SITE */
|
||||||
Last update: 2015
|
Last update: 2015
|
||||||
|
|
|
||||||
31
index.html
31
index.html
|
|
@ -9,10 +9,27 @@
|
||||||
<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">
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "WebSite",
|
||||||
|
"name": "Huegasm",
|
||||||
|
"url": "http://www.huegasm.com/"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!--Open graph meta tags -->
|
||||||
|
<meta property="og:title" content="Huegasm" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:site_name" content="Huegasm" />
|
||||||
|
<meta property="og:url" content="http://www.huegasm.com/" />
|
||||||
|
<meta property="og:image" content="/mstile-144x144-d0f5793c169182fda72b0482cff658e3.png" />
|
||||||
|
|
||||||
<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="/" />
|
|
||||||
<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+484215ad%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%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22ignoreFailures%22%3Afalse%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.1.0+f290dac9%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
|
|
||||||
<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'>
|
||||||
|
|
||||||
|
|
@ -36,8 +53,8 @@
|
||||||
<meta name="msapplication-TileImage" content="/mstile-144x144-d0f5793c169182fda72b0482cff658e3.png">
|
<meta name="msapplication-TileImage" content="/mstile-144x144-d0f5793c169182fda72b0482cff658e3.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
<link rel="stylesheet" integrity="" href="assets/vendor-07450885e8e4783f9f0dd1c24f1676cc.css">
|
<link rel="stylesheet" integrity="" href="/assets/vendor-b4cb94d41dfc983a3571f8057f1fb8d0.css">
|
||||||
<link rel="stylesheet" integrity="" href="assets/huegasm-7cc4313173ffb376b39019286da615a2.css">
|
<link rel="stylesheet" integrity="" href="/assets/huegasm-75ee525ed47dd6471cf5a2420a56ff6b.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -54,10 +71,10 @@
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='paper-wormhole'></div>
|
|
||||||
|
|
||||||
<script src="assets/vendor-f77860e5c5b9a48d67a400b928e74e41.js" integrity="sha256-2V7lqL/IfQBNkNsAv6M+WSPdwKBCj6gepmyYbJe1NeU= sha512-b97Daqhfzil6i0vW/lrDzlCkcO7Bjh+BiUYgqbS3+nnNSWJbmzobqBIwclxcU6mgIgRHlz7ZqZsOLJ2YQfGgkA==" ></script>
|
<script src="/assets/vendor-2b808678b7df78b5b71f16327a1a1667.js" integrity="sha256-ob5hwYZ+MGFVhEqtqgmujpRT8KXD9CmypgMZ6/8n9u0= sha512-3rpMpaZoW4qgHSY9uTsfhhmx3VlpdteqngDfmkmKSQX91bNXGnswVuQi+jzCzV8ThKny4d9SHBwOTiJZAWtb7A==" ></script>
|
||||||
<script src="assets/huegasm-7bb2a2fce3f0310c41c59ab8caa59817.js" integrity="sha256-B6SP3OROY6aQ9HdqpzmMTbrA5hLWsONyQk1imfzFkSA= sha512-86zfvZkOQS56IDAbUoC98W2IeudAufKD4bNt3U/hQ0uOUhA7gcvogs6toGUGihN98Ksb9wucgIGL2zao58oKQA==" ></script>
|
<script src="/assets/huegasm-4c488b75ceafbd446ecd575382b25a0d.js" integrity="sha256-zIp1WKZ5k6kzMcDeRxL1EB9+17QdC6wXoHamvUS6OkQ= sha512-d+7P5SR3/W2HXDBxdVfFVEmVdn9V5nk45xbvOLZZNCfVmWza7d9Rwqi0vfaJxIlJy9xj/Hr/sRdGeQre/IA8jw==" ></script>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Reference in a new issue