diff --git a/src/layouts/index.html b/src/layouts/index.html index e470dd3..3affe04 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -172,7 +172,26 @@ + +
+ +
diff --git a/src/static/Images/gen-art/glass-triangles.jpg b/src/static/Images/gen-art/glass-triangles.jpg new file mode 100644 index 0000000..4d3aa98 Binary files /dev/null and b/src/static/Images/gen-art/glass-triangles.jpg differ diff --git a/src/static/Images/x-large-stats-grid.svg b/src/static/Images/x-large-stats-grid.svg new file mode 100644 index 0000000..f4c1228 --- /dev/null +++ b/src/static/Images/x-large-stats-grid.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/static/css/style.css b/src/static/css/style.css index d63ac4d..8fbacf0 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -4,9 +4,6 @@ html,body{ background-color: #1a1a1a; max-width: 1920px; overflow-x: hidden; - /* - background-image: url("/Images/xl-grid-quarter-opacity.svg"); - background-size: contain;*/ } .container{ @@ -95,8 +92,9 @@ hr{ } .statistics{ - background-image: url("/Images/x-large-grid.svg"); + background-image: url("/Images/x-large-stats-grid.svg"); background-attachment: fixed; + background-position: top; background-repeat: repeat-y; background-size: cover; }