-
Notifications
You must be signed in to change notification settings - Fork 13
/
about.html
43 lines (42 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<title>Map Upload - About</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- import basic jquery + bootstrap -->
<script src="static/scripts/jquery.min.js"></script>
<link href="static/styles/bootstrap.min.css" rel="stylesheet">
<script src="static/scripts/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="static/styles/main.css">
</head>
<body>
<div class="container-fluid">
<div class="col-md-8 col-md-offset-2">
<div class="row">
<br>
<a class="btn btn-info" href="index.html">Go Home</a>
<br>
<h1>About Location History Analyzer</h1>
<h2>An open source tool to quickly organize millions of Google location history points by bounding box into a single spreadsheet with weekly summaries. </h2>
</div>
<div class="row">
<div class="row">
<div class="col-md-4">
<h3>Community Legal Services</h3>
<p>Description here</p>
</div>
<div class="col-md-4">
<h3>Hack4Impact</h3>
<p>Description here</p>
</div>
<div class="col-md-4">
<h3>Source Code</h3>
<p>Description here</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>