Skip to content

Commit

Permalink
Merge pull request #297 from canada-ca/master
Browse files Browse the repository at this point in the history
synchronize
  • Loading branch information
prycrane authored Feb 20, 2024
2 parents ff90a0d + f69efcd commit 4b6ee6a
Show file tree
Hide file tree
Showing 28 changed files with 1,436 additions and 7 deletions.
29 changes: 29 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,35 @@
"breadcrumbs": true
}
},
{
"scope": {
"path": "partenaires/*.md"
},
"values": {
"section-title": "Travailler avec des partenaires",
"breadcrumbs": [{
"title": "À propos de Canada.ca",
"link": "https://conception.canada.ca/a-propos/"
},
{
"title": "Travailler avec des partenaires",
"link": "https://conception.canada.ca/partenaires/"
}
]
}
},
{
"scope": {
"path": "partenaires/index.md"
},
"values": {
"section-title": "",
"breadcrumbs": [{
"title": "À propos de Canada.ca",
"link": "https://conception.canada.ca/a-propos/"
}]
}
},
{
"scope": {
"path": "a-propos/bureau-transformation-numerique.md"
Expand Down
9 changes: 9 additions & 0 deletions a-propos/apercu-projet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
altLangPage: "https://design.canada.ca/about/digital-transformation-office.html"
date: 2020-11-20
dateModified: 22023-12-08
description: "Projets avec nos partenaires"
layout: without-h1
title: "Projets avec nos partenaires"
---
<h1 property="name headline" id="wb-cont" dir="ltr">Projets avec nos partenaires</h1>
4 changes: 2 additions & 2 deletions a-propos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ title: "À propos de Canada.ca"
</div>
<div class="col-md-6">
<section>
<h3 class="h5"><a href="{{ site.urlblogue }}/pages/apercu-projet.html">Projets d'amélioration de contenu</a></h3>
<p>Projets sur lesquels le Bureau de la transformation numérique travaille avec des partenaires ministériels afin que Canada.ca fonctionne mieux pour les gens.</p>
<h3 class="h5"><a href="{{ site.url }}/partenaires/">Travailler avec des partenaires</a></h3>
<p>Projets réalisés par le Bureau de la transformation numérique en partenariat avec des ministères pour améliorer la réussite des tâches sur Canada.ca.</p>
</section>
</div>
<div class="clearfix"></div>
Expand Down
2 changes: 1 addition & 1 deletion ajax/datasource.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
"LOCATION": "Canada"
}, {
"TITLE": "<a href=\"http://news.gc.ca/web/index-en.do\">Des Joachims Bridge - lane reduction</a>",
"TEASER": "Public Services and Procurement Canada (PSPC) wishes to advise motorists of the following lane reduction on the Des Joachims Bridge.",
"TEASER": "Services publics et Approvisionnement Canada (SPAC) wishes to advise motorists of the following lane reduction on the Des Joachims Bridge.",
"PUBDATE": "2016-07-26 15:07:00",
"TYPE": "Media Advisories",
"DEPT": "Government of Canada",
Expand Down
8 changes: 4 additions & 4 deletions configurations-conception-communes/fragments/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
<td data-label="Ville">Toronto</td>
<td data-label="Population en 2007">5&#160;418&#160;207</td>
<td data-label="Population en 2017">6&#160;346&#160;088</td>
<td data-label="Variation en pourcentage">17,1%</td>
<td data-label="Variation en pourcentage">17,1&nbsp;%</td>
</tr>
<tr>
<td data-label="Ville">Montréal</td>
<td data-label="Population en 2007">3&#160;714&#160;846</td>
<td data-label="Population en 2017">4&#160;138&#160;254</td>
<td data-label="Variation en pourcentage">11,4%</td>
<td data-label="Variation en pourcentage">11,4&nbsp;%</td>
</tr>
<tr>
<td data-label="Ville">Vancouver</td>
<td data-label="Population en 2007">2&#160;218&#160;134</td>
<td data-label="Population en 2017">2&#160;571&#160;262</td>
<td data-label="Variation en pourcentage">15,9%</td>
<td data-label="Variation en pourcentage">15,9&nbsp;%</td>
</tr>
<tr>
<td data-label="Ville">Ottawa–Gatineau</td>
<td data-label="Population en 2007">1&#160;188&#160;073</td>
<td data-label="Population en 2017">1&#160;377&#160;016 </td>
<td data-label="Variation en pourcentage">15,9%</td>
<td data-label="Variation en pourcentage">15,9&nbsp;%</td>
</tr>
</tbody>
</table>
Expand Down
28 changes: 28 additions & 0 deletions partenaires/css/card.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
@charset "utf-8";
/* CSS Document */
.card {
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
}
.card a {
color: #333 !important;
text-decoration: none !important; /* no underline */
}
.card h3 {
text-align: center;
text-decoration: underline !important; /* underline card heading */
margin-bottom: 50px;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
}
/* Add rounded corners to the top left and the top right corner of the image */
.card img {
border-radius: 5px 5px 0 0;
}
/* Add some padding inside the card container */
.card-container {
padding: 10px 20px 20px;
}
Binary file added partenaires/images/blank-blue-lm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b6ee6a

Please sign in to comment.