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). 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). 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 37c26f9..1c3629e 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; @@ -148,6 +150,14 @@ $primary: #0b2a37; color: white; } } + .social { + a { + color: white; + &:hover { + color: #73A0E7; + } + } + } } .author-media { margin-bottom: 15px; @@ -284,4 +294,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 }}