about page is just static art now
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 447 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 447 KiB |
|
After Width: | Height: | Size: 727 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 44 KiB |
|
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>
|
|
||||||
|
|||||||