This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
104 lines (86 loc) · 3.83 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
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="description" content="LeagueGlance.com Privacy Policy">
<meta name="viewport" content="width=device-width, initial-scale=2.0">
<meta property="og:image" content="/assets/LeagueGlanceLogo.png" />
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<title>LoL Name Look-up</title>
<link rel="stylesheet" href="assets/css/styles.css?v=1.0">
<link rel="stylesheet" href="assets/css/modal.css?v=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/fc55f6e00b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="modal" id="modal">
<div class="report-modal-content">
<div class="report-modal-header">
<div class="report-modal-close"><i class="fas fa-times" onclick="return closeModal(1)"></i></div>
<h2>Report</h2>
</div>
<div class="report-modal-body">
<p>If you have any issues or bugs you'd like to report. You can email me here: report@leagueglance.com
</p>
</div>
</div>
</div>
<div class="panel" id="panel">
<div class="header">
<div class="headerText">
LeagueGlance
</div>
<div class="links">
<a id="header-link" href="http://leagueglance.com/">Search</a> -
<a id="header-link" href="purchase">Bored of searching?</a> -
<a id="header-link" href="about">About Us</a> -
<a id="header-link" href="privacy">Privacy Policy</a>
</div>
</div>
<hr class="break">
<h3 id="desc-header">[Our Data Policy]</h3>
<p class="leagueglance-desc">
LeagueGlance.com collects your Discord name if you have provided it on checkout although this is not a
necessity when purchasing.
</p>
<p class="leagueglance-desc">
IP addresses are logged automatically by our
hosting company but regularly cleared by the owner/registrar.
</p>
<br>
<h3 id="desc-header">[Purchases]</h3>
<p class="leagueglance-desc">
All purchases are handled by Shoppy.gg, you can view their privacy policy <a
href="https://shoppy.gg/privacy" target="_blank" rel="noreferrer">here.</a>
</p>
<p class="leagueglance-desc">
If you purchase with Stripe please read the following privacy policy <a
href="https://stripe.com/en-gb/privacy" target="_blank" rel="noreferrer">here.</a>
</p>
<p class="leagueglance-desc">
If you purchase with PayPal please read the following privacy policy <a
href="https://www.paypal.com/uk/webapps/mpp/ua/privacy-full" target="_blank" rel="noreferrer">here.</a>
</p>
<div class="panel-footer">
<p>Made with 💓 by <b>Cain</b></p>
</div>
</div>
<div class="footer-notice">All backgrounds, data and avatars used are property of <br>League of Legends © <a
href="https://www.riotgames.com/en">Riot
Games</a>,
Inc.
</div>
<div class="footer-icons">
<!-- <i class="fas fa-cogs" onclick="return openModal(3)"></i>
//<i class="fas fa-bug" onclick="return openModal(2)"></i> -->
<i class="fas fa-flag" onclick="return openModal(1)"></i>
</div>
<script src="assets/js/text-validation.js"></script>
<script src="assets/js/modal.js"></script>
<script src="assets/js/random.js"></script>
<script>
setBackground();
</script>
</body>
</html>