Changed BigClown to Hardwareio.

This commit is contained in:
Greenscreener 2020-01-06 21:07:57 +01:00
parent 7696ed3952
commit 51b05fc18d
5 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[footer]
other = "<p>Tyto webové stránky byly vytvořeny s láskou členy Pátku. </p><p><a href='https://gitlab.com/patek-devs/patek.cz'>Zdrojový kód</a></p><p>Děkujeme moc společnosti <a href='https://www.bigclown.com'>BigClown</a> a především Alanu Fabikovi za podporu a zapůjčení domény.</p><p>Používáme <a href='https://gohugo.io'>Huga</a> a <a href='https://bulma.io'>Bulmu</a>.</p><p><a href='/contacts'>Kontakt</a></p>"
other = "<p>Tyto webové stránky byly vytvořeny s láskou členy Pátku. </p><p><a href='https://gitlab.com/patek-devs/patek.cz'>Zdrojový kód</a></p><p>Děkujeme moc společnosti <a href='https://www.hardwario.com'>Hardwario</a> a především Alanu Fabikovi za podporu a zapůjčení domény.</p><p>Používáme <a href='https://gohugo.io'>Huga</a> a <a href='https://bulma.io'>Bulmu</a>.</p><p><a href='/contacts'>Kontakt</a></p>"
[sponsors]
other = "Sponzoři a podporovatelé"

View File

@ -1,5 +1,5 @@
[footer]
other = "<p>This website was made with love by the members of Pátek. </p><p><a href='https://gitlab.com/patek-devs/patek.cz'>Source code</a></p><p>Huge thanks to <a href='https://www.bigclown.com'>BigClown</a> and especially Alan Fabik for support and for allowing us to use this domain.</p><p>We use <a href='https://gohugo.io'>Hugo</a> and <a href='https://bulma.io'>Bulma</a>.</p><p><a href='/contacts'>Contact</a></p>"
other = "<p>This website was made with love by the members of Pátek. </p><p><a href='https://gitlab.com/patek-devs/patek.cz'>Source code</a></p><p>Huge thanks to <a href='https://www.hardwario.com'>Hardwario</a> and especially Alan Fabik for support and for allowing us to use this domain.</p><p>We use <a href='https://gohugo.io'>Hugo</a> and <a href='https://bulma.io'>Bulma</a>.</p><p><a href='/contacts'>Contact</a></p>"
[sponsors]
other = "Sponsors and supporters"

View File

@ -18,7 +18,7 @@
<h2 id="sponsors-and-supporters"> {{ T "sponsors" }} </h2>
<div class="columns is-centered is-multiline sponsors">
<div class="column is-narrow sponsor">
<a href="https://bigclown.com"><img src="/img/bigclown-logo.svg" width="200" alt="BigClown Logo"></a>
<a href="https://hardwario.com"><img src="/img/hardwario-logo.svg" width="200" alt="Hardwario Logo"></a>
</div>
<div class="column is-narrow sponsor">
<a href="https://gbl.cz"><img src="/img/gbl-logo.svg" width="120" alt="Gymnázium J. S. Machara Logo"></a>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -293,6 +293,9 @@ h2 a {
transform: scale(1.07);
}
}
&:not(:last-child) {
margin-right: 1rem;
}
}
@include desktop {
.content img {