-
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.
Main page title: Short bord red underline - follow the title alignement
- Loading branch information
Showing
11 changed files
with
224 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
altLangPage: "main-page-title-align-right-fr.html" | ||
dateModified: "2024-09-26" | ||
language: "en" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
<h1 id="wb-cont" dir="rtl">Main page title aligned on the right</h1> | ||
<p>Main title of a page with a short bold red underline aligned on the right.</p> | ||
|
||
<pre><code> | ||
<h1 id="wb-cont" dir="rtl">Main page title aligned on the right</h1> | ||
<p>Main title of a page with a short bold red underline aligned on the right.</p> | ||
</code></pre> |
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,15 @@ | ||
--- | ||
altLangPage: "main-page-title-align-right-en.html" | ||
dateModified: "2024-09-26" | ||
language: "fr" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
<h1 id="wb-cont" dir="rtl">Titre principal de la page aligné à droite</h1> | ||
<p>Titre principal d'une page avec un court soulignement rouge en gras aligné à droite.</p> | ||
|
||
<pre><code> | ||
<h1 id="wb-cont" dir="rtl">Titre principal de la page aligné à droite</h1> | ||
<p>Titre principal d'une page avec un court soulignement rouge en gras aligné à droite.</p> | ||
</code></pre> |
17 changes: 17 additions & 0 deletions
17
sites/main-page-title/main-page-title-div-align-right-en.md
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,17 @@ | ||
--- | ||
altLangPage: "main-page-title-div-align-right-fr.html" | ||
dateModified: "2024-09-26" | ||
language: "en" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
|
||
<div dir="rtl"> | ||
<h1 id="wb-cont">Main page title aligned on the right</h1> | ||
<p>Main page title aligned on the right using dir="rtl" on the parent div</p> | ||
</div> | ||
<pre><code><div dir="rtl"> | ||
<h1 id="wb-cont">Main page title aligned on the right</h1> | ||
<p>Main page title aligned on the right using dir="rtl" on the parent div</p> | ||
<div></code></pre> |
17 changes: 17 additions & 0 deletions
17
sites/main-page-title/main-page-title-div-align-right-fr.md
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,17 @@ | ||
--- | ||
altLangPage: "main-page-title-div-align-right-en.html" | ||
dateModified: "2024-09-26" | ||
language: "fr" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
|
||
<div dir="rtl"> | ||
<h1 id="wb-cont">Titre principal superposé aligné à droite</h1> | ||
<p>Titre principale aligné à droite en utilisant dir="rtl" sur le div parent</p> | ||
</div> | ||
<pre><code><div dir="rtl"> | ||
<h1 id="wb-cont">Main page title aligned on the right</h1> | ||
<p>Titre principale aligné à droite en utilisant dir="rtl" sur le div parent</p> | ||
<div></code></pre> |
21 changes: 21 additions & 0 deletions
21
sites/main-page-title/main-page-title-div-stacked-align-right-en.md
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,21 @@ | ||
--- | ||
altLangPage: "main-page-title-div-stacked-align-right-fr.html" | ||
dateModified: "2024-09-26" | ||
language: "en" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
<div dir="rtl"> | ||
<hgroup id="wb-cont"> | ||
<p>GCWeb technical documentation</p> | ||
<h1>Stacked main page title aligned on the right using dir="rtl" on the parent div</h1> | ||
</hgroup> | ||
</div> | ||
<hr> | ||
<pre><code><div dir="rtl"> | ||
<hgroup id="wb-cont"> | ||
<p>GCWeb technical documentation</p> | ||
<h1>Stacked main page title aligned on the right using dir="rtl" on the parent div</h1> | ||
</hgroup> | ||
</div></code></pre> |
21 changes: 21 additions & 0 deletions
21
sites/main-page-title/main-page-title-div-stacked-align-right-fr.md
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,21 @@ | ||
--- | ||
altLangPage: "main-page-title-div-stacked-align-right-en.html" | ||
dateModified: "2024-09-26" | ||
language: "fr" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
<div dir="rtl"> | ||
<hgroup id="wb-cont"> | ||
<p>Titre principal superposé aligné à droite en utilisant dir="rtl" sur le div parent</p> | ||
<h1>Titre principal superposé aligné à droite</h1> | ||
</hgroup> | ||
</div> | ||
<hr> | ||
<pre><code><div dir="rtl"> | ||
<hgroup id="wb-cont"> | ||
<p>Titre principal superposé aligné à droite en utilisant dir="rtl" sur le div parent</p> | ||
<h1>Titre principal superposé aligné à droite</h1> | ||
</hgroup> | ||
</div></code></pre> |
18 changes: 18 additions & 0 deletions
18
sites/main-page-title/main-page-title-stacked-align-right-en.md
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,18 @@ | ||
--- | ||
altLangPage: "main-page-title-stacked-align-right-fr.html" | ||
dateModified: "2024-09-26" | ||
language: "en" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
|
||
<hgroup id="wb-cont" dir="rtl"> | ||
<p>GCWeb technical documentation</p> | ||
<h1>Stacked main page title aligned on the right</h1> | ||
</hgroup> | ||
|
||
<pre><code><hgroup id="wb-cont" dir="rtl"> | ||
<p>GCWeb technical documentation</p> | ||
<h1>Stacked main page title aligned on the right</h1> | ||
</hgroup></code></pre> |
18 changes: 18 additions & 0 deletions
18
sites/main-page-title/main-page-title-stacked-align-right-fr.md
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,18 @@ | ||
--- | ||
altLangPage: "main-page-title-stacked-align-right-en.html" | ||
dateModified: "2024-09-26" | ||
language: "fr" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
index_json: index.json-ld | ||
--- | ||
|
||
<hgroup id="wb-cont" dir="rtl"> | ||
<p>Documentation technique GCWeb</p> | ||
<h1>Titre principal superposé aligné à droite</h1> | ||
</hgroup> | ||
|
||
<pre><code><hgroup id="wb-cont" dir="rtl"> | ||
<p>Documentation technique GCWeb</p> | ||
<h1>Titre principal superposé aligné à droite</h1> | ||
</hgroup></code></pre> |