-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·127 lines (120 loc) · 5.08 KB
/
index.html
File metadata and controls
executable file
·127 lines (120 loc) · 5.08 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
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
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<!--
<ul class="actions">
<li><a href="#" class="button special">Activate</a></li>
</ul>
-->
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
{% include services.html %}
<!-- One
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Arcu aliquet vel lobortis ata nisl<br />
eget augue amet aliquet nisl cep donec</h2>
</header>
<ul class="icons major">
<li><span class="icon fa-diamond major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon fa-heart-o major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
-->
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/pic01.png" alt="Who works in Government?" /></div><div class="content">
<h2><a href="who-works-in-government.html">Who works<br />
in Government?</h2></a>
<p>Explore federal occupations across the United States</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic02.png" alt="Government Contractors" /></div><div class="content">
<h2>Government <br />
Contractors</h2>
<p>Explore federal agencies and their contractors</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic03.png" alt="The what and why of government spending" /></div><div class="content">
<h2><a href="what-and-why-government-spending.html">“The what” and “the why”<br />
of government spending</a></h2>
<p>Connecting Object Class and Budget Function</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic04.png" alt="Federal Spending Accounts" /></div><div class="content">
<h2><a href="federal-spending-accounts.html">Federal<br />
Spending Accounts</a></h2>
<p>See an all-in-one view of the accounts used to pay the government’s bills</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic05.png" alt="Homeless Analysis" /></div><div class="content">
<h2>Homeless<br />
Analysis</h2>
<p>Explore federal spending data on homelessness</p>
</div>
</section>
</section>
<!-- Three
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Accumsan mus tortor nunc aliquet</h2>
<p>Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
</header>
<ul class="features">
<li class="icon fa-paper-plane-o">
<h3>Arcu accumsan</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
<li class="icon fa-laptop">
<h3>Ac Augue Eget</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
<li class="icon fa-code">
<h3>Mus Scelerisque</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
<li class="icon fa-headphones">
<h3>Mauris Imperdiet</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
<li class="icon fa-heart-o">
<h3>Aenean Primis</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
<li class="icon fa-flag-o">
<h3>Tortor Ut</h3>
<p>AuguE consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
</ul>
</div>
</section>
-->
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Get Involved</h2>
<p>Your input is invaluable. Sign up to become a website tester or send us any feedback you have</p>
</header>
<ul class="actions vertical">
<li><a href="https://airtable.com/shrVMcNncc32AEum7" class="button fit special">Tester Signup</a></li>
<li><a href="https://airtable.com/shrNO3BREEFIhUhdz" class="button fit special">Send Feedback</a></li>
</ul>
</div>
</section>