-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Content - WET-464 -> Topic theme with stacked header (#2419)
* WET-464 -> Topic theme with stacked header * Standard * Removing settings.liquid --------- Co-authored-by: Marc-André Garneau <[email protected]>
- Loading branch information
1 parent
d5d73d7
commit 8d293d1
Showing
8 changed files
with
230 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: "[Topic title]" | ||
sectionTitle: "[Section title]" | ||
layout: no-container | ||
language: "en" | ||
altLangPage: "topic-stackedheader-fr.html" | ||
dateModified: "2024-08-27" | ||
--- | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
{%- include main-page-title/main-page-title.html -%} | ||
<p>1-2 sentences that describe the topics and top tasks that can be accessed on this page.</p> | ||
</div> | ||
<div class="col-md-6 hidden-sm hidden-xs"> | ||
<img src="https://dummyimage.com/520x200/000000/FFFFFF.png" alt="" class="img-responsive pull-right mrgn-tp-lg"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{%- include /components/gc-most-requested/gc-most-requested.html -%} | ||
|
||
<div class="container"> | ||
{%- include /components/gc-srvinfo/3col-hidden-title.html -%} | ||
|
||
<div class="row mrgn-tp-xl"> | ||
<div class="col-md-8"> | ||
{%- include /components/gc-features/one-tile-hidden-title.html -%} | ||
</div> | ||
<div class="col-md-4"> | ||
{%- include gc-follow-us/gc-follow-us.html -%} | ||
</div> | ||
</div> | ||
|
||
{%- include /components/gc-contributors/gc-contributors.html -%} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: "[Titre du sujet]" | ||
sectionTitle: "[Titre de la section]" | ||
layout: no-container | ||
language: "fr" | ||
altLangPage: "topic-stackedheader-en.html" | ||
dateModified: "2024-08-27" | ||
--- | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
{%- include main-page-title/main-page-title.html -%} | ||
<p>1 à 2 phrases décrivant les sujets et les principales tâches accessibles sur cette page.</p> | ||
</div> | ||
<div class="col-md-6 hidden-sm hidden-xs"> | ||
<img src="https://dummyimage.com/520x200/000000/FFFFFF.png" alt="" class="img-responsive pull-right mrgn-tp-lg"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{%- include /components/gc-most-requested/gc-most-requested.html -%} | ||
|
||
<div class="container"> | ||
{%- include /components/gc-srvinfo/3col-hidden-title.html -%} | ||
|
||
<div class="row mrgn-tp-xl"> | ||
<div class="col-md-8"> | ||
{%- include /components/gc-features/one-tile-hidden-title.html -%} | ||
</div> | ||
<div class="col-md-4"> | ||
{%- include gc-follow-us/gc-follow-us.html -%} | ||
</div> | ||
</div> | ||
|
||
{%- include /components/gc-contributors/gc-contributors.html -%} | ||
</div> |