Skip to content

Commit

Permalink
updated index page
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSeidel committed Oct 10, 2023
1 parent 258043b commit bc72651
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ export const Footer = () => {
<div>
<NextLink href="https://www.andrena.de/"><img src='/sponsoring/andrena.png' width={150}/></NextLink>
</div>

<div>
<NextLink href="https://www.badische-backstub.de/"><img src='/sponsoring/badischeBackstub.png' width={170}/></NextLink>
</div>
<div>
<NextLink href="https://www.volksbank-pur.de"><img src='/sponsoring/volksbankKarlsruhe.png' width={220}/></NextLink>
</div>
</footer>
);
};
10 changes: 5 additions & 5 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ const Home: NextPage = () => {

<div className={`${stylesCrew.frameGrid} ${styles.onlyDesktop}`}>
<ImageFrame
src="/pirates.png"
src="/pirates2023.png"
frameSize='4.5rem'
frameStyle='frame6'
gridColEnd={41}
gridColEnd={45}
gridColStart={1}
gridRowEnd={23}
gridRowEnd={24}
gridRowStart={1}/>
</div>
<div className={styles.onlyMobile}>
<Image src={crewImage} />
</div>

<p className={styles.description}>
Wir sind die Pirates, die beste&trade; der dreizehn O-Phasengruppen
Wir sind die Pirates, die beste&trade; der elf O-Phasengruppen
für Mathe- und Informatikstudenten am KIT.
Mit uns erwartet euch eine aufregende Woche, nach der ihr garantiert
bereit seid, die Uni zu entern.
Expand All @@ -62,7 +62,7 @@ const Home: NextPage = () => {

<ul className={styles.description}>
<li><a href="https://www.instagram.com/kit_pirates/">Instagrrrram &rarr;</a></li>
<li><NextLink href="/schedule">Wochenplan 2022 &rarr;</NextLink></li>
<li><NextLink href="/schedule">Wochenplan 2023 &rarr;</NextLink></li>
<li><a href="https://o-phase.com">Allgemeine O-Phasen Infos der Fachschaft &rarr;</a></li>
</ul>
</section>
Expand Down
Binary file added public/pirates2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc72651

Please sign in to comment.