Custom home page per domain
This commit is contained in:
parent
470b04df1a
commit
032d2adbd4
@ -1,5 +1,9 @@
|
|||||||
#home-headline
|
#home-headline
|
||||||
%h1 Web3 Social Gaming <br/>Crypto Rewards
|
- if request.base_url.match(/pin|my|fireside/)
|
||||||
|
%h1 My own private tendy zone
|
||||||
|
- else
|
||||||
|
%h1 Web3 Social Gaming <br/>Crypto Rewards
|
||||||
|
|
||||||
|
|
||||||
#main-menu
|
#main-menu
|
||||||
- if policy(:table).play_now?
|
- if policy(:table).play_now?
|
||||||
@ -11,23 +15,24 @@
|
|||||||
-# = link_to 'About', page_path('about')
|
-# = link_to 'About', page_path('about')
|
||||||
|
|
||||||
|
|
||||||
.eyecandy
|
- if !request.base_url.match(/pin|my|fireside/)
|
||||||
= inline_svg_tag "Icy Pepe.svg"
|
|
||||||
-# - 5.times do |i|
|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= image_tag "GONGO-coin-white.png"
|
= inline_svg_tag "Icy Pepe.svg"
|
||||||
- 10.times do |i|
|
-# - 5.times do |i|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= image_tag "ICYPEES-glass.png"
|
= image_tag "GONGO-coin-white.png"
|
||||||
- 20.times do |i|
|
- 10.times do |i|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= image_tag "chicken-tenders.png"
|
= image_tag "ICYPEES-glass.png"
|
||||||
- 10.times do |i|
|
- 20.times do |i|
|
||||||
.eyecandy.roundcandy
|
.eyecandy
|
||||||
= image_tag "tendy-logo.jpg"
|
= image_tag "chicken-tenders.png"
|
||||||
- 10.times do |i|
|
- 10.times do |i|
|
||||||
.eyecandy
|
.eyecandy.roundcandy
|
||||||
= image_tag "ICYPEES-coin.png"
|
= image_tag "tendy-logo.jpg"
|
||||||
|
- 10.times do |i|
|
||||||
|
.eyecandy
|
||||||
|
= image_tag "ICYPEES-coin.png"
|
||||||
|
|
||||||
-# - Dir.glob("app/assets/images/cards/png/**").each do |card_img|
|
-# - Dir.glob("app/assets/images/cards/png/**").each do |card_img|
|
||||||
- puts card_img
|
- puts card_img
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user