Skip to content

Commit

Permalink
update page header and footer #230
Browse files Browse the repository at this point in the history
* show Alef logo instead of Mango-is logo (Alef logo only available in alef repo)
* remove archive mentions
  • Loading branch information
mef committed Apr 27, 2023
1 parent a0eece6 commit 18086d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 6 additions & 4 deletions themes/mango-information-systems/layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
<div class="columns twelve">

<p>
<a rel="home" href="/"><%- image_tag('/legacy/img/mango-information-systems-logo-dark.png', {
alt: "Mango Information Systems logo (now Alef)"
, class: "u-img-responsive"
<a rel="home" href="/"><%- image_tag('/img/logos/alef-logo-and-company-name.svg', {
class: 'u-img-responsive'
, alt: 'Alef logo'
, width: 2750
, height: 800
}) %>
</a>
</p><br>

</div>
<div class="columns twelve">
<p><i class="fa fa-info-circle" aria-hidden="true"></i> We have moved! Mango Information Systems (Belgium) is now <a href="/">Alef</a> (Spain).</p>
<p>This page is an archive of our older blog (2011-2021).</p>

</div>
</div>
</div>
Expand Down
7 changes: 4 additions & 3 deletions themes/mango-information-systems/layout/_partial/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ let bgImage = page.topBackgroundImage || '/legacy/img/bg-2.jpg'
<div class="row">
<div class="md-six column">
<a class="brand nav-link" rel="home" href="/">
<%- image_tag('/legacy/img/mango-information-systems-logo.png', {
<%- image_tag('/img/logos/alef-logo-and-company-name.svg', {
class: 'u-img-responsive'
, alt: 'Mango Information Systems'
, alt: 'Alef logo'
, width: 2750
, height: 800
}) %>
</a>
</div>
<div class="md-six column">
<div class="alert">
<p><i class="fa fa-info-circle" aria-hidden="true"></i> We have moved! Mango Information Systems (Belgium) is now <a href="/">Alef</a> (Spain).</p>
<p>This page is an archive of our older blog (2011-2021).</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 18086d4

Please sign in to comment.