better privacy policy link

This commit is contained in:
Egor 2018-11-04 11:30:07 -08:00
parent a86a0ef2fe
commit 7fa86d2487
4 changed files with 86 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<div class="privacy-policy">
<h2>Android Privacy Policy</h2>
<h2>Privacy Policy</h2>
<p>
Nidratech Ltd. built the "Huegasm for Philips Hue Lights" app as an Ad Supported app with a paid option to remove ads.
@ -28,7 +28,7 @@
<p>
For a better experience, while using our Service, we may require you to enable the "Microphone" permission on your
Android advice. The microphone audio input is used strictly for beat detection analysis. We do not utilize
device. The microphone audio input is used strictly for beat detection analysis. We do not utilize
this permission to collect any of your personally identifiable information and no recordings are ever stored nor
uploaded to a remote server.
</p>

View file

@ -7,7 +7,7 @@ const Router = Ember.Router.extend({
});
Router.map(function() {
this.route('android-privacy-policy');
this.route('privacy-policy');
this.route('web-app');
});

View file

@ -0,0 +1,76 @@
<!DOCTYPE html>
<html>
<head>
<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 managing and synchronizing your Philips Hue lights with the beat of your music.">
<meta name="keywords" content="huegasm,hue,philips,lights,ambience,music player,disco,party,sync,synchronize">
<meta name="author" content="Egor Philippov">
<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:description" content="Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music." />
<meta property="og:image" content="http://www.huegasm.com/feature-graphic.png" />
<link type="text/plain" rel="author" href="http://www.huegasm.com/humans.txt" />
<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%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+b9c40a6b%22%7D%2C%22ember-paper%22%3A%7B%22insertFontLinks%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway" rel="stylesheet">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/mbjanbdhcpohhfecjgbdpcfhnnbofooj">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" integrity="" href="/assets/vendor-52e88a74a6ec67a3fb7d4f442988e6b2.css">
<link rel="stylesheet" integrity="" href="/assets/huegasm-438a56d37b7514d42532f822a5638a72.css">
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-69470561-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<script src="/assets/vendor-60abf3f8c88a6c6f8349b288b052a22a.js" integrity="sha256-5zGQSOip2qJqSDnE85yOv2shDEZA21YCeK8EFjcjbiM= sha512-XfL9hqVV+yr8qbBVfpJeh03Maxdz1Y9m2Xs/0SLpDKJ7LdEbwwwb3nla1Mv1RafiDNINlzYh5o8DWG+1i7qeyw==" ></script>
<script src="/assets/huegasm-c1030e4deebdc59edbff4aca0cef7083.js" integrity="sha256-IEETTXOhSrYYOcmdTrl98tIhc+to8j26mIF/Nm+1+t8= sha512-rlVhYDxqXLdRFg9VhSIwj8nQ1xfMz5aC951FaLZCUkTdV1hNubIc+ZwRH+DcxM6lPUPMqcZeKntMPPJfF+qY9Q==" ></script>
<div id="ember-basic-dropdown-wormhole"></div>
<div id="paper-wormhole"></div>
<div id="paper-toast-fab-wormhole"></div>
</body>
</html>

View file

@ -42,8 +42,8 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" integrity="" href="/assets/vendor-7acae0193c51b46daa03031ccaace7d5.css">
<link rel="stylesheet" integrity="" href="/assets/huegasm-eabb8f23161fcc3071e0b23b5411e7a5.css">
<link rel="stylesheet" integrity="" href="/assets/vendor-52e88a74a6ec67a3fb7d4f442988e6b2.css">
<link rel="stylesheet" integrity="" href="/assets/huegasm-438a56d37b7514d42532f822a5638a72.css">
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
@ -61,16 +61,16 @@
</head>
<body>
<script src="/assets/vendor-60abf3f8c88a6c6f8349b288b052a22a.js" integrity="sha256-5zGQSOip2qJqSDnE85yOv2shDEZA21YCeK8EFjcjbiM= sha512-XfL9hqVV+yr8qbBVfpJeh03Maxdz1Y9m2Xs/0SLpDKJ7LdEbwwwb3nla1Mv1RafiDNINlzYh5o8DWG+1i7qeyw==" ></script>
<script src="/assets/huegasm-c1030e4deebdc59edbff4aca0cef7083.js" integrity="sha256-IEETTXOhSrYYOcmdTrl98tIhc+to8j26mIF/Nm+1+t8= sha512-rlVhYDxqXLdRFg9VhSIwj8nQ1xfMz5aC951FaLZCUkTdV1hNubIc+ZwRH+DcxM6lPUPMqcZeKntMPPJfF+qY9Q==" ></script>
<script src="/assets/vendor-aee07ddd87a0c0d93b4dfdc65a4580d4.js" integrity="sha256-eNnkBUxtupxagkwbvVdeVmENr30iRDX5fWZaySfTzRk= sha512-Bvf+L6TVB2/NmqdrLe7uV6qRlP2D7G5IXEH7AIpXxvgDE4PKQHqvumpgyPaWOnrmVMF2LeOcvDzlR+8JLaD/6g==" ></script>
<script src="/assets/huegasm-594bb95927f0b83d8574af7c5d36ccdf.js" integrity="sha256-Si/XGx2u23cQZgNS/Hv4XjPf1flRl4808szS6uSKygg= sha512-BUWNzyYnI6dTkSZCTEuq37kJEYDkZAfe79YuXlVmVIyFLsJM+E1WfhJriqn9JgmrTsk3umm22IVi3DwBAcM1mA==" ></script>
<div id="ember-basic-dropdown-wormhole"></div>
<div id="paper-wormhole"></div>
<div id="paper-toast-fab-wormhole"></div>
</body>
</html>