Skip to content

Commit

Permalink
Updated partners (#42)
Browse files Browse the repository at this point in the history
* Partners update

* Logos wrapping update
  • Loading branch information
Pavos21 authored Feb 3, 2025
1 parent 4bda917 commit 384c753
Show file tree
Hide file tree
Showing 38 changed files with 43 additions and 1,381 deletions.
Binary file added src/assets/img/partners/basic/amem.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 src/assets/img/partners/basic/continental.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 src/assets/img/partners/basic/dermacol.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 src/assets/img/partners/basic/everstar.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 src/assets/img/partners/basic/exitroom.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 src/assets/img/partners/basic/fatra.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 src/assets/img/partners/basic/gienger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,311 changes: 0 additions & 1,311 deletions src/assets/img/partners/basic/infinit maximus zakladni.ai

This file was deleted.

Binary file added src/assets/img/partners/basic/lasergame.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 src/assets/img/partners/basic/lazneluha.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 src/assets/img/partners/basic/marmellady.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 src/assets/img/partners/basic/rallye.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 src/assets/img/partners/basic/rjelinek.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 src/assets/img/partners/basic/roomstock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added src/assets/img/partners/basic/vest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added src/assets/img/partners/basic/vosime.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 src/assets/img/partners/basic/zff.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 not shown.
Binary file removed src/assets/img/partners/laser-game-zlin.png
Binary file not shown.
Binary file removed src/assets/img/partners/lazne-luhacovice.png
Binary file not shown.
Binary file removed src/assets/img/partners/lekys-detailing.png
Binary file not shown.
Binary file added src/assets/img/partners/main/eurocar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 0 additions & 37 deletions src/assets/img/partners/main/lavite-icon.svg

This file was deleted.

Binary file removed src/assets/img/partners/marmelady.png
Binary file not shown.
Binary file removed src/assets/img/partners/meatfly.png
Diff not rendered.
Binary file removed src/assets/img/partners/moda-prostejov.png
Diff not rendered.
Binary file removed src/assets/img/partners/oveckarna.png
Diff not rendered.
Binary file removed src/assets/img/partners/pivovar-kojetin.png
Diff not rendered.
Binary file removed src/assets/img/partners/vertikon.jpg
Diff not rendered.
Binary file removed src/assets/img/partners/vest.png
Diff not rendered.
Binary file removed src/assets/img/partners/vincentka.png
Diff not rendered.
Binary file removed src/assets/img/partners/zijeme-gastrem.png
Diff not rendered.
Binary file removed src/assets/img/partners/zlin-film-festival.png
Diff not rendered.
4 changes: 2 additions & 2 deletions src/components/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OrganizerSection } from '../sections/OrganizerSection';
import { TicketsSection } from '../sections/TicketsSection';
import { GeneralPartnerSection } from '../sections/GeneralPartnerSection';
import { MainPartnerSection } from '../sections/MainPartnerSection';
// import { PartnersSection } from '../sections/PartnersSection'
import { PartnersSection } from '../sections/PartnersSection'
import { Footer } from '../shared/Footer';

