From dccc66c62797b9f0099fcf08101a66e306217447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 1 Dec 2020 18:52:57 +0100 Subject: [PATCH] feat: cool violet --- pages/_data/resume.json | 7 ++++++- pages/css/resume.css | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pages/_data/resume.json b/pages/_data/resume.json index 09e9368..75fe560 100644 --- a/pages/_data/resume.json +++ b/pages/_data/resume.json @@ -30,7 +30,7 @@ "location": { "address": "Brest, France", "link": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601", - "icon": "fas fa-map-marker-alt" + "icon": "fas fa-location-arrow" }, "socials": [ @@ -48,6 +48,11 @@ "network": "Matrix.to", "url": "https://matrix.to/#/@fainsil:inpt.fr", "icon": "far fa-comments" + }, + { + "network": "Signal", + "url": "https://signal.org/", + "icon": "fas fa-lock" } ], diff --git a/pages/css/resume.css b/pages/css/resume.css index 2d9f119..f049264 100644 --- a/pages/css/resume.css +++ b/pages/css/resume.css @@ -23,6 +23,10 @@ ul { padding-left: 1em; } +section > ul { + padding-left: 2em; +} + .timeline > li { margin: 0; } @@ -35,7 +39,7 @@ li.event { .tag { display: inline; - border-bottom: 2px #283593 solid; + border-bottom: 2px #942994 solid; border-radius: 0.2em; margin: .3em .3em 1em 0; }