Skip to content

Commit

Permalink
fix: remove hubikoop (#518)
Browse files Browse the repository at this point in the history
* fix: remove hubikoop

* feat: update presentation ressources
  • Loading branch information
marc-gavanier authored Aug 29, 2024
1 parent be94cca commit 7fd0669
Show file tree
Hide file tree
Showing 9 changed files with 503 additions and 42 deletions.
Binary file removed src/assets/img/logo/hubs/100/Hubikoop.png
Binary file not shown.
Binary file removed src/assets/img/logo/hubs/48/Hubikoop.png
Binary file not shown.
176 changes: 176 additions & 0 deletions src/assets/img/presentation/webinaire/integrer-cartographie.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
295 changes: 295 additions & 0 deletions src/assets/img/presentation/webinaire/standard-donnees.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@
"localisation": {
"longitude": 0.197778,
"latitude": 45.192222
},
"hub": {
"nom": "Hubikoop",
"url": "https://hubikoop.fr/"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,30 @@
<div class="card h-100 rounded-0">
<img src="/assets/img/presentation/webinaire/{{ webinaire.image }}" class="w-100" alt="" />
<div class="card-body h-100 d-flex p-4 flex-column">
<div class="d-flex">
<span role="img" class="ri ri-timer-fill" style="color: #459c99" aria-hidden="true"></span>
<p class="ms-2 text-muted">{{ webinaire.duration }}</p>
</div>
<div class="h-100">
<h3 class="fw-bold card-title my-2">{{ webinaire.titre }}</h3>
</div>
<p class="card-text mt-2 mb-5 flex-grow-1">{{ webinaire.text }}</p>
<div class="d-flex">
<a
class="btn btn-primary rounded-0"
href="{{ webinaire.inscription_link }}"
href="{{ webinaire.link }}"
target="_blank"
title="S'inscrire au webinaire (nouvel onglet)"
title="{{ webinaire.link_text }} - {{ webinaire.titre }} (nouvel onglet)"
rel="noopener noreferrer">
<small>{{ webinaire.inscription_text }}</small>
</a>
<a
*ngIf="webinaire.replay_link"
class="btn btn-primary rounded-0 ms-auto"
href="{{ webinaire.replay_link }}"
target="_blank"
title="Replay du webinaire (nouvel onglet)"
rel="noopener noreferrer">
<small>{{ webinaire.replay_text }}</small>
<small>{{ webinaire.link_text }}</small>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="text-center">
<a
class="btn btn-primary rounded-0 mt-5"
href="https://lesbases.anct.gouv.fr/bases/cartographie-nationale-de-l-inclusion-numerique"
target="_blank"
title="Accéder à toutes les ressources sur les bases (nouvel onglet)">
Accéder à toutes les ressources
</a>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ import { ChangeDetectionStrategy, Component, Input, Output, EventEmitter } from

type WebinairePresentation = {
titre: string;
duration: string;
text: string;
image: string;
inscription_link: string;
inscription_text: string;
replay_link?: string;
replay_text?: string;
link: string;
link_text: string;
};

@Component({
Expand All @@ -19,24 +16,25 @@ type WebinairePresentation = {
export class WebinaireComponent {
public webinairePresentation: WebinairePresentation[] = [
{
titre: 'Apprenez à orienter vos bénéficiaires grâce à la cartographie',
duration: '45 min - 1 fois par mois',
text: `Consacré à l'utilisation du parcours d'orientation et la navigation sur la carte. `,
inscription_link: 'https://airtable.com/app2MF0d9XxkCwv0p/shrfwVic55IqzxKfG?mtm_campaign=fromwebsitecarto',
inscription_text: 'Webinaire orientation',
image: 'webinaire-orientation.svg',
replay_link: 'https://www.youtube.com/watch?v=bn1jipMvzoA',
replay_text: 'Replay orientation'
titre: 'Apparaître ou modifier ses données sur la cartographie nationale',
text: 'Pas-à-pas pour vous guider dans la mise à jour de vos données.',
link: 'https://lesbases.anct.gouv.fr/ressources/comment-apparaitre-ou-modifier-vos-donnees-sur-la-cartographie-nationale',
link_text: 'Voir la ressource sur les bases',
image: 'mise-a-jour-donnees.svg'
},
{
titre: 'Mettez à jour vos données sur la cartographie',
duration: '45 min - 1 fois par mois',
text: `Consacré à l'utilisation des outils de mise à jour de données, en particulier l'outil DORA.`,
inscription_link: 'https://airtable.com/app2MF0d9XxkCwv0p/shrX7zSTk8pOtoKik?mtm_campaign=fromwebsitecarto',
inscription_text: 'Webinaire données',
image: 'webinaire-mise-a-jour.svg',
replay_link: 'https://www.youtube.com/watch?v=YJjsMjVPluY',
replay_text: 'Replay données'
titre: 'Intégrer la cartographie sur son site web',
text: "Pas-à-pas pour intégrer la cartographie nationale sur votre site web, sans besoin d'avoir des compétences de programmation.",
link: 'https://lesbases.anct.gouv.fr/ressources/integrer-la-cartographie-sur-mon-site-web',
link_text: 'Voir la ressource sur les bases',
image: 'integrer-cartographie.svg'
},
{
titre: "Évolution du standard national des lieux d'inclusion numérique",
text: "Descriptif des évolutions du standard national des lieux d'inclusion numérique (version 1.0.1)",
link: 'https://lesbases.anct.gouv.fr/ressources/evolution-du-standard-national ',
link_text: 'Voir la ressource sur les bases',
image: 'standard-donnees.svg'
}
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2 class="fw-bold my-5 text-black text-center">
<section #webinaire class="py-5">
<div class="container">
<h2 class="ps-3 fw-bold my-5 text-center text-primary">
<span class="d-block">Découvrez nos webinaires, pour en savoir plus</span>
<span class="d-block">Découvrez nos ressources sur La Base, pour en savoir plus</span>
sur cette cartographie et ses usages variés
</h2>
<app-webinaire></app-webinaire>
Expand Down

0 comments on commit 7fd0669

Please sign in to comment.