From 471081b1f37426f713d5042e5ba82c0ecb11d0b1 Mon Sep 17 00:00:00 2001 From: Malwine Date: Tue, 2 Feb 2016 20:38:22 +0100 Subject: [PATCH 1/4] 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.

+ +
+
+

Updates & Newsletter:

+
+ +
+
+ {% include announcement_list_signup_form_slim.html %} +
+
+
+

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

Workshop

Workshop facts:

- -
-
-

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 2/4] 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

-