logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 70b6f258a2cabf071336f6a633249dd25bc739b0
parent 99b98cfc2f8e6bfd3f0b91afc3e21db6325484c7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 26 Jan 2020 17:14:35 +0100

projects/badwolf: Put details/summary on blockquote

Diffstat:

Mprojects/badwolf.shtml4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml @@ -9,12 +9,14 @@ <main> <h1>BadWolf</h1> <blockquote> - <em>Rose</em>: I am the Bad Wolf, I create myself. I take the words… I scatter them in time and space. A message to lead myself here.<br/> + <details> + <summary><em>Rose</em>: I am the Bad Wolf, I create myself. I take the words… I scatter them in time and space. A message to lead myself here.<br/></summary> <em>Doctor</em>: Rose, you've got to stop this! You've go to stop this now! You got the entire vortex running through your head. You're gonna burn!<br/> <em>Rose</em>: I want you safe. My Doctor. Protected from the false god<br/> <em>Dalek Emperor</em>: You cannot hurt me! I am immortal!<br/> <em>Rose</em>: You are tiny. I can see the whole of time and space. Every single atom of your existance and I divide them. Everything must come to dust. All things. Everything dies. The Time War ends.<br/> <em>Dalek Emperor</em>: I will not die! I cannot die!<br/> + </details> </blockquote><cite>Doctor Who (2005), Season 1, Episode 13</cite> <a href="/images/badwolf_2019-05-11.png"><img class="thumb_inline right" src="/images/badwolf_2019-05-11.png" alt="Screenshot of badwolf on this page"/></a> <p>BadWolf is a privacy-oriented WebKitGTK browser that doesn’t do compromises for first-usage intuitiveness. Privacy is the first goal, and it should be nicely usable/accessible (the security=usability<sup>-1</sup> is false in my opinion). It should also stay fairly minimalist, stuff done in our dependencies that would need modification should be done upstream instead of us doing work we aren’t supposed to do in the first place.</p>