Personnalisation

This commit is contained in:
Navas 2022-04-21 20:56:52 +02:00
parent 6613eb5ff8
commit 290ba7aed6
6 changed files with 15 additions and 1999 deletions

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 77 KiB

BIN
files/pacifico.ttf Normal file

Binary file not shown.

View file

@ -80,6 +80,7 @@
- filter - filter
- headers - headers
- include - include
- lbmethod_byrequests
- macro - macro
- md - md
- mime - mime
@ -130,6 +131,7 @@
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
with_items: with_items:
- { src: images, dest: /var/www/html/rp_ressources/ } - { src: images, dest: /var/www/html/rp_ressources/ }
- { src: pacifico.ttf, dest: /var/www/html/rp_ressources/ }
- name: configure - httpd pages statiques templates - name: configure - httpd pages statiques templates
tags: configure tags: configure

View file

@ -306,7 +306,7 @@ Use vhost_redirect_http-https $vhostFQDN
# Fait en sorte que si fqdn demandé ne correspond a aucun connu apache ne serve pas le 1er # Fait en sorte que si fqdn demandé ne correspond a aucun connu apache ne serve pas le 1er
<VirtualHost *:80> <VirtualHost *:80>
Redirect / http://erreur.libretic.fr/ Redirect / https://www.libretic.fr/error
</VirtualHost> </VirtualHost>

View file

@ -1,3 +1,9 @@
@font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url("/rp_ressources/pacifico.ttf") format('truetype');
}
body { body {
padding-bottom: 100px; padding-bottom: 100px;
@ -8,7 +14,10 @@ body {
} }
.logo_rp_header { .logo_rp_header {
height: 50px; height: 60px;
font-family: "Pacifico";
font-size: 2.5rem;
color: #FFFFFF;
} }
.logo_rp_footer { .logo_rp_footer {

View file

@ -1,6 +1,6 @@
<header> <header>
<nav class="navbar navbar-collapse navbar-light bg-dark py-3"> <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> <a class="navbar-brand" href="https://www.libretic.fr"><div class="logo_rp_header">Libretic</div></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>
@ -13,7 +13,7 @@
<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> <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="https://www.libretic.fr/contact">Signaler une anomalie</a></p>
</div> </div>
</div> </div>
</div> </div>