-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
29 lines (27 loc) · 945 Bytes
/
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
---
layout: default
title: Home
youtube: q9SrbjAYIxQ
---
<section class="hero is-medium">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title">
Creating fair and open digital societies
</h1>
</div>
</div>
</section>
<section class="section bottom-shader">
<div class="container">
<div class="columns">
<div class="column">
<p>Code for All is an international network of organizations supporting each other to empower citizens to meaningfully engage in the public sphere and have a positive impact on their communities.</p>
</div>
<div class="column">
<p>We help civic institutions to be more open, democratic, and equitable in the services they provide to the public through digital technology.</p>
<p class="has-text-right"><a href="/about-us">Read more about us</a></p>
</div>
</div>
</div>
</section>