|
8 | 8 | { "title": "GCWeb home", "link": "../index-fr.html" } |
9 | 9 | ], |
10 | 10 | "secondlevel": false, |
11 | | - "dateModified": "2024-09-16", |
| 11 | + "dateModified": "2025-10-07", |
12 | 12 | "share": "true" |
13 | 13 | } |
14 | 14 | --- |
@@ -49,8 +49,9 @@ <h3>Component list and latest version</h3> |
49 | 49 | <li>Most requested - Version 1.0</li> |
50 | 50 | <li><a href="#services-information">Home page service and information - Version 2.0</a></li> |
51 | 51 | <li>Focus on - Version 1.0</li> |
52 | | - <li><a href="#your-government">Your government - Version 2.0</a></li> |
| 52 | + <li><a href="#your-government">Your government - Version 2.1</a></li> |
53 | 53 | <li><a href="#government-initiatives">Government initiatives - Version 2.0</a></li> |
| 54 | + <li><a href="#home-page-template">Home page template - Version 1.1</a></li> |
54 | 55 | </ul> |
55 | 56 |
|
56 | 57 | <h3 id="home-page-menu">Home page menu</h3> |
@@ -295,14 +296,54 @@ <h4>Transition from version 1.0 to version 2.0</h4> |
295 | 296 | <h3 id="your-government">Your government</h3> |
296 | 297 | <dl> |
297 | 298 | <dt>Version</dt> |
298 | | - <dd>2.0</dd> |
| 299 | + <dd>2.1</dd> |
299 | 300 | <dt>Updated</dt> |
300 | | - <dd>2022-04-27</dd> |
| 301 | + <dd>2025-10-10</dd> |
301 | 302 | <dt>Notes</dt> |
302 | | - <dd>Links description was removed.</dd> |
| 303 | + <dd>Removed class to increase bottom margin from the template and added it through the css.</dd> |
303 | 304 | </dl> |
304 | 305 | <p>There are 8 links in this section presented in 2 columns.</p> |
305 | 306 | <pre><code><section class="home-your-gov well well-bold well-sm brdr-0"> |
| 307 | + <div class="container"> |
| 308 | + <h2>Your government</h2> |
| 309 | + <div class="row"> |
| 310 | + <div class="col-lg-7 col-xs-12 col-md-6"> |
| 311 | + <ul class="row wb-eqht-grd list-unstyled small"> |
| 312 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 313 | + <a href="https://www.canada.ca/en/contact.html">Contact us</a> |
| 314 | + </li> |
| 315 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 316 | + <a href="https://www.canada.ca/en/news.html">News</a> |
| 317 | + </li> |
| 318 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 319 | + <a href="https://pm.gc.ca/en">Prime Minister</a> |
| 320 | + </li> |
| 321 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 322 | + <a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a> |
| 323 | + </li> |
| 324 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 325 | + <a href="https://www.canada.ca/en/government/system.html">About government</a> |
| 326 | + </li> |
| 327 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 328 | + <a href="https://open.canada.ca/en">Open government and data</a> |
| 329 | + </li> |
| 330 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 331 | + <a href="https://www.canada.ca/en/government/publicservice.html">Working for the government</a> |
| 332 | + </li> |
| 333 | + <li class="col-xs-12 col-sm-6 mrgn-tp-sm mrgn-bttm-sm"> |
| 334 | + <a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a> |
| 335 | + </li> |
| 336 | + </ul> |
| 337 | + </div> |
| 338 | + </div> |
| 339 | + </div> |
| 340 | + </section></code></pre> |
| 341 | + |
| 342 | + <h4>Previous versions</h4> |
| 343 | + <details> |
| 344 | + <summary>Deprecated - Version 2.0</summary> |
| 345 | + <p>Links description was removed.</p> |
| 346 | + <pre><code><section class="home-your-gov well well-bold well-sm brdr-0"> |
306 | 347 | <div class="container"> |
307 | 348 | <h2>Your government</h2> |
308 | 349 | <div class="row mrgn-bttm-lg"> |
@@ -336,9 +377,9 @@ <h3 id="your-government">Your government</h3> |
336 | 377 | </div> |
337 | 378 | </div> |
338 | 379 | </div> |
339 | | - </section> |
340 | | - </code></pre> |
341 | | - <h4>Previous version</h4> |
| 380 | + </section></code></pre> |
| 381 | + </details> |
| 382 | + |
342 | 383 | <details> |
343 | 384 | <summary>Deprecated - Version 1.0</summary> |
344 | 385 | <p>There were four links with descriptions.</p> |
@@ -482,6 +523,19 @@ <h4>Previous version</h4> |
482 | 523 | </section></code></pre> |
483 | 524 | </details> |
484 | 525 |
|
| 526 | + <h3 id="home-page-template">Home page template</h3> |
| 527 | + <dl> |
| 528 | + <dt>Version</dt> |
| 529 | + <dd>1.1</dd> |
| 530 | + <dt>Updated</dt> |
| 531 | + <dd>2025-10-07</dd> |
| 532 | + </dl> |
| 533 | + |
| 534 | + <h4>List of changes</h4> |
| 535 | + <ul> |
| 536 | + <li>Updated typography and made margin changes.</li> |
| 537 | + </ul> |
| 538 | + |
485 | 539 | <h2>Evaluation and report</h2> |
486 | 540 | <p>There is no evaluation and report available for this component.</p> |
487 | 541 |
|
|
0 commit comments