personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

commit 7337c5362560a753c2410de5e1e12046cdddfaf3
parent b3c9b12256b1ee97d85d1e57effecf0f4b316f97
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Sat,  6 Nov 2021 14:55:05 +0100

Added software links


Former-commit-id: 50e5930432be9f024557cda49b18c7b61cb09d8a
Diffstat:
Msrc/main/resources/templates/links.html | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/links.html b/src/main/resources/templates/links.html @@ -27,6 +27,18 @@ - FSF homepage, great resource to get to know Free/Libre Software and its importance </li> <li> + <a target="_blank" href="https://www.vim.org/">Vim</a> + - highly customizable and efficient text editor + </li> + <li> + <a target="_blank" href="https://gnupg.org/">GnuPG</a> + - encryption software suite using the OpenPGP standard + </li> + <li> + <a target="_blank" href="https://www.passwordstore.org/">Password Store</a> + - simple and extensible password manager + </li> + <li> <a target="_blank" href="https://www.signal.org/">Signal</a> - encrypted instant messaging service </li>