Replace link with simple mention of winglob's name.

None of the others are linked, so why this one.
This commit is contained in:
Ethan Dalool 2020-08-15 20:21:23 -07:00
parent a1e0eba9df
commit 14ba6e8ba6

View file

@ -212,7 +212,7 @@ code { font-family: monospace; }
<div class="width_limited">
<h3 class="cvitem_title">Voussoirkit</h3>
<div class="cvitem_details">
<p>The voussoirkit library contains code that I have found useful to include in my other projects. Everything from <code>bytestring</code> that converts integer numbers of bytes into "3.145 MiB" strings, to <code>pathclass</code> and <code>spinal</code> which provide object-oriented file and directory operations and copy routines. <a href="https://github.com/voussoir/voussoirkit/blob/master/voussoirkit/winglob.py">Some modules</a> boost cross-compatibility by smoothing over differences between Windows and Unix. This way I can easily deploy new features and bug fixes to all my programs.</p>
<p>The voussoirkit library contains code that I have found useful to include in my other projects. Everything from <code>bytestring</code> that converts integer numbers of bytes into "3.145 MiB" strings, to <code>pathclass</code> and <code>spinal</code> which provide object-oriented file and directory operations and copy routines. Some modules like <code>winglob</code> boost cross-compatibility by smoothing over differences between Windows and Unix. This way I can easily deploy new features and bug fixes to all my programs.</p>
<p><a href="https://github.com/voussoir/voussoirkit">https://github.com/voussoir/voussoirkit</a></p>
</div>
<img class="cvitem_logo" src="./cv/voussoirkit.svg"/>