-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount_deletion.html
More file actions
103 lines (92 loc) · 5.6 KB
/
account_deletion.html
File metadata and controls
103 lines (92 loc) · 5.6 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Jakub Kajfosz</title>
<meta name="keywords" content="Portfolio, Antimatter Dimensions, Android, App, Game, Privacy Policy">
<meta name="description" content="My Portfolio">
<meta name="author" content="Jakub Kajfosz">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="css/index.css" media="screen,projection" />
<link href="css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />
<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="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#f5f6fa">
<link href="https://fonts.googleapis.com/css?family=Saira+Semi+Condensed:500,600,700" rel="stylesheet">
<!-- If you want Google Analytics, do some Google searching, and pop it here. -->
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body style="background-color: #f5f6fa">
<div>
<div class="row">
<div id="profileColumn" class="col s12 l4 center">
<img id="profileImage" src="./images/my_antimatter.png" class="z-depth-3 circle responsive-img" />
<h2 id="heroName" class="center-align">Jakub Kajfosz</h2>
<h4 id="description" class="center-align">Android App Developer</h4>
<div id="socialLinkSection">
<section class="tab">
<div id="socialLinkContent">
<!-- Your social links are dynamically generated from links.json! -->
</div>
</section>
</div>
<!-- Replace the email address below with your own -->
<a id="contactButton" class="waves-effect waves-grey btn-flat" href="mailto:antimatter.dimensions@gmail.com" target="_blank"><p>Contact Me</p></a>
</div>
<div id="portfolioColumn" class="col s12 m12 l8">
<div id="portfolioTitle">
<p id="portfolioText">Antimatter Dimensions</p>
<!-- Type of work goes here -->
<p id="firstCategoryText">Account Deletion</p>
</div>
<div class="row" id="ad_privacy_policy">
<div class="col s12 m6 l11">
<div class="card hoverable">
<div class="card-content">
<span class="card-title activator grey-text text-darken-4"></span>
<h5>Procedure for Account Deletion</h5>
<p>If you wish to request the deletion of your account, please follow the outlined steps below:</p>
<div>
<ol>
<li>
Prepare your account username, which can be either your email or your account ID located at the bottom of the Shop tab within the application.
</li>
<li>
Utilize the "Contact me" button on the left side or send an email to <a href="mailto:antimatter.dimensions@gmail.com" target="_blank">antimatter.dimensions@gmail.com</a>.
</li>
<li>
Title the email "Account Deletion Request."
</li>
<li>
Include the account username mentioned in the first step.
</li>
<li>
(Optional) Indicate the specific categories of data you wish to have removed.
</li>
</ol>
</div>
<h5>Data Types Subject to Deletion</h5>
<p>All data associated with your account will be permanently deleted (unless you specify otherwise). This includes:</p>
<ul>
<li>- Cloud-stored game saves</li>
<li>- Cloud-based records of in-app purchased game bonuses</li>
<li>- The account itself</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>