-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
114 lines (82 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>college-costs</title>
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/syntax.css">
<style type="text/css">
.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a:active,
.sidebar-nav a.sidebar-nav-active {
border-left-color: #2CB34A;
}
header {
border-bottom-color: #2CB34A;
}
</style>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="./js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header role="banner">
<div class="wrap">
<img class="logo" src="https://cfpb.github.io/img/logo_210.png" alt="Consumer Financial Protection Bureau">
<h1 class="site-title"><a class="title-link" href="./">college-costs</a></h1>
</div>
</header>
<div class="wrap content">
<aside>
<nav class="sidebar-nav" role="navigation">
<ul>
<li>
<a href="." class="sidebar-nav-active">Introduction</a>
</li>
<li>
<span>Specifications</span>
<ul class="secondary-nav">
<li>
<a href="csv-spec/" class="">CSV spec for program data</a>
</li>
<li>
<a href="offer-ids/" class="">How to create offer ID hashes</a>
</li>
<li>
<a href="url-spec/" class="">URL spec for offer data</a>
</li>
<li>
<a href="notification-spec/" class="">Notification spec validating offers</a>
</li>
</ul>
</li>
</ul>
</nav>
</aside>
<section id="main" class="main-content" role="main">
<h1 id="data-specifications">Data specifications</h1>
<p>This is specification documentation for the <a href="https://github.com/cfpb/college-costs">college-costs</a> project.</p>
<p>The project takes in and displays information about the costs and benefits of enrolling in a collegiate program.</p>
<p>This documentation spells out how information to be used should be formatted and delivered.</p>
</section>
</div>
<footer role="contentinfo">
<div class="wrap">
This project is maintained by <a href="https://cfpb.github.io">The Consumer Financial Protection Bureau.</a>.
<p>Hosted on <a href="http://pages.github.com/">GitHub Pages</a>.</p>
</div>
</footer>
</div>
</body>
</html>
<!--
MkDocs version : 0.15.3
Build Date UTC : 2017-05-06 21:26:14.817201
-->