Skip to content

Commit f638479

Browse files
committed
update website, add privacy policy
- update backgrounds
1 parent 4a66fc6 commit f638479

File tree

7 files changed

+281
-80
lines changed

7 files changed

+281
-80
lines changed

images/background.png

-609 KB
Binary file not shown.

images/bg-dark.png

2.55 MB
Loading

images/bg-light.png

3.26 MB
Loading

images/light-bg.webp

-270 KB
Binary file not shown.

index.html

Lines changed: 84 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,93 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en" data-theme="dark">
3+
<head>
4+
<script defer src="script.js"></script>
5+
<link rel="stylesheet" href="style.css" />
6+
<link rel="icon" href="images/icon.png" />
7+
<link
8+
href="https://fonts.bunny.net/css2?family=Fira+Sans&display=swap"
9+
rel="stylesheet"
10+
/>
11+
<meta charset="UTF-8" />
12+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
13+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
14+
<title>AxolotlClient</title>
15+
</head>
316

4-
<head>
5-
<script defer src="script.js"></script>
6-
<link rel="stylesheet" href="style.css">
7-
<link rel="icon" href="images/icon.png">
8-
<link href="https://fonts.bunny.net/css2?family=Fira+Sans&display=swap" rel="stylesheet">
9-
<meta charset="UTF-8">
10-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12-
<title>AxolotlClient</title>
13-
</head>
14-
15-
<div class="navbar">
16-
<div class="navbar-left">
17-
<img src="images/icon.png" alt="Logo">
18-
<a href="https://modrinth.com/mod/axolotlclient">Modrinth</a>
19-
<a href="https://github.com/AxolotlClient/">GitHub</a>
20-
<a href="https://discord.gg/WyMjeX3vka">Discord</a>
21-
</div>
22-
<div class="navbar-right"><img src="images/moon.svg" alt="" id="switcher"></div>
23-
</div>
24-
25-
<body>
26-
<div class="main">
27-
<div class="buttons">
28-
<img src="images/icon.png" alt="">
29-
<h1>AxolotlClient</h1>
30-
<h3>A Free & Open-source Minecraft Client</h3>
31-
<a href="https://modrinth.com/mod/axolotlclient/versions#all-versions"><button class="tooltip">
32-
Download</button></a>
33-
<a href="https://modrinth.com/mod/axolotlclient/gallery"><button>Screenshots</button></a>
17+
<div class="navbar">
18+
<div class="navbar-left">
19+
<a href="https://axolotlclient.com"
20+
><img src="images/icon.png" alt="Logo"
21+
/></a>
22+
<a class="text" href="https://modrinth.com/mod/axolotlclient">Modrinth</a>
23+
<a class="text" href="https://github.com/AxolotlClient/">GitHub</a>
24+
<a class="text" href="https://discord.gg/WyMjeX3vka">Discord</a>
25+
</div>
26+
<div class="navbar-right">
27+
<img src="images/moon.svg" alt="" id="switcher" />
3428
</div>
3529
</div>
3630

