Skip to content

Commit

Permalink
layouts: Fix navbar and footer issues
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <[email protected]>
  • Loading branch information
Norbert Kamiński committed Jul 14, 2023
1 parent 85160f0 commit 471c573
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.lock
blog/public
6 changes: 3 additions & 3 deletions blog/themes/3mdeb/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<li class="info-location">VAT ID: PL5842812770</li>
</ul>
<ul class="info-content">
<li class="info-location">Abrahama 1A / 2.05</li>
<li class="info-location">80-307 Gdańsk, Poland</li>
<li class="info-location">ul. Piastowska 7/20A</li>
<li class="info-location">80-332 Gdańsk, Poland</li>
</ul>
<ul class="info-content">
<li class="info-phone">+48 58 718 91 79</li>
Expand Down Expand Up @@ -60,7 +60,7 @@ <h4>Follow us</h4>
<div class="footer-break">
<span class="footer-separator"></span>
<span class="footer-copyright">
© 2020 3mdeb Embedded Systems Consulting | All rights reserved.
© 2023 3mdeb Embedded Systems Consulting | All rights reserved.
</span>
</div>
</footer>
Expand Down
5 changes: 2 additions & 3 deletions blog/themes/3mdeb/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,9 @@
</ul>
</li>

<li class="mainMenu"><a href="https://shop.3mdeb.com/" >Shop</a></li>
<li class="mainMenu"><a href="https://shop.3mdeb.com/shop" >Shop</a></li>
<li class="mainMenu"><a href="https://3mdeb.com/contact/" >Contact</a></li>
<li class="mainMenu"><a href="https://3mdeb.com/pl/polish/" hreflang="pl-PL" lang="pl-PL"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAPFBMVEX/8fH67Ozz5ubt4OD+/v77+/v39/fo2Nj5AAD+jo79bW36X1/4T0/5QUHhAAD3MzP0Kir2ICDzERHtAACO5h0ZAAAAQUlEQVR4AQXBsRHDMAwAMTzNwvuvm5MVIECIZIEQZ4EQ7AAIGBABegsR+Z7VxChx7hCjhIwYJcTydcgQ1gv8Lhd/58kJTU6WtnIAAAAASUVORK5CYII=" alt="Polski" width="16" height="11" style="width: 16px; height: 11px;" class="lazyloaded" data-ll-status="loaded"><noscript><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAPFBMVEX/8fH67Ozz5ubt4OD+/v77+/v39/fo2Nj5AAD+jo79bW36X1/4T0/5QUHhAAD3MzP0Kir2ICDzERHtAACO5h0ZAAAAQUlEQVR4AQXBsRHDMAwAMTzNwvuvm5MVIECIZIEQZ4EQ7AAIGBABegsR+Z7VxChx7hCjhIwYJcTydcgQ1gv8Lhd/58kJTU6WtnIAAAAASUVORK5CYII=" alt="Polski" width="16" height="11" style="width: 16px; height: 11px;" /></noscript></a></li>
<li><a href="https://3mdeb.com/my-account"><img src="https://3mdeb.com/wp-content/uploads/2020/11/user.svg" class="_mi _svg lazyloaded" aria-hidden="true" data-ll-status="loaded"><noscript><img src="https://3mdeb.com/wp-content/uploads/2020/11/user.svg" class="_mi _svg" aria-hidden="true" /></noscript></a></li>
<li><a href="https://shop.3mdeb.com/my-account"><img src="https://shop.3mdeb.com/wp-content/uploads/2020/11/user.svg" class="_mi _svg lazyloaded" aria-hidden="true" data-ll-status="loaded"><noscript><img src="https://3mdeb.com/wp-content/uploads/2020/11/user.svg" class="_mi _svg" aria-hidden="true" /></noscript></a></li>
</ul>
</div>
</header>
Expand Down

0 comments on commit 471c573

Please sign in to comment.