-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
92 lines (76 loc) · 3.88 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
<!DOCTYPE HTML>
<!--
Binary by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Opening Data</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- <link rel="icon" href="./assets/images/icon.png" /> favicon goes here -->
</head>
<body>
<!-- Header -->
<header id="header" style="background-color: rgb(252,252,252);">
<a href="index.html" class="logo" style="color: #1c1c1c;"><strong>Opening Data</strong> - Making Open Data Accessible</a>
</header>
<!-- Banner -->
<section id="banner" style="background-color: rgb(252,252,252);">
<div class="inner">
<h1 style="color: #1c1c1c;">Opening Data</h1>
<ul class="actions" style="color: #1c1c1c;">
<li><a href="about.html" class="button alt scrolly big" style="color: #1c1c1c;text-decoration:underline">About</a></li>
<li><a href="https://openingdata.github.io/single-issuer-districts/" class="button alt scrolly big" style="color: #1c1c1c;text-decoration:underline">Most Recent Blog</a></li>
<li><a href="community_guidelines.html" class="button alt scrolly big" style="color: #1c1c1c;text-decoration:underline">Community Guidelines</a></li>
</ul>
</div>
</section>
<article id="one" class="post style1">
<div class="content" style="background-color: #1c1c1c; color: #fcfcfc;">
<div class="inner">
<header>
<h2><a href="https://openingdata.github.io/it_takes_a_spreadsheet/" style="color: #fcfcfc;">All It Takes Is A Spreadsheet</a></h2>
<p class="info" style="border-color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5);">10/10/2019<a href="#" style="color:#fff"> Sam Powers</a></p>
</header>
<p style="color: #fcfcfc;">Data visualization can seem scary at first. But it needn't be so. Sometimes all it takes is a spreadsheet and a few clicks in Excel. </p>
</div>
</div>
<div class="content" style="background-color: #fcfcfc; color=rgba(255, 255, 255, 0.75);">
<div class="inner">
<header>
<h2><a href="https://openingdata.github.io/single-issuer-districts/" style="color: #1c1c1c;">The Issue With Single Issuer Districts</a></h2>
<p class="info" style="border-color: #1c1c1c; color: #1c1c1c;">09/18/2019<a href="#" style="color: #1c1c1c;"> Sam Powers</a></p>
</header>
<p style="color:#1c1c1c;">One main issue with single-issuer districts is that it reduces competition and variability in care options.</p>
</div>
</div>
</article><article id="one" class="post style1">
<div class="content" style="background-color: #fcfcfc; color=rgba(255, 255, 255, 0.75);">
<div class="inner">
<header>
<h2><a href="https://openingdata.github.io/community_guidelines.html" style="color: #1c1c1c;">How to Contribute to Our Community</a></h2>
<p class="info" style="border-color: #1c1c1c; color: #1c1c1c;">09/17/2019<a href="#" style="color: #1c1c1c;"> Rohit Musti</a></p>
</header>
<p style="color:#1c1c1c;">One of the best parts of open source communities is how easy it is to contribute. Please read our guide if you want to add a story!</p>
</div>
</div>
<div class="content" style="background-color: #1c1c1c; color: #fcfcfc;">
<div class="inner">
<header>
<h2><a href="https://openingdata.github.io/Incarceration_Trends/" style="color: #fcfcfc;">Incarceration Trends</a></h2>
<p class="info" style="border-color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5);">09/17/2019<a href="#" style="color:#fff"> Sam Powers</a></p>
</header>
<p style="color: #fcfcfc;">Incarceration Trend analysis</p>
</div>
</div>
</article>
<footer id="footer">
<div class="copyright">
Original Design: <a href="https://templated.co">TEMPLATED</a>, modified by OpeningData
</div>
</footer>
</body>
</html>