-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (59 loc) · 3.38 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
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Long Server: Digital continuity software projects.</title>
<meta name="author" content="Ben Keating <[email protected]>">
<meta name="viewport" content="width=device-width">
<!-- ♥ LESSCSS -->
<link rel="stylesheet/less" type="text/css" href="css/bootstrap.less">
<link rel="stylesheet/less" type="text/css" href="css/longserver.less">
<script src="js/less-1.3.0.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<!-- Google Analytics -->
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31287848-1']);
_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>
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<div class="quote">
<p>“This present moment used to be the unimaginable future”
<span class="byline">- Stewart Brand</span></p>
</div>
<img src="img/logo.png" alt="" class="logo" />
<!-- iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=longnow&type=follow&count=false&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="280px" height="30px" class="btn-follow"></iframe -->
<div class="header"></div>
</header>
<div role="main" id="main-content">
<p>Long Server is the over-arching program for Long Now's digital continuity software
projects. We began with several research projects into pervasive server and email
infrastructure in 01999 sponsored by Mitchell Kapor and David Liddle. Most recently we
released an open source Timeline tool dubbed the <a href="https://github.com/longnow/longview" target="_blank">Long View</a>, and are now working on
a file format conversion project called The Format Exchange.</p>
</div>
<footer>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/"><div class="cc"></div></a> The Long Now Foundation • Fostering Long-term Responsibility • est. 01996.</p>
<div>
<a href="https://www.facebook.com/longnow" target="_blank" title="Facebook"><div class="facebook"></div></a>
<a href="https://twitter.com/#!/longnow" target="_blank" title="Twitter"><div class="twitter"></div></a>
<a href="mailto:[email protected]" title="Email"><div class="email"></div></a>
</div>
</footer>
</div>
</div>
<!-- Load jQuery from Google's AJAX API Library, fallback on local copy. -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
</body>
</html>