Skip to content

Add other national partners of esn germany, upload new main picture for esn tumi #851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 59 additions & 5 deletions src/app/modules/home/components/tumi-home/tumi-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
alt="ESN TUMi Logo"
class="h-12 md:h-24"
height="16"
width="192"
width="128"
/>
</div>
<img
ngSrc="/assets/images/home/tutors.jpg"
alt="Picture of TUMI tutors at night"
ngSrc="/assets/images/home/tumiTutorsSS24.jpg"
alt="Picture of ESN TUMI tutors at mensa"
class="cover-image"
height="2268"
width="4032"
Expand All @@ -37,7 +37,7 @@
Exchange, better!
</h1>
<p class="max-w-5xl leading-normal text-white md:text-lg">
TUMi is here to make your international experience better. No matter if
ESN TUMi is here to make your international experience better. No matter if
you are an incoming student, doing your international mobility or a
local student wanting to broaden your horizon. <br />
We are a registered Association (Verein) with close connections to our
Expand Down Expand Up @@ -174,11 +174,65 @@ <h3>{{ event.title }}</h3>
<h1
class="my-8 bg-gradient-to-br bg-fuchsia-700 bg-clip-text text-2xl font-bold leading-normal text-transparent md:text-3xl"
>
Partners
National Partners of ESN Germany
</h1>
<div
class="grid max-w-4xl grid-cols-1 place-items-center gap-8 md:grid-cols-2 lg:grid-cols-3"
>
<a href="https://subscription.economist.com/OA/partners/ESN/Germany">
<img
class="p-4"
ngSrc="/assets/logos/partners/economist.avif"
alt="The Economist Logo"
height="70"
width="140"
/>
</a>
<a href="https://www.tk.de/techniker">
<img
class="p-4"
ngSrc="/assets/logos/partners/techniker.avif"
alt="Die Techniker Logo"
height="70"
width="140"
/>
</a>
<a href="https://eurosender.com/">
<img
class="p-4"
ngSrc="/assets/logos/partners/eurosender.avif"
alt="Eurosender Logo"
height="70"
width="140"
/>
</a>
<a href="https://www.spotahome.com/">
<img
class="p-4"
ngSrc="/assets/logos/partners/spotahome.avif"
alt="Spotahome Logo"
height="70"
width="140"
/>
</a>
<a href="https://wanderlust-trips.com/">
<img
class="p-4"
ngSrc="/assets/logos/partners/wanderlust.avif"
alt="Wanderlust Trips Logo"
height="70"
width="140"
/>
</a>
<a href="https://www.goflink.com/en/">
<img
class="p-4"
ngSrc="/assets/logos/partners/flink.avif"
alt="Flink Logo"
height="70"
width="140"
/>
</a>
<a href="https://swapfiets.de/en-de/students?utm_source=esn_de&utm_medium=partnership&utm_campaign=introweeks2024">
<img
class="p-4"
Expand Down
Binary file added src/assets/images/home/tumiTutorsSS24.jpg
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/logos/partners/economist.avif
Binary file not shown.
Binary file added src/assets/logos/partners/eurosender.avif
Binary file not shown.
Binary file added src/assets/logos/partners/flink.avif
Binary file not shown.
Binary file added src/assets/logos/partners/spotahome.avif
Binary file not shown.
Binary file added src/assets/logos/partners/techniker.avif
Binary file not shown.
Binary file added src/assets/logos/partners/wanderlust.avif
Binary file not shown.