From 44ccad879ce127b4742da98fdb39619da41c514d Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:00:56 -0400 Subject: [PATCH] gen art for last section of stats on mobile --- src/layouts/index.html | 2 ++ src/static/css/generative-art.css | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/src/layouts/index.html b/src/layouts/index.html index 02dcbb8..0341267 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -229,6 +229,8 @@

OS CONTRIBUTIONS

500,000

+
+
grid diff --git a/src/static/css/generative-art.css b/src/static/css/generative-art.css index 4312946..4581803 100644 --- a/src/static/css/generative-art.css +++ b/src/static/css/generative-art.css @@ -656,4 +656,31 @@ background-size: cover; } + #m-gen-art-7{ + width: 20vw; + height: 19vw; + left: 7vw; + margin-top: 9.5vw; + position: absolute; + z-index: 2; + display: block; + background-image: url("/Images/gen-art/gen-art-_0021_DALL·E 2022-09-02 12.26.00 - crystals in polarized light under microscope.png.jpg"); + background-position: center; + background-repeat: repeat; + background-size: cover; + } + + #m-gen-art-8{ + width: 48vw; + height: 19vw; + right: 7vw; + position: absolute; + z-index: 2; + display: block; + background-image: url("/Images/gen-art/gen-art-_0010_DALL·E 2022-09-01 10.48.33 - bright blue and green _It’s time we stop robbing Peter to pay Mark and Jeff._.jpg"); + background-position: center; + background-repeat: repeat; + background-size: cover; + } + }