forked from michals2/datalab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·62 lines (59 loc) · 4.19 KB
/
index.html
File metadata and controls
executable file
·62 lines (59 loc) · 4.19 KB
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
---
layout: landing
---
<section id="banner">
<p class="index-header">{{ site.description }}</p>
<p class="index-sub-header">Data visualizations to help you understand government spending.</p>
<a href="#two" class="scrolly homepage-get-started">Get Started<span class="get-started-arrow">{% include svgs/down-arrow.svg %}</span></a>
</section>
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/homepage/federal.jpg" alt="Federal Spending Accounts" /></div><div class="content">
<h4>Federal Account Explorer</h4>
<h2><a href="federal-account-explorer.html">Discover the federal government’s bank accounts</a></h2>
<p>The government has almost 2,000 bank accounts that it uses to spend money. Use this interactive tree-style visualization to explore these accounts and see how much money has been spent.</p>
<a href="federal-account-explorer.html" class="discover-box"><span class="discover">Discover ⟶</span></a>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/homepage/contracts.jpg" alt="Federal Contracts (Sunburst Diagram)" /></div><div class="content">
<h4>Contract Explorer</h4>
<h2><a href="contract-explorer.html">Who receives federal contracts?</a></h2>
<p>The federal government spends about $500 billion each year on contracts -- that's roughly the size of Sweden's economy. Learn more about contract recipients and what agencies receive from these contracts.</p>
<a href="contract-explorer.html" class="discover-box"><span class="discover">Discover ⟶</span></a>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/homepage/homelessness.jpg" alt="Photography by Pablo Unzueta-Homelessness" /></div><div class="content">
<h4>Homelessness Analysis</h4>
<h2><a href="homelessness-analysis.html">Explore federal programs that address homelessness</a></h2>
<p>On a single night in 2016, more than 500,000 people experienced homelessness in the United States. This visualization uses grant data to show the federal government's approach to addressing homelessness.</p>
<a href="homelessness-analysis.html" class="discover-box"><span class="discover">Discover ⟶</span></a>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/homepage/budget.jpg" alt="Sankey Diagram" /></div><div class="content">
<h4>Budget Function</h4>
<h2><a href="budget-function.html">See how the government categorizes its purchases</a></h2>
<p>Data from USAspending.gov allows you to connect two different ways the government categorizes spending: what it pays for and what it's trying to achieve with those purchases. Use this visualization to explore broad spending categories.</p>
<a href="budget-function.html" class="discover-box"><span class="discover">Discover ⟶</span></a>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/homepage/workers.jpg" alt="Photography by Al Seib-Workers In Government" /></div><div class="content">
<h4>Federal Employees</h4>
<h2><a href="federal-employees.html">Who works in government?</h2></a>
<p>There are hundreds of types of federal employees - special agents, park rangers, and medical staff who care for veterans, to name just a few - who live all across the United States. Use this visualization to explore federal employees’ occupations, salaries, and locations.</p>
<a href="federal-employees.html" class="discover-box"><span class="discover">Discover ⟶</span></a>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/homepage/competition.jpg" alt="Stacked Bar Chart" /></div><div class="content">
<h4>Competition in Contracting</h4>
<h2><a href="competition-in-contracting.html">How often do federal agencies compete contracts?</h2></a>
<p>The federal government is required to use competition when issuing contracts for goods and services, with a few exceptions. See which federal agencies employ competitive practices most frequently with this analysis.</p>
<a href="competition-in-contracting.html" class="discover-box"><span class="discover">Discover ⟶</span></a>
</div>
</section>
</section>
{% include resources.html %}