diff --git a/app/assets/images/Icy Pepe.svg b/app/assets/images/Icy Pepe.svg deleted file mode 100644 index ca1bf0d0..00000000 --- a/app/assets/images/Icy Pepe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/icy pepe.png b/app/assets/images/icy pepe.png new file mode 100644 index 00000000..7b2d9e30 Binary files /dev/null and b/app/assets/images/icy pepe.png differ diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index d3f74c50..82800c97 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -112,13 +112,13 @@ header border-radius: 10em overflow: hidden &.icypepe - zoom: 70% + // zoom: 70% border-radius: 600em padding: 1em 5em 1em 2em cursor: pointer transition: background-color 0.2s, box-shadow 0.2s svg - zoom: 80% + // zoom: 80% &:hover background-color: gold box-shadow: 1px 1px 8px 4px gold diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml index 9bbd2193..6b123817 100644 --- a/app/views/visitors/index.html.haml +++ b/app/views/visitors/index.html.haml @@ -26,7 +26,8 @@ -# - if !request.base_url.match(/pin|my|fireside/) - unless current_user.signed_in? .eyecandy.icypepe - = inline_svg_tag "Icy Pepe.svg" + = image_tag "icy pepe.png", style: 'width: 800px' + -# = inline_svg_tag "Icy Pepe.svg" - 5.times do |i| .eyecandy = image_tag "gongo-logo.png"