From c90c8e320232c39c740d5da2c5543d265104b862 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 9 Feb 2021 22:30:46 +0100 Subject: Add icons to actual social media accounts --- images/facebook-logo.svg | 98 ++++++++++++++++++++++++++++++++++++ images/instagram-logo.svg | 125 ++++++++++++++++++++++++++++++++++++++++++++++ images/youtube-logo.svg | 123 +++++++++++++++++++++++++++++++++++++++++++++ stylesheets/commun.css | 10 ++-- stylesheets/dark.css | 2 +- template.html | 15 ++++-- 6 files changed, 364 insertions(+), 9 deletions(-) create mode 100644 images/facebook-logo.svg create mode 100644 images/instagram-logo.svg create mode 100644 images/youtube-logo.svg diff --git a/images/facebook-logo.svg b/images/facebook-logo.svg new file mode 100644 index 0000000..ba06cbf --- /dev/null +++ b/images/facebook-logo.svg @@ -0,0 +1,98 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/instagram-logo.svg b/images/instagram-logo.svg new file mode 100644 index 0000000..6ba73aa --- /dev/null +++ b/images/instagram-logo.svg @@ -0,0 +1,125 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/youtube-logo.svg b/images/youtube-logo.svg new file mode 100644 index 0000000..d45ad5f --- /dev/null +++ b/images/youtube-logo.svg @@ -0,0 +1,123 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 8309dcd..2f2ec21 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -19,7 +19,7 @@ header a, .contact a { header a, footer a { color: inherit; } -nav a:hover, .contact:hover { +nav a:hover, .contact a:hover { color: var(--gold); background: white; } @@ -29,7 +29,6 @@ header.banner a { align-items: center; } header.banner img { - filter: brightness(0); margin: 0.5em; } header.banner h1 { @@ -37,7 +36,10 @@ header.banner h1 { font-family: 'Cormorant', serif; } -header.banner:hover img { +header.banner img, .social img { + filter: brightness(0); +} +header.banner:hover img, .social img:hover { filter: none; } header.banner:hover { @@ -193,6 +195,8 @@ footer.legal { transform: rotate(180deg); margin: 0; + } + .contact a { padding: 1em 0.5em; } } diff --git a/stylesheets/dark.css b/stylesheets/dark.css index fd89914..0687599 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -3,6 +3,6 @@ body { color: white; } -header.banner img { +header.banner img, .social img { filter: brightness(10); } diff --git a/template.html b/template.html index 6065aff..91b490f 100644 --- a/template.html +++ b/template.html @@ -56,10 +56,14 @@
- - - - + + + + + + + +

contact @@ -69,7 +73,8 @@

-- cgit v1.2.3