export const HomePage = () => (
Expand All @@ -21,7 +21,7 @@ export const HomePage = () => (
<ContactSection />
<GeneralPartnerSection />
<MainPartnerSection />
{/* <PartnersSection /> */}
<PartnersSection />
<OrganizerSection />
</main>
<Footer />
Expand Down
2 changes: 2 additions & 0 deletions src/components/sections/MainPartnerSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ import onsemi from '../../assets/img/partners/main/onsemi.png';
import bennon from '../../assets/img/partners/main/bennon.svg';
import topnatur from '../../assets/img/partners/main/topnatur.png';
import vincentka from '../../assets/img/partners/main/vincentka.svg';
import eurocar from '../../assets/img/partners/main/eurocar.png';

const mainPartners = [
{ src: kellerIcon, alt: 'Keller' },
{ src: onsemi, alt: 'Onsemi' },
{ src: bennon, alt: 'Bennon' },
{ src: topnatur, alt: 'Topnatur' },
{ src: vincentka, alt: 'Vincentka' },
{ src: eurocar, alt: 'Eurocar' },
];

export const MainPartnerSection = () => {
Expand Down
70 changes: 39 additions & 31 deletions src/components/sections/PartnersSection.tsx
Original file line number Diff line number Diff line change
@@ -1,44 +1,53 @@
import { Section } from '../shared/Section';

import klubPanuZPonozkovic from '../../assets/img/partners/klub-panu-z-ponozkovic.png';
import laserGameZlin from '../../assets/img/partners/laser-game-zlin.png';
import lazneLuhacovice from '../../assets/img/partners/lazne-luhacovice.png';
import lekysDetailing from '../../assets/img/partners/lekys-detailing.png';
import marmelady from '../../assets/img/partners/marmelady.png';
import meatfly from '../../assets/img/partners/meatfly.png';
import modaProstejov from '../../assets/img/partners/moda-prostejov.png';
import oveckarna from '../../assets/img/partners/oveckarna.png';
import pivovarKojetin from '../../assets/img/partners/pivovar-kojetin.png';
import vertikon from '../../assets/img/partners/vertikon.jpg';
import vest from '../../assets/img/partners/vest.png';
import vincentka from '../../assets/img/partners/vincentka.png';
import vitar from '../../assets/img/partners/vitar.png';
import zijemeGastrem from '../../assets/img/partners/zijeme-gastrem.png';
import zlinFilmFestival from '../../assets/img/partners/zlin-film-festival.png';

import adrop from '../../assets/img/partners/basic/adrop.png';
import amem from '../../assets/img/partners/basic/amem.png';
import continental from '../../assets/img/partners/basic/continental.png';
import dermacol from '../../assets/img/partners/basic/dermacol.png';
import exitroom from '../../assets/img/partners/basic/exitroom.png';
import gienger from '../../assets/img/partners/basic/gienger.png';
import maximus from '../../assets/img/partners/basic/infinitmaximus.svg';
import lasergame from '../../assets/img/partners/basic/lasergame.png';
import lazneluha from '../../assets/img/partners/basic/lazneluha.png';
import marmellady from '../../assets/img/partners/basic/marmellady.png';
import roomstock from '../../assets/img/partners/basic/roomstock.png';
import sushi from '../../assets/img/partners/basic/sushi.svg';
import tamazpet from '../../assets/img/partners/basic/tamazpet.png';
import vest from '../../assets/img/partners/basic/vest.png';
import vitar from '../../assets/img/partners/basic/vitar.png';
import vosime from '../../assets/img/partners/basic/vosime.png';
import zff from '../../assets/img/partners/basic/zff.png';

// tombola
import everstar from '../../assets/img/partners/basic/everstar.png';
import fatra from '../../assets/img/partners/basic/fatra.png';
import rallye from '../../assets/img/partners/basic/rallye.png';
import rjelinek from '../../assets/img/partners/basic/rjelinek.png';


const partners = [
{ src: adrop, alt: 'Adrop' },
{ src: amem, alt: 'Ambulance estetické medicíny' },
{ src: continental, alt: 'Continental'},
{ src: dermacol, alt: 'Dermacol'},
{ src: exitroom, alt: 'Exitroom Zlín'},
{ src: gienger, alt: 'Gienger'},
{ src: maximus, alt: 'Infinit Maximus' },
{ src: lasergame, alt: 'Laser game Zlín' },
{ src: lazneluha, alt: 'Lázně Luhačovice' },
{ src: marmellady, alt: 'Marmellady' },
{ src: roomstock, alt: 'Roomstock' },
{ src: sushi, alt: 'SushiHub' },
{ src: tamazpet, alt: 'Tamazpet' },
{ src: laserGameZlin, alt: 'Laser game Zlín' },
{ src: lazneLuhacovice, alt: 'Lázně Luhačovice' },
{ src: lekysDetailing, alt: 'Leskys detailing' },
{ src: meatfly, alt: 'Meatfly' },
{ src: oveckarna, alt: 'Ovečkárna' },
{ src: pivovarKojetin, alt: 'Pivovar Kojetín' },
{ src: vest, alt: 'Vest' },
{ src: vincentka, alt: 'Vincentka' },
{ src: vitar, alt: 'Vitar' },
{ src: zijemeGastrem, alt: 'Žijeme gastrem' },
{ src: zlinFilmFestival, alt: 'Zlín film festival' },
{ src: klubPanuZPonozkovic, alt: 'Klub pánů z ponožkovic' },
{ src: modaProstejov, alt: 'Móda Prostějov' },
{ src: marmelady, alt: 'Marmelady' },
{ src: vertikon, alt: 'Vertikon' },
{ src: vosime, alt: 'Vosíme' },
{ src: zff, alt: 'Zlín film festival' },
//tombola
{ src: everstar, alt: 'Everstar' },
{ src: fatra, alt: 'Fatra' },
{ src: rallye, alt: 'Rallye Design' },
{ src: rjelinek, alt: 'R. Jelínek' },
];

export const PartnersSection = () => {
Expand All @@ -48,8 +57,7 @@ export const PartnersSection = () => {
{`
.partner-logo {
width: clamp(150px, 12vw, 200px);
height: auto;
aspect-ratio: 3 / 1;
height: clamp(60px, 8vw, 75px);
object-fit: contain;
}
`}
Expand Down

0 comments on commit 384c753

Please sign in to comment.