Updated some information but mostly just added graphics and images to make the site more interesting

This commit is contained in:
Alan Bridgeman 2023-10-15 00:49:55 -05:00
parent ce47f6a76b
commit 78c81b8f00
15 changed files with 112 additions and 10 deletions

View file

@ -8,7 +8,7 @@ html, body {
.content {
position: relative;
min-height: 100%;
padding-bottom: 100px;
padding-bottom: 300px;
}
main {
@ -63,6 +63,7 @@ section {
img {
width: 100%;
/*max-height: 30%;*/
}
footer {
@ -70,7 +71,7 @@ footer {
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
height: 300px;
margin-top: auto;
padding: 0;
background-color: #333;
@ -78,4 +79,32 @@ footer {
flex-direction: column;
align-items: center;
justify-content: center;
}
.side-by-side {
display: flex;
flex-direction: row;
width: 100%;
}
.side-by-side:nth-child(2n) {
flex-direction: row-reverse;
}
.side-by-side-item {
width: 50%;
}
@media screen and (max-width: 768px) {
.side-by-side {
flex-direction: column;
}
.side-by-side:nth-child(2n) {
flex-direction: column;
}
.side-by-side-item {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB