🔀 merge pull request 'v1.3.2' (#126) from dev into main

Reviewed-on: #126
This commit is contained in:
DrMaxNix 2024-08-01 10:43:31 +02:00
commit 4a1ac30179
8 changed files with 36 additions and 12 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.3.1";
static::$version = "1.3.2";
// DEPENDENCIES //

View File

@ -0,0 +1,27 @@
<?php
return [
"subject" => [
"de" => "SBGG.jetzt: Möglichkeit zur Anmeldung beim Standesamt",
"en" => "SBGG.jetzt: Possibility to register at the registry office"
],
"main" => [
"de" => <<<HTML
<h2>Möglichkeit zur Anmeldung beim Standesamt</h2>
<ul>
<li><p>Da Artikel 1 § 4 bereits Anfang August in Kraft tritt, ist eine Anmeldung für einen Termin beim Standesamt schon 3 Monate vor Inkrafttreten des übrigen Gesetzes möglich.</p></li>
<li><p>Bei Anmeldung im August kann der Termin für die Personenstandsänderung also direkt im November stattfinden.</p></li>
</ul>
HTML,
"en" => <<<HTML
<h2>Possibility to register at the registry office</h2>
<ul>
<li><p>Since Article 1 § 4 comes into force at the beginning of August, you can register for an appointment at the registry office three months before the rest of the law comes into force.</p></li>
<li><p>If you register in August, the appointment for changing your civil status can take place directly in November.</p></li>
</ul>
HTML
]
];
?>

View File

@ -33,9 +33,6 @@
br.gone {
display: none;
}
li {
margin-bottom: 8px;
}
.gray {
color: #828997;

View File

@ -20,7 +20,7 @@ window.addEventListener("load", function(){
async function countdown_redraw(){
// CALCULATE TIME DIFF //
let now = new Date();
let goal = new Date(2024, (8 -1), 1, 8, 0);
let goal = new Date(2024, (11 -1), 1, 8, 0);
let difference = Math.max(0, goal.getTime() - now.getTime());
// days

View File

@ -108,7 +108,7 @@
<div id="schritt-2" class="wrapper copylink-id"></div>
<div id="anmelden" class="wrapper copylink-id">
<div class="item next">
<div class="item done">
<div class="connector">
<span class="waypoint ti ti-number-2"></span>
</div>
@ -128,7 +128,7 @@
<div id="schritt-3" class="wrapper copylink-id"></div>
<div id="erklaerung" class="wrapper copylink-id">
<div class="item">
<div class="item next">
<div class="connector">
<span class="waypoint ti ti-number-3"></span>
</div>

View File

@ -13,8 +13,8 @@
"en" => "Everything about the German Self-Determination Law",
],
"page_countdown_h2" => [
"de" => "01&nbsp;Aug&nbsp;2024&ensp;&bull;&ensp;Anmeldung beim Standesamt wird möglich",
"en" => "01&nbsp;Aug&nbsp;2024&ensp;&bull;&ensp;Registration at the registry office becomes possible",
"de" => "01&nbsp;Nov&nbsp;2024&ensp;&bull;&ensp;Vornehmen der Erklärung wird möglich",
"en" => "01&nbsp;Nov&nbsp;2024&ensp;&bull;&ensp;Doing the declaration becomes possible",
],

View File

@ -381,7 +381,7 @@
</div>
<div id="bundesgesetzblatt" class="wrapper copylink-id">
<div class="item done done-stop">
<div class="item done">
<div class="connector">
<span class="waypoint ti ti-news"></span>
</div>
@ -413,7 +413,7 @@
</div>
<div id="anmeldung" class="wrapper copylink-id">
<div class="item next">
<div class="item done done-stop">
<div class="connector">
<span class="waypoint ti ti-ticket"></span>
</div>
@ -438,7 +438,7 @@
</div>
<div id="inkrafttreten" class="wrapper copylink-id">
<div class="item">
<div class="item next">
<div class="connector">
<span class="waypoint ti ti-gavel"></span>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB