Skip to content

Commit d111cbe

Browse files
authored
Merge pull request #4 from Wardormeur/master
Add Participate section
2 parents 4d7416b + 8077bed commit d111cbe

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

index.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,27 @@ <h3>Zen features and development roadmap.</h3>
2323
<h4>Do you have a Zen feature request?</h4>
2424
<a class="btn btn-default blue" href="https://github.com/CoderDojo/community-platform/issues/new" role="button">If so, click me.</a>
2525
</div>
26+
<ul class="list-inline">
27+
<li><a href="#roadmap">Roadmap</a></li>
28+
<li><a href="#participate">Participate</a></li>
29+
</ul>
30+
<h2 id="roadmap">RoadMap</h2>
2631
<div class="content">
27-
<div class="col-lg-6 col-md-6 col-sm-6">
32+
<div class="col-sm-6">
2833
<h4>Coming soon.</h4>
2934
<ul id="upcoming"><ul>
3035
</div>
31-
<div class="col-lg-6 col-md-6 col-sm-6">
36+
<div class="col-sm-6">
3237
<h4>Recently completed.</h4>
3338
<ul id="completed"></ul>
3439
</div>
3540
</div>
41+
42+
<h2 id="participate">Participate</h2>
43+
<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>
44+
45+
<p>Even if you're not somebody with technical skills, you can contribute by completing the translations
46+
<a href="https://github.com/niccokunzmann">@niccokunzmann</a> made a clear video on how to do so :)</p>
47+
<iframe width="420" height="315" src="https://www.youtube.com/embed/WtS5_4ghgR4" frameborder="0" allowfullscreen></iframe>
3648
<script src="request.js"></script>
3749
</body>

0 commit comments

Comments
 (0)