Skip to content

Commit

Permalink
fix: classes col-md-12, col-lg-4
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed May 7, 2024
1 parent 1c3e391 commit a3830b8
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

<div class="footer">
<div class="three-columns">
<div>

<div class="col-md-12 col-lg-4">
<div class="ls-footer-logo-DD"><a href="https://docs.ted.europa.eu/home/index.html"><img alt="TED Developer Docs" class="ls-op" src="{{{uiRootPath}}}/img/ted-logo-footer2.png" height="48"/></a></div>
</div>

<div>

<h3 class="h3-footer">Need Help?</h3>
Expand All @@ -27,7 +29,9 @@
</ul>

</div>

<div>

<h3 class="h3-footer">About us</h3>
<ul class="ul-footer">
<li class="li-footer"><a href="https://op.europa.eu/en/web/about-us/about-publication-office-of-the-european-union">Our mission, vision, and values</a></li>
Expand All @@ -47,13 +51,18 @@
</div>

<div class="three-columns">
<div>
<div class="col-md-12 col-lg-4">
<!--<h2 class="sr-only" id="section-title-op">Publications Office of the European Union</h2> -->

<div class="ls-footer-logo"><a aria-labelledby="section-title-op" href="/"><img alt="European Union" class="ls-op" /></a></div>
<p class="byline-footer">Discover more on <a class="ls-underline" href="https://europa.eu/en/home"><span style="word-break: keep-all; white-space: nowrap; text-decoration: underline!important">europa.eu</span></a></p>
<div style="margin-top: 20px" >
<h3>This website is managed by<h3>
<img src="{{{uiRootPath}}}/img/op-logo-with-name.svg" class="logo" />
</div>

</div>
<div>
<div class="col-md-12 col-lg-4">
<h3 class="h3-footer">Contact the EU</h3>

<ul class="ul-footer">
Expand All @@ -79,7 +88,7 @@
<li class="li-footer"><a aria-labelledby="section-title-op" href="https://european-union.europa.eu/cookies_en">Cookies</a></li>
</ul>
</div>
<div>
<div class="col-md-12 col-lg-4">
<h3 class="h3-footer">EU institutions</h3>

<ul class="ul-footer">
Expand All @@ -102,6 +111,7 @@
<li class="li-footer"><a href="https://european-union.europa.eu/institutions-law-budget/institutions-and-bodies/search-all-eu-institutions-and-bodies_en?f%5B0%5D=oe_organisation_eu_type%3Ahttp%3A//publications.europa.eu/resource/authority/corporate-body-classification/AGENCY_DEC&f%5B1%5D=oe_organisation_eu_type%3Ahttp%3A//publications.europa.eu/resource/authority/corporate-body-classification/AGENCY_EXEC&f%5B2%5D=oe_organisation_eu_type%3Ahttp%3A//publications.europa.eu/resource/authority/corporate-body-classification/EU_JU">Agencies</a></li>
</ul>
</div>

<script>
ECL.autoInit();
</script>
Expand Down

0 comments on commit a3830b8

Please sign in to comment.