-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (117 loc) · 6.04 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>dataviz - in data we trust</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<meta rel="description" content="Data Viz is a team of friends gathered by the common passion of data visualizations. It all started as a study group, but soon evolved into real world projects.">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">
</head>
<body>
<div id="about-us">
<div class="wrapper">
<h1><a href="/"><img class="logo" src="/images/logo.png" rel="DataViz Logo"></a></h1>
<p class="main-description">Data Viz is a team of friends gathered by the common passion of data visualizations. It all started as a study group, but soon evolved into real world projects.</p>
</div>
</div> <!-- #about-us -->
<div id="showcase">
<div class="wrapper">
<h2><i class="icon-beaker icon"></i>Projects</h2>
<ul class="projects">
<li class="project">
<h3 class="name">Retrato Da Violência</h3>
<p class="links">
<a class="link button" href="http://retratodaviolencia.org">Project Home</a>
<a class="link button" href="https://github.com/dataviz/retrato-da-violencia">Repo on GitHub</a>
</p>
<p class="project-description">
Retrato da Violência ["Portrait of Violence" in English] is the first Data Viz project, developed as part of a W3C contest for generating data visualizations using open government data from the state of Rio Grande do Sul.
<br>
We've choosen the data set of violence against women to raise awareness of the issue and, with a total project time of about four days, we've ended up in first place.</p>
</li>
<li class="project">
<h3 class="name">StatelyBrazil</h3>
<p class="links">
<a class="link button" href="http://dataviz.github.com/statelybrazil/">Project Home</a>
<a class="link button" href="https://github.com/dataviz/statelybrazil">Repo on GitHub</a>
</p>
<p class="project-description">StatelyBrazil is an open-souce project that makes it easier to create maps for data visualizations of Brazil using only HTML & CSS. Each state can be styled independently with CSS and, since it's a font, it will scale whithout losing definition.</p>
</li>
<li class="project">
<h3 class="name">Reputação S/A</h3>
<p class="links">
<a class="link button" href="http://reputacao-sa.org/">Project Home</a>
<a class="link button" href="https://github.com/dataviz/reputacao-sa">Repo on GitHub</a>
</p>
<p class="project-description">Reputação S/A is a mobile visualization of the oficial data about consumers complaints in Brazil, collected by PROCON (consumer protection organization).</p>
</li>
</ul>
</div>
<p class="project-footer">
<span>Do you have a visualization project for us?</span>
<br>
<a class="button call-to-action" href="mailto:[email protected]">Get in touch</a>
</p>
</div> <!-- #showcase -->
<div id="team-members">
<div class="wrapper">
<h2><i class="icon-group icon"></i>Team Members</h2>
<ul class="members">
<li class="member">
<img class="avatar" src="/images/vitor-baptista.jpeg">
<h4 class="name">Vitor Baptista</h4>
<p class="role">Developer</p>
<p class="links">
<a class="twitter link" href="http://twitter.com/vitorbaptista"><i class="icon-twitter icon"></i> @vitorbaptista</a>
<br>
<a class="github link" href="http://github.com/vitorbaptista"><i class="icon-github icon"></i> vitorbaptista</a>
</p>
</li>
<li class="member">
<img class="avatar" src="/images/thiago-bueno.png">
<h4 class="name">Thiago Bueno</h4>
<p class="role">Developer</p>
<p class="links">
<a class="twitter link" href="http://twitter.com/tbueno"><i class="icon-twitter icon"></i> @tbueno</a>
<br>
<a class="github link" href="http://github.com/tbueno"><i class="icon-github icon"></i> tbueno</a>
</p>
</li>
<li class="member">
<img class="avatar" src="/images/leo-tartari.jpeg">
<h4 class="name">Leo Tartari</h4>
<p class="role">Designer</p>
<p class="links">
<a class="twitter link" href="http://twitter.com/leotartari"><i class="icon-twitter icon"></i> @leotartari</a>
<br>
<a class="github link" href="http://github.com/ltartari"><i class="icon-github icon"></i> ltartari</a>
</p>
</li>
</ul>
</div>
</div> <!-- #team-members -->
<div id="contact">
<div class="wrapper">
<h2><i class="icon-comment icon"></i>Contact Us</h2>
<p class="contact-links">
<a href="https://github.com/dataviz/"><i class="icon-github icon"></i> DataViz on GitHub</a>
<br>
<a href="mailto:[email protected]"><i class="icon-inbox icon"></i> [email protected]</a>
</p>
</div>
</div> <!-- #contact -->
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39145382-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>