update links and add pride flags
This commit is contained in:
parent
7cd323552a
commit
5547fe650a
5 changed files with 86 additions and 19 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<body>
|
||||
<main>
|
||||
<h1 id="crispys-blug">crispys blug</h1>
|
||||
<h1 id="meow">meow</h1>
|
||||
<p>
|
||||
hello i might write some words here from time to time<br>
|
||||
</p>
|
||||
|
@ -39,6 +39,14 @@ this means it is<br>
|
|||
<a href="/internets">other sites</a><br>
|
||||
<a href="/my-other-stuff">my other stuff</a><br>
|
||||
</p>
|
||||
<p>
|
||||
<div class="flags">
|
||||
<div id="pan"></div><br>
|
||||
<div id="enby"></div><br>
|
||||
<div id="trans"></div><br>
|
||||
<div id="pride"></div><br>
|
||||
<div id="lesbian"></div><br>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -18,14 +18,15 @@ cool pages by other people<br>
|
|||
- <a href="https://wiki.xxiivv.com/site/research.html">XXIIVV</a><br>
|
||||
- <a href="https://permacomputing.net/">permacomputing</a><br>
|
||||
- <a href="https://wgreenberg.github.io/musicbox/">simple music sequencer</a><br>
|
||||
- <a href="https://xkcd.com">xkcd</a><br>
|
||||
- <a href="https://xkcd.com">xkcd (nerdy comic)</a><br>
|
||||
</p>
|
||||
<h2 id="read-blogs-instead-of-watching-short-form-content">read blogs instead of watching short-form content</h2>
|
||||
<h2 id="read-blogs-instead-of-rotting-your-brain-with-short-form-content">read blogs instead of rotting your brain with short-form content</h2>
|
||||
<p>
|
||||
- <a href="https://todepond.com">todepond</a><br>
|
||||
- <a href="https://todepond.com/wikiblogarden/">todepond</a><br>
|
||||
- <a href="https://ludic.mataroa.blog/">ludicity</a><br>
|
||||
- <a href="https://taylor.town/">taylor.town</a><br>
|
||||
- <a href="https://interconnected.org/home/">matt webb</a><br>
|
||||
- <a href="https://interconnected.org/home/">interconnected.org</a><br>
|
||||
- <a href="https://pluralistic.net/">pluralistic.net</a><br>
|
||||
</p>
|
||||
<h2 id="be-angry">be angry</h2>
|
||||
<p>
|
||||
|
@ -35,10 +36,11 @@ cool pages by other people<br>
|
|||
</p>
|
||||
<h2 id="educate-yourself">educate yourself</h2>
|
||||
<p>
|
||||
- <a href="https://www.khanacademy.org/">khanacademy (school subjects)</a><br>
|
||||
- <a href="https://www.sci-hub.st/">sci-hub (free research papers)</a><br>
|
||||
- <a href="http://libgen.rs/">libgen (free books)</a><br>
|
||||
- <a href="https://diyhrt.wiki/">diy hrt</a><br>
|
||||
- <a href="https://www.khanacademy.org/">school subjects</a><br>
|
||||
- <a href="https://www.sci-hub.st/">research papers</a><br>
|
||||
- <a href="http://libgen.rs/">free books</a><br>
|
||||
- <a href="https://hrtcafe.net/">diy hrt</a><br>
|
||||
</p>
|
||||
<p>
|
||||
no wait <a href="/">go back</a><br>
|
||||
|
|
|
@ -20,6 +20,53 @@ code {
|
|||
color: #f90;
|
||||
}
|
||||
|
||||
video, img {
|
||||
max-width: 100%;
|
||||
video, img { max-width: 100%; }
|
||||
|
||||
.flags {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
margin-bottom: 5px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.flags div { flex-grow: 1; }
|
||||
.flags #pan {
|
||||
background: linear-gradient(
|
||||
#f06 33.3%,
|
||||
#fd0 33.3% 66.6%,
|
||||
#0af 66.6%);
|
||||
}
|
||||
.flags #enby {
|
||||
background: linear-gradient(
|
||||
#fd0 25%,
|
||||
#fff 25% 50%,
|
||||
#a0f 50% 75%,
|
||||
#000 75%);
|
||||
}
|
||||
.flags #trans {
|
||||
background: linear-gradient(
|
||||
#5cf 20%,
|
||||
#fab 20% 40%,
|
||||
#fff 40% 60%,
|
||||
#fab 60% 80%,
|
||||
#5cf 80%);
|
||||
}
|
||||
.flags #pride {
|
||||
background: linear-gradient(
|
||||
#f00 16.6%,
|
||||
#f90 16.6% 33.3%,
|
||||
#ff0 33.3% 50%,
|
||||
#4d4 50% 66.6%,
|
||||
#06f 66.6% 83.3%,
|
||||
#a0f 83.3%);
|
||||
}
|
||||
.flags #lesbian {
|
||||
background: linear-gradient(
|
||||
#d20 14.3%,
|
||||
#e72 14.3% 28.6%,
|
||||
#f95 28.6% 42.9%,
|
||||
#fff 42.9% 57.1%,
|
||||
#d6a 57.1% 71.4%,
|
||||
#b59 71.4% 85.7%,
|
||||
#a06 85.7%);
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
# crispys blug
|
||||
# meow
|
||||
hello i might write some words here from time to time
|
||||
|
||||
[this](/) [website](https://git.crispypin.cc/CrispyPin/blug) is running on my own [webserver](https://git.crispypin.cc/CrispyPin/webserver) and generated with my [static site builder](https://git.crispypin.cc/CrispyPin/htmd)
|
||||
|
@ -22,3 +22,10 @@ this means it is
|
|||
[other sites](/internets)
|
||||
[my other stuff](/my-other-stuff)
|
||||
|
||||
<div class="flags">
|
||||
<div id="pan"></div>
|
||||
<div id="enby"></div>
|
||||
<div id="trans"></div>
|
||||
<div id="pride"></div>
|
||||
<div id="lesbian"></div>
|
||||
</div>
|
||||
|
|
|
@ -4,13 +4,14 @@ cool pages by other people
|
|||
- [XXIIVV](https://wiki.xxiivv.com/site/research.html)
|
||||
- [permacomputing](https://permacomputing.net/)
|
||||
- [simple music sequencer](https://wgreenberg.github.io/musicbox/)
|
||||
- [xkcd](https://xkcd.com)
|
||||
- [xkcd (nerdy comic)](https://xkcd.com)
|
||||
|
||||
## read blogs instead of watching short-form content
|
||||
- [todepond](https://todepond.com)
|
||||
## read blogs instead of rotting your brain with short-form content
|
||||
- [todepond](https://todepond.com/wikiblogarden/)
|
||||
- [ludicity](https://ludic.mataroa.blog/)
|
||||
- [taylor.town](https://taylor.town/)
|
||||
- [matt webb](https://interconnected.org/home/)
|
||||
- [interconnected.org](https://interconnected.org/home/)
|
||||
- [pluralistic.net](https://pluralistic.net/)
|
||||
|
||||
## be angry
|
||||
- [Brandalism](http://brandalism.ch/)
|
||||
|
@ -18,10 +19,12 @@ cool pages by other people
|
|||
- [Capitalism fucking sucks](https://dessalines.github.io/essays/capitalism_doesnt_work.html)
|
||||
|
||||
## educate yourself
|
||||
- [khanacademy (school subjects)](https://www.khanacademy.org/)
|
||||
- [sci-hub (free research papers)](https://www.sci-hub.st/)
|
||||
- [libgen (free books)](http://libgen.rs/)
|
||||
- [diy hrt](https://diyhrt.wiki/)
|
||||
- [school subjects](https://www.khanacademy.org/)
|
||||
- [research papers](https://www.sci-hub.st/)
|
||||
- [free books](http://libgen.rs/)
|
||||
- [diy hrt](https://hrtcafe.net/)
|
||||
|
||||
|
||||
|
||||
no wait [go back](/)
|
||||
|
|
Loading…
Reference in a new issue