about page is just static art now

This commit is contained in:
chimchooree
2022-10-12 15:24:50 -05:00
parent 87e7ca4c9e
commit 4832391111
18 changed files with 13 additions and 11 deletions
+7 -4
View File
@@ -2,13 +2,13 @@
grid-area: 3 / 1 / 4 / 4;
display: grid;
grid-template-columns: 25% 75%;
grid-template-rows: 1fr;
/* grid-template-rows: 992px;*/
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.content-left {
grid-area: 1 / 1 / 2 / 2;
background-image: url(../img/prom/guildwarsgirl.png);
background-image: url(../img/dev/guildwarsgirl.png);
background-size: contain;
background-repeat: no-repeat;
background-position: right;
@@ -16,15 +16,18 @@
}
.content-right {
grid-area: 1 / 2 / 2 / 3;
background-image: url(../img/dev/collage.png);
background-size: cover;
background-repeat: no-repeat;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto auto auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
margin-right: 25%;
/*max-height: 992px;*/
}
.intro, .rpg, .fashion, .projects, .ocs {
background-color: #C0AAC0;
background-color: transparent;/*#C0AAC0;*/
padding: 5%;
text-align: justify;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 KiB

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB