From a7a11ceb02e7825e06f971d5b1acf64c3f38a599 Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Thu, 30 Dec 2021 21:06:54 +0100 Subject: [PATCH 1/2] =?UTF-8?q?P=C5=99id=C3=A1ny=20informace=20pro=20nov?= =?UTF-8?q?=C3=A9=20=C4=8Dleny=20a=20n=C3=A1v=C5=A1t=C4=9Bvy.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.cs.md | 4 ++++ content/_index.en.md | 4 ++++ content/join-us.cs.md | 22 ++++++++++++++++++++++ content/join-us.en.md | 19 +++++++++++++++++++ themes/patek/assets/css/main.scss | 7 +++---- 5 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 content/join-us.cs.md create mode 100644 content/join-us.en.md diff --git a/content/_index.cs.md b/content/_index.cs.md index 19da3f6..a1df014 100644 --- a/content/_index.cs.md +++ b/content/_index.cs.md @@ -5,3 +5,7 @@ draft: false authors: [ "Greenscreener" ] --- Pátek je kroužek a skupina studentů, kteří se zajímají nejen o informatiku, ale také fyziku, elektrotechniku, radioamatérství, matematiku, biologii a vše, co je zajímavé. + +
+ +Zaujalo tě, co děláme? Přidej se k nám! diff --git a/content/_index.en.md b/content/_index.en.md index b125d86..245237c 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -5,3 +5,7 @@ draft: false authors: [ "Greenscreener" ] --- We are a group of students interested not only in IT and programming but also physics, electrical engineering, amateur radio, math, biology and anything interesting in general. + +
+ +Interested in what we do? Join us! diff --git a/content/join-us.cs.md b/content/join-us.cs.md new file mode 100644 index 0000000..1a2ef68 --- /dev/null +++ b/content/join-us.cs.md @@ -0,0 +1,22 @@ +--- +title: "Přidej se k nám!" +date: 2021-12-30T19:03:16+01:00 +draft: false +authors: [ "Greenscreener" ] +--- +Zaujalo tě, co děláme? Chceš se k nám přidat nebo se alespoň podívat, jak to u +nás chodí? Neboj se na nás přijít podívat! + +Nemusíš být student našeho gymnázia, máme mezi sebou i členy dojíždějící z blízka i z daleka a i tebe rádi přivítáme. + +Když zrovna nejsou prázdniny nebo nás něco jiného nenutí k zůstání doma, +scházíme se **každý Pátek odpoledne**, ale každý přichází, jak má zrovna čas. První se trousí okolo poledne a poslední odchází okolo šesté večer, takže prostě přijď, jak budeš mít čas. + +Program také není pevně daný, obvykle jsme rozdělení do skupinek a každý pracuje na něčem jiném. Přednášky také obvykle probíhají až na základě podnětu během schůze, takže pokud tě bude něco zajímat, neboj se zeptat a možná ti někdo poskytne i improvizovanou přednášku. + +Scházíme se v **laborkách fyziky**, ale nemusíš se bát, že nás nenajdeš. Až dorazíš, napiš nám na [Telegram](https://t.me/patekvpatek) a někdo ti přijde otevřít, uvítá tě a do laborek tě dovede. + +Pokud uvažuješ, že dorazíš, napiš nám buď na Telegram nebo na [e-mail](mailto:patek@gbl.cz) a my ti dáme vědět, kolik nás na daný Pátek dorazí, na co se můžeš přibližně těšit a jestli třeba není schůze zrušená. Také nám se hodí, když dáš vědět dopředu, abychom s tebou počítali. + +Těšíme se na tebe! + diff --git a/content/join-us.en.md b/content/join-us.en.md new file mode 100644 index 0000000..323213e --- /dev/null +++ b/content/join-us.en.md @@ -0,0 +1,19 @@ +--- +title: "Join us!" +date: 2021-12-30T19:03:16+01:00 +draft: false +authors: [ "Greenscreener" ] +--- +Like what you see? Do you want to join us or just find out what we really do? Come and visit us! + +You don't have to be a student of the school, we have members from many different places and we'll be glad to welcome you too. + +We meet every **friday afternoon**, except holidays and other circumstances that force us to stay home. Everybody arrives when they can, the first people come around noon and the last person departs usually around six. This is true for you too, so, come whenever you like. + +What we do also isn't strictly determined, we're usually divided into groups and everybody works on something different. Talks also usually take place only after after a request during a meeting, so, if there's anything that interests you, don't be afraid to ask us and maybe you'll earn an improvised talk by one of us. + +We meet in the **physics lab**, but you don't have to search for us. When you arrive, let us know in our [Telegram](https://t.me/patekvpatek) and someone will come to open the door for you and show you around. + +If you're considering visiting Pátek, let us know either on Telegram or via [e-mail](mailto:patek@gbl.cz). We can tell you how many of us plan to come, what are we going to do or if a meeting is happening that friday in the first place. It's also good for us to know in advance, so we can be ready for you. + +We're looking forward to meeting you! diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index aa3461d..732666f 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -39,10 +39,6 @@ a { padding-bottom: 30px; font-size: 1.3em; } - a { - color: white !important; - width: 100%; - } .column { display: flex; justify-content: center; @@ -344,4 +340,7 @@ patek-logo { background-color: red; font-family: 'Fira Code', monospace; transform: rotate(-27deg) translate(-190px, -50px); + a { + color: white; + } } From 06e4d9eabe882274d27b0c407dc747631239ba54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Sun, 2 Jan 2022 17:26:14 +0000 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- content/join-us.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/join-us.en.md b/content/join-us.en.md index 323213e..b9d311e 100644 --- a/content/join-us.en.md +++ b/content/join-us.en.md @@ -10,7 +10,7 @@ You don't have to be a student of the school, we have members from many differen We meet every **friday afternoon**, except holidays and other circumstances that force us to stay home. Everybody arrives when they can, the first people come around noon and the last person departs usually around six. This is true for you too, so, come whenever you like. -What we do also isn't strictly determined, we're usually divided into groups and everybody works on something different. Talks also usually take place only after after a request during a meeting, so, if there's anything that interests you, don't be afraid to ask us and maybe you'll earn an improvised talk by one of us. +What we do also isn't strictly determined, we're usually divided into groups and everybody works on something different. Talks also usually take place only after a request during a meeting, so, if there's anything that interests you, don't be afraid to ask us and maybe you'll earn an improvised talk by one of us. We meet in the **physics lab**, but you don't have to search for us. When you arrive, let us know in our [Telegram](https://t.me/patekvpatek) and someone will come to open the door for you and show you around.