logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: cd9bbf331a7997b10b97203f7844f9d183674fa7
parent 62b1f8edca5835dee938f57ea0e237c7aef8443f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 11 May 2019 05:59:11 +0200

Add images/badwolf_2019-05-11.png to Badwolf page

Diffstat:

Mcss/index.css8++++++++
Aimages/badwolf_2019-05-11.png0
Mprojects/badwolf.shtml1+
3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -57,6 +57,14 @@ dl.list dt { list-style-type: disc; list-style-position: inside; } +.left { float: left; } +.right { float: right; } + +img.thumb_inline { + max-height: 12.5ch; + max-width: 40em; + object-fit: contain; +} /* ids */ #bio { clear: both; } diff --git a/images/badwolf_2019-05-11.png b/images/badwolf_2019-05-11.png Binary files differ. diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml @@ -8,6 +8,7 @@ <!--#include file="/templates/en/nav.shtml" --> <main> <h1>BadWolf</h1> + <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 usability. Privacy is the first goal, and it should be usable (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> <p>It has also been my daily driver for quite a while now (specially since I added tabs) so you can expect it to be quite usable but still have few missing areas.</p> <p>For now it is de-facto is a personnal project but I welcome contributions and could add maintainers and move to a more community-oriented way of doing the development.</p>