Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agenda page added (betagouv#9884) #13143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ GEM
formatador (1.1.0)
forwardable-extended (2.6.0)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-darwin)
google-protobuf (3.21.12-x86_64-linux)
guard (2.18.0)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -89,6 +90,8 @@ GEM
nenv (0.3.0)
nokogiri (1.13.10-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -145,6 +148,7 @@ GEM

PLATFORMS
aarch64-linux
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
Expand Down
7 changes: 6 additions & 1 deletion _data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ nav:
-
label: Recrutement
target: _pages/recrutement.md
-
label: Agenda
target: _pages/agenda.md

shortcuts:
-
label: Documentation
Expand All @@ -28,4 +32,5 @@ shortcuts:
-
label: Espace Membre
external: true
url: https://espace-membre.incubateur.net
url: https://espace-membre.incubateur.net

17 changes: 17 additions & 0 deletions _layouts/agenda.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
---

{% assign lang = page.lang | default: site.lang | default: "fr" %}

{% include hero-page.html title=page.title %}

<section class="fr-py-2w fr-pt-4w" id="agenda">
<div class="fr-container">
<div class="fr-grid-row fr-grid-row--gutters">
<div class="fr-col-md-10 fr-col-12 fr-col-offset-md-1">
<embed type="text/html" name="iframe1" id="iframe1" src="https://calendar.google.com/calendar/u/0/[email protected]&ctz=Europe/Paris&pli=1" height="600px" width="100%" frameborder="0"></embed>
</div>
</div>
</div>
</section>
7 changes: 7 additions & 0 deletions _pages/agenda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: agenda
permalink: /agenda/
title: L'agenda du programme beta.gouv.fr
additional_html:
- agenda.html
---