-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (87 loc) · 3.43 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
<html>
<head>
<title>League of Humanist Makers</title>
<!-- Le styles herpederp-->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30748238-1']);
_gaq.push(['_setDomainName', 'lofhm.org']);
_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="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">lofhm</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active">
<a href="http://jobs.lofhm.org">jobs</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>League of Humanist Makers</h1>
<p>We are are the Humanist Makers and we are the dreamers of dreams.</p>
<p>We believe in rough consensus and running code.</p>
<p>We believe objects embed ideas and ideas embed objects.</p>
<p>We seek knowledge through a theory of praxis and a praxis of theory.</p>
<p>We believe that Making is a state of mind, expressed in code, in materials, through sound and motion and fury.</p>
<p>We believe Perfect is the enemy of the Good is the enemy of Done.</p>
<p>We believe in the humanist sentiment,</p>
<p>And we believe all humans are makers.</p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span4">
<h2>About Us</h2>
<p>We are a digital humanities hacker collective.</p>
</div>
<div class="span4">
<h2>Projects</h2>
<ul>
<li><a href="http://jobs.lofhm.org">DH Jobs Archive</a></li>
<li><a href="http://lofhm.org/ampdamp">AmpDamp</a></li>
</ul>
</div>
<div class="span4">
<h2>Instigators</h2>
<p>Matt Burton (<a href="http://twitter.com/mcburton">@mcburton</a>) - PhD student at the University of Michigan School of Information</p>
<p>Dave Lester (<a href="http://twitter.com/davelester">@davelester</a>) - Masters student at UC Berkeley School of Information</p>
</div>
</div>
<hr>
<footer>
<p>© This is a Mark Zuckerberg Production 2012</p>
</footer>
</div> <!-- /container -->
</body>
</html>