diff --git a/src/layouts/index.html b/src/layouts/index.html index bf9ba71..e798699 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -215,6 +215,8 @@
PACKAGES AVAILABLE
5,103,789
+ +AUTHENTICATED DEVS
diff --git a/src/static/css/generative-art.css b/src/static/css/generative-art.css index ca3f70a..56295f7 100644 --- a/src/static/css/generative-art.css +++ b/src/static/css/generative-art.css @@ -601,4 +601,31 @@ background-size: cover; } + #m-gen-art-3{ + width: 38vw; + height: 19vw; + right: 7vw; + position: absolute; + z-index: 2; + display: block; + background-image: url("/Images/gen-art/tribal-green.jpg"); + background-position: center; + background-repeat: repeat; + background-size: cover; + } + + #m-gen-art-4{ + width: 57.3vw; + height: 10vw; + left: 7vw; + margin-top: 19vw; + position: absolute; + z-index: 2; + display: block; + background-image: url("/Images/gen-art/gen-art-_0011_DALLĀ·E 2022-09-01 10.52.27 - neon pink colored subway wall painted in the style of keith haring.png.jpg"); + background-position: center; + background-repeat: repeat; + background-size: cover; + } + }