Personnalisation
This commit is contained in:
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
BIN
files/pacifico.ttf
Normal file
Binary file not shown.
|
@ -80,6 +80,7 @@
|
|||
- filter
|
||||
- headers
|
||||
- include
|
||||
- lbmethod_byrequests
|
||||
- macro
|
||||
- md
|
||||
- mime
|
||||
|
@ -130,6 +131,7 @@
|
|||
dest: "{{ item.dest }}"
|
||||
with_items:
|
||||
- { src: images, dest: /var/www/html/rp_ressources/ }
|
||||
- { src: pacifico.ttf, dest: /var/www/html/rp_ressources/ }
|
||||
|
||||
- name: configure - httpd pages statiques templates
|
||||
tags: configure
|
||||
|
|
|
@ -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
|
||||
<VirtualHost *:80>
|
||||
Redirect / http://erreur.libretic.fr/
|
||||
Redirect / https://www.libretic.fr/error
|
||||
</VirtualHost>
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
@font-face {
|
||||
font-family: 'Pacifico';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("/rp_ressources/pacifico.ttf") format('truetype');
|
||||
}
|
||||
|
||||
body {
|
||||
padding-bottom: 100px;
|
||||
|
@ -8,7 +14,10 @@ body {
|
|||
}
|
||||
|
||||
.logo_rp_header {
|
||||
height: 50px;
|
||||
height: 60px;
|
||||
font-family: "Pacifico";
|
||||
font-size: 2.5rem;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.logo_rp_footer {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<header>
|
||||
<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">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</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>
|
||||
</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>
|
||||
<p><a href="https://www.libretic.fr/contact">Signaler une anomalie</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue