Skip to content
Snippets Groups Projects
Commit bee8ef81 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added link ad-free explanation to login site

parent 07343318
No related branches found
No related tags found
No related merge requests found
Pipeline #7459 passed
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"invalid-qr": "Qr Code enthält keine gültigen Daten.", "invalid-qr": "Qr Code enthält keine gültigen Daten.",
"close": "Schließen" "close": "Schließen"
}, },
"how-it-works": "So funktioniert die werbefreie Suche",
"submit": "Abschicken", "submit": "Abschicken",
"error": "Ein gültiger Schlüssel oder eine gültige Sicherungsdatei ist erforderlich." "error": "Ein gültiger Schlüssel oder eine gültige Sicherungsdatei ist erforderlich."
} }
...@@ -8,6 +8,7 @@ body { ...@@ -8,6 +8,7 @@ body {
max-height: 900px; max-height: 900px;
main { main {
display: grid; display: grid;
gap: 1rem;
place-content: center; place-content: center;
align-content: center; align-content: center;
margin: 0; margin: 0;
...@@ -164,5 +165,13 @@ body { ...@@ -164,5 +165,13 @@ body {
} }
} }
} }
#how-it-works {
width: 280px;
a.button {
padding: 0.5rem;
width: 100%;
text-align: center;
}
}
} }
} }
...@@ -40,5 +40,8 @@ ...@@ -40,5 +40,8 @@
</div> </div>
</div> </div>
</div> </div>
<div id="how-it-works">
<a href="<%= baseDir _%>#how-it-works" class="button"><%= req.t("how-it-works", {ns: "login"}) _%></a>
</div>
<%- include('../templates/page_footer'); -%> <%- include('../templates/page_footer'); -%>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment