diff --git a/site/config.toml b/site/config.toml index d7c88bf..fde9207 100644 --- a/site/config.toml +++ b/site/config.toml @@ -26,7 +26,6 @@ DefaultContentLanguage = "en" resources = "Resources" action = "Take Action" spread = "Spread" - contact = "Contact" language = "Language" # Language selection @@ -104,13 +103,6 @@ DefaultContentLanguage = "en" promoButtonLink = "https://fsfe.org/promo#pmpc" shareText = "Tell your friends and followers about Public Code" -# Contact section -[params.contact] - headline = "Let's Get In Touch!" - description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!" - phone = "123-456-6789" - email = "feedback@startbootstrap.com" - # Legal Section [params.legal] by = "This is a campaign by Free Software Foundation Europe" diff --git a/site/layouts/index.html b/site/layouts/index.html index 5c9891c..1fec5d1 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -32,10 +32,6 @@ {{ if .Site.Params.spread }} {{ partial "spread.html" . }} {{ end }} - - {{ if .Site.Params.contact }} - {{ partial "contact.html" . }} - {{ end }} {{ if .Site.Params.language }} {{ partial "language.html" . }} diff --git a/site/layouts/partials/contact.html b/site/layouts/partials/contact.html deleted file mode 100644 index 78f8863..0000000 --- a/site/layouts/partials/contact.html +++ /dev/null @@ -1,42 +0,0 @@ -{{ "" | safeHTML }} -
-
-
-
- {{ with .Site.Params.contact.headline }} -

{{ . }}

- {{ end }} - {{ if and .Site.Params.contact.headline .Site.Params.contact.description }} -
- {{ end }} - {{ with .Site.Params.contact.description }} -

{{ . | markdownify }}

- {{ end }} -
- {{ if .Site.Params.contact.phone }} -
- -

{{ .Site.Params.contact.phone }}

-
- {{ end }} - {{ if .Site.Params.contact.email }} - - {{ end }} -
-
-
diff --git a/site/static/css/custom.css b/site/static/css/custom.css index 9f1e7f7..239a572 100644 --- a/site/static/css/custom.css +++ b/site/static/css/custom.css @@ -37,8 +37,6 @@ color: #2093C4; } -#contact .fa { margin: 10px 0 } - /* SIGN FORM */ #action form { color: #333;