Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealing committed Dec 5, 2023
1 parent 72a0ef6 commit 988216a
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions components/gc-institution/gc-institution-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,58 +7,58 @@
layout: no-container
---
<div class="container">
<h1 property="name" id="wb-cont" dir="ltr">{{ page.title }}</h1>
<h1 property="name" id="wb-cont" dir="ltr">{{ page.title }}</h1>

<span class="wb-prettify all-pre hide"></span>
<p>TThe about the institution pattern is a section on an institutional landing page that provides links to corporate, program and policy information.</p>
<span class="wb-prettify all-pre hide"></span>
<p>TThe about the institution pattern is a section on an institutional landing page that provides links to corporate, program and policy information.</p>

<h2>On this page</h2>
<ul>
<!-- <li><a href="#inc-components">Included components</a></li> -->
<li><a href="#before-start">Before you start</a></li>
<li><a href="#accessibility-guidance">Accessibility guidance</a></li>
<li><a href="#variations">Variations</a></li>
<li><a href="#eval-report">Evaluation and report</a></li>
<li><a href="#technical-docs">Technical documentation</a></li>
</ul>
<h2>On this page</h2>
<ul>
<!-- <li><a href="#inc-components">Included components</a></li> -->
<li><a href="#before-start">Before you start</a></li>
<li><a href="#accessibility-guidance">Accessibility guidance</a></li>
<li><a href="#variations">Variations</a></li>
<li><a href="#eval-report">Evaluation and report</a></li>
<li><a href="#technical-docs">Technical documentation</a></li>
</ul>

<h2 id="before-start">Before you start</h2>
<p>About the institution is a mandatory pattern on an institutional landing page. It must include mandate and transparency links.</p>
<h2 id="before-start">Before you start</h2>
<p>About the institution is a mandatory pattern on an institutional landing page. It must include mandate and transparency links.</p>

<ul>
<li><a href="">How to set up the institutional landing page</a></li>
</ul>
<ul>
<li><a href="">How to set up the institutional landing page</a></li>
</ul>

<h2 id="accessibility-guidance">Accessibility guidance</h2>
<h2 id="accessibility-guidance">Accessibility guidance</h2>

<p>List of accessibility guidances to be followed to ensure component is used in respect of the accessibility guideline and EN 301 549 standard (including WCAG 2.1 Level AA).</p>
<p>List of accessibility guidances to be followed to ensure component is used in respect of the accessibility guideline and EN 301 549 standard (including WCAG 2.1 Level AA).</p>

<p>There is <span>no accessibility guidance</span> defined.</p>
<p>There is <span>no accessibility guidance</span> defined.</p>

<h2 id="variations">Variations</h2>
<h2 id="variations">Variations</h2>

<p>The following coded example is the default layout. It must include mandate and transparency links.</p>
<p>The following coded example is the default layout. It must include mandate and transparency links.</p>

<h3>About the institution pattern</h3>
<section class="col-md-8 pull-left bold">
<h2 class="h3 mrgn-tp-md">About the [Institution]</h2>
<ul class="list-unstyled mrgn-tp-lg lst-spcd-2 colcount-md-2">
<li><a href="#">Mandate</a></li>
<li><a href="#">Organizational structure</a></li>
<li><a href="#">Transparency</a></li>
<li><a href="#">Accessibility</a></li>
<li><a href="#">Job opportunities</a></li>
<li><a href="#">Reports</a></li>
<li><a href="#">Compliance</a></li>
<li><a href="#">Enforcement notifications</a></li>
<li><a href="#">[Institutional link]</a></li>
<li>More: <a href="#">About the [Institution]</a></li>
</ul>
</section>
<h3>About the institution pattern</h3>
<section class="col-md-8 pull-left bold">
<h2 class="h3 mrgn-tp-md">About the [Institution]</h2>
<ul class="list-unstyled mrgn-tp-lg lst-spcd-2 colcount-md-2">
<li><a href="#">Mandate</a></li>
<li><a href="#">Organizational structure</a></li>
<li><a href="#">Transparency</a></li>
<li><a href="#">Accessibility</a></li>
<li><a href="#">Job opportunities</a></li>
<li><a href="#">Reports</a></li>
<li><a href="#">Compliance</a></li>
<li><a href="#">Enforcement notifications</a></li>
<li><a href="#">[Institutional link]</a></li>
<li>More: <a href="#">About the [Institution]</a></li>
</ul>
</section>

<div class="container">
<h3>Code</h3>
<pre><code>
<div class="container">
<h3>Code</h3>
<pre><code>
&lt;section class="col-md-8 pull-left bold"&gt;
&lt;h2 class="h3 mrgn-tp-md"&gt;About the [Institution]&lt;/h2&gt;
&lt;ul class="list-unstyled mrgn-tp-lg lst-spcd-2 colcount-md-2"&gt;
Expand All @@ -75,16 +75,16 @@ <h3>Code</h3>
&lt;/ul&gt;
&lt;/section&gt;
</code></pre>
</div>
</div>

<h2 id="eval-report">Evaluation and report</h2>
<p>There is no accessibility report.</p>
<h2 id="eval-report">Evaluation and report</h2>
<p>There is no accessibility report.</p>

<p>There is no accessibility conformance report.</p>
<p>There is no accessibility conformance report.</p>

<h2 id="technical-docs">Technical documentation</h2>
<dl class="dl-horizontal">
<dt>Status:</dt>
<dd data-status="">stable</dd>
</dl>
<h2 id="technical-docs">Technical documentation</h2>
<dl class="dl-horizontal">
<dt>Status:</dt>
<dd data-status="">stable</dd>
</dl>
</div>

0 comments on commit 988216a

Please sign in to comment.