forked from Code52/code52.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
88 lines (65 loc) · 2.84 KB
/
about.html
File metadata and controls
88 lines (65 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="en-au" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>About - code52</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="shortcut icon" href="/img/favicon.ico" />
</head>
<body>
<div id="container">
<div id="side">
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
<div class="section">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="http://talk.code52.org/">discussion</a></li>
<li><a href="http://twitter.com/code_52">twitter</a></li>
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
<li><a href="#">past ideas</a></li>
<li><a href="#">wall of champions</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="entry-container">
<div class='entry'>
<h1> About </h1>
<span class="postdate">
</span>
<p>code52 started with a simple idea:</p>
<h2>"A new coding project every week"</h2>
<p>We want to <strong>build fun stuff</strong> in our spare time, <strong>give back</strong> to projects which need support, and <strong>create a community</strong> which is inclusive and engaging.</p>
<p>Particular goals we want to achieve:</p>
<ul>
<li>introduce developers to open-source projects and help them learn the ropes.</li>
<li>contribute to projects across a range of technologies.</li>
<li>let the community determine where to focus efforts (?).</li>
</ul>
<h2>Why a week?</h2>
<p>We're still nailing down the details at the moment, but in particular:</p>
<ul>
<li>shorter timelines encourage achievable goals.</li>
<li>shorter timelines reduce the incentive to procrastinate.</li>
<li>more variety of projects to work on over a period of time.</li>
</ul>
<h2>How can I find out more?</h2>
<p>You can nominate and vote for projects on our <a href="http://code52.uservoice.org">Uservoice</a> site.</p>
<p>Discussions, ideas and suggestions can be posted on our <a href="http://code52.tenderapp.com">TenderApp</a> site.</p>
<p>And we're on <a href="http://twitter/code_52">Twitter</a>!</p>
</div>
</div>
<div id="page-navigation">
<div class="left"> </div>
<div class="right"> </div>
<div class="clear"> </div>
</div>
</div>
</div>
</body>
</html>