-
Notifications
You must be signed in to change notification settings - Fork 13
/
about_tmp.html
executable file
·132 lines (125 loc) · 5.48 KB
/
about_tmp.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
layout: default
title: About
section_id: about
skills:
- title: Web Design
percentage: 84
- title: Web Development
percentage: 95
- title: Site Management
percentage: 70
- title: Branding
percentage: 61
testimonials:
- quote: Reprehenderit eos et non et ut eum reprehenderit quis sequi quia vel repellendus id. Velit quit blanditiis dolor quam error eos dolores sequi eaque rerum est. Velit quit blanditiis dolor quam error eos dolores sequi eaque rerum est.
author: David White, Designer at Huglab
- quote: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat consectetuer sit amet magna adipiscing.
author: David White, Designer at Huglab
- quote: Reprehenderit eos et non et ut eum reprehenderit quis sequi quia vel repellendus id. Velit quit blanditiis dolor quam error eos dolores sequi eaque rerum est.
author: David White, Designer at Huglab
---
<div class='full parallax' style='background-image: url(images/banners/hero-crowd.png); color: #fff;'>
<div class='row'>
<div class='twelve columns'>
{% include section-header.html title="About us" color="#fff" tagline="" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row'>
<div class='twelve columns'>
<h3>Our mission</h3>
<p>Data for Democracy brings together an active, passionate community of people using data to drive better decisions and improve the world in which we live.</p>
</div>
<div class='twelve columns'>
<h3>Our story</h3>
<p>Data for Democracy began as an experiment in December 2016, when people from around the world began to collaborate on data-related problems solely through Slack messages and GitHub commits. With no rules or formal organizational structure, the focus was on getting real and impactful work done with minimal delay.</p>
<p>As of February 2017, the community is based on Slack and <a href="https://github.com/data4democracy" >GitHub</a>. It has increased to over 700 volunteers spanning a wide range of locations and timezones, and continues to grow every day. These volunteers apply their diverse skills and interests to an equally varied array of projects.</p>
<p>With the expansion of Data For Democracy, we're working to develop a more cohesive structure and set of guidelines to better support volunteers in learning, working, and leading projects while remaining committed to our mission of producing data projects that have a positive and tangible impact on the world.</p>
</div>
<div class='twelve columns'>
<h3>Our goals</h3>
<p>* To produce objective, rigorous data analysis that keeps people informed and engaged, and supports them in forming their independent opinions.</p>
<p>* To connect with communities and partners that contribute to positive social change, and help equip them with the tools and technology to support the work they are already doing.</p>
<p>* To make data science transparent and accessible to a wider audience, and create opportunities for passionate and socially conscious people to get involved with using data to serve the public good.</p>
</div>
</div>
</div>
<div class='full'>
<div class='row'>
<div class='medium-6 columns'>
<img class="fadeinleft" alt="" src="images/d4dmap.png" />
<div class='three spacing'></div>
</div>
</div>
</div>
<!--
<div class='full'>
<div class='row'>
{% for member in site.data.members %}
<div class='small-6 medium-3 large-3 columns'>
<div class='mod modTeamMember'>
<div class='member'>
<img class="avatar" alt="" src="{{ member.avatar }}" />
<div class='overlay'>
<div class='intro'>
<h3>{{member.name}}</h3>
<p>{{member.position}}</p>
<ul class='socials'>
{% for social in member.socials %}
<li>
<a href='{{social.link}}'>
<i class='fa fa-{{social.icon}}'></i>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<p class='centered-text'>{{member.desc}}</p>
<div class='two spacing'></div>
</div>
</div>
{% endfor %}
</div>
</div>
<div class='full parallax' style='background: #f5f5f5'>
<div class='row'>
<div class='large-12 columns'>
<p class='centered-text'>
<i class='fa fa-quote-left' style='color: #F9CE06; font-size: 36px;'></i>
</p>
</div>
</div>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="What our clients say" %}
<div class='spacing'></div>
</div>
</div>
<div class='row'>
<div class='large-12 columns'>
<div class='mod modTestimonials'>
<div class='row'>
<div class='small-12 columns'>
<div class='items centered-text'>
{% for testimonial in page.testimonials %}
<div class='item'>
<p class='quote'>"{{testimonial.quote}}"</p>
<p class='author'>- {{testimonial.author}}</p>
<div class='two spacing'></div>
</div>
{% endfor %}
</div>
</div>
<div class='spacing'></div>
</div>
</div>
</div>
</div>
</div>
{% include our-partners.html %}
-->