Skip to content

Commit

Permalink
feat: use logos instead of links for sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavelik committed Oct 17, 2023
1 parent 9aa8807 commit 88a8d85
Show file tree
Hide file tree
Showing 11 changed files with 368 additions and 344 deletions.
103 changes: 61 additions & 42 deletions web/src/app/components/page-footer/page-footer.component.html
Original file line number Diff line number Diff line change
@@ -1,52 +1,71 @@
<footer>
<div class="container">
<div class="container">

<div class="row justify-content-center py-4">
<div class="row justify-content-center py-4">

<div class="d-none d-md-block col-lg-2 col-md-4 p-3">
<img src="/assets/img/san_logo_barva.png" class="logo">
</div>
<div class="d-none d-md-block col-lg-2 col-md-4 p-3">
<img src="/assets/img/san_logo_barva.png" class="logo">
</div>

<div class="col-12 col-md-8 col-lg-4 p-3 footer-text">
<h4>KONDOR Skupina ŠÁN</h4>
<ul class="list-unstyled">
<li>Klubovny: V&nbsp;náklích&nbsp;445/1a, Praha&nbsp;4, 147&nbsp;00</li>
<li>Sídlo: Podolské nábřeží&nbsp;1180/5, Praha&nbsp;4, 147&nbsp;00</li>
<li>Email: [email protected]</li>
<li>IČ: 47610727</li>
<li>Bankovní spojení: 2301695140/2010</li>
<li>Datová schránka: gfwhx3g</li>
</ul>
</div>
<div class="col-12 col-md-8 col-lg-4 p-3 footer-text">
<h4>KONDOR Skupina ŠÁN</h4>
<ul class="list-unstyled">
<li>Klubovny: V&nbsp;náklích&nbsp;445/1a, Praha&nbsp;4, 147&nbsp;00</li>
<li>Sídlo: Podolské nábřeží&nbsp;1180/5, Praha&nbsp;4, 147&nbsp;00</li>
<li>Email: [email protected]</li>
<li>IČ: 47610727</li>
<li>Bankovní spojení: 2301695140/2010</li>
<li>Datová schránka: gfwhx3g</li>
</ul>
</div>

<div class="col-6 col-md-4 col-lg-3 offset-md-4 offset-lg-0 p-3">
<h4>Kontakty</h4>
<ul class="list-unstyled">
<li class="pb-1"><a routerLink="/kontakty" fragment="vedeni">Vedení skupiny</a></li>
<li class="pb-1"><a routerLink="/kontakty" fragment="pondeli">Schůzky v pondělí</a></li>
<li class="pb-1"><a routerLink="/kontakty" fragment="streda">Schůzky ve středu</a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-3 offset-md-4 offset-lg-0 p-3">
<h4>Kontakty</h4>
<ul class="list-unstyled">
<li class="pb-1"><a routerLink="/kontakty" fragment="vedeni">Vedení skupiny</a></li>
<li class="pb-1"><a routerLink="/kontakty" fragment="pondeli">Schůzky v pondělí</a></li>
<li class="pb-1"><a routerLink="/kontakty" fragment="streda">Schůzky ve středu</a></li>
</ul>
</div>

<div class="col-6 col-md-4 col-lg-3 p-3">
<h4>Sleduj nás</h4>
<a href="https://www.facebook.com/bosan.cz/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/bosan.cz/" target="_blank"><i class="pl-3 fab fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCXYrg3UCZtu4_wlYR2Cj_5A" target="_blank"><i class="pl-3 fab fa-youtube"></i></a>
</div>
<div class="col-6 col-md-4 col-lg-3 p-3">
<h4>Sleduj nás</h4>
<a href="https://www.facebook.com/bosan.cz/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/bosan.cz/" target="_blank"><i class="pl-3 fab fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCXYrg3UCZtu4_wlYR2Cj_5A" target="_blank"><i
class="pl-3 fab fa-youtube"></i></a>
</div>

<div class="col-12 col-md-8 col-lg-10 offset-lg-2 offset-md-4">
<h4>Naši sponzoři</h4>
<div class="row">
<div class="col-12 footer-text"><a href="https://www.eurosignal.cz/" target="_blank">Eurosignal</a>,
<a href="https://www.boatpark.cz" target="_blank">Boatpark</a>,
<a href="https://www.compunet.cz/" target="_blank">CompuNet</a>,
<a href="https://www.praha.eu" target="_blank">Hlavní město Praha</a>,
<a href="http://www.praha4.cz/" target="_blank">MČ Praha 4</a>,
<a href="https://www.kudyznudy.cz/?utm_source=kzn&utm_medium=partneri_kzn" target="_blank">Kudyznudy.cz</a>
</div>
</div>
</div>
<div class="col-12 col-md-8 col-lg-10 offset-lg-2 offset-md-4">
<h4>Naši sponzoři</h4>
<div class="row">
<div class="col-6 col-md-4 col-lg-2">
<a href="https://www.eurosignal.cz/" target="_blank">
<img src="assets/img/sponsors/eurosignal.png" alt="Eurosignal" class="sponsor" />
</a>
</div>
<div class="col-6 col-md-4 col-lg-2">
<a href="https://www.compunet.cz/" target="_blank">
<img src="assets/img/sponsors/compunet.png" alt="CompuNet" class="sponsor" />
</a>
</div>
<div class="col-6 col-md-4 col-lg-2">
<a href="https://www.praha.eu" target="_blank">
<img src="assets/img/sponsors/praha.webp" alt="Hlavní město Praha" class="sponsor" />
</a>
</div>
<div class="col-6 col-md-4 col-lg-2">
<a href="https://www.praha4.cz/" target="_blank">
<img src="assets/img/sponsors/praha4.png" alt="MČ Praha 4" class="sponsor" />
</a>
</div>
<div class="col-6 col-md-4 col-lg-2">
<a href="https://www.kudyznudy.cz/?utm_source=kzn&utm_medium=partneri_kzn" target="_blank">
<img src="assets/img/sponsors/kudyznudy.png" alt="Kudyznudy.cz" class="sponsor" />
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
67 changes: 36 additions & 31 deletions web/src/app/components/page-footer/page-footer.component.scss
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
@import "styles/variables";

footer {
background-color: $black70;
}

footer img.logo {
height: 20vh;
}

footer h4 {
color: $white;
}

footer li {
display: block;
}

footer a {
color: $white;
text-decoration: none;
font-weight: bold;
}

footer a:hover {
color: $hover-yellow;
}

footer i {
font-size: 5vh;
}
@import "styles/variables";

footer {
background-color: $white;
}

footer img.logo {
height: 20vh;
}

footer h4 {
color: $black;
}

footer li {
display: block;
}

footer a {
color: $black;
text-decoration: none;
font-weight: bold;
}

footer a:hover {
color: $hover-yellow;
}

footer i {
font-size: 5vh;
}

footer img.sponsor{
max-width: 100%;
max-height: 100%;
}
Binary file removed web/src/assets/img/sponsors/boatpark.png
Binary file not shown.
Binary file added web/src/assets/img/sponsors/compunet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/src/assets/img/sponsors/eurosignal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/src/assets/img/sponsors/kudyznudy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/src/assets/img/sponsors/praha.jpg
Binary file not shown.
Binary file added web/src/assets/img/sponsors/praha.webp
Binary file not shown.
Binary file added web/src/assets/img/sponsors/praha4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 88a8d85

Please sign in to comment.