Skip to content

Commit 547d8c6

Browse files
authored
Merge pull request #71 from clojurebridge-berlin/registration-section
Separate registration info for participants and coaches
2 parents 8b5875a + 41b2905 commit 547d8c6

File tree

2 files changed

+64
-42
lines changed

2 files changed

+64
-42
lines changed

assets/stylesheet.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
h1, h2 {
1+
h1, h2, h3 {
22
text-align: center;
33
}
44

@@ -16,6 +16,15 @@ section.module h2 {
1616
font-size: 30px; /* font size on tablet and smaller */
1717
}
1818

19+
h3 {
20+
font-size: 32px;
21+
margin-bottom: 30px;
22+
}
23+
24+
.btn {
25+
font-size: 20px;
26+
}
27+
1928
section.module p {
2029
margin-bottom: 3%;
2130
font-size: 16px;
@@ -119,16 +128,14 @@ section.module.parallax-4 {
119128
border-style: dotted;
120129
}
121130

122-
.apply-box {
123-
margin-left: 5px;
124-
margin-right: 5px;
125-
padding-top: 15px;
126-
border-style: dotted;
127-
border-color: #5cb85c;
131+
.container-registration {
132+
margin: 50px auto;
133+
padding: 30px 40px 10px;
134+
border: 4px solid black;
128135
}
129136

130-
.apply-text {
131-
line-height: 1.6;
137+
.btn-wide {
138+
width: 100%;
132139
}
133140

134141
.green-border {
@@ -143,13 +150,6 @@ section.module.parallax-4 {
143150
line-height: 1.6;
144151
}
145152

146-
/* Override Bootstrap */
147-
148-
.btn {
149-
margin-bottom: 10px;
150-
width: 100%;
151-
}
152-
153153
/* MEDIA QUERIES */
154154

155155
@media all and (min-device-width: 1024px) {

index.html

Lines changed: 48 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,67 @@
66
<section class="module content">
77
<div class="container">
88
<div class="row">
9-
<h2>Clojure Programming Workshops</h2>
10-
<div class="col-md-6 space-below">
9+
<div class="col-sm-6 col-md-6 space-below">
1110
<p>
12-
<b>English: </b> <a href="http://www.clojurebridge.org/">ClojureBridge</a>
13-
is a free Clojure programming workshop for women and non-binary people -
14-
especially for those with little to no programming experience.<br>
15-
<b>Next workshop: 6/7 October 2017</b>
11+
<b>English:</b> ClojureBridge is a free workshop introducing women and non-binary people to programming and the local technology community.
1612
</p>
1713
</div>
18-
<div class="col-md-6">
14+
<div class="col-sm-6 col-md-6">
1915
<p>
20-
<b>Deutsch: </b><a href="http://www.clojurebridge.org/">ClojureBridge</a>
21-
ist ein kostenloser Programmier-Workshop für Frauen und nicht-binäre Menschen, besonders für diejenigen
16+
<b>Deutsch:</b> ClojureBridge ist ein kostenloser Programmier-Workshop für Frauen und nicht-binäre Menschen, besonders für diejenigen
2217
mit keiner oder wenig Erfahrung im Programmieren.<br>
23-
<b>Nächster Workshop: 6/7 Oktober 2017</b>
2418
</p>
2519
</div>
2620
</div>
27-
<div class="row apply-box">
28-
<div class="col-xs-12 col-sm-12 col-md-4">
29-
<p class="apply-text">Apply now: | Bewirb dich jetzt:</p>
30-
</div>
31-
<div class="col-xs-12 col-sm-12 col-md-4">
32-
<a href="https://goo.gl/forms/j2uSR4etb1maX3u52"><button type="button" class="btn btn-success">ATTEND | TEILNEHMEN</button></a>
21+
</div>
22+
23+
<div class="container container-registration">
24+
<div class="row">
25+
<h3>ClojureBridge 2017</h3>
26+
</div>
27+
28+
<div class="row">
29+
<div class="col-xs-12 col-sm-6 col-md-6 bottom-space">
30+
<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!
32+
</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>
35+
</p>
3336
</div>
34-
<div class="col-xs-12 col-sm-12 col-md-4">
35-
<a href="https://goo.gl/forms/YMgTqhgQ0Ko1PNht1"><button type="button" class="btn btn-default coach-button">COACH</button></a>
37+
<div class="col-xs-12 col-sm-6 col-md-6 bottom-space">
38+
<p>
39+
<b>Deutsch:</b> Nächster Workshop: Freitagabend <strong>6 Oktober</strong> und Samstag <strong>7 Oktober</strong>.
40+
</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>
43+
</p>
3644
</div>
3745
</div>
38-
<div class="row"><div class="col-md-12"><small>Application deadline | Bewerbungsschluss September 10</small></div></div>
46+
</div>
3947

40-
<div class="row arrow">
41-
<p>
42-
<b>Learn more!</b>
43-
<img src="/images/scroll-arrow.png">
44-
<b>Erfahre mehr!</b>
45-
</p>
48+
<div class="container">
49+
<div class="row">
50+
<h3>Call for Coaches</h3>
51+
</div>
52+
<div class="row">
53+
<div class="col-xs-12 col-sm-6 col-md-6 bottom-space">
54+
<p>
55+
<b>English:</b> Do you enjoy programming and want to help spread the joy of coding or Clojure? Sign up to <a href="http://clojurebridge-berlin.org/coach">coach at ClojureBridge</a>! All genders welcome. If you are considering but don’t feel confident enough, don’t worry, you <em>can</em> coach. We will help you.
56+
</p>
57+
<p class="centered">
58+
<a href="https://goo.gl/forms/YMgTqhgQ0Ko1PNht1"><button type="button" class="btn btn-default btn-wide coach-button">Register to Coach</button></a>
59+
</p>
60+
</div>
61+
<div class="col-xs-12 col-sm-6 col-md-6 bottom-space">
62+
<p>
63+
<b>Deutsch:</b> Sie programmieren und wollen die Freude an der Codierung oder Clojure teilen? Melden Sie <a href="http://clojurebridge-berlin.org/coach">sich bei ClojureBridge an Trainer</a>! Alle Geschlechter willkommen Wenn Sie erwägen, aber nicht sicher genug zu sein, keine Sorge, können Sie Trainer. Wir werden Ihnen helfen.
64+
</p>
65+
<p class="centered">
66+
<a href="https://goo.gl/forms/YMgTqhgQ0Ko1PNht1"><button type="button" class="btn btn-default btn-wide coach-button">Teilnehmen sich an Coach</button></a>
67+
</p>
68+
</div>
4669
</div>
47-
</div>
4870
</section>
4971

5072
<section class="module parallax parallax-1">

0 commit comments

Comments
 (0)