From 99208062640bf04585c0ddfa515063d0ba05dc97 Mon Sep 17 00:00:00 2001 From: Sijisu Date: Sat, 9 Nov 2019 19:38:41 +0100 Subject: [PATCH 1/4] Added social media links, resolved #6 --- layouts/partials/footerContent.html | 19 ++++++++++++++++--- themes/patek/assets/css/main.scss | 10 +++++++++- themes/patek/layouts/_default/baseof.html | 1 + 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/layouts/partials/footerContent.html b/layouts/partials/footerContent.html index 69178ce..b957707 100644 --- a/layouts/partials/footerContent.html +++ b/layouts/partials/footerContent.html @@ -1,7 +1,20 @@ +
+
+

+
+
+

+
+
+

+
+
+

+
+
+

Copyright © {{ now.Year }} Pátek

{{ safeHTML (i18n "footer") }} -
-

{{ T "sponsors" }}

\ No newline at end of file +
diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 11cda9d..4a3a7fb 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -147,6 +147,14 @@ $primary: #0b2a37; color: white; } } + .social { + a { + color: white; + &:hover { + color: #73A0E7; + } + } + } } .author-media { margin-bottom: 15px; @@ -283,4 +291,4 @@ h2 a { } } } -// /Custom styles \ No newline at end of file +// /Custom styles diff --git a/themes/patek/layouts/_default/baseof.html b/themes/patek/layouts/_default/baseof.html index 02e4206..727aac2 100644 --- a/themes/patek/layouts/_default/baseof.html +++ b/themes/patek/layouts/_default/baseof.html @@ -7,6 +7,7 @@ {{ block "css" . -}} + {{ partial "sass.html" "css/main.scss" }} {{- end }} From f1b948244b2e96bd04408528fee60c5fb9937396 Mon Sep 17 00:00:00 2001 From: Sijisu Date: Sat, 9 Nov 2019 19:44:51 +0100 Subject: [PATCH 2/4] Added my profile --- content/authors/sijisu/_index.cs.md | 6 ++++++ content/authors/sijisu/_index.en.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 content/authors/sijisu/_index.cs.md create mode 100644 content/authors/sijisu/_index.en.md diff --git a/content/authors/sijisu/_index.cs.md b/content/authors/sijisu/_index.cs.md new file mode 100644 index 0000000..273d3bb --- /dev/null +++ b/content/authors/sijisu/_index.cs.md @@ -0,0 +1,6 @@ +--- +title: "Sijisu" +avatar: "https://img.sijisu.tk/icon.png" +fullname: "Šimon Šustek" +--- +Moje webové stránky: [sijisu.tk](https://sijisu.tk). diff --git a/content/authors/sijisu/_index.en.md b/content/authors/sijisu/_index.en.md new file mode 100644 index 0000000..4e7abf7 --- /dev/null +++ b/content/authors/sijisu/_index.en.md @@ -0,0 +1,6 @@ +--- +title: "Sijisu" +avatar: "https://img.sijisu.tk/icon.png" +fullname: "Šimon Šustek" +--- +My website: [sijisu.tk](https://sijisu.tk). From a3e8e1e188066648af6f2ae363ee9f1946d665c3 Mon Sep 17 00:00:00 2001 From: Sijisu Date: Sat, 9 Nov 2019 19:46:30 +0100 Subject: [PATCH 3/4] Fixed typo in Greenscreener's profile --- content/authors/Greenscreener/_index.cs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authors/Greenscreener/_index.cs.md b/content/authors/Greenscreener/_index.cs.md index 5ea1dbf..68b7ed4 100644 --- a/content/authors/Greenscreener/_index.cs.md +++ b/content/authors/Greenscreener/_index.cs.md @@ -5,4 +5,4 @@ fullname: "Jan Černohorský" --- Ahoj, jsem Greenscreener, vlastním jménem Jan Černohorský, jsem dlouholetý člen Pátku a také člen výkonné rady Pátek z. s. Jsem jedním z autorů těchto stránek a také [gbl.cz](https://gbl.cz). Jsem nadšený linuxák a většinu svého volného času trávím tvorbou webových aplikací. Ke svému vlastnímu znechucení stále nejlépe ovládám JavaScript, ale píšu i v Pythonu, bashi a podobných. Hrozně se mi líbí Go, ale ještě jsem neměl dostatek trpělivosti na to, abych se ho pořádně naučíl. Rád si hraju s Arduinem a elektronikou, často ve škole 3D tisknu. Občas dokonce něco vyrobím v Blenderu. -Najdete mě na [Twitteru](https://twitter.com/GrnScrnr), [GitHubu](https://github.com/Greenscreener), [Telegramu](https://t.me/grnscrnr) a více informací o mě najdete na mých webových stránkáck [greenscreener.tk](https://greenscreener.tk). \ No newline at end of file +Najdete mě na [Twitteru](https://twitter.com/GrnScrnr), [GitHubu](https://github.com/Greenscreener), [Telegramu](https://t.me/grnscrnr) a více informací o mně najdete na mých webových stránkách [greenscreener.tk](https://greenscreener.tk). From bcc8f50658cee1338732efe71401e28d577cffc2 Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Sat, 9 Nov 2019 19:59:09 +0100 Subject: [PATCH 4/4] Added transition duration of 0.2s to everything. --- themes/patek/assets/css/main.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 4a3a7fb..1022afd 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -10,7 +10,9 @@ $primary: #0b2a37; // Custom styles - +* { + transition-duration: 0.2s; +} .big-logo { font-size: 80px; color: $primary-invert;