diff --git a/Gemfile b/Gemfile index 9a4547db..607842aa 100644 --- a/Gemfile +++ b/Gemfile @@ -77,3 +77,4 @@ group :test, :staging do end gem 'capybara-screenshot', :group => :test gem 'friendly_id', '~> 5.4.0' +gem 'inline_svg' diff --git a/Gemfile.lock b/Gemfile.lock index 7750eea4..e64fbdc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,6 +213,9 @@ GEM hub (1.12.4) i18n (1.8.11) concurrent-ruby (~> 1.0) + inline_svg (1.9.0) + activesupport (>= 3.0) + nokogiri (>= 1.6) interception (0.5) jbuilder (2.11.2) activesupport (>= 5.0.0) @@ -467,6 +470,7 @@ DEPENDENCIES high_voltage html2haml hub + inline_svg jbuilder jquery-rails jquery-ui-rails diff --git a/app/assets/images/Icy Pepe.svg b/app/assets/images/Icy Pepe.svg new file mode 100644 index 00000000..ca1bf0d0 --- /dev/null +++ b/app/assets/images/Icy Pepe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml index 6dca00c1..c7be8cbb 100644 --- a/app/views/visitors/index.html.haml +++ b/app/views/visitors/index.html.haml @@ -11,6 +11,8 @@ -# = link_to 'About', page_path('about') +.eyecandy + = inline_svg_tag "Icy Pepe.svg" - 5.times do |i| .eyecandy = image_tag "GONGO-coin-white.png"