Updated wedding invitation content

This commit is contained in:
spetznas
2026-05-04 18:22:45 +02:00
parent 8346dd5754
commit eccb229f03
31 changed files with 240 additions and 89 deletions
+2 -2
View File
@@ -137,14 +137,14 @@
<li class="navigation-item">
<a href="/ru/authors/">🇷🇺</a>
<a href="/authors/">🇬🇧</a>
</li>
<li class="navigation-item">
<a href="/authors/">🇬🇧</a>
<a href="/ru/authors/">🇷🇺</a>
</li>
+2 -2
View File
@@ -137,14 +137,14 @@
<li class="navigation-item">
<a href="/categories/">🇬🇧</a>
<a href="/ru/categories/">🇷🇺</a>
</li>
<li class="navigation-item">
<a href="/ru/categories/">🇷🇺</a>
<a href="/categories/">🇬🇧</a>
</li>
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>http://localhost:1313/de/marriage/</title>
<link rel="canonical" href="http://localhost:1313/de/marriage/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/de/marriage/">
</head>
</html>
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>http://localhost:1313/de/marriage/</title>
<link rel="canonical" href="http://localhost:1313/de/marriage/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/de/marriage/">
</head>
</html>
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>http://localhost:1313/de/marriage/</title>
<link rel="canonical" href="http://localhost:1313/de/marriage/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/de/marriage/">
</head>
</html>
+25 -14
View File
@@ -216,14 +216,14 @@ Wir freuen uns darauf, Sie dort zu sehen!">
.countdown {
text-align: center;
margin-bottom: 2rem;
font-size: 1.2rem;
font-size: 5rem;
}
.footer {
text-align: center;
margin-top: 3rem;
color: #888;
font-size: 1rem;
font-size: 2rem;
padding-top: 1rem;
}
@@ -247,10 +247,10 @@ Wir freuen uns darauf, Sie dort zu sehen!">
<div class="hero">
<img src="/images/header-image.jpg" alt="Wedding Header Image">
<img src="/images/hochzeit-header.jpg" alt="Wedding Header Image">
<h1>Hochzeit von Stefan und Mariia</h1>
<div class="date">
de
15. August 2026
</div>
</div>
@@ -266,14 +266,18 @@ Wir freuen uns darauf, Sie dort zu sehen!">
<div class="section">
<h2>📅 Veranstaltung</h2>
<p>
<strong>Zeremonie:</strong>
15. August 2026, um 14:00
<p><strong>Zeremonie:</strong> 14:00</p>
</p>
<p><strong>Empfang:</strong> 17:00</p>
<p><strong>Ort:</strong> Helsinki, Finnland</p>
<p><strong>Ort:</strong> München, Deutschland</p>
</div>
@@ -281,7 +285,7 @@ Wir freuen uns darauf, Sie dort zu sehen!">
<div class="section map">
<h2>📍 Ort</h2>
<iframe src="https://maps.google.com/?q=Helsinki,+Finland&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
<iframe src="https://maps.google.com/?q=Munich,+Germany&hl=de&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
@@ -292,8 +296,6 @@ Wir freuen uns darauf, Sie dort zu sehen!">
<p>Bitte antworten bis <strong>30. Juni</strong>.</p>
<p>E-Mail: <a href="mailto:test@example.com">test@example.com</a></p>
<p><a href="https://example.com/rsvp-form" target="_blank">RSVP Formular</a></p>
@@ -310,6 +312,13 @@ Wir freuen uns darauf, Sie dort zu sehen!">
</div>
<script>
var labels = {
day: "T",
hour: "Std",
minute: "min",
second: "s"
};
var countDownDate = new Date("2026-08-15 14:00").getTime();
var x = setInterval(function() {
@@ -321,8 +330,11 @@ Wir freuen uns darauf, Sie dort zu sehen!">
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
document.getElementById("timer").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
document.getElementById("timer").innerHTML =
days + " " + labels.day + " " +
hours + " " + labels.hour + " " +
minutes + " " + labels.minute + " " +
seconds + " " + labels.second;
if (distance < 0) {
clearInterval(x);
@@ -331,7 +343,6 @@ Wir freuen uns darauf, Sie dort zu sehen!">
}, 1000);
</script>
</div>
<footer class="footer">
+4 -4
View File
@@ -22,13 +22,13 @@
<loc>http://localhost:1313/de/categories/</loc>
<xhtml:link
rel="alternate"
hreflang="ru"
href="http://localhost:1313/ru/categories/"
hreflang="en"
href="http://localhost:1313/categories/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="http://localhost:1313/categories/"
hreflang="ru"
href="http://localhost:1313/ru/categories/"
/>
<xhtml:link
rel="alternate"
+2 -2
View File
@@ -137,14 +137,14 @@
<li class="navigation-item">
<a href="/ru/tags/">🇷🇺</a>
<a href="/tags/">🇬🇧</a>
</li>
<li class="navigation-item">
<a href="/tags/">🇬🇧</a>
<a href="/ru/tags/">🇷🇺</a>
</li>