From d7f9c982854201515d5155f1343698b15135c011 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 30 Jul 2023 16:13:10 +0200 Subject: Add PGP link to the header --- app/assets/de.html | 1 + app/assets/index.html | 1 + app/stylesheets/print/header.styl | 4 ++++ app/stylesheets/web/header.styl | 1 + 4 files changed, 7 insertions(+) diff --git a/app/assets/de.html b/app/assets/de.html index 3693575..37f4b9a 100644 --- a/app/assets/de.html +++ b/app/assets/de.html @@ -38,6 +38,7 @@ StackOverflow
LinkedIn
+
PGP
diff --git a/app/assets/index.html b/app/assets/index.html index b246dd2..f40a7bc 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -38,6 +38,7 @@ StackOverflow
LinkedIn
+
PGP
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl index 3a8e14f..7b982c2 100644 --- a/app/stylesheets/print/header.styl +++ b/app/stylesheets/print/header.styl @@ -15,3 +15,7 @@ .header__linkedin { display: inline } + +.header__pgp { + display: none +} diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl index 9ff75a8..056db86 100644 --- a/app/stylesheets/web/header.styl +++ b/app/stylesheets/web/header.styl @@ -38,6 +38,7 @@ .header__srht .header__github .header__stackoverflow +.header__pgp .header__linkedin { display: inline-block margin: 8px; -- cgit v1.2.3