Skip to content
Snippets Groups Projects
Commit a5fe4f8a authored by Loïc PROUST's avatar Loïc PROUST
Browse files

Change MADIS logo

parent a53feb03
No related branches found
No related tags found
1 merge request!186Change MADIS logo
Pipeline #16499 passed
...@@ -43,10 +43,12 @@ APP_DPO_PHONE_NUMBER=0546923905 ...@@ -43,10 +43,12 @@ APP_DPO_PHONE_NUMBER=0546923905
APP_ENV=dev APP_ENV=dev
APP_FOOTER_PROVIDER_NAME=SOLURIS APP_FOOTER_PROVIDER_NAME=SOLURIS
APP_FOOTER_PROVIDER_URL="https://example.fr" APP_FOOTER_PROVIDER_URL="https://example.fr"
APP_IMAGE_FAVICON_PATH="favicon.ico" APP_IMAGE_FAVICON_PATH="images/logo_madis_2020_favicon.png"
APP_IMAGE_SIDEBAR_BOTTOM_TARGET_URL="htpps//example.fr" APP_IMAGE_SIDEBAR_BOTTOM_TARGET_URL="htpps//example.fr"
APP_IMAGE_SIDEBAR_BOTTOM_PATH="images/soluris-logo-white.png" APP_IMAGE_SIDEBAR_BOTTOM_PATH="images/soluris-logo-white.png"
APP_IMAGE_SIDEBAR_REDUCED_PATH="images/icon-32x32.png" APP_IMAGE_SIDEBAR_REDUCED_PATH="images/logo_madis_2020_favicon.png"
APP_IMAGE_LOGO_BLANC="images/logo_madis_2020_blanc.png"
APP_IMAGE_LOGO_COULEUR="images/logo_madis_2020_couleur.png"
APP_COMMUNE_SVG_REDUCED_PATH="images/commune.svg" APP_COMMUNE_SVG_REDUCED_PATH="images/commune.svg"
APP_IMPERSONATE_CREATOR_IS_ADMIN=0 APP_IMPERSONATE_CREATOR_IS_ADMIN=0
APP_MAIL_RECEIVER_DEV=~ APP_MAIL_RECEIVER_DEV=~
......
...@@ -40,10 +40,12 @@ APP_DPO_PHONE_NUMBER=0546923905 ...@@ -40,10 +40,12 @@ APP_DPO_PHONE_NUMBER=0546923905
APP_ENV=dev APP_ENV=dev
APP_FOOTER_PROVIDER_NAME=SOLURIS APP_FOOTER_PROVIDER_NAME=SOLURIS
APP_FOOTER_PROVIDER_URL="https://example.fr" APP_FOOTER_PROVIDER_URL="https://example.fr"
APP_IMAGE_FAVICON_PATH="favicon.ico" APP_IMAGE_FAVICON_PATH="images/logo_madis_2020_favicon.png"
APP_IMAGE_SIDEBAR_BOTTOM_TARGET_URL="https://example.fr" APP_IMAGE_SIDEBAR_BOTTOM_TARGET_URL="https://example.fr"
APP_IMAGE_SIDEBAR_BOTTOM_PATH="images/soluris-logo-white.png" APP_IMAGE_SIDEBAR_BOTTOM_PATH="images/soluris-logo-white.png"
APP_IMAGE_SIDEBAR_REDUCED_PATH="images/icon-32x32.png" APP_IMAGE_SIDEBAR_REDUCED_PATH="images/logo_madis_2020_favicon.png"
APP_IMAGE_LOGO_BLANC="images/logo_madis_2020_blanc.png"
APP_IMAGE_LOGO_COULEUR="images/logo_madis_2020_couleur.png"
APP_IMPERSONATE_CREATOR_IS_ADMIN=0 APP_IMPERSONATE_CREATOR_IS_ADMIN=0
APP_MAIL_RECEIVER_DEV=~ APP_MAIL_RECEIVER_DEV=~
APP_MAIL_SENDER_EMAIL=ne-pas-repondre@awkan.fr APP_MAIL_SENDER_EMAIL=ne-pas-repondre@awkan.fr
......
...@@ -25,6 +25,8 @@ twig: ...@@ -25,6 +25,8 @@ twig:
app_image_sidebar_bottom_target_url: '%env(APP_IMAGE_SIDEBAR_BOTTOM_TARGET_URL)%' app_image_sidebar_bottom_target_url: '%env(APP_IMAGE_SIDEBAR_BOTTOM_TARGET_URL)%'
app_image_sidebar_bottom_path: '%env(APP_IMAGE_SIDEBAR_BOTTOM_PATH)%' app_image_sidebar_bottom_path: '%env(APP_IMAGE_SIDEBAR_BOTTOM_PATH)%'
app_image_sidebar_reduced_path: '%env(APP_IMAGE_SIDEBAR_REDUCED_PATH)%' app_image_sidebar_reduced_path: '%env(APP_IMAGE_SIDEBAR_REDUCED_PATH)%'
app_image_logo_blanc: '%env(APP_IMAGE_LOGO_BLANC)%'
app_image_logo_couleur: '%env(APP_IMAGE_LOGO_COULEUR)%'
app_commune_svg_reduced_path: '%env(APP_COMMUNE_SVG_REDUCED_PATH)%' app_commune_svg_reduced_path: '%env(APP_COMMUNE_SVG_REDUCED_PATH)%'
app_user_dashboard_journalisation_limit: '%env(APP_USER_DASHBOARD_JOURNALISATION_LIMIT)%' app_user_dashboard_journalisation_limit: '%env(APP_USER_DASHBOARD_JOURNALISATION_LIMIT)%'
app_admin_datable_default_page_length: '%env(APP_DATATABLE_DEFAULT_PAGE_LENGTH)%' app_admin_datable_default_page_length: '%env(APP_DATATABLE_DEFAULT_PAGE_LENGTH)%'
......
public/images/logo_madis_2020_blanc.png

101 KiB

public/images/logo_madis_2020_couleur.png

106 KiB

public/images/logo_madis_2020_favicon.png

26.4 KiB

...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block body %} {% block body %}
<div class="login-logo"> <div class="login-logo">
<b>Madis</b> <img class="fit-picture" src="{{ asset(app_image_logo_couleur) }}" width="80%" alt="Logo Madis">
</div> </div>
<div class="login-box-body"> <div class="login-box-body">
<p class="login-box-msg">{{ 'user.security.login.verbatim'|trans }}</p> <p class="login-box-msg">{{ 'user.security.login.verbatim'|trans }}</p>
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<!-- Logo --> <!-- Logo -->
<a href="{{ path('reporting_dashboard_index') }}" class="logo"> <a href="{{ path('reporting_dashboard_index') }}" class="logo">
<span class="logo-mini"><img src="{{ asset(app_image_sidebar_reduced_path) }}" alt="Madis"/></span> <span class="logo-mini"><img src="{{ asset(app_image_sidebar_reduced_path) }}" alt="Madis"/></span>
<span class="logo-lg"><b>Madis</b></span>
<span class="logo-lg"><img class="fit-picture" src={{ asset(app_image_logo_blanc) }} width="65%" alt="Logo Madis"></span>
</a> </a>
<!-- Header Navbar --> <!-- Header Navbar -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment