-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (66 loc) · 2.87 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15307604-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<title>About — Tangent.Org</title>
<link rel="stylesheet" href="static/haiku.css" type="text/css" />
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="static/jquery.js"></script>
<script type="text/javascript" src="static/underscore.js"></script>
<script type="text/javascript" src="static/doctools.js"></script>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="author" title="About these documents" href="#" />
<link rel="top" title="Tangent.Org" href="index.html" />
<link rel="prev" title="Projects" href="index.html" />
</head>
<body>
<div class="header">
<a href="index.html">
<img class="logo" src="static/TangentOrg.png" alt="Logo"/>
</a>
</div>
<div class="topnav">
<p>
«  <a href="index.html">Projects</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
</p>
</div>
<div class="content">
<div class="section" id="about">
<h1>About<a class="headerlink" href="#about" title="Permalink to this headline">¶</a></h1>
<p><a class="reference external" href="http://tangent.org/">TangentOrg</a> is the entity where <a class="reference external" href="http://krow.net/">Brian Aker</a> and friends publish open source software. You can find current and previous projects here: <a class="reference external" href="http://download.tangent.org/">http://download.tangent.org</a></p>
</div>
</div>
<div class="bottomnav">
<p>
«  <a href="index.html">Projects</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
</p>
</div>
<div class="footer">
© Copyright 1994-2014, Brian Aker, http://tangent.org/.
</div>
</body>
</html>