-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (59 loc) · 2.71 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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>March Hare Collective</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="sixteen columns">
<header>
<a href="index.html">
<img src="images/march_hare_logo_small.png" style="float:right; position:relative" />
</a>
<h1>March Hare Collective</h1>
<hr style="height: 3px; color: #EFEFEF; background-color: #EFEFEF"/>
</header>
</div>
<div class="sixteen columns">
<p>We make tools to help your organization communicate safely.</p>
</div>
<div class="one-third column">
<h3>Crisis Map</h3>
<p>Our crisis map coordinates action on the ground during political demonstrations. It's customized to collect data from social media and adapted to the specific needs of activists during protests.</p>
<p><a href="https://github.com/March-hare">View on GitHub</a></p>
</div>
<div class="one-third column">
<h3>Operator Distribution</h3>
<p>Operator Distribution allows activists to setup an encrypted voice and chat system in minutes. Installing on USB keys, custom builds of the Ubuntu operating system boot your system into a comms workstation capable of creating more USB keys like itself.</p>
<p><a href="https://github.com/March-hare/Operator-Distribution">View on GitHub</a>
</div>
<div class="one-third column">
<h3>Dead Man's Switch</h3>
<p>If you want to erase your mobile device when you become separated from it, this application can do that for you.</p>
<p><a href="https://github.com/March-hare/DeadmansSwitch_Android">For Android</a></p>
<p><a href="https://github.com/March-hare/DeadmansSwitch_Iphone">For iOS</a></p>
</div>
</div><!-- container -->
<!-- End Document
================================================== -->
</body>
</html>