This commit is contained in:
Caroline Girard 2018-10-08 12:51:55 +02:00
commit 173d8aff3e
15 changed files with 8 additions and 7 deletions

View File

@ -215,7 +215,7 @@ h2{
}
#footer{
background: url('/11.png') no-repeat center center;
background: url('/11.jpg') no-repeat center center;
background-size: cover;
font-weight: 300;
#b1-06{

View File

@ -137,6 +137,7 @@
.colonne_right#colonne_right4.col_img
.round_box
=image_tag "/004.jpg"
.clear
.row

View File

@ -4,7 +4,7 @@ upstream bievre_app_unicorn {
server {
listen [::]:443 ssl;
server_name olwen-capital.com;
server_name bievre-proprete.com;
root /srv/www/web/bievre_app/current/public;
try_files $uri/index.html $uri @unicorn;
@ -21,8 +21,8 @@ server {
keepalive_timeout 10;
ssl on;
ssl_certificate /etc/letsencrypt/live/olwen-capital.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/olwen-capital.com/privkey.pem;
ssl_certificate /etc/letsencrypt/live/bievre-proprete.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/bievre-proprete.com/privkey.pem;
include snippets/letsencrypt.conf;
@ -31,16 +31,16 @@ server {
server {
listen [::]:80;
server_name olwen-capital.com olwen.quartz.xyz www.olwen.quartz.xyz;
server_name bievre-proprete.com *.bievre-proprete.com;
return 301 https://olwen-capital.com$request_uri;
return 301 https://bievre-proprete.com$request_uri;
include snippets/letsencrypt.conf;
}
server {
listen [::]:443 ssl;
server_name www.olwen-capital.com;
server_name www.bievre-proprete.com;
ssl on;
ssl_certificate /etc/letsencrypt/live/olwen-capital.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/olwen-capital.com/privkey.pem;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 197 KiB

BIN
public/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

BIN
public/11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 MiB

BIN
public/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
public/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

BIN
public/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
public/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 MiB

BIN
public/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 381 KiB