diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index c8eb6c2..3fff777 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -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{ diff --git a/app/views/public/home/home.html.haml b/app/views/public/home/home.html.haml index 26a93ca..a690ad4 100644 --- a/app/views/public/home/home.html.haml +++ b/app/views/public/home/home.html.haml @@ -137,6 +137,7 @@ .colonne_right#colonne_right4.col_img .round_box =image_tag "/004.jpg" + .clear .row diff --git a/config/nginx.conf b/config/nginx.conf index bc1bcd1..8998ba2 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -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; diff --git a/public/001.jpg b/public/001.jpg index cb4f692..487a054 100644 Binary files a/public/001.jpg and b/public/001.jpg differ diff --git a/public/1.jpg b/public/1.jpg new file mode 100644 index 0000000..19a5c9d Binary files /dev/null and b/public/1.jpg differ diff --git a/public/11.jpg b/public/11.jpg new file mode 100644 index 0000000..8878ecf Binary files /dev/null and b/public/11.jpg differ diff --git a/public/11.png b/public/11.png deleted file mode 100644 index 7be92a9..0000000 Binary files a/public/11.png and /dev/null differ diff --git a/public/2.jpg b/public/2.jpg new file mode 100644 index 0000000..0c5474f Binary files /dev/null and b/public/2.jpg differ diff --git a/public/3.jpg b/public/3.jpg new file mode 100644 index 0000000..7d70252 Binary files /dev/null and b/public/3.jpg differ diff --git a/public/4.jpg b/public/4.jpg new file mode 100644 index 0000000..2d95cb9 Binary files /dev/null and b/public/4.jpg differ diff --git a/public/5.jpg b/public/5.jpg new file mode 100644 index 0000000..8fe63aa Binary files /dev/null and b/public/5.jpg differ diff --git a/public/5.png b/public/5.png deleted file mode 100644 index 25ce5e9..0000000 Binary files a/public/5.png and /dev/null differ diff --git a/public/6.jpg b/public/6.jpg new file mode 100644 index 0000000..783bea7 Binary files /dev/null and b/public/6.jpg differ diff --git a/public/fondblanc1.png b/public/fondblanc1.png deleted file mode 100644 index 8c79db4..0000000 Binary files a/public/fondblanc1.png and /dev/null differ diff --git a/public/white.jpg b/public/white.jpg index fb7abb1..500f2fb 100644 Binary files a/public/white.jpg and b/public/white.jpg differ