forked from GeoNode/geonode.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (83 loc) · 3.11 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
---
layout: base
title: GeoNode
---
<section class="banner">
<div class="container">
<div class="row">
<div class="span6">
<h1>Open Source Geospatial Content Management System</h1>
<p>
GeoNode is a web-based application and platform
for developing geospatial information systems (GIS)
and for deploying spatial data infrastructures (SDI).
</p>
<p>
It is designed to be extended and modified, and can be integrated into existing platforms.
</p>
<!-- <a href="http://geonode.org/2014/04/geonode-2-0/index.html" class="btn btn-large btn-success">GeoNode 2.0 is out!</a> -->
<!-- <a href="/code_sprint_2015.html" class="btn btn-large btn-success">Join the GeoNode 2015 code sprint!</a> -->
</div>
<div class="span6">
<img src="static/img/hero_img.png" width="560" height="325" alt="" class="hero-img" />
</div>
</div>
</div>
</section>
<section class="body">
<div class="container">
<div class="row">
<div class="span4">
<div class="box box-users">
<a href="user_features.html" class="header-link">
<header class="box-header">
<h2>For Users</h2>
</header>
</a>
<ul class="unstyled">
<li>Browse and search for geospatial data and web services</li>
<li>Upload, manage, and share geospatial data</li>
<li>Create and share interactive maps</li>
<li>Collaborate and interact with other users</li>
</ul>
<a href = "user_features.html" class="btn btn-success">Take the Tour</a>
</div>
</div>
<div class="span4">
<div class="box box-devs">
<a href="dev_features.html" class="header-link">
<header class="box-header">
<h2>For Developers</h2>
</header>
</a>
<ul class="unstyled">
<li>Developed with Django</li>
<li>Twitter Bootstrap and jQuery client implementation</li>
<li>Built on stable, mature open source geospatial projects</li>
<li>APIs for customization and connection</li>
<li>Seamless integration with third-party Django apps</li>
</ul>
<a href = "dev_features.html" class="btn btn-success">Take the Tour</a>
</div>
</div>
<div class="span4">
<div class="box box-admins">
<a href="admin_features.html" class="header-link">
<header class="box-header">
<h2>For Admins</h2>
</header>
</a>
<ul class="unstyled">
<li>Reliable, scalable platform for deploying spatial data infrastructure</li>
<li>Complete framework for OGC-compliant web services</li>
<li>Metadata management and aggregation platform</li>
<li>Comprehensive security framework</li>
</ul>
<a href = "admin_features.html" class="btn btn-success">Take the Tour</a>
</div>
</div>
</div>
</div>
</section>
{% assign important_links = 'true' %}
{% include footer.html %}