update content + add custom files in patch #7
@ -112,6 +112,13 @@ docker-compose build citizen-front
|
|||||||
docker login registry.gitlab.com
|
docker login registry.gitlab.com
|
||||||
docker push registry.gitlab.com/champs-libres/geonature-citizen/front
|
docker push registry.gitlab.com/champs-libres/geonature-citizen/front
|
||||||
```
|
```
|
||||||
|
Il est peut-être aussi nécessaire de faire de même pour l'image `media`.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker-compose build media
|
||||||
|
docker login registry.gitlab.com
|
||||||
|
docker push registry.gitlab.com/champs-libres/geonature-citizen/media
|
||||||
|
```
|
||||||
### 2) Sur le serveur distant
|
### 2) Sur le serveur distant
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -28,6 +28,7 @@ services:
|
|||||||
- ./patches/settings.ini:/home/appuser/citizen/config/settings.ini
|
- ./patches/settings.ini:/home/appuser/citizen/config/settings.ini
|
||||||
- ./patches/frontend/src/conf:/home/appuser/citizen/frontend/src/conf
|
- ./patches/frontend/src/conf:/home/appuser/citizen/frontend/src/conf
|
||||||
- ./patches/frontend/src/assets:/home/appuser/citizen/frontend/src/assets
|
- ./patches/frontend/src/assets:/home/appuser/citizen/frontend/src/assets
|
||||||
|
- ./patches/frontend/src/custom:/home/appuser/citizen/frontend/src/custom
|
||||||
- ./patches/frontend/server.ts:/home/appuser/citizen/frontend/server.ts
|
- ./patches/frontend/server.ts:/home/appuser/citizen/frontend/server.ts
|
||||||
- ./dist:/home/appuser/citizen/frontend/dist
|
- ./dist:/home/appuser/citizen/frontend/dist
|
||||||
# re files installed by npm install
|
# re files installed by npm install
|
||||||
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 162 KiB |
BIN
patches/frontend/src/assets/logo-commune-wasseiges.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 35 KiB |
BIN
patches/frontend/src/assets/logo_dw.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
patches/frontend/src/assets/logo_gal.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
patches/frontend/src/assets/logo_leader.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
patches/frontend/src/assets/logo_wallonie.png
Normal file
After Width: | Height: | Size: 20 KiB |
@ -9,20 +9,6 @@ export const MAP_CONFIG = {
|
|||||||
attribution:
|
attribution:
|
||||||
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, Tiles style by <a href="https://www.hotosm.org/" target="_blank">Humanitarian OpenStreetMap Team</a> hosted by <a href="https://openstreetmap.fr/" target="_blank">OpenStreetMap France</a>'
|
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, Tiles style by <a href="https://www.hotosm.org/" target="_blank">Humanitarian OpenStreetMap Team</a> hosted by <a href="https://openstreetmap.fr/" target="_blank">OpenStreetMap France</a>'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "OpenTopoMap",
|
|
||||||
maxZoom: 19,
|
|
||||||
layer: "//{s}.opentopomap.org/{z}/{x}/{y}.png",
|
|
||||||
subdomains: "abc",
|
|
||||||
attribution: "© OpenTopoMap"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Cyclosm - Belgique",
|
|
||||||
maxZoom: 19,
|
|
||||||
layer: "//{s}.tiles.champs-libres.be/cyclosm/{z}/{x}/{y}.png",
|
|
||||||
subdomains: "abc",
|
|
||||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors. Map style by Cyclosm. Tiles by Champs-Libres.'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Imagerie aérienne Wallonie",
|
name: "Imagerie aérienne Wallonie",
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
@ -32,19 +18,90 @@ export const MAP_CONFIG = {
|
|||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Plan de secteur",
|
name: "Hydrographie",
|
||||||
minZoom: 12,
|
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/AMENAGEMENT_TERRITOIRE/PDS/MapServer/WMSServer?",
|
layer: "//geoservices.wallonie.be/arcgis/services/EAU/RHW/MapServer/WMSServer?",
|
||||||
layers: '2',
|
layers: ['1', '2', '3', '4', '5','6'],
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Couverture forestière approximative au 18ème siècle",
|
name: "MNT (relief)",
|
||||||
minZoom: 13,
|
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?",
|
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer/WMSServer?",
|
||||||
|
layers: '0',
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "MNS (hauteur de la végétation)",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNS_2013_2014_HILLSHADE/MapServer/WMSServer?",
|
||||||
|
layers: '0',
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Pentes (relief)",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNP_CLASSE_2013_2014/MapServer/WMSServer?",
|
||||||
|
layers: '0',
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Carte des principaux types de sols",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW__PRINC_TYPES_SOLS/MapServer/WMSServer?",
|
||||||
|
layers: '0',
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Carte des sols",
|
||||||
|
minZoom: 8,
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW/MapServer/WMSServer?",
|
||||||
|
layers: '1',
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Carte d'occupation du sol",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_OCCUPATION_SOL/MapServer/WMSServer?",
|
||||||
|
layers: '0',
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Carte d'utilisation du sol",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_UTILISATION_SOL/MapServer/WMSServer?",
|
||||||
|
layers: ['1', '3', '4', '5', '6', '7', '8', '9'],
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Parcellaire agricole anonyme 2019",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/AGRICULTURE/SIGEC_PARC_AGRI_ANON__2019/MapServer/WMSServer?",
|
||||||
|
layers: '0',
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Natura 2000",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/FAUNE_FLORE/NATURA2000/MapServer/WMSServer?",
|
||||||
|
layers: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10'],
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Masque forestier",
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORET/MapServer/WMSServer?",
|
||||||
layers: '0',
|
layers: '0',
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
@ -59,26 +116,10 @@ export const MAP_CONFIG = {
|
|||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Carte des sols",
|
name: "Couverture forestière approximative au 18ème siècle",
|
||||||
minZoom: 8,
|
minZoom: 13,
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW/MapServer/WMSServer?",
|
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?",
|
||||||
layers: '1',
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Carte des principaux types de sols",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW__PRINC_TYPES_SOLS/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Carte du dépôt de la guerre (1865 - 1880)",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/CARTES_ANCIENNES/DEPOT_GUERRE_1865_1880/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
layers: '0',
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
@ -100,65 +141,9 @@ export const MAP_CONFIG = {
|
|||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Hydrographie",
|
name: "Carte du dépôt de la guerre (1865 - 1880)",
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/EAU/RHW/MapServer/WMSServer?",
|
layer: "//geoservices.wallonie.be/arcgis/services/CARTES_ANCIENNES/DEPOT_GUERRE_1865_1880/MapServer/WMSServer?",
|
||||||
layers: ['1', '2', '3', '4', '5','6'],
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Limites administratives",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/INSPIRE/AU_wms/MapServer/WMSServer?",
|
|
||||||
layers: ['1', '2', '3', '4'],
|
|
||||||
wms: true,
|
|
||||||
attribution: '© CadGIS'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Masque forestier",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORET/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "MNS (hauteur de la végétation)",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNS_2013_2014_HILLSHADE/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "MNT (relief)",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Pentes (relief)",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNP_CLASSE_2013_2014/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Natura 2000",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/FAUNE_FLORE/NATURA2000/MapServer/WMSServer?",
|
|
||||||
layers: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10'],
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Parcellaire agricole anonyme 2019",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/AGRICULTURE/SIGEC_PARC_AGRI_ANON__2019/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
layers: '0',
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
@ -172,36 +157,21 @@ export const MAP_CONFIG = {
|
|||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Régions agricoles",
|
name: "Plan de secteur",
|
||||||
|
minZoom: 12,
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/LIMITES/LIMITES_REGIONSAGRICOLES/MapServer/WMSServer?",
|
layer: "//geoservices.wallonie.be/arcgis/services/AMENAGEMENT_TERRITOIRE/PDS/MapServer/WMSServer?",
|
||||||
layers: '0',
|
layers: '2',
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Voiries vicinales désaffectées (SNCB - SNCV)",
|
name: "Limites administratives",
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/MOBILITE/LIGNES_SNCB_SNCV_DESAFFECT/MapServer/WMSServer?",
|
layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/INSPIRE/AU_wms/MapServer/WMSServer?",
|
||||||
layers: '0',
|
layers: ['1', '2', '3', '4'],
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© CadGIS'
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Carte d'occupation du sol",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_OCCUPATION_SOL/MapServer/WMSServer?",
|
|
||||||
layers: '0',
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Carte d'utilisation du sol",
|
|
||||||
maxZoom: 20,
|
|
||||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_UTILISATION_SOL/MapServer/WMSServer?",
|
|
||||||
layers: ['1', '3', '4', '5', '6', '7', '8', '9'],
|
|
||||||
wms: true,
|
|
||||||
attribution: '© SPW'
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
CENTER: [46.52863469527167, 2.43896484375],
|
CENTER: [46.52863469527167, 2.43896484375],
|
||||||
|
0
patches/frontend/src/custom/about/about.css
Normal file
11
patches/frontend/src/custom/about/about.html
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<h1>BiomMap</h1>
|
||||||
|
<p>BiomMap est un projet collaboratif qui a pour objectif de rassembler un maximum de connaissances à propos du maillage écologique d’un territoire. L’ensemble des informations collectées permettra notamment de mettre en avant des enjeux de protection et de valorisation de la biodiversité locale afin de permettre une meilleure intégration de ce sujet dans les politiques communales d'aménagements du territoire.</p>
|
||||||
|
<p>Il s’agit d’un prototype porté par la Commune de Wasseiges et le GAL Meuse@Campagnes et soutenu financièrement par La Wallonie, Digital Wallonia et l’Union Européenne via des fonds FEADER (mesure LEADER).</p>
|
||||||
|
<p>Pour en savoir plus, consultez <a target='_blank' href='https://www.biommap.be/'>www.biommap.be</a>.</p>
|
||||||
|
<h2>Le maillage écologique c’est quoi ?</h2>
|
||||||
|
<p>Le maillage écologique constitue l’infrastructure écologique fine d’un territoire local. Les éléments du maillage sont les petits éléments du paysage, linéaires ou ponctuels, les biotopes de faible surface ou à structure linéaire. Il s’agit, par exemple, des arbres isolés, haies, bandes boisées, bosquets, cours d’eau, mares, talus, bords de routes, bords de terres cultivées, etc.
|
||||||
|
Ces éléments du maillage constituent les couloirs de liaison entre les zones de grand intérêt biologique (sanctuaires, zones centrales, zones de développement). C’est leur densité, leur qualité et leur continuité qui déterminent leur intérêt pour jouer efficacement un rôle dans les liaisons écologiques.
|
||||||
|
La reconnaissance du maillage écologique est importante car il s’agit de la présence de la nature dans l’ensemble de l’espace ; c’est la « nature ordinaire ».</p>
|
||||||
|
<p>(D’après : E. Melin 1997 – La problématique du réseau écologique – Bases théoriques et perspectives d’une stratégie écologique d’occupation et de gestion de l’espace)</p>
|
||||||
|
<h2>Comment utiliser BiomMap ?</h2>
|
||||||
|
<p>La création d'un compte n'est pas obligatoire pour pouvoir partager ses observations mais celle-ci est vivement recommandée. En effet, il est important pour nous de pouvoir associer une donnée à un observateur et de pouvoir le contacter si besoin pour vérifier, analyser et ainsi valoriser sa donnée.</p>
|
22
patches/frontend/src/custom/custom.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
/*************************************
|
||||||
|
* Global css style overlay *
|
||||||
|
* Uncomment and adapt or add styles *
|
||||||
|
*************************************/
|
||||||
|
|
||||||
|
|
||||||
|
/* COLORS */
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--default-font-color: #5d6970;
|
||||||
|
--primary: #00a99d;
|
||||||
|
--dark-primary: #0a998f;
|
||||||
|
--secondary: #60b15c;
|
||||||
|
--secondary-gradient: #57a154;
|
||||||
|
--ternary: #45765c;
|
||||||
|
--list-toggler-width: 21px;
|
||||||
|
--list-obs-offset: 170px;
|
||||||
|
--router-outlet-offset: 113px;
|
||||||
|
--modal-header-bg-moz: moz-linear-gradient(top, var(--secondary) 0%, var(--secondary) 50%, var(--secondary-gradient) 51%, var(--secondary-gradient) 100%);
|
||||||
|
--modal-header-bg-webkit: moz-linear-gradient(top, var(--secondary) 0%, var(--secondary) 50%, var(--secondary-gradient) 51%, var(--secondary-gradient) 100%);
|
||||||
|
--modal-header-bg-linear: linear-gradient(to bottom, var(--secondary) 0%, var(--secondary) 50%, var(--secondary-gradient) 51%, var(--secondary-gradient) 100%);
|
||||||
|
}
|
34
patches/frontend/src/custom/footer/footer.css
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
footer{
|
||||||
|
margin-top: 20px;
|
||||||
|
padding: 20px 0px;
|
||||||
|
text-align: center;
|
||||||
|
background: rgb(226, 226, 226);
|
||||||
|
}
|
||||||
|
|
||||||
|
footer p, footer div{
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer div{
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer div a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--secondary) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer div a:hover {
|
||||||
|
border-bottom: solid 1px black;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer div.logo {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer div.logo img {
|
||||||
|
height: 90px;
|
||||||
|
margin: 3px;
|
||||||
|
}
|
15
patches/frontend/src/custom/footer/footer.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<footer>
|
||||||
|
<div>
|
||||||
|
<a [routerLink]="[ '/home']">Accueil</a> | <a href="https://github.com/PnX-SI/GeoNature-citizen">GeoNature-citizen</a> | <a [routerLink]="[ '/about']" >A propos</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class='logo'>
|
||||||
|
<a target='_blank' href='https://www.wallonie.be'><img alt='logo' src='assets/logo_wallonie.png'></a>
|
||||||
|
<a target='_blank' href='https://www.digitalwallonia.be'><img alt='logo' src='assets/logo_dw.png'></a>
|
||||||
|
<a target='_blank' href='https://enrd.ec.europa.eu/leader-clld_fr'><img alt='logo' src='assets/logo_leader.png'></a>
|
||||||
|
<a target='_blank' href='https://www.wasseiges.be'><img alt='logo' src='assets/logo-commune-wasseiges.jpg'></a>
|
||||||
|
<a target='_blank' href='https://www.meusecampagnes.be'><img alt='logo' src='assets/logo_gal.png'></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
0
patches/frontend/src/custom/home/home.css
Normal file
0
patches/frontend/src/custom/home/home.html
Normal file
BIN
patches/frontend/src/custom/images/favicon.ico
Normal file
After Width: | Height: | Size: 4.2 KiB |