ajout logo
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
1995
files/images/logo_libretic.svg
Normal file
After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 211 KiB |
1
files/images/www.svg
Normal file
After Width: | Height: | Size: 62 KiB |
|
@ -128,7 +128,7 @@
|
|||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
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
|
||||
tags: configure
|
||||
|
|
|
@ -8,7 +8,7 @@ body {
|
|||
}
|
||||
|
||||
.logo_rp_header {
|
||||
height: 60px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.logo_rp_footer {
|
||||
|
@ -32,12 +32,12 @@ html {
|
|||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
width: 80%;
|
||||
max-width: 500px;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.illustration404 {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
max-width: 450px;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<header>
|
||||
<nav class="navbar navbar-collapse navbar-light bg-dark">
|
||||
<a class="navbar-brand" href="https://libretic.fr"><img src="/rp_ressources/images/logo_libretic.png" class="logo_rp_header"></a>
|
||||
<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.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">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<p class="ml-2 text-white">
|
||||
Libretic<br>1 le clos du buc<br>33360 Cénac
|
||||
</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 class="col-sm-4 offset-md-1 py-4 center">
|
||||
<p><a href="{{ reverse_proxy_default_issue_url }}">Signaler une anomalie</a></p>
|
||||
|
|