From fdfb0da44e4fcb9ddba9e07a2617904ad7bda7d3 Mon Sep 17 00:00:00 2001 From: Adam Matthews <52178922+adamsthws@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:34:31 +0000 Subject: [PATCH] Added new icon SSH Key Added --- assets/css/custom.css | 4 ++++ assets/icons/SSH-Key.svg | 6 ++++++ config/_default/params.yaml | 3 ++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 assets/icons/SSH-Key.svg diff --git a/assets/css/custom.css b/assets/css/custom.css index a418137..7cd30cf 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,3 +1,7 @@ .link-PGP-Key { background-color: #a13c94; +} + +.link-SSH-Key { + background-color: #3C62A1; } \ No newline at end of file diff --git a/assets/icons/SSH-Key.svg b/assets/icons/SSH-Key.svg new file mode 100644 index 0000000..c2d5a6c --- /dev/null +++ b/assets/icons/SSH-Key.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 6c07a07..c0526b7 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -60,7 +60,8 @@ links: # - google: - paypal: https://paypal.me/adamsthws # - windows: - - PGP-Key: https://keys.openpgp.org/search?q=57E367065CDCD3CC + - PGP-Key: https://github.com/adamsthws.gpg + - SSH-Key: https://github.com/adamsthws.keys ############################ ## Colunms of Links