forked from partypages/party-template
So this is Christmas And what have you done Another year over And a new one just begun
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e116fee53a
commit
07507d46e0
16692
package-lock.json
generated
16692
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -17,6 +17,7 @@
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"serve": "^14.2.1",
|
||||
"typescript": "^4.8.4",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Weihnachtsfeier 2024"
|
||||
content="Weihnachtsfeier 2025"
|
||||
/>
|
||||
<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.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>Weihnachtsfeier 2024</title>
|
||||
<title>Weihnachtsfeier 2025</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@ -64,7 +64,7 @@ export const PartyPage: React.FC = () => {
|
||||
<div className='hero-outer'></div>
|
||||
<h1>Hallo {dear} {name},</h1>
|
||||
<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>
|
||||
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}>
|
||||
<h2>Wann und Wo?</h2>
|
||||
<p>
|
||||
<FontAwesomeIcon icon={faCalendarDays} /> <strong> 13. Dezember, ab 19:00</strong>. Bitte kommt nicht all zu spät.
|
||||
<FontAwesomeIcon icon={faCalendarDays} /> <strong> 19. Dezember, ab 19:00</strong>. Bitte kommt nicht all zu spät.
|
||||
</p>
|
||||
<p>
|
||||
<FontAwesomeIcon icon={faLocationDot} /> <strong> Gebäude E1 1, Raum 407</strong>, Universität des Saarlandes
|
||||
</p>
|
||||
<h2>Was ist geplant?</h2>
|
||||
<p>
|
||||
Wir (Sebastian & Simon) wollen uns mit euch auf Weihnachten einstimmen.
|
||||
Wir (Iona, Sebastian & 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.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user