From de2b57c10c71303b57379ef07c3fa1e7a2613c36 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sun, 2 Nov 2025 17:41:12 +0100 Subject: [PATCH] feat: Add GPG explainer --- assets/images/icons/question-mark.svg | 5 +++++ cv.html | 12 +++++++++--- i18n/en.json | 12 +++++++++++- i18n/nl.json | 12 +++++++++++- index.html | 16 +++++++++++----- style.css | 7 +++++++ 6 files changed, 54 insertions(+), 10 deletions(-) create mode 100644 assets/images/icons/question-mark.svg diff --git a/assets/images/icons/question-mark.svg b/assets/images/icons/question-mark.svg new file mode 100644 index 0000000..30bdabb --- /dev/null +++ b/assets/images/icons/question-mark.svg @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/cv.html b/cv.html index 7868d8b..cce54d1 100644 --- a/cv.html +++ b/cv.html @@ -537,12 +537,18 @@

- + 08A9 C1C8 CF91 59C9 172A BA12 9B11 F524 3089 DB5B (alternative link) + title="Get my public PGP key (alternative link)" + data-i18n="footer.key_alternative">alternative link) + + + +

Made with . diff --git a/i18n/en.json b/i18n/en.json index 27c6244..eaf3ae1 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1,5 +1,4 @@ { - "alternative_link": "alternative link", "contact": { "email": { "title": "Mail me" @@ -78,6 +77,17 @@ } }, "footer": { + "key": { + "title": "Get my public PGP key" + }, + "key_alternative": { + "innerHTML": "alternative link", + "title": "Get my public PGP key (alternative link)" + }, + "key_help": { + "href": "https://en.wikipedia.org/wiki/Public-key_cryptography", + "title": "What is public key cryptography?" + }, "made_with": "Made with", "source_code": "Source code" }, diff --git a/i18n/nl.json b/i18n/nl.json index bf1cf94..390d942 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -1,5 +1,4 @@ { - "alternative_link": "alternatieve link", "contact": { "email": { "title": "Stuur mij een e-mail" @@ -78,6 +77,17 @@ } }, "footer": { + "key": { + "title": "Krijg mijn publieke PGP sleutel" + }, + "key_alternative": { + "innerHTML": "alternatieve link", + "title": "Krijg mijn publieke PGP sleutel (alternative link)" + }, + "key_help": { + "href": "https://nl.wikipedia.org/wiki/Asymmetrische_cryptografie", + "title": "Wat is asymmetrische cryptografie?" + }, "made_with": "Gemaakt met", "source_code": "Broncode" }, diff --git a/index.html b/index.html index 8767960..66804fc 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@

My name is Tibo De Peuter.

-

I like working with computers.

+

I like to work with computers.

@@ -84,12 +84,18 @@

- + 08A9 C1C8 CF91 59C9 172A BA12 9B11 F524 3089 DB5B (alternative link) + title="Get my public PGP key (alternative link)" + data-i18n="footer.key_alternative">alternative link) + + + +

Made with . diff --git a/style.css b/style.css index 33160c0..8a5044a 100644 --- a/style.css +++ b/style.css @@ -156,6 +156,13 @@ footer { /* Cherry red */ } +.inline-icon { + width: 1em; + height: 1em; + + vertical-align: middle; +} + .quote { border-left: var(--line-thickness) solid var(--primary-color); padding-left: 10px;