Skip to content

Commit

Permalink
refactor(ui): new logo (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: David mattei <[email protected]>
  • Loading branch information
theus77 and Davidmattei authored Jan 23, 2023
1 parent 6f59b35 commit 3c5fe14
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 12 deletions.
2 changes: 1 addition & 1 deletion skeleton/template/base/bootstrap.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light" data-active-message="{{ 'aria.navbar.active-item'|trans }}">
<a class="navbar-brand" href="{{ path('emsch_homepage') }}">
<img src="{{ asset("img/logos/logo-#{locale}.png", 'emsch') }}" width="30" height="30" alt="{{ 'site.name'|trans }}">
<img src="{{ asset("img/logos/elasticms-ball-colour-rvb.svg", 'emsch') }}" width="30" height="30" alt="{{ 'site.name'|trans }}">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="{{ 'aria.toggle-navbar'|trans }}">
Expand Down
2 changes: 1 addition & 1 deletion skeleton/template/fragments/footer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row">
<div class="col-lg-3 mb-3">
<a class="d-inline-flex align-items-center mb-2 link-dark text-decoration-none" href="{{ path('emsch_homepage') }}" aria-label="{{ 'site.name'|trans }}">
<img src="{{ asset("img/logos/logo-#{locale}.png", 'emsch') }}" width="35" height="35" alt="">
<img src="{{ asset("img/logos/elasticms-ball-colour-rvb.svg", 'emsch') }}" width="35" height="35" alt="">
&nbsp;
<span class="fs-5">{{ 'site.name'|trans }}</span>
</a>
Expand Down
91 changes: 81 additions & 10 deletions src/img/logos/elasticms-ball-colour-rvb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/img/logos/full-logo-de.png
Binary file not shown.
Binary file removed src/img/logos/full-logo-en.png
Binary file not shown.
Binary file removed src/img/logos/full-logo-fr.png
Binary file not shown.
Binary file removed src/img/logos/full-logo-nl.png
Binary file not shown.
Binary file removed src/img/logos/logo-de.png
Binary file not shown.
Binary file removed src/img/logos/logo-en.png
Binary file not shown.
Binary file removed src/img/logos/logo-fr.png
Binary file not shown.
Binary file removed src/img/logos/logo-nl.png
Binary file not shown.

0 comments on commit 3c5fe14

Please sign in to comment.