diff --git a/assets/js/form-handler.js b/assets/js/form-handler.js index a34d935..8c2eaf2 100644 --- a/assets/js/form-handler.js +++ b/assets/js/form-handler.js @@ -6,11 +6,11 @@ window.addEventListener("DOMContentLoaded", function () { function success() { form.reset(); button.style = "display: none "; - status.innerHTML = "Thanks! Contact form is submitted successfully."; + status.innerHTML = "Danke! Ihre Nachricht wurde gesendet."; } function error() { - status.innerHTML = "Oops! There was a problem."; + status.innerHTML = "Upps! Ein Fehler ist aufgetreten."; } // handle the form submission event diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 4c7627c..8b6d750 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -25,12 +25,6 @@
-
@@ -40,7 +34,7 @@
-
+
@@ -54,13 +48,13 @@ location
-

Office Address

+

Postanschrift

{{ $address.address }}

-
+
@@ -74,33 +68,14 @@ phone
-

Phone & Email

+

Telefon & Email

{{ $address.phone }}
{{ $address.email }}

-
-
-
-
- - - -
-
- time -
-
-

Working Hours

-

- {{ $address.openingHours }} -

-
-
+
@@ -108,9 +83,9 @@
-
+
-

Contact Form

+

Kontaktformular

@@ -121,24 +96,23 @@
- +
- +
+ Ich akzeptiere, dass meine eingegebenen Daten zum Zwecke der Kontaktaufnahme gespeichert werden.
- +

@@ -176,11 +150,6 @@ -
-
-
- {{ $map := .Site.Params.map }} -
diff --git a/layouts/pages/single.html b/layouts/pages/single.html new file mode 100644 index 0000000..5de9e03 --- /dev/null +++ b/layouts/pages/single.html @@ -0,0 +1,37 @@ +{{ define "main" }} + +
+
+ +
+
+ + + + + + + + + + + +
+
+ background-shape +
+
+
+
+
+

{{ .Title }}

+
+ {{ .Content }} +
+
+
+
+ + +{{ end }} \ No newline at end of file diff --git a/layouts/partials/portfolioSection.html b/layouts/partials/portfolioSection.html index 8a321b5..6714a03 100644 --- a/layouts/partials/portfolioSection.html +++ b/layouts/partials/portfolioSection.html @@ -21,7 +21,7 @@

{{ .Title }}

- See details + Mehr... {{ end }} diff --git a/layouts/portfolio/single.html b/layouts/portfolio/single.html index e0d8bae..27f1be3 100644 --- a/layouts/portfolio/single.html +++ b/layouts/portfolio/single.html @@ -30,38 +30,6 @@

{{ .Params.shortDescription }}

-
-
-
Client
-

{{ .Params.client }}

-
-
-
Service
-

{{ .Params.service }}

-
-
-
Date
-

{{ .PublishDate.Format "January 2, 2006" }}

-
-
-
-
-
-

Challenge

-

- {{ .Params.challenge }} -

-
-
-
-
-

Solution

-

- {{ .Params.solution }} -

-
-
-
case-details
@@ -82,33 +50,16 @@
- Prev case + Letzte Referenz
{{ .PrevInSection.Title }}
{{ end }} -
- {{ $url := printf "%s" .Permalink | absLangURL }} - -
{{ if .NextInSection }}