diff --git a/site/index.html b/site/index.html index b1c72b4..d897c6a 100644 --- a/site/index.html +++ b/site/index.html @@ -11,7 +11,7 @@
-

crispys blug

+

meow

hello i might write some words here from time to time

@@ -39,6 +39,14 @@ this means it is
other sites
my other stuff

+

+

+

+

+

+

+

+
diff --git a/site/internets.html b/site/internets.html index 403fc04..fbe4dc3 100644 --- a/site/internets.html +++ b/site/internets.html @@ -18,14 +18,15 @@ cool pages by other people
- XXIIVV
- permacomputing
- simple music sequencer
-- xkcd
+- xkcd (nerdy comic)

-

read blogs instead of watching short-form content

+

read blogs instead of rotting your brain with short-form content

-- todepond
+- todepond
- ludicity
- taylor.town
-- matt webb
+- interconnected.org
+- pluralistic.net

be angry

@@ -35,10 +36,11 @@ cool pages by other people

educate yourself

+- khanacademy (school subjects)
+- sci-hub (free research papers)
+- libgen (free books)
- diy hrt
-- school subjects
-- research papers
-- free books
+- diy hrt

no wait go back
diff --git a/site/style.css b/site/style.css index a51d0b3..c2fda8b 100644 --- a/site/style.css +++ b/site/style.css @@ -20,6 +20,53 @@ code { color: #f90; } -video, img { - max-width: 100%; -} \ No newline at end of file +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%); +} diff --git a/write/index.md b/write/index.md index 18acef5..58b0f36 100644 --- a/write/index.md +++ b/write/index.md @@ -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) +

+
+
+
+
+
+
diff --git a/write/internets.md b/write/internets.md index b1f425f..a7723ee 100644 --- a/write/internets.md +++ b/write/internets.md @@ -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](/)