From 6c5a6b54290515fe860a12080f322e25e02aa0d3 Mon Sep 17 00:00:00 2001 From: eline Date: Fri, 5 May 2023 16:51:05 +0200 Subject: [PATCH] added git and mastodon icons and fixed some styling errors --- img/git.svg | 45 +++++++++++++++++++++++++++++++++++++++++++++ img/mastodon.svg | 45 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 6 ++++-- pages/account.html | 6 ++++-- pages/blog.html | 6 ++++-- pages/contact.html | 6 ++++-- pages/events.html | 6 ++++-- pages/projects.html | 6 ++++-- pages/services.html | 6 ++++-- styles/blog.css | 2 +- 10 files changed, 119 insertions(+), 15 deletions(-) create mode 100644 img/git.svg create mode 100644 img/mastodon.svg diff --git a/img/git.svg b/img/git.svg new file mode 100644 index 0000000..7d650d8 --- /dev/null +++ b/img/git.svg @@ -0,0 +1,45 @@ + + + + diff --git a/img/mastodon.svg b/img/mastodon.svg new file mode 100644 index 0000000..3ca46dc --- /dev/null +++ b/img/mastodon.svg @@ -0,0 +1,45 @@ + + + + diff --git a/index.html b/index.html index 5554c54..62e40d7 100644 --- a/index.html +++ b/index.html @@ -52,8 +52,10 @@ Kontakt - CreativeCommons - Webring + CreativeCommons + Webring + SourceCode + Mastodon Decentrala © 2023 diff --git a/pages/account.html b/pages/account.html index 2cc23f9..75546f6 100644 --- a/pages/account.html +++ b/pages/account.html @@ -27,8 +27,10 @@ Kontakt - CreativeCommons - Webring + CreativeCommons + Webring + SourceCode + Mastodon Decentrala © 2023 diff --git a/pages/blog.html b/pages/blog.html index d5d4d98..745e03e 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -27,8 +27,10 @@ Kontakt - CreativeCommons - Webring + CreativeCommons + Webring + SourceCode + Mastodon Decentrala © 2023 diff --git a/pages/contact.html b/pages/contact.html index 276ec28..1cd28ae 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -30,8 +30,10 @@ Kontakt - CreativeCommons - Webring + CreativeCommons + Webring + SourceCode + Mastodon Decentrala © 2023 diff --git a/pages/events.html b/pages/events.html index e252990..8f815fb 100644 --- a/pages/events.html +++ b/pages/events.html @@ -75,8 +75,10 @@ Kontakt - CreativeCommons - Webring + CreativeCommons + Webring + SourceCode + Mastodon Decentrala © 2023 diff --git a/pages/projects.html b/pages/projects.html index 7740a5a..87fd40f 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -27,8 +27,10 @@ Kontakt - CreativeCommons - Webring + CreativeCommons + Webring + SourceCode + Mastodon Decentrala © 2023 diff --git a/pages/services.html b/pages/services.html index 8d672e6..c857aac 100644 --- a/pages/services.html +++ b/pages/services.html @@ -69,8 +69,10 @@ Kontakt - CreativeCommons - Webring + CreativeCommons + Webring + SourceCode + Mastodon Decentrala © 2023 diff --git a/styles/blog.css b/styles/blog.css index b4bdf81..9b6cafa 100644 --- a/styles/blog.css +++ b/styles/blog.css @@ -1,3 +1,3 @@ -img { +.main img { display: none; } \ No newline at end of file