From e0c4efd14a6f4d523692ca096e012ef9172de929 Mon Sep 17 00:00:00 2001 From: samaradel Date: Tue, 10 Nov 2020 14:07:20 +0200 Subject: [PATCH 1/2] Restyle whole pages --- content/site/social.json | 2 +- src/layouts/partials/Footer.vue | 46 ++++++----- src/layouts/partials/HeaderWithNavbar.vue | 77 +++++++++++------- src/templates/BlogPost.vue | 94 +++++++++++++++------- static/img/ACI_icon-01.png | Bin 0 -> 6038 bytes 5 files changed, 143 insertions(+), 76 deletions(-) create mode 100644 static/img/ACI_icon-01.png diff --git a/content/site/social.json b/content/site/social.json index bcd430ca3..c19d34b30 100644 --- a/content/site/social.json +++ b/content/site/social.json @@ -2,7 +2,7 @@ "social": [ { "icon": "linkedin", - "link": "https://www.linkedin.com" + "link": "https://www.linkedin.com/company/threefold-foundation/" } ] } \ No newline at end of file diff --git a/src/layouts/partials/Footer.vue b/src/layouts/partials/Footer.vue index 7ab296145..667276d18 100644 --- a/src/layouts/partials/Footer.vue +++ b/src/layouts/partials/Footer.vue @@ -1,23 +1,33 @@