-
Notifications
You must be signed in to change notification settings - Fork 58
/
index.html
50 lines (47 loc) · 2.24 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
---
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-6 text-center">
<h1 class="fw-bold">Open Source Geospatial Content Management System</h1>
<p class="fs-4">
GeoNode is a web-based application and platform
for developing geospatial information systems (GIS)
and for deploying spatial data infrastructures (SDI).
</p>
<div class="row justify-content-center">
<div class="promo-links">
<a title="OSGeo Project" href="http://osgeo.org"><img style="background-color:white;" alt="OSGeo Project" src="static/img/osgeo-logo.png"/></a>
</div>
<div class="row demo-container">
<div class="col-md-4">
<h4 class="demo-btn maint"><a href="https://github.com/GeoNode/geonode/releases/tag/4.4.1" target="_blank">Latest version</a></h4>
<span><a href="https://github.com/GeoNode/geonode/releases/tag/4.4.1" target="_blank">4.4.1</a></span>
</div>
<div class="col-md-4">
<h4 class="demo-btn stable"><a href="https://github.com/GeoNode/geonode/tree/4.4.x" target="_blank">Stable branch</a></h4>
<span><a href="https://github.com/GeoNode/geonode/tree/4.4.x" target="_blank">4.4.x</a></span>
</div>
<div class="col-md-4">
<h4 class="demo-btn dev"><a href="https://github.com/GeoNode/geonode/tree/master" target="_blank">Development</a></h4>
<span><a href="https://github.com/GeoNode/geonode/tree/master" target="_blank">master</a></span>
</div>
</div>
</div>
</div>
<div class="col-md-6 text-end">
<img src="static/img/hero_img.png" alt="" class="hero-img" style="box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;"/>
</div>
</div>
</div>
</section>
{% assign important_links = 'true' %}
{% include footer.html %}