diff options
| -rw-r--r-- | src/web/_views/home/main.php | 3 | ||||
| -rw-r--r-- | src/web/lang/home.php | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/web/_views/home/main.php b/src/web/_views/home/main.php index 22cc856..fc3799a 100644 --- a/src/web/_views/home/main.php +++ b/src/web/_views/home/main.php @@ -57,3 +57,6 @@ </div> </div> +<?=aria_section('android', lang('android'))?> + <p><?=lang('section_android')?></p> +</div> diff --git a/src/web/lang/home.php b/src/web/lang/home.php index c544f7c..70797ef 100644 --- a/src/web/lang/home.php +++ b/src/web/lang/home.php @@ -10,6 +10,8 @@ I make cool programming projects, work as a software developer, and lurk on the interwebz. You can find me tinerking with systems programming, networking, and declarative linux distros. '; +$lang['android'] = 'Save Android'; +$lang['section_android'] = 'Android will become a locked-down platform after September 2026. If you care are about software freedom, care about sideloading, or sick of companies locking down your devices, read the <a href="https://keepandroidopen.org/">open letter to Google about their Developer Verification Program.</a>'; $lang['whats_new'] = 'Whats New?'; $lang['section_whats_new'] = ' |