-
Notifications
You must be signed in to change notification settings - Fork 6
/
privacy.html
242 lines (214 loc) · 7.11 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link href="favicon.ico?v=6a" rel="icon" type="image/x-icon">
<link rel="manifest" type="application/manifest+json" href="manifest.json">
<meta name="theme-color" content="#4b0966" />
<meta name="author" content="Alok Prateek">
<meta name="description" content="Alok Prateek, a full-stack web developer and graphic designer from Delhi, India.">
<meta property="og:type" content="website" />
<meta property="og:title" name="title" content="Alok Prateek">
<meta property="og:url" name="url" content="https://alokprateek.in/cv/">
<meta property="og:site_name" name="sit_name" content="Alok Prateek">
<meta property="og:description" name="aboutSite"
content="Alok Prateek, a full-stack web developer and graphic designer from Delhi, India.">
<meta property="og:img" name="img" content="images/avatar2.png">
<meta property="og:image" name="imgfb" content="images/avatar2.png">
<link rel="stylesheet" type="text/css" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/vendor/fab/fab.min.css" />
<style>
img {
max-width: 100%;
height: auto;
}
body {
display: grid;
grid-template-areas:
"header info info"
"article article article"
"footer footer footer";
/*grid-template-rows: 80px 1fr 70px;*/
grid-template-columns: 2.5fr 4fr 1.5fr;
grid-row-gap: 10px;
grid-column-gap: 10px;
margin: 0;
padding-top: 2rem;
padding-left: 5rem;
padding-right: 5rem;
}
header,
footer,
article,
div {
padding: 1.2em;
/*background: rgb(202, 202, 201);*/
}
#pageHeader {
grid-area: header;
font-size: larger;
background-color: #4b0966;
text-align-last: end;
}
#pageHeader h1 {
display: inline-block;
color: #fff;
vertical-align: text-top;
}
#pageFooter {
grid-area: footer;
text-align: center;
}
#mainArticle {
grid-area: article;
}
#info {
grid-area: info;
display: grid;
grid-template-areas:
"pic names";
/*grid-template-rows: 80px 1fr 70px;*/
grid-template-columns: 1fr 1fr;
grid-row-gap: 10px;
grid-column-gap: 10px;
padding: 0 0 0 0;
}
#sitePic {
grid-area: pic;
padding: 0 0 0 0;
text-align: right;
}
#sitePic img {
border-radius: 90%;
border-style: solid;
}
#nameContact {
grid-area: names;
text-align: left;
align-items: stretch;
}
/* Stack the layout on small devices/viewports. */
@media all and (max-width: 650px) {
body {
grid-template-areas:
"header"
"info"
"article"
"footer";
/*grid-template-rows: 80px 1fr 70px 1fr 70px;*/
grid-template-columns: 1fr;
padding-left: 2rem;
padding-right: 2rem;
}
#info {
grid-area: info;
display: grid;
grid-template-areas:
"names pic";
/*grid-template-rows: 80px 1fr 70px;*/
grid-template-columns: 2fr 1fr;
}
#sitePic {
grid-area: pic;
padding: 0 0 0 0;
text-align: left;
}
#pageHeader {
grid-area: header;
text-align-last: start;
}
}
@media all and (min-width: 650px) and (max-width: 800px) {
#info {
grid-area: info;
display: grid;
grid-template-areas:
"pic"
"names";
/*grid-template-rows: 80px 1fr 70px;*/
grid-template-columns: 1fr;
}
#sitePic {
grid-area: pic;
padding: 0 0 0 0;
text-align: left;
}
}
@media all and (max-width: 400px) {
html {
font-size: x-small;
}
}
a {
text-decoration: underline !important;
}
</style>
</head>
<body>
<a name="top"></a>
<ul id="menu" class="mfb-component--bl mfb-slidein-spring " data-mfb-toggle="click" style="display: block;">
<li class="mfb-component__wrap">
<a href="#" class="mfb-component__button--main" aria-label="FAB button to open and close menu">
<i class="mfb-component__main-icon--resting fa fa-plus"></i>
<i class="mfb-component__main-icon--active fa fa-close"></i>
</a>
<ul class="mfb-component__list">
<li>
<a href="index.html" data-mfb-label="Go Back" class="mfb-component__button--child"
aria-label="FAB button to go back">
<i class="mfb-component__child-icon fa fa-reply"></i>
</a>
</li>
<li>
<a href="#top" data-mfb-label="Go to Top" class="mfb-component__button--child"
aria-label="FAB button to go to top">
<i class="mfb-component__child-icon fa fa-arrow-up"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]" data-mfb-label="Hire Me" class="mfb-component__button--child"
aria-label="Send a mail to hire me.">
<i class="mfb-component__child-icon fa fa-envelope-open-o"></i>
</a>
</li>
</ul>
</li>
</ul>
<header id="pageHeader">
<h1>Privacy Policy</h1>
</header>
<div id="info">
</div>
<article id="mainArticle">
<hr>
<p>Like many other web sites owners, I use Google Analytics on this site.</p>
<p>Google Analytics is a piece of software provided by Google that records various data about visitors (you) to this
site.</p>
<h3>What does Google Analytics record?</h3>
<p>I use Google Analytics to collect non-personal data to answer questions such as:</p>
<ul>
<li>What kind of browser & operating system you visited the site on?</li>
<li>How long you stay on the site?</li>
<li>What pages on the site you visit?</li>
<li>What area of the world you are located in?</li>
</ul>
<h3>How is this data is used?</h3>
<p>The data gathered allow me to better understand the visitors to this site and how it is viewed, this allows me to
make better decisions about the site and any future additions to it.</p>
<p>Occasionally we will compile aggregate statistics on various usage and/or user metrics for the site. No
personally identifying data is included in this type of reporting.</p>
<p>None of the data gathered through Google Analytics is shared with any 3rd party.</p>
<p>All of our activity falls within the bounds of the Google Analytics Terms of Service.</p>
<h3>How to opt out of tracking</h3>
<p>You can opt out of the tracking conducted by Google Analytics by using the browser plugin provided by Google that
prevents your data from being used by Google Analytics.</p>
</div>
<script src="assets/vendor/jquery/jquery-1.12.3.min.js"></script>
<script src="assets/vendor/fab/fab.min.js"></script>
<script async src="assets/js/storescroll.js"></script>
</body>
</html>