37-
<div class="next__slide">
38-
<h2>Why <em>AxolotlClient?</em></h2>
39-
<div class="reasons">
40-
<div class="reason">
41-
<img class="icon" src="images/github.svg" width="70px" height="70px">
42-
<h2>Open-Source</h2>
43-
<p>
44-
The client is completely open-source for maximum<br> user comfort.
45-
All code is licensed under Free software licenses to allow user modifications.
46-
</p>
47-
</div>
48-
<div class="reason">
49-
<img src="images/modrinth.svg" height="70px" color="#00aa00">
50-
<h2>Customizable</h2>
51-
<p>
52-
You can add your own mods to create <b>your own</b> Client.
53-
<br>
54-
Create your own experience by downloading AxolotlClient now!
55-
</p>
56-
</div>
57-
<div class="reason">
58-
<img src="images/quilt.svg" height="70px">
59-
<h2>
60-
Built on modern<br> Mod Loaders
61-
</h2>
62-
<p>
63-
We use the most modern Loaders to get updates as soon as possible. This also speeds up<br> load times and
64-
facilitates developement.
65-
</p>
31+
<body>
32+
<div class="main">
33+
<div class="buttons">
34+
<img src="images/icon.png" alt="AxolotlClient logo" />
35+
<h1>AxolotlClient</h1>
36+
<h3>A Free & Open-source Minecraft Client</h3>
37+
<a href="https://modrinth.com/mod/axolotlclient/versions#all-versions"
38+
><button class="tooltip">Download</button></a
39+
>
40+
<a href="https://modrinth.com/mod/axolotlclient/gallery"
41+
><button>Screenshots</button></a
42+
>
6643
</div>
6744
</div>
68-
</div>
69-
<div class="about">
70-
<h1>About</h1>
71-
<p>AxolotlClient was created due to my anger against blowing up Minecraft Clients like Lunar & Badlion, which
72-
(like you'd expect) are completely proprietary and locked-down. I wanted to give an example on how to do it better
73-
and
74-
started developing this in August 2021. In this form I created something what I had not seen anywhere before:
75-
A Free & Open-Source Minecraft Client which even allows you to add your own mods for maximal customizability.
76-
If you have any questions, suggestions or just want to say „hi“, feel free to join out discord with the link
77-
above.
78-
~ moehreag, Founder of AxolotlClient</p>
79-
<h5 class="warning">NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.</h5>
80-
</div>
81-
</body>
8245

46+
<div class="next__slide">
47+
<h2>Why <em>AxolotlClient?</em></h2>
48+
<div class="reasons">
49+
<div class="reason">
50+
<img
51+
class="icon"
52+
src="images/github.svg"
53+
width="70px"
54+
height="70px"
55+
/>
56+
<h2>Open-Source</h2>
57+
<p>
58+
The client is completely open-source for maximum<br />
59+
user comfort. All code is licensed under Free software licenses to
60+
allow user modifications.
61+
</p>
62+
</div>
63+
<div class="reason">
64+
<img src="images/modrinth.svg" height="70px" color="#00aa00" />
65+
<h2>Customizable</h2>
66+
<p>
67+
You can add your own mods to create <b>your own</b> Client.
68+
<br />
69+
Create your own experience by downloading AxolotlClient now!
70+
</p>
71+
</div>
72+
<div class="reason">
73+
<img src="images/quilt.svg" height="70px" />
74+
<h2>
75+
Built on modern<br />
76+
Mod Loaders
77+
</h2>
78+
<p>
79+
We use the most modern Loaders to get updates as soon as possible.
80+
This also speeds up<br />
81+
load times and facilitates developement.
82+
</p>
83+
</div>
84+
</div>
85+
</div>
86+
<div class="about">
87+
<h5 class="warning">
88+
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH
89+
MOJANG.
90+
</h5>
91+
</div>
92+
</body>
8393
</html>

privacy.html

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
<!doctype html>
2+
<html lang="en" data-theme="dark">
3+
<head>
4+
<script>
5+
async function privacyLoad() {
6+
await new Promise((r) => setTimeout(r, 500));
7+
document.getElementById("policy").scrollIntoView();
8+
}
9+
</script>
10+
<script defer src="script.js"></script>
11+
<link rel="stylesheet" href="style.css" />
12+
<link rel="icon" href="images/icon.png" />
13+
<link
14+
href="https://fonts.bunny.net/css2?family=Fira+Sans&display=swap"
15+
rel="stylesheet"
16+
/>
17+
<meta charset="UTF-8" />
18+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
19+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
20+
<title>Privacy Policy - AxolotlClient</title>
21+
</head>
22+
<div class="navbar">
23+
<div class="navbar-left">
24+
<a href="https://axolotlclient.com"
25+
><img src="images/icon.png" alt="Logo"
26+
/></a>
27+
<a class="text" href="https://modrinth.com/mod/axolotlclient">Modrinth</a>
28+
<a class="text" href="https://github.com/AxolotlClient/">GitHub</a>
29+
<a class="text" href="https://discord.gg/WyMjeX3vka">Discord</a>
30+
</div>
31+
<div class="navbar-right">
32+
<img src="images/moon.svg" alt="" id="switcher" />
33+
</div>
34+
</div>
35+
<body onload="privacyLoad()">
36+
<div class="main">
37+
<img src="images/icon.png" alt="AxolotlClient icon" />
38+
<h1>Privacy Policy</h1>
39+
</div>
40+
<div class="policy" id="policy">
41+
<h3 class="primer">
42+
The data processed by AxolotlClient's social features is governed by
43+
this privacy policy.
44+
</h3>
45+
<em>Last Updated: 2024-11-25</em>
46+
47+
<h2>Summary</h2>
48+
<ul>
49+
<li>
50+
AxolotlClient collects certain kinds of data needed for its features
51+
to function correctly.
52+
</li>
53+
<li>
54+
The kinds of data used are listed at
55+
<a href="#processed_data">Processed Data</a>
56+
</li>
57+
<li>
58+
Due to technical reasons AxolotlClient also needs to share certain
59+
data with certain third-parties to deliever our services.
60+
</li>
61+
<li>
62+
AxolotlClient will never sell any data to advertisers or other
63+
third-party companies.
64+
</li>
65+
<li>
66+
AxolotlClient will never use any data for automated profiling and/or
67+
decision making.
68+
</li>
69+
</ul>
70+
<h2>Detailed description</h2>
71+
72+
<p>
73+
This policy describes the relation between AxolotlClient, with its
74+
integrated social features connecting to the backend served at
75+
<a href="https://api.axolotlclient.com">https://api.axolotlclient.com</a
76+
>, and the data you transmit to us either by logging into the backend
77+
from the mod's settings or by manually entering it into the mod's
78+
interface.
79+
</p>
80+
81+
<p>
82+
AxolotlClient protects your data by making use of up-to-date security
83+
measures, such as encrypted HTTPS traffic and SSL encryption for
84+
WebSocket communication. AxolotlClient has no intent to sell your data
85+
to or share it with third-party companies. However we may be required by
86+
law to share data with government entities in certain circumstances. It
87+
is not allowed to use any of the provided features to circumvent the
88+
law. Should we notice any illicit activity we may restrict your ability
89+
to access these features.
90+
</p>
91+
92+
<h2 id="processed_data">Processed Data</h2>
93+
94+
<p>AxolotlClient collects and processes the following kinds of data:</p>
95+
96+
<ul>
97+
<li>Your Minecraft user UUID</li>
98+
<li>
99+
Your current and, at your choice, previous Minecraft username(s)
100+
</li>
101+
<li>Your relation to other users (friend, friend_request, blocked)</li>
102+
<li>The messages you send to other users</li>
103+
<li>The chat channels you own or participate in</li>
104+
<li>
105+
The Minecraft versions and mod versions you are using as part of an
106+
aggregated, anonymised statistic
107+
</li>
108+
</ul>
109+
<h2>Your Rights</h2>
110+
111+
<p>As per the GDPR you have to following rights over your data:</p>
112+
113+
<ol>
114+
<li>
115+
The right to access, update or delete the information we have on you.
116+
Whenever made possible, you can access, update or request deletion of
117+
your Personal Data directly within your account settings section. If
118+
you are unable to perform these actions yourself, please contact us to
119+
assist you.
120+
</li>
121+
<li>
122+
The right of rectification. You have the right to have your
123+
information rectified if that information is inaccurate or incomplete.
124+
</li>
125+
<li>
126+
The right to object. You have the right to object to our processing of
127+
your Personal Data.
128+
</li>
129+
<li>
130+
The right of restriction. You have the right to request that we
131+
restrict the processing of your personal information.
132+
</li>
133+
<li>
134+
The right to data portability. You have the right to be provided with
135+
a copy of the information we have on you in a structured,
136+
machine-readable and commonly used format.
137+
</li>
138+
<li>
139+
The right to withdraw consent. You also have the right to withdraw
140+
your consent at any time where we relied on your consent to process
141+
your personal information.
142+
</li>
143+
</ol>
144+
<p>
145+
Please note that we may ask you to verify your identity (f.e. by
146+
authenticating with your Minecraft Account) before responding to such
147+
requests.
148+
</p>
149+
150+
<h2>Personally identifiable information (PII)</h2>
151+
152+
<p>
153+
It is not allowed to share personal information using the chat feature.
154+
You are solely responsible for any information you provide to us.
155+
</p>
156+
<h2>Changes to this Document</h2>
157+
The latest version of this policy will always be available at
158+
<a href="https://axolotlclient.com/privacy">
159+
https://axolotlclient.com/privacy</a
160+
>. We will update the date at the top of this page accordingly.
161+
</div>
162+
<div class="about">
163+
<h5 class="warning">
164+
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH
165+
MOJANG.
166+
</h5>
167+
</div>
168+
</body>
169+
</html>

0 commit comments

Comments
 (0)