From bebd2f56c0a5e7ad68c09546be34fbfc6363ba38 Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Wed, 27 Jan 2016 19:13:02 +0100 Subject: [PATCH 1/5] Add a signup form for the mailchimp announce list We now have a mailing list so people who like to hear about future workshops can easily subscribe. This adds a small form at the bottom to subscribe to this list. --- _includes/announcement_list_signup_form.html | 36 +++++++++++++++++++ .../announcement_list_signup_form_slim.html | 20 +++++++++++ assets/stylesheet.css | 9 +++++ index.html | 11 ++++-- 4 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 _includes/announcement_list_signup_form.html create mode 100644 _includes/announcement_list_signup_form_slim.html diff --git a/_includes/announcement_list_signup_form.html b/_includes/announcement_list_signup_form.html new file mode 100644 index 0000000..c83fa43 --- /dev/null +++ b/_includes/announcement_list_signup_form.html @@ -0,0 +1,36 @@ + + + +
+
+
+

Subscribe to our announcement list

+
* indicates required
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ + diff --git a/_includes/announcement_list_signup_form_slim.html b/_includes/announcement_list_signup_form_slim.html new file mode 100644 index 0000000..14d2c75 --- /dev/null +++ b/_includes/announcement_list_signup_form_slim.html @@ -0,0 +1,20 @@ + + + +
+
+
+ + + + +
+
+
+
+ + diff --git a/assets/stylesheet.css b/assets/stylesheet.css index 1f21dd0..06fffbb 100644 --- a/assets/stylesheet.css +++ b/assets/stylesheet.css @@ -117,6 +117,15 @@ section.module.parallax-4 { line-height: 1.8; } +#signup-form-wrapper { + margin: 0 auto; + width: 60%; +} + +#signup-form-wrapper #mc_embed_signup input.email { + width: 100%; +} + /* Override Bootstrap */ .btn { diff --git a/index.html b/index.html index 190083c..b27df25 100644 --- a/index.html +++ b/index.html @@ -230,8 +230,8 @@

About us

-

Our last workshop happened on July 10 and 11 in Berlin. We had 29 students and 17 coaches. Our generous host was Wunderlist and food was provided by the wonderful caterer Federica.

-

Unser letzter Workshop fand am 10. und 11. Juli in Berlin statt. Es gab 29 TeilnehmerInnen und 17 Coaches. Wunderlist war unser großzügiger Gastgeber und Federica unser fantastisches Catering.

+

Our first workshop happened on 10 and 11 July 2015 in Berlin. We had 29 students and 17 coaches. Our generous host was Wunderlist and food was provided by the wonderful caterer Federica. The second workshop in January 2016 drew 35 attendees and 20 coaches.

+

Unser erster Workshop fand am 10. und 11. Juli 2015 in Berlin statt. Es gab 29 TeilnehmerInnen und 17 Coaches. Wunderlist war unser großzügiger Gastgeber und Federica unser fantastisches Catering.

@@ -331,4 +331,11 @@

ClojureBridge is supported by:

+
+
+

Stay up to date

+ {% include announcement_list_signup_form_slim.html %} +
+
+ From 471081b1f37426f713d5042e5ba82c0ecb11d0b1 Mon Sep 17 00:00:00 2001 From: Malwine Date: Tue, 2 Feb 2016 20:38:22 +0100 Subject: [PATCH 2/5] Update text and move the form to the top of the page --- index.html | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index b27df25..f762f50 100644 --- a/index.html +++ b/index.html @@ -9,15 +9,28 @@

Clojure Programming Workshops

- English: ClojureBridge is a free Clojure programming workshop for women. Especially for those with just a little or no programming experience.
Next workshop: January 22 and 23, 2016 in Berlin. Applications are closed. + English: ClojureBridge is a free Clojure programming workshop for women. Especially for those with just a little or no programming experience. The last workshop took place in January 2016.

- Deutsch: ClojureBridge ist ein kostenloser Programmier-Workshop für Frauen. Besonders für diejenigen mit keiner oder wenig Erfahrung im Programmieren.
Nächster Workshop: 22. und 23. Januar in Berlin. Die Bewerbungszeit ist zu Ende. + Deutsch: ClojureBridge ist ein kostenloser Programmier-Workshop für Frauen. Besonders für diejenigen mit keiner oder wenig Erfahrung im Programmieren. Der letzte Workshop fand im Januar 2016 statt.

+ + +

Learn more! @@ -43,7 +56,7 @@

Workshop

Workshop facts:

  • -

    Date: January 22 and 23, 2016 in Berlin

    +

    Location: Berlin

  • Friday: evening from 6 PM - install party

    @@ -66,7 +79,7 @@

    Workshop

    Workshop Fakten:

    • -

      Datum: 22. und 23. Januar 2016 in Berlin

      +

      Ort: Berlin

    • Freitag: abends ab 18 Uhr - install party

      @@ -330,12 +343,4 @@

      ClojureBridge is supported by:

- -
-
-

Stay up to date

- {% include announcement_list_signup_form_slim.html %} -
-
- From cf5e808fbf18f1aa4fed6c8e7a805625d7c8ecc5 Mon Sep 17 00:00:00 2001 From: Malwine Date: Tue, 2 Feb 2016 20:44:33 +0100 Subject: [PATCH 3/5] Update attention box css for sign up for newsletter and workshop --- assets/stylesheet.css | 17 ++++++++--------- index.html | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/assets/stylesheet.css b/assets/stylesheet.css index 06fffbb..c4e1ec4 100644 --- a/assets/stylesheet.css +++ b/assets/stylesheet.css @@ -105,25 +105,24 @@ section.module.parallax-4 { opacity: 0.9; } -.apply-box { +.attention-box { margin-left: 5px; margin-right: 5px; padding-top: 15px; + padding-bottom: 5px; border-style: dotted; - border-color: #5cb85c; } -.apply-text { - line-height: 1.8; +.green-border { + border-color: #5cb85c; } -#signup-form-wrapper { - margin: 0 auto; - width: 60%; +.gray-border { + border-color: #AEAFAE; } -#signup-form-wrapper #mc_embed_signup input.email { - width: 100%; +.box-text { + line-height: 1.6; } /* Override Bootstrap */ diff --git a/index.html b/index.html index f762f50..5cbb7cc 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,9 @@

Clojure Programming Workshops

-