From 8c48c4199565656e981b29dc71110070d10a1897 Mon Sep 17 00:00:00 2001 From: labcode-de Date: Sun, 18 Mar 2018 19:37:59 +0100 Subject: [PATCH] Kontakt-Formular hinzugefuegt --- _config.yml | 3 +- _includes/header.html | 1 + _layouts/page.html | 7 +++-- _layouts/post.html | 2 +- _scss/_main-section.scss | 12 ++++++++ assets/js/kontakt.js | 3 ++ kontakt-ok.html | 59 ++++++++++++++++++++++++++++++++++++++ kontakt.html | 61 ++++++++++++++++++++++++++++++++++++++++ 8 files changed, 143 insertions(+), 5 deletions(-) create mode 100644 assets/js/kontakt.js create mode 100644 kontakt-ok.html create mode 100644 kontakt.html diff --git a/_config.yml b/_config.yml index e663a22..e0242ef 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,8 @@ title: Freifunk Rhein-Sieg e.V. email: kontakt@freifunk-rhein-sieg.net baseurl: "" # the subpath of your site, e.g. /blog -url: "https://freifunk-rhein-sieg.net" # the base hostname & protocol for your site, e.g. http://example.com +#url: "https://freifunk-rhein-sieg.net" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://rs-website-v2.freifunk.labcode.de" #twitter_username: jekyllrb #github_username: jekyll diff --git a/_includes/header.html b/_includes/header.html index 3a58ce4..6954c5a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,6 +6,7 @@ + diff --git a/_layouts/page.html b/_layouts/page.html index ce87d7f..7dcd895 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -8,6 +8,10 @@ {% feed_meta %} + + + + {% include header.html %} @@ -15,8 +19,5 @@ {{ content }} {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 37e89a7..75638d5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ - + {% include header.html %} diff --git a/_scss/_main-section.scss b/_scss/_main-section.scss index d666943..9e4f22e 100644 --- a/_scss/_main-section.scss +++ b/_scss/_main-section.scss @@ -87,5 +87,17 @@ main { } } } + #kontakt { + button { + background-color: $ff_magenta; + } + .dropdown-content { + li:not(.disabled) { + span { + color: $ff_magenta; + } + } + } + } } } \ No newline at end of file diff --git a/assets/js/kontakt.js b/assets/js/kontakt.js new file mode 100644 index 0000000..71f76e0 --- /dev/null +++ b/assets/js/kontakt.js @@ -0,0 +1,3 @@ +$(function () { + $('select').material_select(); +}) \ No newline at end of file diff --git a/kontakt-ok.html b/kontakt-ok.html new file mode 100644 index 0000000..ce64f4f --- /dev/null +++ b/kontakt-ok.html @@ -0,0 +1,59 @@ +--- +layout: page +permalink: '/kontakt/ok/' +--- + + +
+
+
+

Kontakt

+
+
+ +
+
+

Deine Nachricht wurde gesendet und wird bald bearbeitet.

+
+
+
+ \ No newline at end of file diff --git a/kontakt.html b/kontakt.html new file mode 100644 index 0000000..020fc20 --- /dev/null +++ b/kontakt.html @@ -0,0 +1,61 @@ +--- +layout: page +permalink: '/kontakt/' +--- + + + +
+
+
+

Kontakt

+
+
+
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
\ No newline at end of file