update stuff
This commit is contained in:
parent
aa635712ac
commit
99ce2e2ad0
3 changed files with 8 additions and 7 deletions
|
@ -29,6 +29,8 @@ Maybe you'll find some of them cool too :)
|
||||||
[Portal 2 Community Edition](https://portal2communityedition.com/)
|
[Portal 2 Community Edition](https://portal2communityedition.com/)
|
||||||
[Questionable Content](https://questionablecontent.net/)
|
[Questionable Content](https://questionablecontent.net/)
|
||||||
[Roshar Interactive Map](https://roshar.17thshard.com/#/en-US)
|
[Roshar Interactive Map](https://roshar.17thshard.com/#/en-US)
|
||||||
|
[SDL](https://www.libsdl.org/)
|
||||||
|
[seekl](https://robobarbie.itch.io/seekl)
|
||||||
[the_miracle_aligner](https://www.youtube.com/@the_miracle_aligner)
|
[the_miracle_aligner](https://www.youtube.com/@the_miracle_aligner)
|
||||||
[The Grown-Up Detective Agency](https://bphennessy.itch.io/grown-up-detective-agency)
|
[The Grown-Up Detective Agency](https://bphennessy.itch.io/grown-up-detective-agency)
|
||||||
[Trigaea](https://ryngm.itch.io/trigaea)
|
[Trigaea](https://ryngm.itch.io/trigaea)
|
||||||
|
|
|
@ -129,13 +129,13 @@ figcaption {
|
||||||
#new-site-warning {
|
#new-site-warning {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
padding: 8px 8px 8px 15px;
|
|
||||||
|
|
||||||
border-color: hsl(343deg, 81%, 50%);
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
border-color: #e71853;
|
||||||
|
background-color: #42242c;
|
||||||
|
|
||||||
|
padding: 8px 8px 8px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Suggested css snippet for making code blocks suck less
|
Suggested css snippet for making code blocks suck less
|
||||||
|
|
|
@ -2,13 +2,12 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
New Website!! (Still very WIP)
|
New Website!!
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div id="new-site-warning">
|
<div id="new-site-warning">
|
||||||
<b>Hey!</b> This is a new version of my site rewritten from scratch!
|
<b>Hey!</b> This is a new version of my site rewritten from scratch!
|
||||||
I still don't really know what I'm doing with web dev, and this is still <i>very</i> WIP.
|
I still don't really know what I'm doing with web dev, and this is still <i>extremely</i> WIP.
|
||||||
Stuff is still very broken/incomplete relative to the old site, but I'm working on it!
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue