Skip to content

Commit cdccb86

Browse files
committed
editing and restyling
1 parent 97776c4 commit cdccb86

File tree

9 files changed

+131
-96
lines changed

9 files changed

+131
-96
lines changed

_layouts/layout.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@
1414
<div id="container">
1515
<div id="side">
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
17+
<div class="section">
1718
<ul>
1819
<li><a href="/about">about</a></li>
1920
<li><a href="http://talk.code52.org/">discussion</a></li>
21+
<li><a href="http://twitter.com/code_52">twitter</a></li>
22+
<li><a href="http://jabbr.net/code52">jabbr</a></li>
2023
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
24+
2125
<li><a href="#">past ideas</a></li>
26+
<li><a href="#">wall of champions</a></li>
27+
28+
2229
</ul>
30+
</div>
31+
2332
</div>
2433
<div id="content">
2534
{{content}}

_posts/2011-12-31-introduction.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ title: "An introduction to code52"
44
author: shiftkey
55
---
66

7-
I don't know which one of my co-conspirators came up with the idea, but it all started with a simple premise:
7+
This all started with a simple premise:
88

9-
**"A new coding project every week"**
9+
##"A new coding project every week"
1010

11-
Madness! Surely it couldn't be possible. What would that even involve?
11+
Madness! I was hooked and [gobsmacked](http://dictionary.reference.com/browse/gobsmacked) at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:
1212

13-
I had so many questions, but as we discussed it we started to come to something resembling an agreement. We wanted to:
14-
15-
- introduce more developers to open-source projects and help them learn the ropes.
16-
- foster a community that encouraged contributions across a range of technologies.
17-
- work on projects which the community want to improve.
13+
- introduce developers to open-source projects and help them learn the ropes.
14+
- foster a community which encouraged contributions across a range of technologies.
15+
- work on projects which the community (i.e. YOU) want to improve.
1816

1917
Of course, that doesn't get away from the original question I had.
2018

21-
**Why a week?**
19+
##Why a week?
2220

2321
A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:
2422

@@ -27,21 +25,22 @@ I had so many questions, but as we discussed it we started to come to something
2725
- more variety of projects to work on - something different each week.
2826
- with good organisation, each week should be productive out of the gate.
2927

30-
But there are some things we need to address first:
3128

32-
**What next?**
29+
##What next?
3330

34-
We need to work out:
31+
But there are some things we need to address first:
3532

3633
- how do we determine which projects to work on?
37-
- [DVCS](http://en.wikipedia.org/wiki/Distributed_revision_control) is still a relatively new concept - how can we help getting new developers familiar with it?
38-
- how do we organise each project? We want to give value both to the project owners and the contributors.
34+
- how do we organise each project?
35+
- how do we (as co-ordinators) deal with the skill gap between experienced and junior developers?
36+
37+
We want to **build fun stuff**, **give back** to the projects who have helped us over the years, and **create a community** around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.
3938

40-
We want to **build fun stuff**, **give back** to the projects who have helped us over the years, and **create a community** around our crazy ideas.
39+
Do you have an project which suits this idea? [Vote on it](http://code52.uservoice.org)
4140

42-
So whatever your background and skillset, if you want to get involved and learn from others in the community, we'd love to hear from you.
41+
Want to discuss your ideas and suggestions ? [Share it](http://code52.tenderapp.com)
4342

44-
So drop in on our [UserVoice](http://code52.uservoice.org) channel and suggest or vote on projects, discuss your ideas and suggestions on the [TenderApp](http://code52.tenderapp.com) site, and follow us on [Twitter](http://twitter.com/code52_org) to hear more about it.
43+
Want to get in touch? Follow us on [Twitter](http://twitter/code_52)!
4544

4645

4746

_site/about.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@
1414
<div id="container">
1515
<div id="side">
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
17+
<div class="section">
1718
<ul>
1819
<li><a href="/about">about</a></li>
1920
<li><a href="http://talk.code52.org/">discussion</a></li>
21+
<li><a href="http://twitter.com/code_52">twitter</a></li>
22+
<li><a href="http://jabbr.net/code52">jabbr</a></li>
2023
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
24+
2125
<li><a href="#">past ideas</a></li>
26+
<li><a href="#">wall of champions</a></li>
27+
28+
2229
</ul>
30+
</div>
31+
2332
</div>
2433
<div id="content">
2534
<div class="entry-container">

_site/atom.xml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Code52</title>
44
<link href="http://www.Code52.org/"/>
55
<link type="application/atom+xml" rel="self" href="http://www.Code52.org/atom.xml"/>
6-
<updated>2011-12-16T21:31:29+11:00</updated>
6+
<updated>2011-12-16T22:02:51+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>
@@ -20,24 +20,22 @@
2020
<name>Code52 Team</name>
2121
<uri>http://www.Code52.org/</uri>
2222
</author>
23-
<content type="html">&lt;p&gt;I don't know which one of my co-conspirators came up with the idea, but it all started with a simple premise:&lt;/p&gt;
23+
<content type="html">&lt;p&gt;This all started with a simple premise:&lt;/p&gt;
2424

25-
&lt;p&gt;&lt;strong&gt;&quot;A new coding project every week&quot;&lt;/strong&gt;&lt;/p&gt;
25+
&lt;h2&gt;&quot;A new coding project every week&quot;&lt;/h2&gt;
2626

27-
&lt;p&gt;Madness! Surely it couldn't be possible. What would that even involve?&lt;/p&gt;
28-
29-
&lt;p&gt;I had so many questions, but as we discussed it we started to come to something resembling an agreement. We wanted to:&lt;/p&gt;
27+
&lt;p&gt;Madness! I was hooked and &lt;a href=&quot;http://dictionary.reference.com/browse/gobsmacked&quot;&gt;gobsmacked&lt;/a&gt; at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:&lt;/p&gt;
3028

3129
&lt;ul&gt;
32-
&lt;li&gt;introduce more developers to open-source projects and help them learn the ropes.&lt;/li&gt;
33-
&lt;li&gt;foster a community that encouraged contributions across a range of technologies.&lt;/li&gt;
34-
&lt;li&gt;work on projects which the community want to improve.&lt;/li&gt;
30+
&lt;li&gt;introduce developers to open-source projects and help them learn the ropes.&lt;/li&gt;
31+
&lt;li&gt;foster a community which encouraged contributions across a range of technologies.&lt;/li&gt;
32+
&lt;li&gt;work on projects which the community (i.e. YOU) want to improve.&lt;/li&gt;
3533
&lt;/ul&gt;
3634

3735

3836
&lt;p&gt; Of course, that doesn't get away from the original question I had.&lt;/p&gt;
3937

40-
&lt;p&gt; &lt;strong&gt;Why a week?&lt;/strong&gt;&lt;/p&gt;
38+
&lt;h2&gt;Why a week?&lt;/h2&gt;
4139

4240
&lt;p&gt; A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:&lt;/p&gt;
4341

@@ -49,24 +47,24 @@
4947
&lt;/ul&gt;
5048

5149

52-
&lt;p&gt; But there are some things we need to address first:&lt;/p&gt;
53-
54-
&lt;p&gt; &lt;strong&gt;What next?&lt;/strong&gt;&lt;/p&gt;
50+
&lt;h2&gt;What next?&lt;/h2&gt;
5551

56-
&lt;p&gt;We need to work out:&lt;/p&gt;
52+
&lt;p&gt; But there are some things we need to address first:&lt;/p&gt;
5753

5854
&lt;ul&gt;
5955
&lt;li&gt;how do we determine which projects to work on?&lt;/li&gt;
60-
&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Distributed_revision_control&quot;&gt;DVCS&lt;/a&gt; is still a relatively new concept - how can we help getting new developers familiar with it?&lt;/li&gt;
61-
&lt;li&gt;how do we organise each project? We want to give value both to the project owners and the contributors.&lt;/li&gt;
56+
&lt;li&gt;how do we organise each project?&lt;/li&gt;
57+
&lt;li&gt;how do we (as co-ordinators) deal with the skill gap between experienced and junior developers?&lt;/li&gt;
6258
&lt;/ul&gt;
6359

6460

65-
&lt;p&gt; We want to &lt;strong&gt;build fun stuff&lt;/strong&gt;, &lt;strong&gt;give back&lt;/strong&gt; to the projects who have helped us over the years, and &lt;strong&gt;create a community&lt;/strong&gt; around our crazy ideas.&lt;/p&gt;
61+
&lt;p&gt; We want to &lt;strong&gt;build fun stuff&lt;/strong&gt;, &lt;strong&gt;give back&lt;/strong&gt; to the projects who have helped us over the years, and &lt;strong&gt;create a community&lt;/strong&gt; around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.&lt;/p&gt;
62+
63+
&lt;p&gt; Do you have an project which suits this idea? &lt;a href=&quot;http://code52.uservoice.org&quot;&gt;Vote on it&lt;/a&gt;&lt;/p&gt;
6664

67-
&lt;p&gt; So whatever your background and skillset, if you want to get involved and learn from others in the community, we'd love to hear from you.&lt;/p&gt;
65+
&lt;p&gt; Want to discuss your ideas and suggestions ? &lt;a href=&quot;http://code52.tenderapp.com&quot;&gt;Share it&lt;/a&gt;&lt;/p&gt;
6866

69-
&lt;p&gt; So drop in on our &lt;a href=&quot;http://code52.uservoice.org&quot;&gt;UserVoice&lt;/a&gt; channel and suggest or vote on projects, discuss your ideas and suggestions on the &lt;a href=&quot;http://code52.tenderapp.com&quot;&gt;TenderApp&lt;/a&gt; site, and follow us on &lt;a href=&quot;http://twitter.com/code52_org&quot;&gt;Twitter&lt;/a&gt; to hear more about it.&lt;/p&gt;
67+
&lt;p&gt; Want to get in touch? Follow us on &lt;a href=&quot;http://twitter/code_52&quot;&gt;Twitter&lt;/a&gt;!&lt;/p&gt;
7068
</content>
7169
</entry>
7270

_site/css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ li { margin:0; padding:0; list-style-type:none;}
99
.entry li, .idea li{ margin-left:10px; list-style-type:circle;}
1010
#homelink:hover { background:none; }
1111
#side { float:right;color: #41b1e1; }
12-
#side ul { margin-top:50px; font-size:2em; padding:0;}
12+
#side .section { margin-top:50px; padding:0;}
13+
#side .section ul { font-size:2em; }
1314
#content { width:50%;}
1415
img
1516
{
@@ -27,4 +28,7 @@ img
2728
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px;}
2829
#side li { display:inline; }
2930
#homelink img { max-width:40%; }
30-
}
31+
}
32+
33+
.postdate { font-size: 0.8em; font-weight: bold; }
34+
.idea h1, .entry h1 { margin-bottom: 5px;}

_site/index.html

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@
1414
<div id="container">
1515
<div id="side">
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
17+
<div class="section">
1718
<ul>
1819
<li><a href="/about">about</a></li>
1920
<li><a href="http://talk.code52.org/">discussion</a></li>
21+
<li><a href="http://twitter.com/code_52">twitter</a></li>
22+
<li><a href="http://jabbr.net/code52">jabbr</a></li>
2023
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
24+
2125
<li><a href="#">past ideas</a></li>
26+
<li><a href="#">wall of champions</a></li>
27+
28+
2229
</ul>
30+
</div>
31+
2332
</div>
2433
<div id="content">
2534
<ul class="ideas">
@@ -35,24 +44,22 @@ <h1><a href="/introduction">An introduction to code52</a></h1>
3544
</ul>
3645
</div>
3746

38-
<p>I don't know which one of my co-conspirators came up with the idea, but it all started with a simple premise:</p>
39-
40-
<p><strong>"A new coding project every week"</strong></p>
47+
<p>This all started with a simple premise:</p>
4148

42-
<p>Madness! Surely it couldn't be possible. What would that even involve?</p>
49+
<h2>"A new coding project every week"</h2>
4350

44-
<p>I had so many questions, but as we discussed it we started to come to something resembling an agreement. We wanted to:</p>
51+
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:</p>
4552

4653
<ul>
47-
<li>introduce more developers to open-source projects and help them learn the ropes.</li>
48-
<li>foster a community that encouraged contributions across a range of technologies.</li>
49-
<li>work on projects which the community want to improve.</li>
54+
<li>introduce developers to open-source projects and help them learn the ropes.</li>
55+
<li>foster a community which encouraged contributions across a range of technologies.</li>
56+
<li>work on projects which the community (i.e. YOU) want to improve.</li>
5057
</ul>
5158

5259

5360
<p> Of course, that doesn't get away from the original question I had.</p>
5461

55-
<p> <strong>Why a week?</strong></p>
62+
<h2>Why a week?</h2>
5663

5764
<p> A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:</p>
5865

@@ -64,24 +71,24 @@ <h1><a href="/introduction">An introduction to code52</a></h1>
6471
</ul>
6572

6673

67-
<p> But there are some things we need to address first:</p>
68-
69-
<p> <strong>What next?</strong></p>
74+
<h2>What next?</h2>
7075

71-
<p>We need to work out:</p>
76+
<p> But there are some things we need to address first:</p>
7277

7378
<ul>
7479
<li>how do we determine which projects to work on?</li>
75-
<li><a href="http://en.wikipedia.org/wiki/Distributed_revision_control">DVCS</a> is still a relatively new concept - how can we help getting new developers familiar with it?</li>
76-
<li>how do we organise each project? We want to give value both to the project owners and the contributors.</li>
80+
<li>how do we organise each project?</li>
81+
<li>how do we (as co-ordinators) deal with the skill gap between experienced and junior developers?</li>
7782
</ul>
7883

7984

80-
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects who have helped us over the years, and <strong>create a community</strong> around our crazy ideas.</p>
85+
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects who have helped us over the years, and <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
86+
87+
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.org">Vote on it</a></p>
8188

82-
<p> So whatever your background and skillset, if you want to get involved and learn from others in the community, we'd love to hear from you.</p>
89+
<p> Want to discuss your ideas and suggestions ? <a href="http://code52.tenderapp.com">Share it</a></p>
8390

84-
<p> So drop in on our <a href="http://code52.uservoice.org">UserVoice</a> channel and suggest or vote on projects, discuss your ideas and suggestions on the <a href="http://code52.tenderapp.com">TenderApp</a> site, and follow us on <a href="http://twitter.com/code52_org">Twitter</a> to hear more about it.</p>
91+
<p> Want to get in touch? Follow us on <a href="http://twitter/code_52">Twitter</a>!</p>
8592

8693
<br />
8794
<a href="/introduction#disqus_thread">Comments</a>

_site/introduction.html

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@
1414
<div id="container">
1515
<div id="side">
1616
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
17+
<div class="section">
1718
<ul>
1819
<li><a href="/about">about</a></li>
1920
<li><a href="http://talk.code52.org/">discussion</a></li>
21+
<li><a href="http://twitter.com/code_52">twitter</a></li>
22+
<li><a href="http://jabbr.net/code52">jabbr</a></li>
2023
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
24+
2125
<li><a href="#">past ideas</a></li>
26+
<li><a href="#">wall of champions</a></li>
27+
28+
2229
</ul>
30+
</div>
31+
2332
</div>
2433
<div id="content">
2534
<div class="entry-container">
@@ -30,24 +39,22 @@ <h1> An introduction to code52 </h1>
3039

3140
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-via="code52org">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
3241
</span>
33-
<p>I don't know which one of my co-conspirators came up with the idea, but it all started with a simple premise:</p>
34-
35-
<p><strong>"A new coding project every week"</strong></p>
42+
<p>This all started with a simple premise:</p>
3643

37-
<p>Madness! Surely it couldn't be possible. What would that even involve?</p>
44+
<h2>"A new coding project every week"</h2>
3845

39-
<p>I had so many questions, but as we discussed it we started to come to something resembling an agreement. We wanted to:</p>
46+
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:</p>
4047

4148
<ul>
42-
<li>introduce more developers to open-source projects and help them learn the ropes.</li>
43-
<li>foster a community that encouraged contributions across a range of technologies.</li>
44-
<li>work on projects which the community want to improve.</li>
49+
<li>introduce developers to open-source projects and help them learn the ropes.</li>
50+
<li>foster a community which encouraged contributions across a range of technologies.</li>
51+
<li>work on projects which the community (i.e. YOU) want to improve.</li>
4552
</ul>
4653

4754

4855
<p> Of course, that doesn't get away from the original question I had.</p>
4956

50-
<p> <strong>Why a week?</strong></p>
57+
<h2>Why a week?</h2>
5158

5259
<p> A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:</p>
5360

@@ -59,24 +66,24 @@ <h1> An introduction to code52 </h1>
5966
</ul>
6067

6168

62-
<p> But there are some things we need to address first:</p>
63-
64-
<p> <strong>What next?</strong></p>
69+
<h2>What next?</h2>
6570

66-
<p>We need to work out:</p>
71+
<p> But there are some things we need to address first:</p>
6772

6873
<ul>
6974
<li>how do we determine which projects to work on?</li>
70-
<li><a href="http://en.wikipedia.org/wiki/Distributed_revision_control">DVCS</a> is still a relatively new concept - how can we help getting new developers familiar with it?</li>
71-
<li>how do we organise each project? We want to give value both to the project owners and the contributors.</li>
75+
<li>how do we organise each project?</li>
76+
<li>how do we (as co-ordinators) deal with the skill gap between experienced and junior developers?</li>
7277
</ul>
7378

7479

75-
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects who have helped us over the years, and <strong>create a community</strong> around our crazy ideas.</p>
80+
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects who have helped us over the years, and <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
81+
82+
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.org">Vote on it</a></p>
7683

77-
<p> So whatever your background and skillset, if you want to get involved and learn from others in the community, we'd love to hear from you.</p>
84+
<p> Want to discuss your ideas and suggestions ? <a href="http://code52.tenderapp.com">Share it</a></p>
7885

79-
<p> So drop in on our <a href="http://code52.uservoice.org">UserVoice</a> channel and suggest or vote on projects, discuss your ideas and suggestions on the <a href="http://code52.tenderapp.com">TenderApp</a> site, and follow us on <a href="http://twitter.com/code52_org">Twitter</a> to hear more about it.</p>
86+
<p> Want to get in touch? Follow us on <a href="http://twitter/code_52">Twitter</a>!</p>
8087

8188
</div>
8289
</div>

0 commit comments

Comments
 (0)