Landing page eyecandy improve
This commit is contained in:
parent
23201ce02c
commit
efdf8376d0
BIN
app/assets/images/chicken-tenders.png
Normal file
BIN
app/assets/images/chicken-tenders.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 244 KiB |
BIN
app/assets/images/gongo-logo.png
Normal file
BIN
app/assets/images/gongo-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 233 KiB |
BIN
app/assets/images/tendy-logo.jpeg
Normal file
BIN
app/assets/images/tendy-logo.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
@ -117,7 +117,6 @@ header
|
|||||||
box-sizing: inherit
|
box-sizing: inherit
|
||||||
font-family: Impact, Anton, fantasy, sans-serif
|
font-family: Impact, Anton, fantasy, sans-serif
|
||||||
font-weight: lighter
|
font-weight: lighter
|
||||||
|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
display: block
|
display: block
|
||||||
left: 0
|
left: 0
|
||||||
@ -125,6 +124,7 @@ header
|
|||||||
top: 0
|
top: 0
|
||||||
// background-color: hotpink
|
// background-color: hotpink
|
||||||
border-radius: 300px
|
border-radius: 300px
|
||||||
|
overflow: hidden
|
||||||
transition: background-color 0.2s, box-shadow 0.2s
|
transition: background-color 0.2s, box-shadow 0.2s
|
||||||
img
|
img
|
||||||
width: 4rem
|
width: 4rem
|
||||||
|
|||||||
@ -12,19 +12,30 @@
|
|||||||
|
|
||||||
|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= inline_svg_tag "Icy Pepe.svg"
|
-# = 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"
|
||||||
- 10.times do |i|
|
- 10.times do |i|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= image_tag "ICYPEES-glass.png"
|
= image_tag "ICYPEES-glass.png"
|
||||||
- 20.times do |i|
|
- 20.times do |i|
|
||||||
|
.eyecandy
|
||||||
|
= image_tag "chicken-tenders.png"
|
||||||
|
- 10.times do |i|
|
||||||
|
.eyecandy.roundcandy
|
||||||
|
= image_tag "tendy-logo.jpg"
|
||||||
|
- 10.times do |i|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= image_tag "ICYPEES-coin.png"
|
= image_tag "ICYPEES-coin.png"
|
||||||
|
-
|
||||||
|
|
||||||
|
- Dir.glob("app/assets/images/cards/png/**").each do |card_img|
|
||||||
|
- puts card_img
|
||||||
|
= image_tag
|
||||||
|
|
||||||
-# %iframe#videoplayer{:allowfullscreen => "", :frameborder => "0", :height => "480", :mozallowfullscreen => "true", :src => "https://archive.org/embed/my-dinner-with-andre-conspiracy-theory-scene-hd", :webkitallowfullscreen => "true", :width => "640", :autostart => "true"}
|
-# %iframe#videoplayer{:allowfullscreen => "", :frameborder => "0", :height => "480", :mozallowfullscreen => "true", :src => "https://archive.org/embed/my-dinner-with-andre-conspiracy-theory-scene-hd", :webkitallowfullscreen => "true", :width => "640", :autostart => "true"}
|
||||||
-# %iframe{:allow => "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share", :allowfullscreen => "", :frameborder => "0", :height => "315", :src => "https://www.youtube.com/embed/kK-1axSGkXc", :title => "YouTube video player", :width => "560"}
|
-# %iframe{:allow => "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share", :allowfullscreen => "", :frameborder => "0", :height => "315", :src => "https://www.youtube.com/embed/kK-1axSGkXc", :title => "YouTube video player", :width => "560"}
|
||||||
-# %iframe#videoplayer{:allow => "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share", :allowfullscreen => "", :frameborder => "0", :height => "315", :src => "https://www.youtube.com/embed/PhIM5k_m_hs", :title => "YouTube video player", :width => "560"}
|
-# %iframe#videoplayer{:allow => "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share", :allowfullscreen => "", :frameborder => "0", :height => "315", :src => "https://www.youtube.com/embed/PhIM5k_m_hs", :title => "YouTube video player", :width => "560"}
|
||||||
.video-cover
|
-# .video-cover
|
||||||
= video_tag "video.mp4", autoplay: true, id: "videoplayer", loop: true
|
-# = video_tag "video.mp4", autoplay: true, id: "videoplayer", loop: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user