From 16cb2daf2a74f66e8908b0849214c8a0a5e88c0f Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 13 Sep 2022 12:42:14 -0500 Subject: [PATCH] Improve Android introduction (#1757) --- docs/android.en.md | 12 ++++++++++-- docs/assets/stylesheets/extra.css | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/android.en.md b/docs/android.en.md index e94df6ea..2936bbfb 100644 --- a/docs/android.en.md +++ b/docs/android.en.md @@ -3,9 +3,17 @@ title: "Android" icon: 'simple/android' --- -These are the Android operating systems, devices, and apps we recommend to maximize your mobile device's security and privacy. We also have additional Android-related information: +![Android logo](assets/img/android/android.svg){ align=right } -- [General Android Overview and Recommendations :material-arrow-right-drop-circle:](android/overview.md) +The **Android Open Source Project** is an open-source mobile operating system led by Google which powers the majority of the world's mobile devices. Most phones sold with Android are modified to include invasive integrations and apps such as Google Play Services, so you can significantly improve your privacy on your mobile device by replacing your phone's default installation with a version of Android without these invasive features. + +[:octicons-home-16:](https://source.android.com/){ .card-link title=Homepage } +[:octicons-info-16:](https://source.android.com/docs){ .card-link title=Documentation} +[:octicons-code-16:](https://cs.android.com/android/platform/superproject/){ .card-link title="Source Code" } + +These are the Android operating systems, devices, and apps we recommend to maximize your mobile device's security and privacy. To learn more about Android: + +- [General Android Overview :material-arrow-right-drop-circle:](android/overview.md) - [Why we recommend GrapheneOS over CalyxOS :material-arrow-right-drop-circle:](android/grapheneos-vs-calyxos.md) ## AOSP Derivatives diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 075c42ee..eeae8da3 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -186,7 +186,7 @@ h1, h2, h3, .md-header__topic { .md-typeset .recommendation > summary::before { display: none; } -.md-typeset .recommendation img[align="right"], .md-typeset svg[align="right"] { +img[align="right"], svg[align="right"] { width: 150px; }