This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
74 lines (62 loc) · 3.41 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Code for Science and Society</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="icon" href="/static/favicon.ico">
<link rel="stylesheet" href="/static/css/base.css" media="screen">
</head>
<body>
<div class="header">
<div class="header-nav container">
<div class="header-nav-links">
<ul class="header-nav-list">
<li><a href="/" class="header-nav-link">Home</a></li>
<li><a href="/about" class="header-nav-link active">About</a></li>
<li><a href="/team" class="header-nav-link active">Team</a></li>
</ul>
</div>
<a href="/" class="header-logo">Code for Science & Society</a>
</div>
</div>
<div id="content"><div class="background-mask">
<div class="container centered">
<div class="content-title">About Us</div>
<div class="content-horizontal-rule"></div>
</div>
</div>
<div class="background-mask">
<div class="container">
<div class="content-text-container">
<div class="content-text-intro">Code for Science & Society ("CSS") is a 501(c)(3) nonprofit organization. We empower communities to work together and build innovative technology for the public good.</div>
<div class="content-text-paragraph">We are building a global network of communities collaborating across industries to develop shared resources and solve common problems. We believe in the power of people working together to eliminate information silos and advance knowledge.</div>
<div class="content-text-paragraph">Centralized, private services limit information access, creativity, and free expression. We support communities creating innovative, open, and decentralized applications. We work with these groups to push existing boundaries while supporting inclusive models of community. We build foundational technology that allows data to flow across silos and institutions.</div>
<div class="content-text-paragraph">To advance our mission, we run three major programs. We develop open learning resources and facilitate collaborations and community-driven projects through our Collaborative Community program. In our Foundational Technology program we build open technology and shared resources to encourage the flow of ideas across domains. We nurture a network of innovative projects to enable communities learn from each other and develop future-facing solutions that empower people through a Sponsored Projects program.</div>
</div>
</div>
<div class="background-mask background-mask--toned">
<div class="content-text-container">
<div class="content-text-intro">Contact Us</div>
<div class="content-text-paragraph">
<strong>E-mail</strong> [email protected]
</div>
</div>
</div>
</div></div>
<div class="footer">
<div class="footer-credits">
<span class="footer-emphasized">Code for Science and Society</span> • copyright 2018
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115956437-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115956437-1');
</script>
</body>
</html>