diff --git a/app/assets/images/chicken-tenders.png b/app/assets/images/chicken-tenders.png new file mode 100644 index 00000000..35db5461 Binary files /dev/null and b/app/assets/images/chicken-tenders.png differ diff --git a/app/assets/images/gongo-logo.png b/app/assets/images/gongo-logo.png new file mode 100644 index 00000000..623ec0ac Binary files /dev/null and b/app/assets/images/gongo-logo.png differ diff --git a/app/assets/images/tendy-logo.jpeg b/app/assets/images/tendy-logo.jpeg new file mode 100644 index 00000000..3c2505e8 Binary files /dev/null and b/app/assets/images/tendy-logo.jpeg differ diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index 3d2858d5..5fd2c10a 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -117,7 +117,6 @@ header box-sizing: inherit font-family: Impact, Anton, fantasy, sans-serif font-weight: lighter - .eyecandy display: block left: 0 @@ -125,6 +124,7 @@ header top: 0 // background-color: hotpink border-radius: 300px + overflow: hidden transition: background-color 0.2s, box-shadow 0.2s img width: 4rem diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml index 89580605..c9515540 100644 --- a/app/views/visitors/index.html.haml +++ b/app/views/visitors/index.html.haml @@ -12,19 +12,30 @@ .eyecandy - = inline_svg_tag "Icy Pepe.svg" -- 5.times do |i| + -# = inline_svg_tag "Icy Pepe.svg" +-# - 5.times do |i| .eyecandy = image_tag "GONGO-coin-white.png" - 10.times do |i| .eyecandy = image_tag "ICYPEES-glass.png" - 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 = 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{: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"} -.video-cover -= video_tag "video.mp4", autoplay: true, id: "videoplayer", loop: true +-# .video-cover +-# = video_tag "video.mp4", autoplay: true, id: "videoplayer", loop: true