get rid of status, make layout more professional
All checks were successful
/ build (push) Successful in 22s
All checks were successful
/ build (push) Successful in 22s
This commit is contained in:
parent
2d79a89518
commit
4661920874
2 changed files with 17 additions and 15 deletions
|
|
@ -166,12 +166,12 @@ h6 {
|
|||
.order {
|
||||
display: grid;
|
||||
grid-template-areas:
|
||||
"details lastfm"
|
||||
"details lastfm"
|
||||
"projects commit"
|
||||
"projects webrings"
|
||||
"donations donations"
|
||||
"status binkies"
|
||||
"details projects"
|
||||
"details projects"
|
||||
"lastfm binkies"
|
||||
"lastfm binkies"
|
||||
"donations commit"
|
||||
"webrings webrings"
|
||||
"blog blog";
|
||||
grid-gap: 5px;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
|
@ -286,12 +286,12 @@ webring-container {
|
|||
.order {
|
||||
grid-template-areas:
|
||||
"details "
|
||||
"status"
|
||||
"projects "
|
||||
"donations "
|
||||
"lastfm"
|
||||
"projects "
|
||||
"projects"
|
||||
"commit"
|
||||
"webrings"
|
||||
"lastfm"
|
||||
"binkies"
|
||||
"blog "
|
||||
"blog ";
|
||||
|
|
@ -309,6 +309,9 @@ webring-container {
|
|||
#oneko {
|
||||
display: none;
|
||||
}
|
||||
.projects {
|
||||
min-height: 400px;
|
||||
}
|
||||
.include88x31 {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ __TEMPLATE_HEAD__
|
|||
|
||||
<script type="module" src="scripts/util.js"></script>
|
||||
<script type="module" src="scripts/blog.js"></script>
|
||||
<script type="module" src="scripts/status_cafe.js"></script>
|
||||
<!--<script type="module" src="scripts/status_cafe.js"></script>-->
|
||||
<script type="module" src="scripts/particles.js"></script>
|
||||
<script type="module" src="scripts/lastfm.js"></script>
|
||||
<script type="module" src="scripts/binkies.js"></script>
|
||||
|
|
@ -21,9 +21,8 @@ __TEMPLATE_HEAD__
|
|||
<img src="/assets/logo.png" class="logo"><br>
|
||||
|
||||
<small>Thanks <a href="https://thinliquid.dev">thinliquid</a> for creating this cute logo!</small>
|
||||
<p>I'm 19. I love listening to music.</p>
|
||||
<p>I'm 19, Latvian. I am a quite experienced developer in Typescript, SQL and other languages. I'm a big fan of many artists.</p>
|
||||
|
||||
<p>I love to play games, code, and listen to music. #tybg</p>
|
||||
|
||||
<p><a href="https://files.sad.ovh/public/midis">Did you know that I have a 6 gigabyte big MiDi collection?</a></p>
|
||||
|
||||
|
|
@ -226,8 +225,8 @@ __TEMPLATE_HEAD__
|
|||
</ul>
|
||||
</div>
|
||||
<div class="paper blog" id="root"></div>
|
||||
<div class="paper status" id="status">
|
||||
</div>
|
||||
<!--<div class="paper status" id="status">
|
||||
</div>-->
|
||||
<div class="paper binkies">
|
||||
</div>
|
||||
<div class="paper webrings">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue