Skip to content

Commit ddee480

Browse files
Merge pull request #63 from pirates-ophase/develop
2024 Update
2 parents ab92ad1 + 8dd3204 commit ddee480

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+82
-58
lines changed

β€Ž.github/workflows/lint.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0 # speeds up the checkout
1414

1515
- name: Set up pnpm (package manager)
16-
uses: pnpm/action-setup@v2.2.2
16+
uses: pnpm/action-setup@v4.0.0
1717

1818
- name: Install dependencies
1919
run: pnpm install

β€Žcomponents/Footer.tsxβ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const Footer = () => {
2626

2727
<div>
2828
<ul>
29-
<li className={styles.flag}>Pirates, 2023</li>
29+
<li className={styles.flag}>Pirates, 2024</li>
3030
<li>&nbsp;</li>
3131
<li>An Land gezogen von Max und Philipp</li>
3232
</ul>
@@ -41,9 +41,6 @@ export const Footer = () => {
4141
<NextLink href="https://www.badische-backstub.de/"><img src='/sponsoring/badischeBackstub.png' width={170}/></NextLink>
4242
</div>
4343

44-
<div>
45-
<NextLink href="https://www.billy-boy.de/"><img src='/sponsoring/billyboy.png' width={220}/></NextLink>
46-
</div>
4744
</footer>
4845
);
4946
};

β€Žpages/crew.tsxβ€Ž

Lines changed: 63 additions & 51 deletions
Large diffs are not rendered by default.

β€Žpages/imprint.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Home: NextPage = () => {
3333
<p className={styles.centeredDescription}>
3434
Wir freuen uns auch dieses Jahr wieder von unseren
3535
Sponsoren mit Nahrung, Goodies und finanziellen Mitteln versorgt worden zu sein.
36-
Vielen Dank dafΓΌr an <NextLink href="https://www.andrena.de/">Andrena Objects</NextLink>, <NextLink href="https://www.billy-boy.de/">Billy Boy</NextLink> und die <NextLink href="https://www.badische-backstub.de/">Badische Backstub</NextLink>.
36+
Vielen Dank dafΓΌr an <NextLink href="https://www.andrena.de/">Andrena Objects</NextLink> und die <NextLink href="https://www.badische-backstub.de/">Badische Backstub</NextLink>.
3737
</p>
3838

3939
<p className={styles.centeredDescription}>

β€Žpages/index.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Home: NextPage = () => {
6262

6363
<ul className={styles.description}>
6464
<li><a href="https://www.instagram.com/kit_pirates/">Instagrrrram &rarr;</a></li>
65-
<li><NextLink href="/schedule">Wochenplan 2023 &rarr;</NextLink></li>
65+
<li><NextLink href="/schedule">Wochenplan 2024 &rarr;</NextLink></li>
6666
<li><a href="https://o-phase.com">Allgemeine O-Phasen Infos der Fachschaft &rarr;</a></li>
6767
</ul>
6868
</section>

β€Žpages/log.tsxβ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ const Home: NextPage = () => {
2020
</h1>
2121

2222
<div style={{maxWidth: '100%', overflowY: 'auto', overflowX: 'scroll', textAlign: 'center'}}>
23+
<p className={styles.description}>
24+
O-Phase 2023
25+
</p>
26+
<div className={stylesCrew.frameGrid}>
27+
<ImageFrame src="/log/mid_res/2023/1.jpg" frameSize="50px" frameStyle="frame5" gridColStart={19} gridColEnd={45} gridRowStart={22} gridRowEnd={55}/>
28+
<ImageFrame src="/log/mid_res/2023/2.jpg" frameSize="60px" frameStyle="frame2" gridColStart={47} gridColEnd={73} gridRowStart={24} gridRowEnd={55}/>
29+
<ImageFrame src="/log/mid_res/2023/3.jpg" frameSize="40px" frameStyle="frame4" gridColStart={51} gridColEnd={86} gridRowStart={4} gridRowEnd={23}/>
30+
<ImageFrame src="/log/mid_res/2023/4.jpg" frameSize="70px" frameStyle="frame1" gridColStart={17} gridColEnd={45} gridRowStart={1} gridRowEnd={22}/>
31+
<ImageFrame src="/log/mid_res/2023/5.jpg" frameSize="40px" frameStyle="frame4" gridColStart={51} gridColEnd={86} gridRowStart={58} gridRowEnd={86}/>
32+
<ImageFrame src="/log/mid_res/2023/6.jpg" frameSize="60px" frameStyle="frame2" gridColStart={24} gridColEnd={47} gridRowStart={57} gridRowEnd={82}/>
33+
<ImageFrame src="/log/mid_res/2023/7.jpg" frameSize="70px" frameStyle="frame1" gridColStart={15} gridColEnd={43} gridRowStart={88} gridRowEnd={125}/>
34+
<ImageFrame src="/log/mid_res/2023/8.jpg" frameSize="40px" frameStyle="frame5" gridColStart={70} gridColEnd={94} gridRowStart={88} gridRowEnd={116}/>
35+
<ImageFrame src="/log/mid_res/2023/9.jpg" frameSize="60px" frameStyle="frame3" gridColStart={44} gridColEnd={68} gridRowStart={87} gridRowEnd={112}/>
36+
</div>
37+
2338
<p className={styles.description}>
2439
O-Phase 2022
2540
</p>
-12.3 KB
Binary file not shown.
35.9 KB
163 KB
144 KB

0 commit comments

Comments
Β (0)