Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 29 additions & 6 deletions public/bill-generator-pp.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,35 @@
word-spacing: -0.075rem;
}

@media screen and (max-width: 400px) {
#welcome {
font-size: 0.45rem !important;
}
}

@media screen and (min-width:600px) {
#logo {
font-size: 1.4rem;
}
#welcome
{
font-size: 0.775rem;
}
}

@media screen and (min-width:768px) {
#logo {
font-size: 1.7rem;
}
#welcome
{
font-size: 0.875rem;
}
}

@media screen and (min-width:992px) {
#logo {
font-size: 2rem;
}
#welcome
{
font-size: 0.905rem;
}
}
#browserWidthNotice {
font-style: italic;
display: none;
Expand Down
173 changes: 173 additions & 0 deletions public/color-tester.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
<!DOCTYPE html>
<html>
<head>
<title>Dr Color Tester Privacy Policy</title>
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#060b14">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#060b14">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#060b14">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, minimal-ui">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<meta name="description" content="Assistant Dr Color Tester App Privacy Policy">
<style>
* {
padding: 0;
margin: 0;
pointer-events: none;
}

body {
background: #060b14;
overflow: hidden;

font-family: "Helvetica Neue", "Open Sans";
font-weight: 100;
}

a {
color: #f3a245;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#container {
perspective: 50px;
-webkit-perspective: 50px;
-moz-perspective: 50px;
-ms-perspective: 50px;

transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;

opacity: 0.55;
}

#welcome {
position: absolute;
top: 10%;
margin:5px;

font-weight: 200;
color: #fff;
opacity: 0.65;
text-align: center;
font-size: 0.775rem;
line-height: 1.05rem;
letter-spacing: 0.135em;
word-spacing: -0.075rem;
}

@media screen and (min-width:600px) {
#logo {
font-size: 1.4rem;
}
#welcome
{
font-size: 0.775rem;
}
}

@media screen and (min-width:768px) {
#logo {
font-size: 1.7rem;
}
#welcome
{
font-size: 0.875rem;
}
}

@media screen and (min-width:992px) {
#logo {
font-size: 2rem;
}
#welcome
{
font-size: 0.905rem;
}
}
#browserWidthNotice {
font-style: italic;
display: none;
}

#logo {
position: fixed;
right: 0.75rem;
bottom: 0.65rem;

cursor: pointer;

text-decoration: none;
color: #d6d6d6;
font-size: 2rem;
letter-spacing: 0.025em;
font-family: "Gloria Hallelujah";

}

#logoDot {
color: #d74580;
}

.dot {
position: fixed;
width: 30px;
height: 30px;

border-radius: 30px;
background-color: #f3a245;
}
.type2{
background-color: #f3a245;

}
.type3{
background-color: #f3a245;

}
.type4{
background-color: #f3a245;

}
</style>
</head>
<body>
<div id="welcome">
<h1>Privacy Policy</h1><br>
<p>This Privacy Policy page covers what information we collect, store and how we use them when you use our <b>Dr Color Tester</b> Google Assistant App and this webpage.</p><br><br><br>
<h3>What information we collect</h3><br>
<p>
Wire Point app only records the conversations of the user which are not linked/associated with a user after a session is completed. No information like email address, delivery address, device info,etc are viewed/collected/stored.

However, on viewing this website/webpage we may store optional cookies for logging data via <a href="https://analytics.google.com">Google Analytics</a>.
</p><Br><br>
<h3>How do we use the information</h3><Br>
<p>
The conversation logs and other informations we collect from the app and website are solely for purpose of error detection and feature improvements. None of the information is sold/shared with any third party. You can view Google's Privacy Policy <a href="https://www.google.com/intl/en/policies/privacy/">here</a>.


</div>
<a id="logo" href="index.html">darshan<span id="logoDot">.</span>ninja</a>
<div id="container"></div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></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','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-74048690-3', 'auto');
ga('send', 'pageview');

</script>
</body>
</html>
34 changes: 29 additions & 5 deletions public/cricketstories-pp.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,35 @@
word-spacing: -0.075rem;
}

@media screen and (max-width: 400px) {
#welcome {
font-size: 0.45rem !important;
}
}
@media screen and (min-width:600px) {
#logo {
font-size: 1.4rem;
}
#welcome
{
font-size: 0.775rem;
}
}

@media screen and (min-width:768px) {
#logo {
font-size: 1.7rem;
}
#welcome
{
font-size: 0.875rem;
}
}

@media screen and (min-width:992px) {
#logo {
font-size: 2rem;
}
#welcome
{
font-size: 0.905rem;
}
}

#browserWidthNotice {
font-style: italic;
Expand Down
33 changes: 29 additions & 4 deletions public/cricketstories-tos.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,36 @@
word-spacing: -0.075rem;
}

@media screen and (max-width: 400px) {
#welcome {
font-size: 0.45rem !important;

@media screen and (min-width:600px) {
#logo {
font-size: 1.4rem;
}
#welcome
{
font-size: 0.775rem;
}
}

@media screen and (min-width:768px) {
#logo {
font-size: 1.7rem;
}
#welcome
{
font-size: 0.875rem;
}
}

@media screen and (min-width:992px) {
#logo {
font-size: 2rem;
}
#welcome
{
font-size: 0.905rem;
}
}
}

#browserWidthNotice {
font-style: italic;
Expand Down
34 changes: 29 additions & 5 deletions public/galgotias-cookbook-pp.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,35 @@
word-spacing: -0.075rem;
}

@media screen and (max-width: 400px) {
#welcome {
font-size: 0.45rem !important;
}
}
@media screen and (min-width:600px) {
#logo {
font-size: 1.4rem;
}
#welcome
{
font-size: 0.775rem;
}
}

@media screen and (min-width:768px) {
#logo {
font-size: 1.7rem;
}
#welcome
{
font-size: 0.875rem;
}
}

@media screen and (min-width:992px) {
#logo {
font-size: 2rem;
}
#welcome
{
font-size: 0.905rem;
}
}

#browserWidthNotice {
font-style: italic;
Expand Down
29 changes: 29 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,35 @@
font-family: "Gloria Hallelujah";
}

@media screen and (min-width:600px) {
#logo {
font-size: 1.4rem;
}
#welcome
{
font-size: 0.775rem;
}
}

@media screen and (min-width:768px) {
#logo {
font-size: 1.7rem;
}
#welcome
{
font-size: 0.875rem;
}
}

@media screen and (min-width:992px) {
#logo {
font-size: 2rem;
}
#welcome
{
font-size: 0.905rem;
}
}
#logoDot {
color: #d74580;
}
Expand Down
Loading