Files
eepp/bin/unit_tests/assets/html/dwarmstrong/dwarmstrong.html
Martín Lucas Golini 04db5aa2f7 Fix text span attribute changes not updating the layout.
Fix UIHTMLBody.maxWidthResizingBug.
2026-04-14 01:24:50 -03:00

78 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Daniel Wayne Armstrong">
<meta name="description" content="Libre all the things">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/fonts/yanone_kaffeesatz/style.css" type="text/css" media="all">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>Daniel Wayne Armstrong</title>
</head>
<body>
<header id="mainMenu">
<nav>
<a href="/" class="author">Daniel Wayne Armstrong</a>
<span class="separator">&bull;</span> <a href="/archive/">Archive</a>
<span class="separator">&bull;</span> <a href="/feed.xml" target="_blank">RSS</a>
<span class="separator">&bull;</span> <a href="https:&#x2F;&#x2F;fosstodon.org&#x2F;@dwarmstrong" target="_blank">Fediverse</a>
</nav>
</header>
<main>
<div id="greeting">
<p><img src="/img/me2-240px.jpg" alt="me" width="110" height="110" class="me" />Hello! I'm <span class="author">Daniel</span>. Welcome to my blog. Here are <a href="/archive/">all my posts</a>.
</p>
<p>I love <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software" target="_blank">free/libre software</a>, run <a href="/tags/linux/">Linux</a> or <a href="/tags/bsd/">BSD</a> on every computer I get my hands on, and think a good book paired with a cup of coffee is a little piece of Heaven.
</p>
<div class="clear-float">
<h2>Latest Posts</h2>
<ul class="latest-list">
<li>
<a href="https://www.dwarmstrong.org/netbsd-encrypt-install/">NetBSD Installation with Disk Encryption</a>
<br /><span class="meta">Last edited on 2026-04-12</span>
</li>
<li>
<a href="https://www.dwarmstrong.org/netbsd-ssh-keys/">Configure SSH on NetBSD for Passwordless Logins to Servers</a>
<br /><span class="meta">Last edited on 2026-04-06</span>
</li>
<li>
<a href="https://www.dwarmstrong.org/chimera-install-zfs/">Just Enough Chimera Linux</a>
<br /><span class="meta">Last edited on 2026-04-03</span>
</li>
</ul>
</div>
</div>
</main>
<footer>
<hr>
<p><em>The impediment to action advances action. What stands in the way becomes the Way.</em> &mdash; Marcus Aurelius<br />
&copy; 2026 Daniel Wayne Armstrong
<span class="separator">&bull;</span> <a href="/contact/">Contact</a>
<span class="separator">&bull;</span> Created with <span class="love">&hearts;</span> using <a href="https://www.getzola.org/" target="_blank">Zola</a>
</p>
</footer>
</body>
</html>