Nebraska-Man Generative Art

This commit is contained in:
Thomas Smith 2022-10-30 17:57:41 -04:00
parent b049a7ce0f
commit 7fdfbaa2ac
5 changed files with 54 additions and 10 deletions

View file

@ -1,8 +1,6 @@
{{ define "main" }}
{{- partial "nb-man-gen-art.html" -}}
<div class="section two-boxes hero-section">
<div class="section two-boxes nb-hero-section">
<div class="container">
<div class="row">
<div class="col" style="z-index:2;">

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

View file

@ -1,12 +1,58 @@
.nb-man-hero{
background-image: url("/Images/x-large-grid.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-size: cover;
border-bottom: 2px solid #949494;
/* Breakpoints for re-use*/
@media only screen and (min-width: 1200px) {
.nb-hero-section{
background-image: url("/Images/nbman-x-large-grid-generative-art.gif") !important;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nb-hero-section{
background-image: url("/Images/nbman-large-grid-generative-art.gif") !important;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.nb-hero-section{
background-image: url("/Images/nbman-large-grid-generative-art.gif") !important;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;
}
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.nb-hero-section{
background-image: url("/Images/nbman-medium-grid-generative-art.gif") !important;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;
}
}
@media only screen and (max-width: 576px) {
}
.nb-man-latest{
background-image: url("/Images/x-large-grid.svg");
background-attachment: fixed;