diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:30:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:30:28 -0400 |
commit | 941e525f8e865713f4011108f17309d2474f7054 (patch) | |
tree | 5cc2e03223a7ea1210d42af1f4abd17772124edb /src/web/_views | |
parent | fix sitemap, drop old tables (diff) | |
download | website-941e525f8e865713f4011108f17309d2474f7054.tar.gz website-941e525f8e865713f4011108f17309d2474f7054.tar.bz2 website-941e525f8e865713f4011108f17309d2474f7054.zip |
add eff button
Diffstat (limited to 'src/web/_views')
-rw-r--r-- | src/web/_views/footer.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index f451bfd..a105f61 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -22,6 +22,9 @@ <?=image('buttons/eyes', 'alt_button_eyes', animated: TRUE, width: '88', height: '30')?> <?=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')?> + </a> <a href="https://citrons.xyz/a/memetic-apioform-page.html"> <?=image('buttons/apiopage', 'alt_button_apiopage', width: '81', height: '30')?> </a> @@ -36,6 +39,7 @@ <iframe height="40" class="bucket" + scrolling="no" title="<?=lang('bucket_title')?>" src="<?=$this->get_url('bucket?name=freya')?>" ></iframe> |