grid push

small-nav
chimchooree 2 years ago
parent 6ea91ecabd
commit 0ba64fc6c0

@ -193,13 +193,18 @@ a {
background-color: purple; background-color: purple;
background-image: url(../img/prom/c_thumb.png); background-image: url(../img/prom/c_thumb.png);
} */ } */
.latest, .latest-grid {
background-color: #C0AAC0;
}
.latest-grid a, ul, li, b {
background-color: #C0AAC0;
}
.latest { .latest {
background-color: #bd97a4;
color: black; color: black;
} }
.latest-grid { .latest-grid {
width: 50%; width: 50%;
background-color: #bd97a4;
grid-area: 4 / 2 / 5 / 3; grid-area: 4 / 2 / 5 / 3;
overflow-y: scroll; overflow-y: scroll;
margin-right: 0px; margin-right: 0px;
@ -212,32 +217,27 @@ a {
padding-left: 2%; padding-left: 2%;
} }
.latest-grid a:link { .latest-grid a:link {
color: black; color: #305285;
background-color: #bd97a4; background-color: #C0AAC0;
} }
.latest-grid a:visited { .latest-grid a:visited {
color: black; color: #305285;
background-color: #bd97a4; background-color: #C0AAC0;
} }
.latest-grid a:hover { .latest-grid a:hover {
color: #F9B3D7; color: #9092ca;
background-color: #bd97a4; background-color: #C0AAC0;
} }
.latest-grid a:active { .latest-grid a:active {
color: #f463ad; color: #9092ca;
background-color: #bd97a4; background-color: #C0AAC0;
} }
.latest-grid ul { .latest-grid ul {
background-color: #bd97a4;
list-style-type: none; list-style-type: none;
} }
.latest-grid li { .latest-grid li {
background-color: #bd97a4;
padding-left: 5%; padding-left: 5%;
} }
.latest-grid b {
background-color: #bd97a4;
}
.footer-content { .footer-content {
color: white; color: white;
padding-top: 5px; padding-top: 5px;

@ -13,7 +13,7 @@
<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, make pixelart, 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, make pixelart, and write, too. <br></p>
<br> <br>
<p>The only contact I'll put here for now is my discord CustomsOfficer#3449. Unless you have a <a href="https://flightrising.com/main.php?p=lair&tab=userpage&id=525948">FlightRising (Aristene#525948)</a> or <a href="https://www.wolvden.com/profile/64287">Wolvden (Urban#64287)</a> account. I read every message send through there. Also, if you have <a href="https://artfight.net/~abbey">ArtFight (abbey)</a>, attack me!! <br></p> <p>The only contact I'll put here for now is my discord CustomsOfficer#3449...Unless you have a <a href="https://flightrising.com/main.php?p=lair&tab=userpage&id=525948">FlightRising (Aristene#525948)</a> or <a href="https://www.wolvden.com/profile/64287">Wolvden (Urban#64287)</a> account. </p>
</div> </div>
<div class="rpg"> <div class="rpg">
@ -44,13 +44,15 @@
<h2>other projects</h2> <h2>other projects</h2>
<p>The most obvious is <b>blessfrey.me</b>, my portfolio and blog website. It is coded in <a href="https://bottlepy.org/docs/dev/">Bottle: Python</a>, <a href="https://bottlepy.org/docs/dev/stpl.html">SimpleTemplate</a>, and HTML+CSS. Bottle advertises itself as a micro framework, so I can use Bottle to create dynamic webpages without introducing potential bulk, security flaws, or user private data collection. I'm the only person managing this website and my needs are simple, so Bottle works well for me. Also, I get to use Python (yay) instead of PHP (eugh), the language I first built the site in. <br></p> <p>The most obvious is <b>blessfrey.me</b>, my portfolio and blog website. It is coded in <a href="https://bottlepy.org/docs/dev/">Bottle: Python</a>, <a href="https://bottlepy.org/docs/dev/stpl.html">SimpleTemplate</a>, and HTML+CSS. Bottle advertises itself as a micro framework, so I can use Bottle to create dynamic webpages without introducing potential bulk, security flaws, or user private data collection. I'm the only person managing this website and my needs are simple, so Bottle works well for me. Also, I get to use Python (yay) instead of PHP (eugh), the language I first built the site in. <br></p>
<br> <br>
<p>Cat Store - Java, text-based cat breeding and cat show game<br></p> <p>Cat Store - Java, text-based cat breeding and cat show life sim. <br></p>
<br> <br>
<p><a href="https://gitlab.com/chimchooree">Gitlab (chimchooree)</a> - Code snippets, coding class assignments, and other random stuff on here. If it looks inactive, most of my projects are private...I'm shy! <br></p> <p><a href="https://gitlab.com/chimchooree">GitLab (chimchooree)</a> - Code snippets, coding class assignments, and other random stuff on here. If it looks inactive, most of my projects are private...I'm shy! <br></p>
</div> </div>
<div class="ocs"> <div class="ocs">
<h2>characters</h2> <h2>characters</h2>
<p>If you play Artfight, attack my account <a href="https://artfight.net/~abbey">abbey</a>! <br></p>
<br>
<div class="ocs-nav"> <div class="ocs-nav">
% for c in chars: % for c in chars:
<a href="/char/{{c}}"> <a href="/char/{{c}}">

Loading…
Cancel
Save