fix(content): rewording of the Codeberg banner text on the work page (#10)

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/10
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
This commit is contained in:
Victor Westerlund 2024-11-18 20:59:17 +00:00 committed by Victor Westerlund
parent 80c6579136
commit 9e3c549e0a

View file

@ -34,8 +34,8 @@
<style><?= VV::css("public/assets/css/pages/work") ?></style> <style><?= VV::css("public/assets/css/pages/work") ?></style>
<section class="git"> <section class="git">
<?= VV::embed("public/assets/media/icons/codeberg.svg") ?> <?= VV::embed("assets/media/icons/codeberg.svg") ?>
<p>Most of my free open-source software has been <a href="https://giveupgithub.com">moved from GitHub</a> to Codeberg. I also have a mirror of everything and some smaller projects on Forgejo.</p> <p>I have moved most of my free open-source software <a href="https://giveupgithub.com">away from GitHub</a> to <a href="https://codeberg.org/vlw">Codeberg</a>. I also have a mirror of everything and sources for some smaller projects on <a href="https://git.vlw.se">Forgejo</a>.</p>
<div class="buttons"> <div class="buttons">
<a href="https://codeberg.org/vlw"><button class="inline solid">Codeberg</button></a> <a href="https://codeberg.org/vlw"><button class="inline solid">Codeberg</button></a>
<a href="https://git.vlw.se"><button class="inline">Forgejo</button></a> <a href="https://git.vlw.se"><button class="inline">Forgejo</button></a>
@ -178,4 +178,4 @@
<p>Something went wrong!</p> <p>Something went wrong!</p>
<?php endif; ?> <?php endif; ?>
<script><?= VV::js("public/assets/js/pages/work") ?></script> <script><?= VV::js("assets/js/pages/work") ?></script>