updated objectionable.solutions

This commit is contained in:
www daemon 2024-09-12 21:25:15 +02:00
parent e0d109f3de
commit c5467457c4
2 changed files with 23 additions and 10 deletions

View file

@ -38,7 +38,7 @@
<h2><a href="https://objectionable.solutions/#links">Links</a></h2> <h2><a href="https://objectionable.solutions/#links">Links</a></h2>
<h3>Social</h3> <h3>Social</h3>
<ul> <ul>
<li><a rel="me" target="_blank" href="https://tech.lgbt/@sara/">Fedi</a> Where I post, comment and interact. If you want to talk for any reason, this is probably where to find me.</li> <li><a rel="me" target="_blank" href="https://app.wafrn.net/blog/Sara_Objectionable">Fedi</a> Where I post, comment and interact. If you want to talk for any reason, this is probably where to find me.</li>
<li><a target="_blank" href="https://www.tumblr.com/blog/objectionable-sara">Tumblr</a> I'm mainly here for the content, may not check for weeks on end. And no posts of my own end up here.</li> <li><a target="_blank" href="https://www.tumblr.com/blog/objectionable-sara">Tumblr</a> I'm mainly here for the content, may not check for weeks on end. And no posts of my own end up here.</li>
</ul> </ul>
<h3>Elsewhere</h3> <h3>Elsewhere</h3>
@ -53,13 +53,13 @@
<section id="tools"> <section id="tools">
<h2><a href="https://objectionable.solutions/#tools">Cool stuff I use</a></h2> <h2><a href="https://objectionable.solutions/#tools">Cool stuff I use</a></h2>
<ul> <ul>
<li>Linux desktop! (right now Fedora)</li> <li><a target="_blank" href="https://distrowatch.com/dwres.php?resource=major">Linux desktop!</a> (right now Fedora)</li>
<li>SwayWM After using i3 for a year and wanting to switch to Wayland.</li> <li><a target="_blank" href="https://swaywm.org/">SwayWM</a> After using i3 for a year and wanting to switch to Wayland.</li>
<li>The Godot Engine For any game projects where I get to have a say in the engine.</li> <li><a target="_blank" href="https://godotengine.org/">The Godot Engine</a> For any game projects where I get to have a say in the engine.</li>
<li>NeoVim "Long" ago someone recommended I use vim to edit things on the command line and I did not question it enough. Now I'm addicted and unable to go back.</li> <li><a target="_blank" href="https://neovim.io/">NeoVim</a> "Long" ago someone recommended I use vim to edit things on the command line and I did not question it enough. Now I'm addicted and unable to go back.</li>
<li>Framework laptop Specifically an 11th-gen intel framework 13 which I absolutely love despite some issues.</li> <li><a target="_blank" href="https://frame.work/">Framework</a> laptop Specifically an 11th-gen intel framework 13 which I absolutely love despite some issues.</li>
<li>NextCloud as Hosted by Hertog. Mainly as a file storage/sharing/transfer server.</li> <li><a target="_blank" href="https://nextcloud.com/">NextCloud</a> as Hosted by Hertog. Mainly as a file storage/sharing/transfer server.</li>
<li>TTRSS Again as hosted by Hertog. RSS is alive and well if you know where to look. Which is awesome.</li> <li><a target="_blank" href="https://tt-rss.org/">TTRSS</a> Again as hosted by Hertog. RSS is alive and well if you know where to look. Which is awesome.</li>
</ul> </ul>
</section> </section>
<section id="cat"> <section id="cat">

View file

@ -11,9 +11,22 @@ a {
color: #844dff; color: #844dff;
} }
a::after { h1::before {
content: "🡕" content: "# "
} }
h2::before {
content: "## "
}
h3::before {
content: "### "
}
h4::before {
content: "#### "
}
img { img {
max-width: 300px; max-width: 300px;
} }