Skip to content

Commit 9d3cd2b

Browse files
authored
Merge pull request #16 from RS-PYTHON/update-content
update footer
2 parents dc5c33e + e69b590 commit 9d3cd2b

File tree

7 files changed

+53
-9
lines changed

7 files changed

+53
-9
lines changed

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar-catalog:
1010
- title: "Api REST"
1111
url: https://home.rs-python.eu/rs-documentation/rs-server/docs/doc/api/rest/#/Catalog
1212
- title: "Endpoints"
13-
url: https://home.rs-python.eu/rs-documentation/generate_src_doc/rs-server/catalog/
13+
url: https://home.rs-python.eu/rs-documentation/rs-server/docs/doc/users/catalog/
1414

1515
- title: "STAC standard"
1616
children:

_includes/footer/custom.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
<!-- start custom footer snippets -->
2-
<!-- end custom footer snippets -->
2+
3+
<!-- end custom footer snippets -->
4+
5+
6+
<style type="text/css">
7+
#conteneur {
8+
margin-top:0;
9+
margin-bottom:0;
10+
text-align: right;
11+
}
12+
</style>
13+
14+
15+
<div id="conteneur">
16+
<img src="/assets/images/logo_official/foot_banner1.jpg" >
17+
18+
</div>

_includes/head/custom.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44

55
<style type="text/css">
66
#conteneur {
7-
margin-top:0;
8-
margin-bottom:0;
7+
margin-top: 50px;
8+
margin-bottom: 0;
9+
margin-right: 50px;
910
text-align: right;
10-
}
11+
}
1112
</style>
1213

1314

15+
<br></br></br><br/>
1416
<div id="conteneur">
1517
<img src="/assets/images/logo_official/copernicus_eu_logo.svg" width="286" height="40" >
16-
<img src="/assets/images/logo_official/ESA_logo_2020_Deep2.png" width="171" height="40">
17-
<img src="/assets/images/logo_official/AIRBUS_Blue.png" width="162" height="60" >
18-
<img src="/assets/images/logo_official/logo_cs_group_bleu_petit-86x42.png" width="82" height="40" >
1918
</div>
2019

2120
<!-- end custom head snippets -->

_pages/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,25 @@ feature_deployment:
9494

9595
{% include feature_row id="intro" type="center" %}
9696

97-
{% include feature_row id="feature_row_sentinel" %}
97+
98+
<table>
99+
<tr>
100+
<th><img src="/assets/images/sentinel/Irkutsk_and_Lake_Baikal_ESA15342560.jpeg" width="516" height="414" alt="Irkutsk and Lake Baika Sentinel-1 image"></th>
101+
<th><img src="/assets/images/sentinel/Lake_MacKay_Australia.jpg" width="516" height="414" alt="Lake MacKay Australia Sentinel-2 image"></th>
102+
<th><img src="/assets/images/sentinel/1024px-Cloud-free_Europe_ESA17486464.jpeg" width="516" height="414" alt="Europe Sentinel-3 image"></th>
103+
<th><img src="/assets/images/sentinel/Sentinel-5P_CLOUD,_Effective_radiometric_cloud_fraction.jpg" width="516" height="414" alt="Cloud Sentinel-5 image"></th>
104+
</tr>
105+
<tr>
106+
<td><a href="https://sentinels.copernicus.eu/web/sentinel/copernicus/sentinel-1"><center><b>Sentinel-1</b></center></a><br/><br/></td>
107+
<td><a href="https://sentinels.copernicus.eu/web/sentinel/copernicus/sentinel-2"><center><b>Sentinel-2</b></center></a><br/><br/></td>
108+
<td><a href="https://sentinels.copernicus.eu/web/sentinel/copernicus/sentinel-3"><center><b>Sentinel-3</b></center></a><br/><br/></td>
109+
<td><a href="https://sentinels.copernicus.eu/web/sentinel/copernicus/sentinel-P"><center><b>Sentinel-5P</b></center></a><br/><br/></td>
110+
111+
</tr>
112+
113+
</table>
114+
115+
98116

99117
{% include feature_row id="feature_catalog" type="left" %}
100118
Here is an example of STAC collection retrieved from RS catalog.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
$footer-background-color: #003249 !default;

assets/css/main.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
# Only the main Sass file needs front matter (the dashes are enough)
3+
search: false
4+
---
5+
6+
@charset "utf-8";
7+
@import "_update_footer_background";
8+
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
9+
@import "minimal-mistakes"; // main partials
10+
18.2 KB
Loading

0 commit comments

Comments
 (0)