-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (27 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<title>DC Code Browser</title>
<link rel='stylesheet' type='text/css' href='css/style.css' />
<link rel='stylesheet' type='text/css' href='css/site.css' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
</head>
<body class='code-browser'>
<div class='col4'>
<div class='pad1'>
<h3>What is this?</h3>
<p>
This is a fast, unofficial browser for the <a href='http://dccouncil.us/UnofficialDCCode'>
Unofficial DC Code</a> released by the DC Council <a href='http://macwright.org/2013/04/04/the-open-code.html'>on April 4th</a>.
</p>
<p>
Please report any bugs for the <a href='https://github.com/openlawdc/code-browser/issues'>browser on GitHub</a>!
</p>
<p>
Technology-wise, it's simple - many, many <a href='http://json.org/'>JSON</a> documents that are pulled
into the web interface with <a href='http://d3js.org/'>d3</a>. It uses <a href='https://github.com/samanpwbb/fresh-start'>fresh-start</a>
for basic styles.
</p>
</div>
</body>
</html>