Skip to content

Commit 6277df8

Browse files
vsmartlislis
authored andcommitted
[Hold until Sept 11] Close registrations (#80)
* Close registrations * Update index.html * center align buttons
1 parent f6dfd2b commit 6277df8

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

_includes/announcement_list_signup_form_slim.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<!-- Begin MailChimp Signup Form -->
22
<div class="row">
33
<form action="//github.us12.list-manage.com/subscribe/post?u=d788f0653a3e56a367e673beb&amp;id=253a66d08d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
4-
<div id="mc_embed_signup_scroll">
4+
<div id="mc_embed_signup_scroll" class="announcement-list-signup">
55
<!-- <label for="mce-EMAIL">Subscribe to our announcement list</label> -->
6-
<div class="col-md-6">
7-
<Input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="Email" required>
8-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
6+
<div>
7+
<Input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="Email" required>
8+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
99
</div>
1010
<div style="position: absolute; left: -5000px;" aria-hidden="true">
1111
<input type="text" name="b_d788f0653a3e56a367e673beb_253a66d08d" tabindex="-1" value="">
1212
</div>
13-
<div class="col-md-6">
14-
<div class="clear">
15-
<input type="submit" value="Subscribe - Abonnieren" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">
16-
</div>
13+
<div class="clear">
14+
<input type="submit" value={{ include.button_label }} name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">
1715
</div>
1816
</div>
1917
</form>

assets/stylesheet.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ section.module.parallax-4 {
193193
}
194194
}
195195

196+
.announcement-list-signup {
197+
display: flex;
198+
justify-content: space-evenly;
199+
align-items: center;
200+
max-width: 80%;
201+
}
202+
196203
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
197204
section.module.parallax {
198205
background-position: 50% 50%;

index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,23 @@ <h3>ClojureBridge 2017</h3>
2828
<div class="row">
2929
<div class="col-xs-12 col-sm-6 col-md-6 bottom-space">
3030
<p>
31-
<b>English:</b> Our next workshop is Friday evening <strong>6 October</strong> and Saturday <strong>7 October</strong>. Join the Berlin Clojure community for a day of learning and exploration through creative visual projects!
31+
<b>English:</b> Our next workshop is Friday evening <strong>6 October</strong> and Saturday <strong>7 October</strong>.
3232
</p>
33-
<p class="centered">
34-
<a href="https://goo.gl/forms/j2uSR4etb1maX3u52"><button type="button" class="btn btn-success btn-wide">Register now</button></a>
33+
<p>
34+
Registrations are closed now. Sign up to our mailing list to get updates for the next one!
35+
</p>
36+
<p>
37+
{% include announcement_list_signup_form_slim.html button_label="Subscribe" %}
3538
</p>
3639
</div>
3740
<div class="col-xs-12 col-sm-6 col-md-6 bottom-space">
3841
<p>
39-
<b>Deutsch:</b> Nächster Workshop: Freitagabend, <strong>6. Oktober</strong> und Samstag <strong>7. Oktober</strong>. Trete der Clojure Community für einen lehrreichen Tag bei und erkunde Clojure bei kreativen, visuellen Projekten.
42+
<b>Deutsch:</b> Nächster Workshop: Freitagabend, <strong>6. Oktober</strong> und Samstag <strong>7. Oktober</strong>.
4043
</p>
41-
<p class="centered">
42-
<a href="https://goo.gl/forms/j2uSR4etb1maX3u52"><button type="button" class="btn btn-success btn-wide">Bewirb dich jetzt</button></a>
44+
<p>
45+
Die Anmeldungen sind jetzt geschlossen. Trage dich auf unserer Mailingliste ein, um als erste vom nächsten Workshop zu hören!
46+
<p>
47+
{% include announcement_list_signup_form_slim.html button_label="Abonnieren"%}
4348
</p>
4449
</div>
4550
</div>

0 commit comments

Comments
 (0)