Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 88ade38

Browse files
authored
add safety standards for Google Play (#30)
1 parent edd3e59 commit 88ade38

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body#home {
2525
align-items: center;
2626
}
2727

28-
body#privacy-policy, body#faq {
28+
body#document, body#faq {
2929
padding: 1em 2em;
3030
line-height: 150%;
3131
color: rgba(255, 255, 255, 0.9);
@@ -128,20 +128,20 @@ footer a:hover span {
128128
}
129129
}
130130

131-
#privacy-policy main, #faq main {
131+
#document main, #faq main {
132132
max-width: 42em;
133133
margin: 0 auto;
134134
}
135135

136-
#privacy-policy h2 {
136+
#document h2 {
137137
margin-top: 1.5em;
138138
}
139139

140-
#privacy-policy a, #faq a {
140+
#document a, #faq a {
141141
color: rgba(255, 255, 255, 0.9);
142142
}
143143

144-
#privacy-policy a:hover, #faq a:hover {
144+
#document a:hover, #faq a:hover {
145145
color: #fff;
146146
}
147147

privacy-policy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tusky - Mastodon client for Android - privacy policy
33
layout: default
4-
id: privacy-policy
4+
id: document
55
---
66
<main>
77

safety-standards/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Tusky - Mastodon client for Android - Safety Standards
3+
layout: default
4+
id: document
5+
---
6+
<main>
7+
8+
<h1>Tusky Safety Standards</h1>
9+
10+
<p>Tusky is a client for Mastodon, using the Mastodon API. It acts solely as a frontend to view and post content hosted on Mastodon servers, none of which are provided by the Tusky project.</p>
11+
12+
<p>Each Mastodon server has its own moderation rules and team. To report problematic content via Tusky, the app provides a "Report" button for each posting displayed to the user. The "Report" button can be used to contact the moderators of 1) the user's home instance and 2) the instance the problematic posting was provided from, to request action by the moderator teams.</p>
13+
14+
<p>If you have any questions about Tusky or this document, you can send a message to
15+
<a href="https://mastodon.social/@Tusky" rel="me">@[email protected]</a>
16+
or <a href="mailto:[email protected]">[email protected]</a></p>
17+
<p><a href="/">Homepage</a></p>
18+
</main>

0 commit comments

Comments
 (0)