Skip to content

Commit

Permalink
president update - without photo (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomesfilip authored Feb 11, 2024
1 parent 55a9f4d commit 2a15d68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file removed src/images/kontakt/gerza.jpg
Binary file not shown.
Binary file added src/images/kontakt/kratochvil.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/pages/kontakt.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import H1 from '../components/atoms/H1.astro';
import { Icon } from '../components/atoms/Icon.tsx';
import Breadcrumbs from '../components/organisms/Breadcrumbs.astro';
import BuresImage from '../images/kontakt/bures.jpg';
import GerzaImage from '../images/kontakt/gerza.jpg';
import HazuchovaImage from '../images/kontakt/hazuchova.jpg';
import HozzovaImage from '../images/kontakt/hozzova.jpg';
import KratochvilImage from '../images/kontakt/kratochvil.jpg';
import PavelkovaImage from '../images/kontakt/pavelkova.jpg';
import SedlacikovaImage from '../images/kontakt/sedlacikova.jpg';
Expand All @@ -21,11 +21,11 @@ const metaTags = {
const people = [
{
name: 'Dominik Gerža',
name: 'Karel Kratochvil',
role: 'Prezident',
email: 'gerza@sutb.cz',
tel: '+420 605 803 354',
image: GerzaImage,
email: 'kratochvil@sutb.cz',
tel: '+420 725 979 411',
image: KratochvilImage,
},
{
name: 'Simona Hazuchová',
Expand Down Expand Up @@ -130,9 +130,9 @@ const people = [
<h2 class="text-2xl sm:text-3xl md:text-4xl pt-12 font-bold tracking-wide text-center">Adresa</h2>
<p class="text-center text-sm sm:text-base md:text-lg text-stone-700 leading-relaxed tracking-wider pt-4">
Studentská unie UTB, z.s. <br />
Růmy 4046, budova U3 UTB <br />
760 01 Zlín <br />
IČO: 26996286
Růmy 4046, budova U3 UTB <br />
760 01 Zlín <br />
IČO: 26996286
</p>
</Container>
</section>
Expand Down

0 comments on commit 2a15d68

Please sign in to comment.