Skip to content

Commit 2cfc1ec

Browse files
committed
foss4g link
1 parent 309c245 commit 2cfc1ec

File tree

6 files changed

+28
-42
lines changed

6 files changed

+28
-42
lines changed

_includes/header.html

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,14 @@
11
<header class="main">
2-
<div class="navbar">
3-
<div class="container-fluid">
4-
<a class="brand" href="{{ site.baseurl }}/">GeoNode</a>
5-
<div class="btn-group nav-coll">
6-
<button type="button" class="btn-nav-coll" data-bs-toggle="dropdown" aria-expanded="false">
7-
<span class="icon-bar"></span>
8-
<span class="icon-bar"></span>
9-
<span class="icon-bar"></span>
10-
</button>
11-
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="navbarDarkDropdownMenuLink">
12-
<li><a class="dropdown-item" href="{{ site.baseurl }}/user_features">For Users</a></li>
13-
<li><a class="dropdown-item" href="{{ site.baseurl }}/dev_features">For Developers</a></li>
14-
<li><a class="dropdown-item" href="{{ site.baseurl }}/admin_features">For Admins</a></li>
15-
<li><a class="dropdown-item" href="https://docs.geonode.org/en/master/usage/index.html">Workshops</a></li>
16-
<li><a class="dropdown-item" href="{{ site.baseurl }}/communication/">Communication</a></li>
17-
<li><a class="dropdown-item" href="{{ site.baseurl }}/faqs">FAQs</a></li>
18-
<li><a class="dropdown-item" href="{{ site.baseurl }}/gallery/">Sites Gallery</a></li>
19-
<li><a class="dropdown-item" href="{{ site.baseurl }}/blog/">Blog</a></li>
20-
<li><a class="dropdown-item" href="https://docs.geonode.org" target="_blank">Documentation</a></li>
21-
<li><a class="dropdown-item" href="http://github.com/geonode/geonode/issues" target = "_blank">Issue Tracker</a></li>
22-
<li><a class="dropdown-item" href="{{ site.baseurl }}/providers/">Commercial Providers</a></li>
23-
<li><a class="dropdown-item" href="{{ site.baseurl }}/jobs/">Jobs</a></li>
24-
</ul>
25-
</div>
26-
<div class="pull-right">
27-
<a href="{{ site.baseurl }}/gallery" class="btn btn-success">Gallery</a>
28-
<a href="{{ site.baseurl }}/#install" class="btn btn-success">Quick Start</a>
29-
<a target="_blank" href="http://master.demo.geonode.org" class="btn btn-warning">Try the Demo</a>
30-
<a href="{{ site.baseurl }}/blog/" class="btn btn-success">Blog</a>
2+
<div class="container">
3+
<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>
3111
</div>
3212
</div>
3313
</div>
34-
</header>
14+
</header>

index.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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">
13+
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-6 text-center">
1414
<h1>Open Source Geospatial Content Management System</h1>
1515
<p>
1616
GeoNode is a web-based application and platform
@@ -20,14 +20,21 @@ <h1>Open Source Geospatial Content Management System</h1>
2020
<p>
2121
It is designed to be extended and modified, and can be integrated into existing platforms.
2222
</p>
23-
<p>
24-
<a href="http://summit.geonode.org/" class="btn btn-md btn-success" target="_blank">GeoNode summit 2020</a>
25-
</p>
26-
<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>
23+
24+
25+
<div class="row justify-content-center">
26+
<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>
34+
</div>
2835
</div>
2936
</div>
30-
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-6">
37+
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-6 d">
3138
<img src="static/img/hero_img.png" alt="" class="hero-img" />
3239
</div>
3340
</div>

static/css/site.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4172,7 +4172,6 @@ input[type="submit"].btn.btn-mini {
41724172
}
41734173

41744174
.navbar .brand {
4175-
float: left;
41764175
display: block;
41774176
padding: 10px 20px 10px;
41784177
margin-left: -20px;
@@ -5813,7 +5812,6 @@ strong {
58135812
margin: 8px 0 0 0;
58145813
text-indent: -9999px;
58155814
background: url("../img/geonode_logo.png") no-repeat 0 0;
5816-
float: left
58175815
}
58185816

58195817
header.main .btn {
@@ -5976,7 +5974,7 @@ strong {
59765974
background: #edeae3 url("../img/banner_bg.png") repeat-x left bottom;
59775975
color: #fff;
59785976
padding: 0 0 40px;
5979-
height: 384px;
5977+
height: 440px;
59805978
}
59815979

59825980
section.banner h1 {
@@ -6000,7 +5998,7 @@ strong {
60005998

60015999
section.banner .promo-links img {
60026000
padding: 4px 8px;
6003-
height: 65px;
6001+
height: 40px;
60046002
border-radius: 3px;
60056003
}
60066004

@@ -6040,7 +6038,7 @@ strong {
60406038

60416039
section.banner .promo-links img {
60426040
padding: 4px 8px;
6043-
height: 55px;
6041+
height: 40px;
60446042
border-radius: 3px;
60456043
}
60466044

static/img/banner_bg.png

839 Bytes
Loading

static/img/hero_img.png

-15.7 KB
Loading

static/less/site.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ section.banner {
8787
.bg-clr(@beige, "banner_bg.png", repeat-x, left, bottom);
8888
color:@white;
8989
padding:30px 0 40px;
90+
height: 440px;
9091

9192
h1 {
9293
font-weight:300;

0 commit comments

Comments
 (0)