Skip to content

Commit edaed30

Browse files
committed
Update landing page
1 parent 8717e24 commit edaed30

File tree

1 file changed

+23
-86
lines changed

1 file changed

+23
-86
lines changed

index.md

Lines changed: 23 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -5,96 +5,33 @@ permalink: /
55
description: "Advocating for Android as a free, open platform for everyone to build apps on."
66
---
77

8-
<style>
9-
body {
10-
font-family: 'Inter', sans-serif;
11-
margin: 0;
12-
padding: 0;
13-
background: #f9fafc;
14-
color: #222;
15-
line-height: 1.6;
16-
}
17-
header {
18-
text-align: center;
19-
padding: 60px 20px 30px;
20-
background: linear-gradient(135deg, #0066cc, #33cc99);
21-
color: #fff;
22-
}
23-
header h1 {
24-
font-size: 2.8em;
25-
margin-bottom: 0.3em;
26-
}
27-
header p {
28-
font-size: 1.2em;
29-
opacity: 0.9;
30-
}
31-
main {
32-
max-width: 800px;
33-
margin: 50px auto;
34-
padding: 0 20px;
35-
}
36-
section {
37-
margin-bottom: 40px;
38-
}
39-
h2 {
40-
color: #0066cc;
41-
margin-bottom: 0.4em;
42-
}
43-
p {
44-
margin-bottom: 1.2em;
45-
font-size: 1.05em;
46-
}
47-
.cta {
48-
text-align: center;
49-
margin-top: 50px;
50-
}
51-
.cta a {
52-
background: #0066cc;
53-
color: white;
54-
padding: 14px 28px;
55-
border-radius: 6px;
56-
text-decoration: none;
57-
font-weight: 600;
58-
transition: background 0.3s ease;
59-
}
60-
.cta a:hover {
61-
background: #0052a3;
62-
}
63-
footer {
64-
text-align: center;
65-
padding: 20px 0;
66-
color: #666;
67-
font-size: 0.9em;
68-
}
69-
</style>
8+
In August 2025, Google announced that starting next year,
9+
it will no longer be possible to develop apps for the Android platform
10+
without first registering centrally with Google. This registration will involve:
7011

12+
- Paying a fee to Google
13+
- Agreeing to their terms and conditions
14+
- Providing government identification for the developer
15+
- Uploading evidence of an app's private signing key
16+
- Listing all current and future application identifiers
7117

72-
<header>
73-
<h1>Keep Android Open</h1>
74-
<p>Advocating for an Android ecosystem where everyone can innovate freely</p>
75-
</header>
7618

77-
<main>
78-
<section>
79-
<h2>Why It Matters</h2>
80-
<p>Android thrives because it is open. Developers of all backgrounds can build, publish, and share apps without excessive control or gatekeeping. This freedom fuels creativity, growth, and diversity in technology.</p>
81-
</section>
19+
Some actions you can take to help support the opposition are:
8220

83-
<section>
84-
<h2>The Challenge</h2>
85-
<p>Increasing restrictions, proprietary platforms, and app store lock-ins threaten the openness that made Android what it is today. We must keep the system fair, transparent, and accessible to developers and users alike.</p>
86-
</section>
21+
## European Union
22+
- Send feedback on EU Digital Fairness Act: [EU Digital Fairness Act: Have Your Say](https://ec.europa.eu/info/law/better-regulation/have-your-say/initiatives/14622-Digital-Fairness-Act_en)
8723

88-
<section>
89-
<h2>Our Mission</h2>
90-
<p>We advocate for policies and choices that preserve open-source principles in the Android ecosystem. We support independent developers, transparency in app distribution, and the right to build without corporate barriers.</p>
91-
</section>
24+
## United States
25+
- Make a report to to [US Department of Justice Antitrust Report Online](https://www.justice.gov/atr/webform/submit-your-antitrust-report-online) and [US Federal Trade Commission: Antitrust Complaint](https://www.ftc.gov/advice-guidance/competition-guidance/antitrust-complaint-intake)
9226

93-
<div class="cta">
94-
<a href="#join">Join the Movement</a>
95-
</div>
96-
</main>
27+
## United Kingdom
28+
- Make a report to the [UK Competition & Markets Authority](https://danb.me/blog/google-developer-verification-cma/) and [petition the UK Parliament](https://petition.parliament.uk/petitions/744446/sponsors/new)
29+
30+
## Brazil
31+
- Reach out to Brazil's [Procon](https://www.procon.sp.gov.br/) and [Senacon](https://www.gov.br/mj/pt-br/assuntos/seus-direitos/consumidor)
32+
33+
## Other
34+
- Provide feedback directly to Google using their [Android developer verification requirements survey](https://docs.google.com/forms/d/e/1FAIpQLSfN3UQeNspQsZCO2ITkdzMxv81rJDEGGjO-UIDDY28Rz_GEVA/viewform?pli=1)
35+
- Make your voice heard on social media and with blog posts
36+
- Help this project out by [editing this page](https://github.com/keepandroidopen/keepandroidopen.github.io/edit/main/index.md) with more useful information
9737

98-
<footer>
99-
<p>© {{ site.time | date: "%Y" }} Keep Android Open – Powered by Jekyll</p>
100-
</footer>

0 commit comments

Comments
 (0)