Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Remove overlapping of content sections #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@ <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>

<div class="content">
<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>
</div>
<footer>
View and edit the <a href="https://github.com/CoderDojo/coderdojo.github.io/blob/master/index.html">source code of this page</a>
</footer>
<script src="request.js"></script>
</body>
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ body {
background-color: #f9f9f9;
}

.content {
display: inline-block;
}

.content span{
margin-right: 2.5%;
}
Expand Down