-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 2.45 KB
/
index.html
File metadata and controls
59 lines (59 loc) · 2.45 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GI Explorer</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap">
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#team">Team</a></li>
</ul>
</nav>
</header>
<main>
<section id="about">
<h2>About</h2>
<p>GI Explorer is a desktop map application that allows users to explore the green infrastructure of urban places.</p>
<p>With GI Explorer, users can:</p>
<ul>
<li>View a variety of green infrastructure data, including parks, trails, and green roofs</li>
<li>Explore green infrastructure data in 3D</li>
<li>Create custom maps of green infrastructure</li>
</ul>
<p>GI Explorer is a free and open-source application.</p>
</section>
<section id="features">
<h2>Features</h2>
<ul>
<li>View a variety of green infrastructure data, including parks, trails, and green roofs</li>
<li>Explore green infrastructure data in 3D</li>
<li>Create custom maps of green infrastructure</li>
</ul>
</section>
<section id="download">
<h2>Download</h2>
<p>You can download GI Explorer from the <a href="https://github.com/greeninfrastructureexplorer/gi-explorer">GI Explorer GitHub repository</a>.</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p>If you have any questions, please contact us at <a href="mailto:info@greeninfrastructureexplorer.com">info@greeninfrastructureexplorer.com</a>.</p>
</section>
<section id="team">
<h2>Team</h2>
<p>The GI Explorer team is made up of passionate individuals who are committed to making a difference in the world.</p>
<p>We are a diverse group of engineers, scientists, and designers who are all working together to create a more sustainable future.</p>
<p>If you are interested in joining our team, please visit our website at <a href="https://greeninfrastructureexplorer.com/careers">greeninfrastructureexplorer.com/careers</a>.</p>
</section>
</main>
</body>
</html>