updated objectionable.solutions
This commit is contained in:
parent
e0d109f3de
commit
c5467457c4
|
@ -38,7 +38,7 @@
|
|||
<h2><a href="https://objectionable.solutions/#links">Links</a></h2>
|
||||
<h3>Social</h3>
|
||||
<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>
|
||||
</ul>
|
||||
<h3>Elsewhere</h3>
|
||||
|
@ -53,13 +53,13 @@
|
|||
<section id="tools">
|
||||
<h2><a href="https://objectionable.solutions/#tools">Cool stuff I use</a></h2>
|
||||
<ul>
|
||||
<li>Linux desktop! (right now Fedora)</li>
|
||||
<li>SwayWM 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>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>Framework 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>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://distrowatch.com/dwres.php?resource=major">Linux desktop!</a> (right now Fedora)</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><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><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><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><a target="_blank" href="https://nextcloud.com/">NextCloud</a> as Hosted by Hertog. Mainly as a file storage/sharing/transfer server.</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>
|
||||
</section>
|
||||
<section id="cat">
|
||||
|
|
|
@ -11,9 +11,22 @@ a {
|
|||
color: #844dff;
|
||||
}
|
||||
|
||||
a::after {
|
||||
content: "🡕"
|
||||
h1::before {
|
||||
content: "# "
|
||||
}
|
||||
|
||||
h2::before {
|
||||
content: "## "
|
||||
}
|
||||
|
||||
h3::before {
|
||||
content: "### "
|
||||
}
|
||||
|
||||
h4::before {
|
||||
content: "#### "
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue