Add Icy Pepe NFT svg to eyecandy
This commit is contained in:
parent
a7f335999e
commit
49535de358
1
Gemfile
1
Gemfile
@ -77,3 +77,4 @@ group :test, :staging do
|
||||
end
|
||||
gem 'capybara-screenshot', :group => :test
|
||||
gem 'friendly_id', '~> 5.4.0'
|
||||
gem 'inline_svg'
|
||||
|
||||
@ -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
|
||||
|
||||
1
app/assets/images/Icy Pepe.svg
Normal file
1
app/assets/images/Icy Pepe.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg width="1000" height="1000" xmlns="http://www.w3.org/2000/svg"><image href="https://ys2wt-cqaaa-aaaag-qb7ga-cai.raw.icp0.io/?index=1" width="1000" height="1000"/></svg>
|
||||
|
After Width: | Height: | Size: 172 B |
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user