-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (31 loc) · 1.63 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"></script>
<!-- Bootstrap latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
</head>
<body>
<div id="landing" class="container">
<div class="row text-center">
<div class="col">
<h3 class="mx-auto">Saving Princeton's Ash Trees</h3>
<p>Our ash trees are under attack from an invasive beetle. With proper identification, we can stop the attack. This requires our collaboration on identifying both healthy and infected ash trees.</p>
<p><img class="rounded-circle mx-auto" src="./resources/images/landing.jpg" /></p>
<p><a href="upload_image.html" class="btn btn-success btn-lg" role="button">Mark a tree</a></p>
<p><a href="./resources/how_mark1.html" class="btn btn-success" role="button">How to help</a></p>
<p><a href="./resources/learn.html" class="btn btn-success" role="button">Learn more</a></p>
<br />
<p><a href="http://www.princetonnj.gov/" target="_new"><img class="rounded img-fluid" src="./resources/images/pseal.jpg" /></a></p>
</div>
</div>
</div>
</body>
</html>