From 5f3ef21c56a06bb324eaa3d32aefe06341fea0b8 Mon Sep 17 00:00:00 2001 From: Adam Matthews <52178922+adamsthws@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:10:21 +0000 Subject: [PATCH] Added new icon Added Certifications Icon --- assets/css/custom.css | 4 ++++ assets/icons/certifications.svg | 6 ++++++ config/_default/params.yaml | 1 + 3 files changed, 11 insertions(+) create mode 100644 assets/icons/certifications.svg diff --git a/assets/css/custom.css b/assets/css/custom.css index 7cd30cf..bc6f9bb 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -4,4 +4,8 @@ .link-SSH-Key { background-color: #3C62A1; +} + +.link-certifications { + background-color: #3CA149; } \ No newline at end of file diff --git a/assets/icons/certifications.svg b/assets/icons/certifications.svg new file mode 100644 index 0000000..2e2a746 --- /dev/null +++ b/assets/icons/certifications.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/config/_default/params.yaml b/config/_default/params.yaml index c0526b7..0d0cc77 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -60,6 +60,7 @@ links: # - google: - paypal: https://paypal.me/adamsthws # - windows: + - certifications: https://www.credly.com/users/adamsthws - PGP-Key: https://github.com/adamsthws.gpg - SSH-Key: https://github.com/adamsthws.keys