about page is just static art now

small-nav
chimchooree 2 years ago
parent 87e7ca4c9e
commit 4832391111

@ -2,13 +2,13 @@
grid-area: 3 / 1 / 4 / 4; grid-area: 3 / 1 / 4 / 4;
display: grid; display: grid;
grid-template-columns: 25% 75%; grid-template-columns: 25% 75%;
grid-template-rows: 1fr; /* grid-template-rows: 992px;*/
grid-column-gap: 0px; grid-column-gap: 0px;
grid-row-gap: 0px; grid-row-gap: 0px;
} }
.content-left { .content-left {
grid-area: 1 / 1 / 2 / 2; grid-area: 1 / 1 / 2 / 2;
background-image: url(../img/prom/guildwarsgirl.png); background-image: url(../img/dev/guildwarsgirl.png);
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right; background-position: right;
@ -16,15 +16,18 @@
} }
.content-right { .content-right {
grid-area: 1 / 2 / 2 / 3; grid-area: 1 / 2 / 2 / 3;
background-image: url(../img/dev/collage.png);
background-size: cover;
background-repeat: no-repeat;
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto auto auto; grid-template-rows: auto auto auto auto;
grid-column-gap: 0px; grid-column-gap: 0px;
grid-row-gap: 0px; grid-row-gap: 0px;
margin-right: 25%; /*max-height: 992px;*/
} }
.intro, .rpg, .fashion, .projects, .ocs { .intro, .rpg, .fashion, .projects, .ocs {
background-color: #C0AAC0; background-color: transparent;/*#C0AAC0;*/
padding: 5%; padding: 5%;
text-align: justify; 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

@ -4,11 +4,12 @@
</div> </div>
<div class="content-right"> <div class="content-right">
</div>
</div>
<!--
<div class="intro"> <div class="intro">
<h1>my page</h1>
<i>weeping may tarry for the night,
but joy comes with the morning.</i><br>
<br>
<p><b>hello</b>, call me chimchooree. <br></p> <p><b>hello</b>, call me chimchooree. <br></p>
<br> <br>
<p>I'm a developer from the USA and like to show off my projects here. I dabble in Python, Java, Angular, Godot Engine, and HTML5+CSS, but I sew clothes, draw, and write, too. <br></p> <p>I'm a developer from the USA and like to show off my projects here. I dabble in Python, Java, Angular, Godot Engine, and HTML5+CSS, but I sew clothes, draw, and write, too. <br></p>
@ -53,6 +54,4 @@
<div class="ocs"> <div class="ocs">
<h2>characters</h2> <h2>characters</h2>
<p>View my characters from gamedev projects, creative writing, and elsewhere on the <a href="/characters">characters page</a><br></p> <p>View my characters from gamedev projects, creative writing, and elsewhere on the <a href="/characters">characters page</a><br></p>
</div> </div>-->
</div>
</div>

Loading…
Cancel
Save