forked from GeoNode/geonode.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (97 loc) · 4.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
layout: base
title: GeoNode
---
<!-- This banner can be reused when needed for special events or announcements
<div class="row">
<div class="col-xs-12 alert-warning" style="text-align:center;"><a href="http://summit.geonode.org"><h3>GeoNode Summit 2016 in Rome, Italy - Nov. 28 to Dec. 2</h3></a></div>
</div>
-->
<section class="banner">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-6">
<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>
<p>
<a href="/blog/2018/02/14/geonode-summit-2018/" class="btn btn-md btn-success">GeoNode summit 2018!</a>
<!-- <a href="/blog/2017/05/17/geonode-2.6-released/" class="btn btn-md btn-success">GeoNode 2.6 is out!</a>
<a href="http://build.geonode.org/windows/GeoNode-2.6.x.exe" class="btn btn-md btn-success">GeoNode 2.6 Windows 32bit EXE</a>
<a href="http://build.geonode.org/windows/GeoNode-2.4.x.exe" class="btn btn-md btn-success">GeoNode 2.4.1 Windows 32bit EXE</a> -->
</p>
<div class="promo-links">
<a title="OSGeo Project" href="http://osgeo.org"><img style="background-color:white;" alt="OSGeo Project" src="https://svn.osgeo.org/osgeo/marketing/logo/png8/150/OSGeo_project.png"/></a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-6">
<img src="static/img/hero_img.png" alt="" class="hero-img" />
</div>
</div>
</div>
</div>
</section>
<section class="body">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="box box-users">
<a href="{{ site.baseurl }}/user_features" 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 = "{{ site.baseurl }}/user_features" class="btn btn-success">Take the Tour</a>
</div>
</div>
<div class="col-md-4">
<div class="box box-devs">
<a href="{{ site.baseurl }}/dev_features" 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 = "{{ site.baseurl }}/dev_features" class="btn btn-success">Take the Tour</a>
</div>
</div>
<div class="col-md-4">
<div class="box box-admins">
<a href="{{ site.baseurl }}/admin_features" 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 = "{{ site.baseurl }}/admin_features" class="btn btn-success">Take the Tour</a>
</div>
</div>
</div>
</div>
</section>
{% assign important_links = 'true' %}
{% include footer.html %}