forked from adhorrig/coderdojo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) · 2.6 KB
/
index.html
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
<!doctype html>
<head>
<title>
Roadmap | CoderDojo Zen
</title>
<meta name="description" content="CoderDojo Zen Roadmap">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:200,300,400" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="images/favicon.ico" />
</head>
<body class="container">
<div class="jumbotron text-center">
<a href="https://zen.coderdojo.com"><img src="images/coderdojo-logo.svg"></a>
<h3>Zen features and development roadmap.</h3>
<p>We are continually striving to improve Zen, to make it an even more valuable resource for the CoderDojo community.<br>
The current issues with Zen are kept maintained <a class="blue" href="https://github.com/coderdojo/community-platform/issues">here.</a>
If you wish to develop Zen, you can start <a class="blue" href="https://github.com/coderdojo/cp-local-development">here.</a>
</p>
<h4>Do you have a Zen feature request?</h4>
<a class="btn btn-default blue" href="https://github.com/CoderDojo/community-platform/issues/new" role="button">If so, click me.</a>
</div>
<ul class="list-inline">
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#participate">Participate</a></li>
</ul>
<h2 id="roadmap">RoadMap</h2>
<div class="content">
<div class="col-sm-6">
<h4>Coming soon.</h4>
<ul id="upcoming"><ul>
</div>
<div class="col-sm-6">
<h4>Recently completed.</h4>
<ul id="completed"></ul>
</div>
</div>
<h2 id="participate">Participate</h2>
<p>By being open-source, Zen evolve through its contributors, have a look at <a href="https://github.com/CoderDojo/cp-local-development">https://github.com/CoderDojo/cp-local-development</a> on how to set up Zen locally</p>
<p>Even if you're not somebody with technical skills, you can contribute by completing the translations
<a href="https://github.com/niccokunzmann">@niccokunzmann</a> made a clear video on how to do so :)</p>
<iframe width="420" height="315" src="https://www.youtube.com/embed/WtS5_4ghgR4" frameborder="0" allowfullscreen></iframe>
<script src="request.js"></script>
</body>