-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy_policy.html
193 lines (151 loc) · 13 KB
/
privacy_policy.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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Privacy Policy | Amir Fallahian e-Home</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Privacy Policy" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation." />
<meta property="og:description" content="This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation." />
<link rel="canonical" href="https://aef.ir/privacy_policy.html" />
<meta property="og:url" content="https://aef.ir/privacy_policy.html" />
<meta property="og:site_name" content="Amir Fallahian e-Home" />
<script type="application/ld+json">
{"url":"https://aef.ir/privacy_policy.html","description":"This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation.","headline":"Privacy Policy","@type":"WebPage","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- Cookie Consent by https://www.FreePrivacyPolicy.com -->
<script type="text/javascript" src="//www.FreePrivacyPolicy.com/cookie-consent/releases/3.0.0/cookie-consent.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "change_preferences_selector": "#changePreferences", "language": "en", "website_name": "Amir Fallahian e-Home" });
});
// Added by me
function revoke_cookie_consent() {
var d = new Date();
d.setTime(d.getTime() + (0 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
document.cookie = 'cookie_consent_user_accepted' + "=" + "" + ";path=/;expires=" + expires;
console.log("cookie consent is revoked!");
}
function printAllCookies() {
var cookies = document.cookie.split("; ");
var cookie_String = "";
for (var c = 0; c < cookies.length; c++) {
cookie_String += "Cookie : \n " + cookies[c] + "\n";
}
alert(cookie_String);
}
</script>
<noscript><a href="https://www.freeprivacypolicy.com/cookie-consent/">Cookie Consent by FreePrivacyPolicy.com</a></noscript>
<!-- End Cookie Consent --><link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://aef.ir/feed.xml" title="Amir Fallahian e-Home" /><script type="text/plain" cookie-consent="tracking">
if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
(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-133696499-1', 'auto');
ga('send', 'pageview');
}
</script>
</head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">Amir Fallahian e-Home</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z" />
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/about.html">About me</a><a class="page-link" href="/blog.html">My blog</a><a class="page-link" href="/resume.html">Resume</a></div>
</nav></div>
</header><main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="post">
<header class="post-header">
<h1 class="post-title">Privacy Policy</h1>
</header>
<div class="post-content">
<h1 id="amir-fallahian-e-home-privacy-policy">Amir Fallahian e-Home Privacy Policy</h1>
<p>This Privacy Policy describes how your personal information is collected, used, and shared when you visit or make a purchase from aef.ir (the “Site”).</p>
<h1 id="personal-information-we-collect">PERSONAL INFORMATION WE COLLECT</h1>
<p>When you visit the Site, we automatically collect certain information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site. We refer to this automatically-collected information as “Device Information.”</p>
<p>We collect Device Information using the following technologies:</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>- “Cookies” are data files that are placed on your device or computer and often include an anonymous unique identifier. For more information about cookies, and how to disable cookies, visit http://www.allaboutcookies.org.
- “Log files” track actions occurring on the Site, and collect data including your IP address, browser type, Internet service provider, referring/exit pages, and date/time stamps.
- “Web beacons,” “tags,” and “pixels” are electronic files used to record information about how you browse the Site.
</code></pre></div></div>
<p>Additionally when you make a purchase or attempt to make a purchase through the Site, we collect certain information from you, including your name, billing address, shipping address, payment information (including credit card numbers), email address, and phone number. We refer to this information as “Order Information.”</p>
<p>When we talk about “Personal Information” in this Privacy Policy, we are talking both about Device Information and Order Information.</p>
<h1 id="how-do-we-use-your-personal-information">HOW DO WE USE YOUR PERSONAL INFORMATION?</h1>
<p>We use the Order Information that we collect generally to fulfill any orders placed through the Site (including processing your payment information, arranging for shipping, and providing you with invoices and/or order confirmations). Additionally, we use this Order Information to:
Communicate with you;
Screen our orders for potential risk or fraud; and
When in line with the preferences you have shared with us, provide you with information or advertising relating to our products or services.</p>
<p>We use the Device Information that we collect to help us screen for potential risk and fraud (in particular, your IP address), and more generally to improve and optimize our Site (for example, by generating analytics about how our customers browse and interact with the Site, and to assess the success of our marketing and advertising campaigns).</p>
<h1 id="sharing-your-personal-information">SHARING YOUR PERSONAL INFORMATION</h1>
<p>We share your Personal Information with third parties to help us use your Personal Information, as described above. For example, we use Disqus to power our commenting–you can read more about how Disqus uses your Personal Information here: <a href="https://help.disqus.com/terms-and-policies">Disqus terms and policies</a>. We also use Google Analytics to help us understand how our customers use the Site–you can read more about how Google uses your Personal Information here: <a href="https://www.google.com/intl/en/policies/privacy/">Google Privacy Information</a>. You can also opt-out of Google Analytics here: <a href="https://tools.google.com/dlpage/gaoptout">opt-ot Google Analytics</a>.</p>
<p>Finally, we may also share your Personal Information to comply with applicable laws and regulations, to respond to a subpoena, search warrant or other lawful request for information we receive, or to otherwise protect our rights.</p>
<h1 id="behavioural-advertising">BEHAVIOURAL ADVERTISING</h1>
<p>As described above, we use your Personal Information to provide you with targeted advertisements or marketing communications we believe may be of interest to you. For more information about how targeted advertising works, you can visit the Network Advertising Initiative’s (“NAI”) educational page at http://www.networkadvertising.org/understanding-online-advertising/how-does-it-work.</p>
<!-- You can opt out of targeted advertising by:
[[
INCLUDE OPT-OUT LINKS FROM WHICHEVER SERVICES BEING USED.
COMMON LINKS INCLUDE:
FACEBOOK - https://www.facebook.com/settings/?tab=ads
GOOGLE - https://www.google.com/settings/ads/anonymous
BING - https://advertise.bingads.microsoft.com/en-us/resources/policies/personalized-ads
]] -->
<p>Additionally, you can opt out of some of these services by visiting the Digital Advertising Alliance’s opt-out portal at: http://optout.aboutads.info/.</p>
<h1 id="do-not-track">DO NOT TRACK</h1>
<p>Please note that we do not alter our Site’s data collection and use practices when we see a Do Not Track signal from your browser.</p>
<h1 id="your-rights">YOUR RIGHTS</h1>
<p>If you are a European resident, you have the right to access personal information we hold about you and to ask that your personal information be corrected, updated, or deleted. If you would like to exercise this right, please contact us through the contact information below.</p>
<p>Additionally, if you are a European resident we note that we are processing your information in order to fulfill contracts we might have with you (for example if you make an order through the Site), or otherwise to pursue our legitimate business interests listed above. Additionally, please note that your information will be transferred outside of Europe, including to Canada and the United States.</p>
<h1 id="data-retention">DATA RETENTION</h1>
<p>When you place an order through the Site, we will maintain your Order Information for our records unless and until you ask us to delete this information.</p>
<h1 id="minors">MINORS</h1>
<p>The Site is not intended for individuals under the age of 12.</p>
<h1 id="changes">CHANGES</h1>
<p>We may update this privacy policy from time to time in order to reflect, for example, changes to our practices or for other operational, legal or regulatory reasons.</p>
<h1 id="contact-us">CONTACT US</h1>
<p>For more information about our privacy practices, if you have questions, or if you would like to make a complaint, please contact us by e-mail at www.aef.ir[at]gmail.com or by mail using the details provided below:</p>
<p>Amir Ebrahim Fallahian Najafabadi, 888147983, Packstation 110 ,65197 Wiesbaden</p>
</div>
</article>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-3">
<p>This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation.</p>
</div>
<div class="footer-col footer-col-1">
</div>
<div class="footer-col footer-col-2"><ul class="social-media-list"><li><a target="_blank" href="https://github.com/aefn"><svg
class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#github"></use>
</svg> <span class="username">aefn</span></a></li><li><a target="_blank" href="https://www.linkedin.com/in/amir-fallahian"><svg
class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#linkedin"></use>
</svg> <span class="username">amir-fallahian</span></a></li><li><a target="_blank" href="https://www.twitter.com/amirebrahimf"><svg
class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#twitter"></use>
</svg> <span class="username">amirebrahimf</span></a></li><li><a target="_blank" href="/feed.xml"><svg class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#rss"></use>
</svg> <span>feed.xml</span></a></li><!-- Email at the end --><li><a class="u-email" href="mailto:[email protected]">[email protected]</a></li></ul></div>
</div>
<div class="footer-row">
<a href="https://aef.ir/privacy_policy.html">Privacy Policy</a>
<span> | </span>
<a href="#" onclick="revoke_cookie_consent()">Revoke Cookie Consent</a>
<span> | </span>
<a href="#" onclick="printAllCookies()">Print All Cookies</a>
</div>
</div>
</footer></body>
</html>