ajout logo

This commit is contained in:
Olivier Navas 2022-03-03 00:20:44 +01:00
parent cdab61bf56
commit c70da9ad8f
15 changed files with 2003 additions and 7 deletions

View file

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View file

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View file

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View file

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View file

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View file

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View file

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View file

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 77 KiB

View file

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 211 KiB

1
files/images/www.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 62 KiB

View file

@ -128,7 +128,7 @@
src: "{{ item.src }}" src: "{{ item.src }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
with_items: with_items:
- { src: rp_ressources_images, dest: /var/www/html/rp_ressources/images } - { src: images, dest: /var/www/html/rp_ressources/ }
- name: configure - httpd pages statiques templates - name: configure - httpd pages statiques templates
tags: configure tags: configure

View file

@ -8,7 +8,7 @@ body {
} }
.logo_rp_header { .logo_rp_header {
height: 60px; height: 50px;
} }
.logo_rp_footer { .logo_rp_footer {
@ -32,12 +32,12 @@ html {
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
width: 80%; width: 80%;
max-width: 500px; max-width: 400px;
} }
.illustration404 { .illustration404 {
padding-top: 40px; padding-top: 40px;
padding-bottom: 40px; padding-bottom: 40px;
width: 100%; width: 100%;
max-width: 700px; max-width: 450px;
} }

View file

@ -1,6 +1,6 @@
<header> <header>
<nav class="navbar navbar-collapse navbar-light bg-dark"> <nav class="navbar navbar-collapse navbar-light bg-dark py-3">
<a class="navbar-brand" href="https://libretic.fr"><img src="/rp_ressources/images/logo_libretic.png" class="logo_rp_header"></a> <a class="navbar-brand" href="https://libretic.fr"><img src="/rp_ressources/images/logo_libretic.svg" class="logo_rp_header"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#rp_navbar" aria-controls="rp_navbar" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#rp_navbar" aria-controls="rp_navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
@ -10,7 +10,7 @@
<p class="ml-2 text-white"> <p class="ml-2 text-white">
Libretic<br>1 le clos du buc<br>33360 Cénac Libretic<br>1 le clos du buc<br>33360 Cénac
</p> </p>
<p class="text-muted small">Illustration par <a href="https://www.freepik.com/vectors" class="text-muted">Freepik</a> / <a href="https://storyset.com/web" class="text-muted">Storyset</a></p> <p class="text-muted small">Illustration par <a href="https://www.freepik.com/vectors" class="text-muted">Freepik</a> / <a href="https://storyset.com/web" class="text-muted">Storyset</a> / <a href="https://fr.freepik.com/vecteurs/abstrait" class="text-muted">Logo créé par sentavio</a> </p>
</div> </div>
<div class="col-sm-4 offset-md-1 py-4 center"> <div class="col-sm-4 offset-md-1 py-4 center">
<p><a href="{{ reverse_proxy_default_issue_url }}">Signaler une anomalie</a></p> <p><a href="{{ reverse_proxy_default_issue_url }}">Signaler une anomalie</a></p>