forked from ciudadanointeligente/legacy-home-poplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (63 loc) · 1.79 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
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
<!DOCTYPE html>
<html>
<head>
<title>Poplus</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/type.css">
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="upperContainer">
<div class="wrapperWidth ">
<div class="centeredContent">
<img class="centeredLogo" src="images/logo-poplus.png"/>
<p class="whiteBg">IS COMING SOON</p>
<h2>
Shared & Collaborative Civic Coding
</h2>
<p>
Interoperable web-service components and pre-packaged tools to enable world's civic society to easily launch high quality online iniciatives
</p>
</div>
</div>
</div>
<div class="secondContainer theCode">
<div class="wrapperWidth">
<div class="oneForth">
<img src="images/heart.png"/>
<div class="textBoxBorder">
<h3 class="secondaryTitle">Code<br />of<br />Honor</h2>
</div>
</div>
<div class="oneForth">
<img src="images/single-module.png"/>
<div class="textBoxBorder">
<h3 class="">Build</h2>
<p>
Develop a module that serves democracy through an specific task, but flexible enough to be used in different contexts.
</p>
</div>
</div>
<div class="oneForth">
<img src="images/share.png"/>
<div class="textBoxBorder">
<h3 class="">Share & Connect</h2>
<p>
Make it Open Source and allow it to connect with other modules via web API.
</p>
</div>
</div>
<div class="oneForth">
<img src="images/sprout.png"/>
<div class="textBoxBorder">
<h3 class="">Let it grow</h2>
<p>
Enable world'scivic society to easily launch high quality online iniciatives
</p>
</div>
</div>
</div>
</div>
</body>
</html>