From 311871eefcff5c90c87de406e29e1853f9621ab6 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 22 Jul 2017 16:36:54 +0200 Subject: Turn clouds on landing page into SVGs, use SCSS variables to color them (#4299) --- app/views/about/show.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views') diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 0af47bde3..999d1e37b 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -38,9 +38,9 @@ .container.hero .floats - = image_tag asset_pack_path('cloud2.png'), alt: '', role: 'presentation', class: 'float-1' - = image_tag asset_pack_path('cloud3.png'), alt: '', role: 'presentation', class: 'float-2' - = image_tag asset_pack_path('cloud4.png'), alt: '', role: 'presentation', class: 'float-3' + %div{ role: 'presentation', class: 'float-1' } + %div{ role: 'presentation', class: 'float-2' } + %div{ role: 'presentation', class: 'float-3' } .heading %h1 = @instance_presenter.site_title -- cgit