Add Icy Pepe NFT svg to eyecandy
This commit is contained in:
parent
e1deb80c6a
commit
0e373ddbbf
1
Gemfile
1
Gemfile
@ -77,3 +77,4 @@ group :test, :staging do
|
|||||||
end
|
end
|
||||||
gem 'capybara-screenshot', :group => :test
|
gem 'capybara-screenshot', :group => :test
|
||||||
gem 'friendly_id', '~> 5.4.0'
|
gem 'friendly_id', '~> 5.4.0'
|
||||||
|
gem 'inline_svg'
|
||||||
|
|||||||
@ -213,6 +213,9 @@ GEM
|
|||||||
hub (1.12.4)
|
hub (1.12.4)
|
||||||
i18n (1.8.11)
|
i18n (1.8.11)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
inline_svg (1.9.0)
|
||||||
|
activesupport (>= 3.0)
|
||||||
|
nokogiri (>= 1.6)
|
||||||
interception (0.5)
|
interception (0.5)
|
||||||
jbuilder (2.11.2)
|
jbuilder (2.11.2)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
@ -467,6 +470,7 @@ DEPENDENCIES
|
|||||||
high_voltage
|
high_voltage
|
||||||
html2haml
|
html2haml
|
||||||
hub
|
hub
|
||||||
|
inline_svg
|
||||||
jbuilder
|
jbuilder
|
||||||
jquery-rails
|
jquery-rails
|
||||||
jquery-ui-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')
|
-# = link_to 'About', page_path('about')
|
||||||
|
|
||||||
|
|
||||||
|
.eyecandy
|
||||||
|
= inline_svg_tag "Icy Pepe.svg"
|
||||||
- 5.times do |i|
|
- 5.times do |i|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= image_tag "GONGO-coin-white.png"
|
= image_tag "GONGO-coin-white.png"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user