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

Feature/gc ministers #2225

Merged
merged 5 commits into from
Apr 15, 2024
Merged
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
217 changes: 217 additions & 0 deletions _data/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,223 @@
}
]
}
,{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Minister or institutional head",
"fr": "Ministre ou chef d’institution"
},
"description": {
"en": "This component is for the minister or institutional head pattern on the institutional landing page.",
"fr": "Ce composant est destiné au modèle du ministre ou du chef d'institution sur la page d'accueil de l'institution."
},
"modified": "2024-03-11",
"componentName": "gc-minister",
"status": "stable",
"version": "1.0",
"pages": {
"examples": [
{
"title": "Minister or institutional head",
"language": "en",
"path": "gc-minister-en.html"
},
{
"title": "Ministre ou chef d’institution",
"language": "fr",
"path": "gc-minister-fr.html"
},
{
"title": "Minister or institutional head - two ministers example",
"language": "en",
"path": "gc-minister-two-ministers-en.html"
},
{
"title": "Ministre ou chef d'institution - exemple avec deux ministres",
"language": "fr",
"path": "gc-minister-two-ministers-fr.html"
},
{
"title": "Minister or institutional head - special cases example",
"language": "en",
"path": "gc-minister-special-cases-en.html"
},
{
"title": "Ministre ou chef d'institution - cas particuliers",
"language": "fr",
"path": "gc-minister-special-cases-fr.html"
}
],
"docs": [
{
"title": "Minister or institutional head",
"language": "en",
"path": "gc-minister-doc-en.html"
},
{
"title": "Ministre ou chef d’institution",
"language": "fr",
"path": "gc-minister-doc-fr.html"
}
]
},
"dependencies": "No dependency.",
"a11yGuidance": "No accessibility guidance.",
"variations": [
{
"name": {
"en": "Minister or institutional head - default",
"fr": "Ministre ou chef d’institution - par défaut"
},
"status": "stable",
"description": {
"en": "This component is for the minister or institutional head pattern on the institutional landing page.",
"fr": "Ce composant est destiné au modèle du ministre ou du chef d'institution sur la page d'accueil de l'institution."
},
"guidance": {
"en": "https://design.canada.ca/mandatory-templates/institutional-profile-pages.html",
"fr": "https://conception.canada.ca/modeles-obligatoire/pages-profil-institutionnel.html"
},
"iteration": "_:iteration_minister_1",
"example": [
{
"en": { "href": "gc-minister-en.html", "text": "Minister or institutional head" },
"fr": { "href": "gc-minister-fr.html", "text": "Ministre ou chef d’institution" }
},
{
"en": { "href": "gc-minister-two-ministers-en.html", "text": "Minister or institutional head - two ministers example" },
"fr": { "href": "gc-minister-two-ministers-fr.html", "text": "Ministre ou chef d'institution - exemple avec plusieurs ministres" }
},
{
"en": { "href": "gc-minister-special-cases-en.html", "text": "Minister or institutional head - special cases example" },
"fr": { "href": "gc-minister-special-cases-fr.html", "text": "Ministre ou chef d'institution - cas particuliers" }
}
],
"implementation": [
"_:implement_minister"
],
"history": [
{
"en": "March 2024 - Initial implementation of the variation.",
"fr": "Mars 2024 - Implémentation initiale de la variante."
}
]
}
],
"implementation": [
{
"@id": "_:implement_minister",
"iteration": "_:iteration_minister_1",
"name": {
"en": "Standard",
"fr": "Standard"
},
"introduction": {
"en": "This implementation is meant for developers/publishers adding the component manually.",
"fr": "Cette implémentation est destinée aux développeurs/éditeurs qui ajoutent le composant manuellement."
},
"instructions": {
"en": [
"The following coded example is the default layout. When you are implementing your instance, you can omit any of the following:<ul><li>image</li><li>mandate letter link</li><li>briefing book link</li></ul>",
"The <code>&lt;div class=\"col-md-6\"></code> can be repeated as many times as there are ministers or institutional heads.",
"Refer to the official guidance for the appropriate section heading."
],
"fr": [
"L'exemple codé suivant est la présentation par défaut. Lorsque vous mettez en œuvre votre instance, vous pouvez omettre les éléments suivants&nbsp;:<ul><li>Image</li><li>Lettre de mandat</li><li>Dossier d’information</li></ul>",
"Le <code>&lt;div class=\"col-md-6\"></code> peut être répété autant de fois qu'il y a de ministres ou de chefs d'institution.",
"Reportez-vous aux directives officielles pour connaître le titre de section approprié."
]
},
"notes": {
"en": [
"The recommended image size is 200px by 250px."
],
"fr": [
"La taille d'image recommandée est de 200px par 250px."
]
},
"sample": {
"en": [
{
"@type": "source-code",
"description": "Code sample with image:",
"code": "<section class=\"gc-minister\">\n\t<h2>Minister</h2>\n\t<div class=\"row wb-eqht-grd\">\n\t\t<div class=\"col-xs-12 col-md-6\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-xs-12 col-md-7 pull-right\">\n\t\t\t\t\t<h3><a href=\"#\">The Honourable [Minister name]</a></h3>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-md-5\">\n\t\t\t\t\t<img src=\"[image url]\" alt=\"The Honourable [Minister name]\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-md-7\">\n\t\t\t\t\t<p>[Official title]</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"\">Mandate letter</a></li>\n\t\t\t\t\t\t<li><a href=\"\">Briefing book</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</section>"
},
{
"@type": "source-code",
"description": "Code sample without image:",
"code": "<section class=\"gc-minister\">\n\t<h2>Minister</h2>\n\t<div class=\"row wb-eqht-grd\">\n\t\t<div class=\"col-xs-12 col-md-6\">\n\t\t\t<h3><a href=\"#\">The Honourable [Minister 3 name]</a></h3>\n\t\t\t<p>[Official title]</p>\n\t\t\t<ul>\n\t\t\t\t<li><a href=\"\">Mandate letter</a></li>\n\t\t\t\t<li><a href=\"\">Briefing book</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</div>\n</section>"
}
],
"fr": [
{
"@type": "source-code",
"description": "Exemple de code avec image :",
"code": "<section class=\"gc-minister\">\n\t<h2>Ministre</h2>\n\t<div class=\"row wb-eqht-grd\">\n\t\t<div class=\"col-xs-12 col-md-6\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-xs-12 col-md-7 pull-right\">\n\t\t\t\t\t<h3><a href=\"#\">L'honorable [prénom et nom de famille]</a></h3>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-md-5\">\n\t\t\t\t\t<img src=\"[url de l'image]\" alt=\"L'honorable [prénom et nom de famille]\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-md-7\">\n\t\t\t\t\t<p>[Titre officiel du ministre]</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"\">Lettre de mandat</a></li>\n\t\t\t\t\t\t<li><a href=\"\">Dossier d'information</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</section>"
},
{
"@type": "source-code",
"description": "Exemple de code sans image :",
"code": "<section class=\"gc-minister\">\n\t<h2>Ministre</h2>\n\t<div class=\"row wb-eqht-grd\">\n\t\t<div class=\"col-xs-12 col-md-6\">\n\t\t\t<h3><a href=\"#\">The Honourable [Minister 3 name]</a></h3>\n\t\t\t<p>[Titre officiel du ministre]</p>\n\t\t\t<ul>\n\t\t\t\t<li><a href=\"\">Lettre de mandat</a></li>\n\t\t\t\t<li><a href=\"\">Dossier d'information</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</div>\n</section>"
}
]
}
}
],
"iteration": [
{
"@id": "_:iteration_minister_1",
"name": "Minister - Iteration 1",
"date": "2024-03",
"detectableBy": ".gc-minister",
"assets": [
{
"@type": "source-code",
"@language": "en",
"description": "Code sample with image",
"code": "<section class=\"gc-minister\">\n\t<h2>Minister</h2>\n\t<div class=\"row wb-eqht-grd\">\n\t\t<div class=\"col-xs-12 col-md-6\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-xs-12 col-md-7 pull-right\">\n\t\t\t\t\t<h3><a href=\"#\">The Honourable [Minister name]</a></h3>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-md-5\">\n\t\t\t\t\t<img src=\"[image url]\" alt=\"The Honourable [Minister name]\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-md-7\">\n\t\t\t\t\t<p>[Official title]</p>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><a href=\"\">Mandate letter</a></li>\n\t\t\t\t\t\t<li><a href=\"\">Briefing book</a></li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</section>"
},
{
"@type": "source-code",
"description": "Code sample without image",
"code": "<section class=\"gc-minister\">\n\t<h2>Minister</h2>\n\t<div class=\"row wb-eqht-grd\">\n\t\t<div class=\"col-xs-12 col-md-6\">\n\t\t\t<h3><a href=\"#\">The Honourable [Minister 3 name]</a></h3>\n\t\t\t<p>[Official title]</p>\n\t\t\t<ul>\n\t\t\t\t<li><a href=\"\">Mandate letter</a></li>\n\t\t\t\t<li><a href=\"\">Briefing book</a></li>\n\t\t\t</ul>\n\t\t</div>\n\t</div>\n</section>"
}
]
}
],
"changesets": [
{
"@id": "_:cs_minister",
"name": "Minister or institutional head",
"status": "stable",
"baseOnIteration": "_:iteration_minister_1",
"detectableBy": ".gc-minister",
"layout": "Each minister takes up half the container. The image (if available) is on the left",
"semantic": "section ((h3 a) + img + p + (ul > li))",
"style": "The image has a thin grey border.",
"context": "To be used in the institutional landing page template.",
"schema": [
"Section title (type: STRING) - for example: Minister, President, Parliamentary secretary, Associate minister, Ombudsman, Management",
"Ministers (type: ARRAY)",
"Ministers > Name (type: STRING)",
"Ministers > Title (type: STRING)",
"Ministers > Page URL (type: STRING)",
"Ministers > Image URL (type: STRING)",
"Ministers > Mandate letter text (type: STRING)",
"Ministers > Mandate letter URL (type: STRING)",
"Ministers > Briefing book text (type: STRING)",
"Ministers > Briefing book URL (type: STRING)"
],
"mediaConsiderations": "Recommended image size: 200x250px."
}
]
}
,{
"@context": {
"@version": 1.1,
Expand Down
46 changes: 46 additions & 0 deletions _includes/components/gc-minister/gc-minister-special-cases.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<section class="gc-minister">
<h2>{% if page.language == "en" %}Ministers{% else %}Ministres{% endif %}</h2>
<div class="row wb-eqht-grd">
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-7 pull-right">
<h3><a href="#">{% if page.language == "en" %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}</a></h3>
</div>
<div class="col-md-5">
<img src="https://via.placeholder.com/200x250/000000/FFFFFF.png" alt="{% if page.language == 'en' %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}">
</div>
<div class="col-md-7">
<p>{% if page.language == "en" %}[Official title]{% else %}[Titre officiel du ministre]{% endif %}</p>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-7 pull-right">
<h3><a href="#">The Honourable [Minister 2 name with a very long name]</a></h3>
</div>
<div class="col-md-5">
<img src="https://via.placeholder.com/200x250/000000/FFFFFF.png" alt="The Honourable [Minister 2 name with a very long name]">
</div>
<div class="col-md-7">
<p>{% if page.language == "en" %}[Official title]{% else %}[Titre officiel du ministre]{% endif %}</p>
<ul>
<li><a href="">{% if page.language == "en" %}Mandate letter{% else %}Lettre de mandat{% endif %}</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<h3><a href="#">The Honourable [Minister 3 name]</a></h3>
<p>{% if page.language == "en" %}[Official title]{% else %}[Titre officiel du ministre]{% endif %}</p>
<ul>
<li><a href="">{% if page.language == "en" %}Mandate letter{% else %}Lettre de mandat{% endif %}</a></li>
<li><a href="">{% if page.language == "en" %}Briefing book{% else %}Dossier d'information{% endif %}</a></li>
</ul>
</div>
<div class="col-xs-12 col-md-6">
<h3><a href="#">The Honourable [Minister 4 name]</a></h3>
<p>{% if page.language == "en" %}[Official title]{% else %}[Titre officiel du ministre]{% endif %}</p>
</div>
</div>
</section>
39 changes: 39 additions & 0 deletions _includes/components/gc-minister/gc-minister-two-ministers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<section class="gc-minister">
<h2>{% if page.language == "en" %}Ministers{% else %}Ministres{% endif %}</h2>
<div class="row wb-eqht-grd">
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-7 pull-right">
<h3><a href="#">{% if page.language == "en" %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}</a></h3>
</div>
<div class="col-md-5">
<img src="https://via.placeholder.com/200x250/000000/FFFFFF.png" alt="{% if page.language == 'en' %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}">
</div>
<div class="col-md-7">
<p>{% if page.language == "en" %}[Official title]{% else %}[Titre officiel du ministre]{% endif %}</p>
<ul>
<li><a href="">{% if page.language == "en" %}Mandate letter{% else %}Lettre de mandat{% endif %}</a></li>
<li><a href="">{% if page.language == "en" %}Briefing book{% else %}Dossier d'information{% endif %}</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-7 pull-right">
<h3><a href="#">{% if page.language == "en" %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}</a></h3>
</div>
<div class="col-md-5">
<img src="https://via.placeholder.com/200x250/000000/FFFFFF.png" alt="{% if page.language == 'en' %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}">
</div>
<div class="col-md-7">
<p>{% if page.language == "en" %}[Official title]{% else %}[Titre officiel du ministre]{% endif %}</p>
<ul>
<li><a href="">{% if page.language == "en" %}Mandate letter{% else %}Lettre de mandat{% endif %}</a></li>
<li><a href="">{% if page.language == "en" %}Briefing book{% else %}Dossier d'information{% endif %}</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
22 changes: 22 additions & 0 deletions _includes/components/gc-minister/gc-minister.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<section class="gc-minister">
<h2>{% if page.language == "en" %}Minister{% else %}Ministre{% endif %}</h2>
<div class="row wb-eqht-grd">
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-7 pull-right">
<h3><a href="#">{% if page.language == "en" %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}</a></h3>
</div>
<div class="col-md-5">
<img src="https://via.placeholder.com/200x250/000000/FFFFFF.png" alt="{% if page.language == 'en' %}The Honourable [Minister name]{% else %}L'honorable [prénom et nom de famille]{% endif %}">
</div>
<div class="col-md-7">
<p>{% if page.language == "en" %}[Official title]{% else %}[Titre officiel du ministre]{% endif %}</p>
<ul>
<li><a href="">{% if page.language == "en" %}Mandate letter{% else %}Lettre de mandat{% endif %}</a></li>
<li><a href="">{% if page.language == "en" %}Briefing book{% else %}Dossier d'information{% endif %}</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
23 changes: 23 additions & 0 deletions components/gc-minister/_base.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
GC Ministers
*/

.gc-minister {
margin-bottom: 15px;

h3 {
font-size: 20px;
margin-bottom: 15px;
margin-top: 15px;
}

p, ul {
font-size: 17px;
}

img {
border: 1px #ddd solid;
margin-bottom: 15px;
max-width: 100%;
}
}
9 changes: 9 additions & 0 deletions components/gc-minister/gc-minister-doc-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Minister or institutional head
description: Documentation for the "Minister or institutional head" design pattern
language: en
altLangPage: gc-minister-doc-fr.html
dateModified: 2024-03-11
layout: documentation
index_json: index.json-ld
---
9 changes: 9 additions & 0 deletions components/gc-minister/gc-minister-doc-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Ministre ou chef d’institution
description: Documentation pour la configuration de conception « Ministre ou chef d’institution »
language: fr
altLangPage: gc-minister-doc-en.html
dateModified: 2024-03-11
layout: documentation
index_json: index.json-ld
---
21 changes: 21 additions & 0 deletions components/gc-minister/gc-minister-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
{
"title": "Minister or institutional head",
"description": "Working example for the 'Minister or institutional head' component",
"language": "en",
"altLangPage": "gc-minister-fr.html",
"breadcrumbs": [
{ "title": "Minister or institutional head - Documentation", "link": "components/gc-minister/gc-minister-doc-en.html" }
],
"dateModified": "2024-03-11",
}
---
<div class="wb-prettify all-pre hide"></div>

<p>Below is working example for the "Minster or institutional head" component when there is only one minister.</p>

{% include_relative samples/gc-minister.html %}
<details>
<summary>Code sample</summary>
{% highlight html %}{% include_relative samples/gc-minister.html %}{% endhighlight %}
</details>
Loading
Loading