diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-24 08:32:34 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-24 08:35:41 -0500 |
| commit | 705edee6600d5d437cea5ab89fa008c748d4af11 (patch) | |
| tree | 23f83695a22bd033d74da562fed7434b8a8bb292 /src/web/_views | |
| parent | update rss header (diff) | |
| download | website-705edee6600d5d437cea5ab89fa008c748d4af11.tar.gz website-705edee6600d5d437cea5ab89fa008c748d4af11.tar.bz2 website-705edee6600d5d437cea5ab89fa008c748d4af11.zip | |
fix redudant title text, make 'here' links more descriptive
Diffstat (limited to 'src/web/_views')
| -rw-r--r-- | src/web/_views/footer.php | 4 | ||||
| -rw-r--r-- | src/web/_views/header.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 067bb2a..e73fbf6 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -23,10 +23,10 @@ <?=image('buttons/vim', 'alt_button_vim', animated: TRUE, width: '88', height: '30')?> <?=image('buttons/gnu-linux', 'alt_button_gnu_linux', width: '88', height: '30')?> <a href="https://www.eff.org/join"> - <?=image('buttons/eff', 'alt_button_eff', width: '96', height: '30')?> + <?=image('buttons/eff', 'alt_button_eff', 'title_button_eff', width: '96', height: '30')?> </a> <a href="https://citrons.xyz/a/memetic-apioform-page.html"> - <?=image('buttons/apiopage', 'alt_button_apiopage', width: '81', height: '30')?> + <?=image('buttons/apiopage', 'alt_button_apiopage', 'title_button_apiopage', width: '81', height: '30')?> </a> </div> <br> diff --git a/src/web/_views/header.php b/src/web/_views/header.php index f6b4740..5eb528a 100644 --- a/src/web/_views/header.php +++ b/src/web/_views/header.php @@ -7,7 +7,7 @@ <?=ie('<center>')?> <div class="center"> <div id="header" role="banner" aria-label="banner"> - <?=image('img/headerLogo', 'alt_website_logo', size: '200')?> + <?=image('img/headerLogo', 'alt_website_logo', 'title_website_logo', size: '200')?> <div class="content"> <h1 class="logo-text"> <?=lang('first_name')?> |