diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-26 09:16:20 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-26 09:16:20 -0500 |
| commit | ea688b4fa40984d186f81e1a9f436b02de68d1f3 (patch) | |
| tree | 6bfc7ede8ce9e2a02ec0935994491595611337b2 /src/web | |
| parent | add alpha channel to background to allow color to render on overdraw (diff) | |
| download | website-ea688b4fa40984d186f81e1a9f436b02de68d1f3.tar.gz website-ea688b4fa40984d186f81e1a9f436b02de68d1f3.tar.bz2 website-ea688b4fa40984d186f81e1a9f436b02de68d1f3.zip | |
add android notice
Diffstat (limited to '')
| -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'] = ' |