Skip to content

Commit 99daae6

Browse files
committed
Merge pull request #5 from cljart/adjust_clojurebridge
Update cljart website text
2 parents f461659 + 2552afb commit 99daae6

File tree

4 files changed

+36
-25
lines changed

4 files changed

+36
-25
lines changed

_site/index.html

+23-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<head>
33
<meta charset="utf-8">
4+
<title>CLJ Art Collective</title>
45
<link rel="stylesheet" href="/public/css/stylesheet.css">
56
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:300' rel='stylesheet' type='text/css'>
67
<meta name="viewport" content="width=device-width, initial-scale=1.0"
@@ -9,39 +10,46 @@
910

1011
<h1 id="clj-art-collective-3supsmallsmallsup">CLJ Art Collective &lt;3<sup><small>*</small></sup></h1>
1112

12-
<p><small><sup>*</sup> pronounced “with a heart”</small> </p>
13+
<p><small><sup>*</sup> pronounced “with a heart”</small></p>
1314

14-
<p>We are a learners group and programmer collective. <br />
15-
On Mondays we play around with </p>
15+
<p>We are a learners group and programmer collective: <br />
16+
<a href="https://twitter.com/jellea" class="highlight_link">@jellea</a>, <a href="https://twitter.com/nicsnet" class="highlight_link">@nicsnet</a>, <a href="https://twitter.com/malweene" class="highlight_link">@malweene</a>, <a href="https://twitter.com/plexus" class="highlight_link">@plexus</a>, <a href="https://twitter.com/thatbettina" class="highlight_link">@thatbettina</a></p>
17+
18+
<p>Usually we meet on Mondays and play around with</p>
1619

1720
<ul>
18-
<li>Clojure/Clojurescript </li>
19-
<li>Music </li>
20-
<li>Animation </li>
21-
<li>and everything that comes to our mind. </li>
21+
<li>Clojure/Clojurescript</li>
22+
<li>Music</li>
23+
<li>Animation</li>
24+
<li>and everything that comes to our mind.</li>
2225
</ul>
2326

27+
<p>Currently we are in our summerbreak! <br />
28+
But we keep reading <a href="http://www.braveclojure.com/">this awesome book.</a></p>
29+
2430
<div class="box">
2531
<h3 id="clojurebridge">ClojureBridge</h3>
26-
<p>Currently we are planning <a href="http://www.clojurebridge.org/" class="coaching">ClojureBridge</a> Berlin! <br />
27-
Which is a free, beginner-friendly Clojure programming workshop for women. </p>
32+
<p>ClojureBridge is a free, beginner-friendly Clojure programming workshop for women.</p>
33+
34+
<p>In July 2015 we organized our own <a href="https://clojurebridge-berlin.github.io/" class="highlight_link">ClojureBridge Workshop</a> in Berlin! <br /></p>
2835

29-
<p><a href="https://docs.google.com/forms/d/1tZXTsTPkeHA4EAW2pMVk_CzW1FkSxmGRWrgdvkPI__4/viewform?c=0&amp;w=1&amp;fbzx=3635869930483963967" class="coaching">Sign up for coaching!</a></p>
3036
</div>
3137

3238
<h3 id="our-projects">Our projects</h3>
3339

3440
<p><a href="/squares.html" class="projects">Squares</a></p>
3541

36-
<p><a href="/beeps.html" class="projects">Beeps</a> </p>
42+
<p><a href="/beeps.html" class="projects">Beeps</a></p>
43+
44+
<p><a href="http://l33tr00m.herokuapp.com/" class="projects">l33tr00m chat</a></p>
3745

38-
<p><a href="http://l33tr00m.herokuapp.com/" class="projects">l33tr00m chat</a> </p>
46+
<p><a href="https://github.com/cljart/TheDevilsStaircase" class="projects">The Devils Staircase</a></p>
3947

40-
<p><a href="https://github.com/cljart/TheDevilsStaircase" class="projects">The Devils Staircase</a> </p>
48+
<p><a href="https://github.com/cljart/secretsanta" class="projects">Secret Santa</a></p>
4149

42-
<p><a href="https://github.com/cljart/secretsanta" class="projects">Secret Santa</a> </p>
50+
<p><a href="https://github.com/cljart/steambox" class="projects">Steambox</a></p>
4351

44-
<p><a href="https://github.com/cljart" class="projects">And more on Github</a> </p>
52+
<p><a href="https://github.com/cljart" class="projects">And more on Github</a></p>
4553

4654

4755
</body>

_site/public/css/stylesheet.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ a.projects:link {
2525
float: left;
2626
}
2727

28-
a.coaching:link {
28+
a.highlight_link:link {
2929
color: #fbad4c;
3030
font-weight: bold;
3131
text-decoration: none;
@@ -50,7 +50,7 @@ a.projects:hover {
5050
background-color: #fbe97c;
5151
}
5252

53-
a.coaching:hover {
53+
a.highlight_link:hover {
5454
color: #e1621c;
5555
}
5656

index.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,25 @@ layout: default
88

99
<small><sup>*</sup> pronounced "with a heart"</small>
1010

11-
We are a learners group and programmer collective.
12-
For one year we met on Mondays and played around with
11+
We are a learners group and programmer collective:
12+
[@jellea](https://twitter.com/jellea){:.highlight_link}, [@nicsnet](https://twitter.com/nicsnet){:.highlight_link}, [@malweene](https://twitter.com/malweene){:.highlight_link}, [@plexus](https://twitter.com/plexus){:.highlight_link}, [@thatbettina](https://twitter.com/thatbettina){:.highlight_link}
13+
14+
Usually we meet on Mondays and play around with
1315

1416
* Clojure/Clojurescript
1517
* Music
1618
* Animation
1719
* and everything that comes to our mind.
1820

19-
Now we are in our summerbreak!
21+
Currently we are in our summerbreak!
22+
But we keep reading [this awesome book.](http://www.braveclojure.com/)
2023

2124
<div class="box">
2225
### ClojureBridge
23-
Currently we are planning [ClojureBridge](http://www.clojurebridge.org/){:.coaching} Berlin! <br>
24-
Which is a free, beginner-friendly Clojure programming workshop for women.
26+
ClojureBridge is a free, beginner-friendly Clojure programming workshop for women.
27+
28+
In July 2015 we organized our own [ClojureBridge Workshop](https://clojurebridge-berlin.github.io/){:.highlight_link} in Berlin! <br>
2529

26-
[Sign up for coaching!](https://docs.google.com/forms/d/1tZXTsTPkeHA4EAW2pMVk_CzW1FkSxmGRWrgdvkPI__4/viewform?c=0&w=1&fbzx=3635869930483963967){:.coaching}
2730
</div>
2831

2932
### Our projects

public/css/stylesheet.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ a.projects:link {
2525
float: left;
2626
}
2727

28-
a.coaching:link {
28+
a.highlight_link:link {
2929
color: #fbad4c;
3030
font-weight: bold;
3131
text-decoration: none;
@@ -50,7 +50,7 @@ a.projects:hover {
5050
background-color: #fbe97c;
5151
}
5252

53-
a.coaching:hover {
53+
a.highlight_link:hover {
5454
color: #e1621c;
5555
}
5656

0 commit comments

Comments
 (0)