Skip to content

Commit 194cc87

Browse files
author
aeoth
committed
Merge branch 'master'
2 parents 602a9e4 + 76c41b1 commit 194cc87

15 files changed

Lines changed: 609 additions & 131 deletions

_layouts/layout.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,29 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title>Code52</title>
9+
<title>{{page.title }} - code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>
1313
<body>
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>
18-
<li><a href="/about">about</a></li>
19+
<li><a href="/about.html">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}}

_layouts/post.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ <h1> {{page.title}} </h1>
88
{% for tag in page.tags %}
99
<li><a href="/tag/{{ tag }}">{{ tag }}</a></li>
1010
{% endfor %}
11-
12-
<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>
1311
</span>
1412
{{ content }}
1513
</div>
@@ -20,6 +18,8 @@ <h1> {{page.title}} </h1>
2018
<div class="clear">&nbsp;</div>
2119
</div>
2220

21+
22+
{% if page.comments %}
2323
<div id="disqus_thread"></div>
2424
<script type="text/javascript">
2525
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
@@ -33,4 +33,5 @@ <h1> {{page.title}} </h1>
3333
})();
3434
</script>
3535
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
36-
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
36+
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
37+
{% endif %}

_posts/2011-12-14-idea1.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

_posts/2011-12-31-introduction.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: post
3+
title: "Introducing code52"
4+
author: shiftkey
5+
---
6+
7+
This all started with a simple premise:
8+
9+
##"A new coding project every week"
10+
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 want to:
12+
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.
16+
17+
Of course, that doesn't get away from the original question I had.
18+
19+
##"Why a week?"
20+
21+
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:
22+
23+
- shorter timelines encourage achievable goals.
24+
- shorter timelines reduce the incentive to procrastinate.
25+
- more variety of projects to work on over a period of time.
26+
- with good organisation, each week should be productive out of the gate.
27+
28+
29+
##"What next?"
30+
31+
But there are some things we need to address first:
32+
33+
- how do we determine which projects to work on?
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 which have been useful to us, and potentially **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.
38+
39+
Do you have an project which suits this idea? [Vote on it](http://code52.uservoice.org)
40+
41+
Want to discuss your ideas and suggestions? [Share it](http://code52.tenderapp.com)
42+
43+
Want to get in touch? Follow us on [Twitter](http://twitter/code_52)!
44+
45+
46+
47+
48+
49+

_site/about.html

Lines changed: 46 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,29 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title>Code52</title>
9+
<title>About - code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>
1313
<body>
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>
18-
<li><a href="/about">about</a></li>
19+
<li><a href="/about.html">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,7 +39,39 @@ <h1> About </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-
42+
<p>code52 started with a simple idea:</p>
43+
44+
<h2>"A new coding project every week"</h2>
45+
46+
<p>We want to <strong>build fun stuff</strong>, <strong>give back</strong> to existing projects which need support, and <strong>create a community</strong> which is inclusive and engaging.</p>
47+
48+
<p>Particular goals we want to achieve:</p>
49+
50+
<ul>
51+
<li>introduce developers to open-source projects and help them learn the ropes.</li>
52+
<li>foster a community which encouraged contributions across a range of technologies.</li>
53+
<li>work on projects which the community want to improve.</li>
54+
</ul>
55+
56+
57+
<h2>Why a week?</h2>
58+
59+
<p>We're still nailing down the details at the moment, but in particular:</p>
60+
61+
<ul>
62+
<li>shorter timelines encourage achievable goals.</li>
63+
<li>shorter timelines reduce the incentive to procrastinate.</li>
64+
<li>more variety of projects to work on over a period of time.</li>
65+
</ul>
66+
67+
68+
<h2>How can I find out more?</h2>
69+
70+
<p>You can nominate and vote for projects on our <a href="http://code52.uservoice.org">Uservoice</a> site.</p>
71+
72+
<p>Discussions, ideas and suggestions can be posted on our <a href="http://code52.tenderapp.com">TenderApp</a> site.</p>
73+
74+
<p>And we're on <a href="http://twitter/code_52">Twitter</a>!</p>
3475

3576
</div>
3677
</div>
@@ -40,20 +81,8 @@ <h1> About </h1>
4081
<div class="clear">&nbsp;</div>
4182
</div>
4283

43-
<div id="disqus_thread"></div>
44-
<script type="text/javascript">
45-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
46-
var disqus_shortname = 'code52'; // required: replace example with your forum shortname
47-
48-
/* * * DON'T EDIT BELOW THIS LINE * * */
49-
(function() {
50-
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
51-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
52-
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
53-
})();
54-
</script>
55-
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
56-
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
84+
85+
5786
</div>
5887

5988
</div>

_site/atom.xml

Lines changed: 48 additions & 9 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-15T18:46:59+11:00</updated>
6+
<updated>2011-12-17T21:31:45+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>
@@ -12,20 +12,59 @@
1212

1313

1414
<entry>
15-
<id>http://www.Code52.org//idea1</id>
16-
<link type="text/html" rel="alternate" href="http://www.Code52.org//idea1.html"/>
17-
<title>Idea 1: Cupcake ipsum dolor sit amet marshmallow.</title>
18-
<updated>2011-12-14T00:00:00+11:00</updated>
15+
<id>http://www.Code52.org//introduction</id>
16+
<link type="text/html" rel="alternate" href="http://www.Code52.org//introduction.html"/>
17+
<title>Introducing code52</title>
18+
<updated>2011-12-31T00:00:00+11:00</updated>
1919
<author>
2020
<name>Code52 Team</name>
2121
<uri>http://www.Code52.org/</uri>
2222
</author>
23-
<content type="html">&lt;p&gt;Chocolate bear claw I love. Cotton candy sesame snaps gingerbread chocolate. Candy toffee sweet gummi bears cheesecake chocolate bar cotton candy tart danish. I love I love I love I love sweet I love lollipop I love. Pudding ice cream halvah muffin chupa chups powder. Pie chocolate cake donut ice cream jelly ice cream macaroon topping sesame snaps. Ice cream I love jujubes applicake sweet roll liquorice. Pastry icing biscuit faworki. Chocolate bar cupcake cupcake soufflé I love. Macaroon chupa chups I love chocolate bar candy canes wafer jelly sweet tiramisu. Sesame snaps fruitcake chocolate donut sweet tiramisu. Jelly beans pastry applicake powder marzipan I love.&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;Candy canes chocolate bar fruitcake I love candy oat cake. I love halvah brownie pastry. Cheesecake gingerbread tart marshmallow tootsie roll cheesecake. Wafer sugar plum liquorice caramels sweet tiramisu liquorice faworki topping. Tootsie roll carrot cake I love jelly beans candy pastry pudding sesame snaps pudding. Toffee candy biscuit dessert tiramisu topping chupa chups danish. Sweet liquorice lemon drops. Brownie cotton candy chocolate cake halvah croissant cheesecake bear claw cheesecake. Cheesecake jelly beans tiramisu I love chocolate jelly-o cookie. Chupa chups sugar plum macaroon pudding donut chupa chups gummies. Cheesecake lollipop oat cake wafer carrot cake. Sweet roll I love applicake lollipop.
26-
Cupcake I love halvah. Jelly beans chocolate cake cake. Oat cake pudding pudding dragée. Soufflé I love lollipop dragée danish. Sweet brownie biscuit wafer. I love pie jelly croissant jujubes. Dragée I love candy canes. Pastry bonbon macaroon soufflé pastry tootsie roll faworki. Sesame snaps liquorice pie gummi bears. I love gummi bears sesame snaps gummi bears chupa chups applicake. Gingerbread candy canes pudding. Cookie faworki jelly muffin chupa chups macaroon. Sugar plum bonbon I love bear claw. Marzipan toffee bonbon marzipan carrot cake.&lt;/p&gt;
25+
&lt;h2&gt;&quot;A new coding project every week&quot;&lt;/h2&gt;
2726

28-
&lt;p&gt;sugar plum toffee. I love tart jelly-o halvah ice cream. Biscuit fruitcake marshmallow biscuit. Apple pie fruitcake ice cream fruitcake icing. Toffee cotton candy macaroon danish. I love jelly beans halvah gummi bears oat cake chupa chups brownie. Muffin brownie applicake marzipan gummies.&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 want to:&lt;/p&gt;
28+
29+
&lt;ul&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;
33+
&lt;/ul&gt;
34+
35+
36+
&lt;p&gt; Of course, that doesn't get away from the original question I had.&lt;/p&gt;
37+
38+
&lt;h2&gt;&quot;Why a week?&quot;&lt;/h2&gt;
39+
40+
&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;
41+
42+
&lt;ul&gt;
43+
&lt;li&gt;shorter timelines encourage achievable goals.&lt;/li&gt;
44+
&lt;li&gt;shorter timelines reduce the incentive to procrastinate.&lt;/li&gt;
45+
&lt;li&gt;more variety of projects to work on over a period of time.&lt;/li&gt;
46+
&lt;li&gt;with good organisation, each week should be productive out of the gate.&lt;/li&gt;
47+
&lt;/ul&gt;
48+
49+
50+
&lt;h2&gt;&quot;What next?&quot;&lt;/h2&gt;
51+
52+
&lt;p&gt; But there are some things we need to address first:&lt;/p&gt;
53+
54+
&lt;ul&gt;
55+
&lt;li&gt;how do we determine which projects to work on?&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;
58+
&lt;/ul&gt;
59+
60+
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 which have been useful to us, and potentially &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;
64+
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;
66+
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;
2968
</content>
3069
</entry>
3170

_site/css/style.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ a, a:visited { text-decoration: none; color:#13678b;}
44
a:hover { color:white; background: #13678b}
55
ul { margin:0; padding:0;}
66
li { margin:0; padding:0; list-style-type:none;}
7+
8+
.entry ul, .idea ul { margin-left:10px; }
9+
.entry li, .idea li{ margin-left:10px; list-style-type:circle;}
710
#homelink:hover { background:none; }
811
#side { float:right;color: #41b1e1; }
9-
#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; }
1014
#content { width:50%;}
1115
img
1216
{
@@ -24,4 +28,7 @@ img
2428
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px;}
2529
#side li { display:inline; }
2630
#homelink img { max-width:40%; }
27-
}
31+
}
32+
33+
.postdate { font-size: 0.8em; font-weight: bold; }
34+
.idea h1, .entry h1 { margin-bottom: 5px;}

0 commit comments

Comments
 (0)