diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 362b5cf..f3cb62e 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -88,6 +88,13 @@ ="/" Bâche tendue + %li + =image_tag "/slide5.jpg" + %li + =image_tag "/slide6.jpg" + + + .top .menu_background .main#menu diff --git a/public/slide5.jpg b/public/slide5.jpg new file mode 100644 index 0000000..c38f06f Binary files /dev/null and b/public/slide5.jpg differ diff --git a/public/slide6.jpg b/public/slide6.jpg new file mode 100644 index 0000000..bda092e Binary files /dev/null and b/public/slide6.jpg differ