Skip to content

Commit b220523

Browse files
committed
Fix footer
1 parent bcd92b4 commit b220523

File tree

6 files changed

+26
-22
lines changed

6 files changed

+26
-22
lines changed

img/contract_edit.svg

Lines changed: 1 addition & 0 deletions
Loading

img/fingerprint.svg

Lines changed: 1 addition & 0 deletions
Loading

img/id_card.svg

Lines changed: 1 addition & 0 deletions
Loading

img/money_bag.svg

Lines changed: 1 addition & 0 deletions
Loading

img/receipt.svg

Lines changed: 1 addition & 0 deletions
Loading

index.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ it will no longer be possible to develop apps for the Android platform
1212
without first registering centrally with Google.
1313
This registration will involve:
1414

15-
- Paying a fee to Google
16-
- Agreeing to Google's Terms and Conditions
17-
- Providing government identification
18-
- Uploading evidence of an app's private signing key
19-
- Listing all current and future application identifiers
15+
<img src="img/money_bag.svg" /> Paying a fee to Google
16+
<img src="img/contract_edit.svg" /> Agreeing to Google's Terms and Conditions
17+
<img src="img/id_card.svg" /> Providing government identification
18+
<img src="img/fingerprint.svg" /> Uploading evidence of the developer's private signing key
19+
<img src="img/receipt.svg" /> Listing all current and future application identifiers
2020

2121
## What this means for your rights
2222

@@ -191,20 +191,6 @@ When contacting regulators directly, you should be polite and specific about the
191191
margin: 0 auto;
192192
">
193193

194-
<div style="
195-
flex: 1;
196-
min-width: 200px; /* Ensures space on smaller screens */
197-
margin-bottom: 20px;
198-
">
199-
<h3 style="
200-
margin-top: 0;
201-
margin-bottom: 10px;
202-
font-size: 20px;
203-
">
204-
<img alt="Altered Deal Logo" src="altered-deal.png" width="150px" />
205-
</h3>
206-
</div>
207-
208194
<div style="
209195
flex: 1;
210196
min-width: 200px;
@@ -232,19 +218,32 @@ When contacting regulators directly, you should be polite and specific about the
232218
margin-bottom: 20px;
233219
">
234220
<p style="
235-
font-style: italic;
236221
margin-top: 0;
237222
margin-bottom: 10px;
238223
padding: 5px;
239224
">
240-
<strong>Privacy Statement:</strong> We value your privacy. This site uses <strong>no cookies</strong> and performs <strong>no user tracking</strong>.
225+
<strong>Privacy Statement:</strong> We value your privacy. This site uses no cookies and performs no user tracking.
241226
</p>
242227

243228
<p style="margin: 0;">
244-
<strong>Disclaimer:</strong> This website is an <strong>independent, noncommercial undertaking</strong>. It is operated solely for informational and educational purposes.
229+
<strong>Disclaimer:</strong> This website is an independent, noncommercial undertaking. It is operated solely for informational and educational purposes.
245230
</p>
246231
</div>
247232

233+
<div style="
234+
flex: 1;
235+
min-width: 200px; /* Ensures space on smaller screens */
236+
margin-bottom: 20px;
237+
">
238+
<h3 style="
239+
margin-top: 0;
240+
margin-bottom: 10px;
241+
font-size: 20px;
242+
">
243+
<img alt="Altered Deal Logo" src="altered-deal.png" width="150px" />
244+
</h3>
245+
</div>
246+
248247
</div>
249248
</footer>
250249

0 commit comments

Comments
 (0)