So this is Christmas And what have you done Another year over And a new one just begun

This commit is contained in:
Simon Schwarz 2025-10-13 18:05:16 +02:00
parent e116fee53a
commit 07507d46e0
6 changed files with 25852 additions and 52 deletions

1
boobs
View File

@ -1 +0,0 @@
aaaa

16692
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"serve": "^14.2.1",
"typescript": "^4.8.4", "typescript": "^4.8.4",
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },

View File

@ -8,7 +8,7 @@
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
name="description" name="description"
content="Weihnachtsfeier 2024" content="Weihnachtsfeier 2025"
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--
@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>Weihnachtsfeier 2024</title> <title>Weihnachtsfeier 2025</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -64,7 +64,7 @@ export const PartyPage: React.FC = () => {
<div className='hero-outer'></div> <div className='hero-outer'></div>
<h1>Hallo {dear} {name},</h1> <h1>Hallo {dear} {name},</h1>
<p> <p>
am <strong>Freitag, den 13. Dezember</strong> wird in diesem Jahr (hoffentlich) nicht viel Unglück passieren. wir laden dich am <strong>Freitag, den 19. Dezember</strong> herzlich ein, mit uns zu feiern!
</p> </p>
<p> <p>
Wir veranstalten nämlich ab <strong> 19:00 </strong> eine Weihnachtsparty! Wir veranstalten nämlich ab <strong> 19:00 </strong> eine Weihnachtsparty!
@ -91,14 +91,14 @@ export const PartyPage: React.FC = () => {
<div className='hero fullheight' ref={wannUndWoRef}> <div className='hero fullheight' ref={wannUndWoRef}>
<h2>Wann und Wo?</h2> <h2>Wann und Wo?</h2>
<p> <p>
<FontAwesomeIcon icon={faCalendarDays} /> <strong>&nbsp;13. Dezember, ab 19:00</strong>. Bitte kommt nicht all zu spät. <FontAwesomeIcon icon={faCalendarDays} /> <strong>&nbsp;19. Dezember, ab 19:00</strong>. Bitte kommt nicht all zu spät.
</p> </p>
<p> <p>
<FontAwesomeIcon icon={faLocationDot} /> <strong>&nbsp;Gebäude E1 1, Raum 407</strong>, Universität des Saarlandes <FontAwesomeIcon icon={faLocationDot} /> <strong>&nbsp;Gebäude E1 1, Raum 407</strong>, Universität des Saarlandes
</p> </p>
<h2>Was ist geplant?</h2> <h2>Was ist geplant?</h2>
<p> <p>
Wir (Sebastian &amp; Simon) wollen uns mit euch auf Weihnachten einstimmen. Wir (Iona, Sebastian &amp; Simon) wollen uns mit euch auf Weihnachten einstimmen.
Wir planen ein weihnachtliches Programm mit Geschichten, Liedern, Essen und der einen oder anderen Überraschung. Falls du ein Instrument spielst, bring es auch gerne mit. Wir planen ein weihnachtliches Programm mit Geschichten, Liedern, Essen und der einen oder anderen Überraschung. Falls du ein Instrument spielst, bring es auch gerne mit.
</p> </p>
<p> <p>

9200
yarn.lock Normal file

File diff suppressed because it is too large Load Diff