Skip to content

Commit 1f14ad9

Browse files
authored
geonode revamp (#101)
1 parent 2cfc1ec commit 1f14ad9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+178
-7267
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<section class="btm">
88
<div class="row">
99
<div class="col-md-10">
10-
<p class="text-start">This <a href="http://github.com/geonode/geonode.github.com/" target="_blank">Website</a> is licensed <a href='https://github.com/GeoNode/geonode/blob/master/license.txt'>CC by SA</a>. - <a href='https://github.com/GeoNode/geonode/blob/master/AUTHORS'>GeoNode Contributors 2022.</a> Designed by <a href="http://www.spatialdev.com/" target="_blank">Spatial Dev</a></p>
10+
<p class="text-start">This <a href="http://github.com/geonode/geonode.github.com/" target="_blank">Website</a> is licensed <a href='https://github.com/GeoNode/geonode/blob/master/license.txt'>CC by SA</a>. - <a href='https://github.com/GeoNode/geonode/blob/master/AUTHORS'>GeoNode Contributors 2022.</a> Designed by <a href="https://www.geosolutionsgroup.com/" target="_blank">GeoSolutions</a></p>
1111
</div>
1212
<div class="col-md-2">
1313
<div class="pull-right social">

_includes/header.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<header class="main">
22
<div class="container">
33
<div class="row justify-content-center">
4-
<div class="col-md-12 d-flex justify-content-between">
5-
<div><a class="brand" href="{{ site.baseurl }}/">GeoNode</a></div>
6-
<div>
7-
<a href="{{ site.baseurl }}/gallery" class="btn btn-success">Gallery</a>
8-
<a href="{{ site.baseurl }}/#install" class="btn btn-success">Quick Start</a>
9-
<a target="_blank" href="http://master.demo.geonode.org" class="btn btn-warning">Try the Demo</a>
10-
</div>
11-
</div>
4+
<div class="col-md-6" style="height: 80px"><a class="brand" href="{{ site.baseurl }}/"></a></div>
5+
<div class="col-md-6 text-end">
6+
<a target="_blank" href="http://demo.geonode.org" class="btn btn-warning">Try the Demo</a>
7+
</div>
128
</div>
139
</div>
1410
</header>

_includes/important_links.html

Lines changed: 60 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,69 @@
11
<section class="important-links">
2-
<div class="row justify-content-center">
3-
<div class="col-md-1 col-md-offset-1">
4-
<h2 class="quick-start">Quick Start</h2>
5-
</div>
6-
<div class="col-md-8">
7-
<div class="get-started" id="install">
8-
<h2>Get Started Now</h2>
9-
<ul class="unstyled steps col-md-12">
10-
<li class="col-md-4">
11-
<div class="num">1</div>
12-
<h6>Installation Guides</h6>
13-
<span class="links">
14-
<p><a href='https://docs.geonode.org/en/master/start/index.html#quick-installation-guide'>Quick Installation Guide</a></p>
15-
<p><a href='https://docs.geonode.org/en/master/install/basic/index.html'>Basic Installation Guide</a></p>
16-
<p><a href='https://docs.geonode.org/en/master/install/advanced/index.html'><strong>[for advanced users only]</strong> Advanced Installation Guide</a></p>
17-
</span>
18-
</li>
19-
<li class="last col-md-4">
20-
<div class="num">2</div>
21-
<h6>Import data</h6>
22-
<span class="links">
23-
<p><a href='https://docs.geonode.org/en/master/usage/index.html'>Read the Users Guide</a></p>
24-
<p><a href='https://docs.geonode.org/en/master/admin/index.html'>Read the Admins Guide</a></p>
25-
<p><a href='https://docs.geonode.org/en/master/devel/index.html'> Read the developer installation docs for a detailed step by step guide</a></p>
26-
</span>
27-
</li>
28-
</ul>
2+
<div class="row justify-content-center">
3+
<div class="row documentation-items">
4+
<div class="col-md-6">
5+
<div class="col-md-12 d-flex flex-row">
6+
<i class="fa fa-print fa-3x col-md-2"></i>
7+
<a class="col-md-10" href="https://docs.geonode.org" target="_blank">
8+
<article class="documentation">
9+
<h3>Documentation</h3>
10+
<p>Guides for users, developers, and administrators</p>
11+
</article>
12+
</a>
2913
</div>
3014

31-
<div class="row documentation-items">
32-
<div class="col-md-6">
33-
<div class="col-md-12 d-flex flex-row">
34-
<i class="fa fa-print fa-5x col-md-2"></i>
35-
<a class="col-md-10" href="https://docs.geonode.org" target="_blank">
36-
<article class="documentation">
37-
<h3>Documentation</h3>
38-
<p>Guides for users, developers, and administrators</p>
39-
</article>
40-
</a>
41-
</div>
42-
43-
<div class="col-md-12 d-flex flex-row">
44-
<i class="fa fa-envelope-o fa-5x col-md-2"></i>
45-
<a class="col-md-10" href="{{site.baseurl}}/communication/#mailing-lists">
46-
<article class="mailing-list">
47-
<h3>Mailing Lists</h3>
48-
<p>Discussion groups for users and developers</p>
49-
</article>
50-
</a>
51-
</div>
15+
<div class="col-md-12 d-flex flex-row">
16+
<i class="fa fa-envelope-o fa-3x col-md-2"></i>
17+
<a class="col-md-10" href="{{site.baseurl}}/communication/#mailing-lists">
18+
<article class="mailing-list">
19+
<h3>Mailing Lists</h3>
20+
<p>Discussion groups for users and developers</p>
21+
</article>
22+
</a>
23+
</div>
5224

53-
<div class="col-md-12 d-flex flex-row">
54-
<i class="fa fa-pencil-square-o fa-5x col-md-2"></i>
55-
<a class="col-md-10" href="https://github.com/GeoNode/geonode/issues" target="_blank">
56-
<article class="issue-tracker">
57-
<h3>Issue Tracker</h3>
58-
<p>Bugs, feature requests, and development roadmap</p>
59-
</article>
60-
</a>
61-
</div>
62-
</div>
25+
<div class="col-md-12 d-flex flex-row">
26+
<i class="fa fa-pencil-square-o fa-3x col-md-2"></i>
27+
<a class="col-md-10" href="https://github.com/GeoNode/geonode/issues" target="_blank">
28+
<article class="issue-tracker">
29+
<h3>Issue Tracker</h3>
30+
<p>Bugs, feature requests, and development roadmap</p>
31+
</article>
32+
</a>
33+
</div>
34+
</div>
6335

64-
<div class="col-md-6">
65-
<div class="col-md-12 d-flex flex-row">
66-
<i class="fa fa-question-circle fa-5x col-md-2"></i>
67-
<a class="col-md-10" href="{{site.baseurl}}/faqs">
68-
<article class="faqs">
69-
<h3>FAQs</h3>
70-
<p>Frequently Asked Questions about GeoNode</p>
71-
</article>
72-
</a>
73-
</div>
36+
<div class="col-md-6">
37+
<div class="col-md-12 d-flex flex-row">
38+
<i class="fa fa-question-circle fa-3x col-md-2"></i>
39+
<a class="col-md-10" href="{{site.baseurl}}/faqs">
40+
<article class="faqs">
41+
<h3>FAQs</h3>
42+
<p>Frequently Asked Questions about GeoNode</p>
43+
</article>
44+
</a>
45+
</div>
7446

75-
<div class="col-md-12 d-flex flex-row">
76-
<i class="fa fa-comments-o fa-5x col-md-2"></i>
77-
<a class="col-md-10" href="{{site.baseurl}}/communication/#gitter">
78-
<article class="gitter">
79-
<h3>Gitter</h3>
80-
<p>Real-time discussion and help in the GeoNode Gitter chat room</p>
81-
</article>
82-
</a>
83-
</div>
47+
<div class="col-md-12 d-flex flex-row">
48+
<i class="fa fa-comments-o fa-3x col-md-2"></i>
49+
<a class="col-md-10" href="{{site.baseurl}}/communication/#gitter">
50+
<article class="gitter">
51+
<h3>Gitter</h3>
52+
<p>Real-time discussion and help in the GeoNode Gitter chat room</p>
53+
</article>
54+
</a>
55+
</div>
8456

85-
<div class="col-md-12 d-flex flex-row">
86-
<i class="fa fa-picture-o fa-5x col-md-2"></i>
87-
<a class="col-md-10" href="{{site.baseurl}}/gallery/">
88-
<article class="sites-gallery">
89-
<h3>Gallery</h3>
90-
<p>A collection of live sites built using GeoNode</p>
91-
</article>
92-
</a>
93-
</div>
94-
</div>
95-
</div>
57+
<div class="col-md-12 d-flex flex-row">
58+
<i class="fa fa-picture-o fa-3x col-md-2"></i>
59+
<a class="col-md-10" href="{{site.baseurl}}/gallery/">
60+
<article class="sites-gallery">
61+
<h3>Gallery</h3>
62+
<p>A collection of live sites built using GeoNode</p>
63+
</article>
64+
</a>
9665
</div>
9766
</div>
98-
</section>
67+
</div>
68+
</div>
69+
</section>

index.html

Lines changed: 18 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -10,89 +10,39 @@
1010
<section class="banner">
1111
<div class="container">
1212
<div class="row">
13-
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-6 text-center">
14-
<h1>Open Source Geospatial Content Management System</h1>
15-
<p>
13+
<div class="col-md-6 text-center">
14+
<h1 class="fw-bold">Open Source Geospatial Content Management System</h1>
15+
<p class="fs-4">
1616
GeoNode is a web-based application and platform
1717
for developing geospatial information systems (GIS)
1818
and for deploying spatial data infrastructures (SDI).
1919
</p>
20-
<p>
21-
It is designed to be extended and modified, and can be integrated into existing platforms.
22-
</p>
2320

2421

2522
<div class="row justify-content-center">
2623
<div class="promo-links">
27-
<a title="OSGeo Project" href="http://osgeo.org"><img style="background-color:white;" alt="OSGeo Project" src="static/img/OSGeo_project.png"/></a>
28-
</div>
29-
<div class="col-md-8 col-lg-8 col-sm-8 col-xs-8 btn btn-md btn-success mt-4 mb-4">See you in Florenze at FOSS4G 2022!
30-
<p class="m-0">
31-
<a class="text-white d-block" href="https://talks.osgeo.org/foss4g-2022-workshops/talk/SJP7HC/" target="_blank">Introduction to GeoNode the Open Source geospatial CMS</a>
32-
<a class="text-white d-block" href="https://talks.osgeo.org/foss4g-2022-workshops/talk/FVRPWQ/" target="_blank">GeoNode a developers introduction</a>
33-
</p>
24+
<a title="OSGeo Project" href="http://osgeo.org"><img style="background-color:white;" alt="OSGeo Project" src="static/img/osgeo-logo.png"/></a>
3425
</div>
35-
</div>
26+
<div class="row demo-container">
27+
<div class="col-md-4">
28+
<h4 class="demo-btn maint"><a href="https://stable.demo.geonode.org">Maintenance</a></h4>
29+
<span><a href="https://github.com/GeoNode/geonode/releases/tag/3.3.3" target="_blank">3.3.3</a></span>
3630
</div>
37-
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-6 d">
38-
<img src="static/img/hero_img.png" alt="" class="hero-img" />
31+
<div class="col-md-4">
32+
<h4 class="demo-btn stable"><a href="https://development.demo.geonode.org">Stable</a></h4>
33+
<span><a href="https://github.com/GeoNode/geonode/releases/tag/4.0.1" target="_blank">4.0.1</a></span>
3934
</div>
40-
</div>
41-
</div>
42-
</section>
43-
<section class="body">
44-
<div class="container">
45-
<div class="row">
46-
<div class="col">
47-
<div class="box box-users">
48-
<a href="{{ site.baseurl }}/user_features" class="header-link">
49-
<header class="box-header">
50-
<h2>For Users</h2>
51-
</header>
52-
</a>
53-
<ul class="unstyled">
54-
<li>Browse and search for geospatial data and web services</li>
55-
<li>Upload, manage, and share geospatial data</li>
56-
<li>Create and share interactive maps</li>
57-
<li>Collaborate and interact with other users</li>
58-
</ul>
59-
<a href = "{{ site.baseurl }}/user_features" class="btn btn-success">Take the Tour</a>
35+
<div class="col-md-4">
36+
<h4 class="demo-btn dev"><a href="https://master.demo.geonode.org">Development</a></h4>
37+
<span><a href="https://github.com/GeoNode/geonode/tree/4.0.x" target="_blank">4.0.x</a></span>
6038
</div>
61-
</div>
62-
<div class="col">
63-
<div class="box box-devs">
64-
<a href="{{ site.baseurl }}/dev_features" class="header-link">
65-
<header class="box-header">
66-
<h2>For Developers</h2>
67-
</header>
68-
</a>
69-
<ul class="unstyled">
70-
<li>Developed with Django</li>
71-
<li>Twitter Bootstrap and jQuery client implementation</li>
72-
<li>Built on stable, mature open source geospatial projects</li>
73-
<li>APIs for customization and connection</li>
74-
<li>Seamless integration with third-party Django apps</li>
75-
</ul>
76-
<a href = "{{ site.baseurl }}/dev_features" class="btn btn-success">Take the Tour</a>
7739
</div>
78-
</div>
79-
<div class="col">
80-
<div class="box box-admins">
81-
<a href="{{ site.baseurl }}/admin_features" class="header-link">
82-
<header class="box-header">
83-
<h2>For Admins</h2>
84-
</header>
85-
</a>
86-
<ul class="unstyled">
87-
<li>Reliable, scalable platform for deploying spatial data infrastructure</li>
88-
<li>Complete framework for OGC-compliant web services</li>
89-
<li>Metadata management and aggregation platform</li>
90-
<li>Comprehensive security framework</li>
91-
</ul>
92-
<a href = "{{ site.baseurl }}/admin_features" class="btn btn-success">Take the Tour</a>
40+
</div>
41+
</div>
42+
<div class="col-md-6 text-end">
43+
<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;"/>
9344
</div>
9445
</div>
95-
</div>
9646
</div>
9747
</section>
9848

setenv-ruby-gem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export GEM_HOME="$VIRTUAL_ENV/gems"
1+
export GEM_HOME="./venv/gems"
22
export GEM_PATH=""
33
export PATH=$PATH:"$GEM_HOME/bin"

static/css/bootstrap-theme.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/css/bootstrap.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/css/bootstrap.min.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/bootstrap.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)