Skip to content

Commit

Permalink
global banner
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed Mar 15, 2024
1 parent 5685ab4 commit 1cef455
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@

<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>
<h3>This website is managed by<h3>
<img src="{{{uiRootPath}}}/img/op-logo-with-name.svg" class="logo" />
</div>
</div>


<div class="col-md-12 col-lg-4">

<h3 class="h3-footer">Need Help?</h3>
Expand Down Expand Up @@ -61,6 +56,10 @@

<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 class="col-md-12 col-lg-4">
Expand Down
2 changes: 1 addition & 1 deletion src/partials/header-scripts.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{!-- Add header scripts here --}}
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js" crossorigin="anonymous"></script>
<script defer src="https://europa.eu/webtools/load.js?globan=1111" type="text/javascript"></script>
<script defer src="https://europa.eu/webtools/load.js?globan=1110" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion src/partials/header.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{{!-- {{>header-scripts}} --}}
{{>header-scripts}}

<header class="header">

Expand Down

0 comments on commit 1cef455

Please sign in to comment.