Skip to content

Commit bdb2034

Browse files
committed
Add footer
1 parent 32d2696 commit bdb2034

File tree

1 file changed

+81
-6
lines changed

1 file changed

+81
-6
lines changed

index.md

Lines changed: 81 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description: "Advocating for Android as a free, open platform for everyone to bu
1010
In August 2025, Google announced that starting next year,
1111
it will no longer be possible to develop apps for the Android platform
1212
without first registering centrally with Google.
13-
1413
This registration will involve:
1514

1615
- Paying a fee to Google
@@ -21,17 +20,17 @@ This registration will involve:
2120

2221
## What this means for your rights
2322

24-
You, the consumer, purchased your Android device believing in Google’s promise that it was an open computing platform and that you could run whatever software you choose on it. Instead, starting next year, they will be non-consensually pushing an update to your operating system that irrevocably blocks this right and leaves you at the mercy of their judgement over what software you are permitted to trust.
23+
You, the _consumer_, purchased your Android device believing in Google’s promise that it was an open computing platform and that you could run whatever software you choose on it. Instead, starting next year, they will be non-consensually pushing an update to your operating system that irrevocably blocks this right and leaves you at the mercy of their judgement over what software you are permitted to trust.
2524

26-
You, the creator, can no longer develop an app and share it directly with your friends, family, and community without first seeking Google’s approval. The promise of Android — and a marketing advantage it has used to distinguish itself against the iPhone — has always been that it is “open”. But Google clearly feels that they have enough of a lock on the Android ecosystem, along with sufficient regulatory capture, that they can now jettison this principle with prejudice and impunity.
25+
You, the _creator_, can no longer develop an app and share it directly with your friends, family, and community without first seeking Google’s approval. The promise of Android — and a marketing advantage it has used to distinguish itself against the iPhone — has always been that it is “open”. But Google clearly feels that they have enough of a lock on the Android ecosystem, along with sufficient regulatory capture, that they can now jettison this principle with prejudice and impunity.
2726

28-
You, the state, are ceding the rights of your citizens and your own digital sovereignty to a company with a track record of complying with the extrajudicial demands of authoritarian regimes to remove perfectly legal apps that they happen to dislike. The software that is critical to the running of your businesses and governments will be at the mercy of the opaque whims of a distant and unaccountable corporation. Monocultures are perilous not just in agriculture, but in software distribution as well.
27+
You, the _state_, are ceding the rights of your citizens and your own digital sovereignty to a company with a track record of complying with the extrajudicial demands of authoritarian regimes to remove perfectly legal apps that they happen to dislike. The software that is critical to the running of your businesses and governments will be at the mercy of the opaque whims of a distant and unaccountable corporation. Monocultures are perilous not just in agriculture, but in software distribution as well.
2928

3029
## How you can help
3130

3231
Some actions you can take to help oppose the enactment of this policy are:
3332

34-
### Contact National Regulators
33+
### Contact national regulators
3534

3635
When contacting regulators directly, you should be polite and specific about the harm you believe these policies will cause, both to consumers and to competition. Complaints are especially impactful when they are authored by a citizen of that country or region, and when the language of the email is written in one of the official languages of the region's governing body.
3736

@@ -177,7 +176,83 @@ When contacting regulators directly, you should be polite and specific about the
177176
### Miscellaneous
178177
- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU)
179178

180-
<img alt="Altered Deal Logo" src="altered-deal.png" width="250" />
179+
<footer style="
180+
background-color: #333; /* Dark background */
181+
color: #fff; /* White text */
182+
padding: 20px 5%; /* Vertical and horizontal padding */
183+
font-family: Arial, sans-serif;
184+
font-size: 14px;
185+
line-height: 1.6;
186+
border-top: 3px solid #5cb85c; /* A subtle green accent line */
187+
">
188+
189+
<div style="
190+
display: flex;
191+
flex-wrap: wrap; /* Allows sections to stack on smaller screens */
192+
justify-content: space-between; /* Spreads out the content */
193+
max-width: 1200px; /* Max width for content centering */
194+
margin: 0 auto;
195+
">
196+
197+
<div style="
198+
flex: 1;
199+
min-width: 200px; /* Ensures space on smaller screens */
200+
margin-bottom: 20px;
201+
">
202+
<h3 style="
203+
margin-top: 0;
204+
margin-bottom: 10px;
205+
color: #5cb85c; /* Green highlight for the logo */
206+
font-size: 20px;
207+
">
208+
<img alt="Altered Deal Logo" src="altered-deal.png" width="150px" />
209+
</h3>
210+
</div>
211+
212+
<div style="
213+
flex: 1;
214+
min-width: 200px;
215+
margin-bottom: 20px;
216+
">
217+
<h4 style="
218+
margin-top: 0;
219+
margin-bottom: 10px;
220+
color: #ddd;
221+
font-size: 16px;
222+
">
223+
Contact
224+
</h4>
225+
<ul style="
226+
list-style: none;
227+
padding: 0;
228+
margin: 0;
229+
">
230+
<li style="margin-bottom: 5px;">Email: <a href="mailto:info@keepandroidopen.org" style="color: #fff; text-decoration: none;">info@keepandroidopen.org</a></li>
231+
</ul>
232+
</div>
233+
234+
<div style="
235+
flex: 2; /* Takes up more space for text */
236+
min-width: 300px;
237+
margin-bottom: 20px;
238+
">
239+
<p style="
240+
font-style: italic;
241+
margin-top: 0;
242+
margin-bottom: 10px;
243+
padding: 5px;
244+
border: 1px solid #444; /* Subtle border for distinction */
245+
">
246+
<strong>Privacy Statement:</strong> We value your privacy. This site uses <strong>no cookies</strong> and performs <strong>no user tracking</strong>.
247+
</p>
248+
249+
<p style="margin: 0;">
250+
<strong>Disclaimer:</strong> This website is an <strong>independent, noncommercial undertaking</strong>. It is operated solely for informational and educational purposes.
251+
</p>
252+
</div>
253+
254+
</div>
255+
</footer>
181256

182257
<style>
183258

0 commit comments

Comments
 (0)