-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Karl
committed
May 12, 2024
1 parent
2d9bd1a
commit 3ac3ce1
Showing
24 changed files
with
511 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="generator" content="Zim 0.75.2"> | ||
<meta name="description" content="Personal website for my programming, computing and finance hobbies"> | ||
<meta name="keywords" content="karl, hunter, go, programming, computing, finance, personal, hobby, defiant-fg, defiant"> | ||
<meta name="Zim template" content="HGE Bootstrap responsive template" /> | ||
<meta name="template author" content="Hugo Gaibor E."> | ||
<meta name="Author" content="Karl Hunter"> | ||
<link rel="icon" href="../../_resources/images/favicon.ico"> | ||
|
||
<title>May 2024</title> | ||
|
||
<!-- JS Jquery and Bootstrap scripts --> | ||
<script type='text/javascript' src="https://karlhunter.co.uk/res/js/jquery-3.6.0.min.js" type="text/javascript"></script> | ||
<script src="https://karlhunter.co.uk/res/js/bootstrap.min.js"></script> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="https://karlhunter.co.uk/res/css/bootstrap.css" rel="stylesheet" /> | ||
|
||
<!-- highlight module | ||
Syntax highlinting libraries | ||
Taken from https://highlightjs.org/ | ||
https://github.com/highlightjs/highlight.js | ||
You can change higlight code box style by choosing a different css style below, | ||
all styles were included for ease of customization | ||
--> | ||
<link rel="stylesheet" href="https://karlhunter.co.uk/res/highlight/styles/base16/github.min.css"> | ||
<script src="https://karlhunter.co.uk/res/highlight/highlight.min.js"></script> | ||
|
||
<!-- HGE styles and JS functions for this template --> | ||
<link href="https://karlhunter.co.uk/res/css/hge-bootstrap_common.css" rel="stylesheet"> | ||
<script src="https://karlhunter.co.uk/res/js/hge-bootstrap_common.js"></script> | ||
<script src="https://karlhunter.co.uk/res/js/hge-bootstrap_multi-page.js"></script> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-1 justify-content upper-nav-bar"> | ||
<div class="btn-toolbar" role="toolbar" aria-label="Button groups"> | ||
<div class="btn-group mr-2" role="group" aria-label="First group"> | ||
<span class="text-white"> | ||
<img id="toggleSideMenu" class="pt-0 p-0 px-0 btn" src="https://karlhunter.co.uk/res/images/menu.svg" height="22" alt="Menu"> | ||
</span> | ||
</div> | ||
</div> | ||
<div class="btn-toolbar" role="toolbar" aria-label="Button groups"> | ||
<div class="btn-group mr-2" role="group" aria-label="Navigation group"> | ||
<button type="button" class="btn btn-info btn-xs" role="button" onclick="location.href='./04/28.html'">Prev</button> | ||
|
||
<button type="button" class="btn btn-info btn-xs" role="button" onclick="location.href='../../map.html'">Index</button> | ||
|
||
<button type="button" class="btn btn-info btn-xs" role="button" onclick="location.href='./05/12.html'">Next</button> | ||
</div> | ||
</div> | ||
<div> | ||
<div class="btn-group mr-2" role="group" aria-label="Fifth group"> | ||
<button class="btn btn-warning btn-xs" id="scrollUp" onclick="scrollToTop();" style="display: none;"><span style="font-weight: 500;">Scroll Up</span></button> | ||
</div> | ||
<div class="btn-group mr-2" role="group" aria-label="Fifth group"> | ||
<button class="btn btn-success btn-xs pt-0 p-0 px-0" id="printMe" > | ||
<img id="printImg" class="pt-0 p-0 px-1" style="padding:2px;" onclick="window.print();" src="https://karlhunter.co.uk/res/images/printer.svg" alt="Print"> | ||
</button> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="container-fluid"> | ||
<div class="row"> | ||
<nav class="col-md-3 col-lg-2 d-md-block bg-light sidebar d-print-none" id="sidebarMenuNav" style="padding-top: 40px;"> | ||
<div id="sidebarMenu"> | ||
<ul> | ||
<li><a href="../../About.html" title="About" class="page">About</a></li> | ||
<li><a href="../../Buy_Me_Coffee.html" title="Buy Me Coffee" class="page">Buy Me Coffee</a></li> | ||
<li><a href="../../Computing.html" title="Computing" class="page">Computing</a></li> | ||
<li><a href="../../Contact.html" title="Contact" class="page">Contact</a></li> | ||
<li><a href="../../index.html" title="index" class="page">index</a></li> | ||
<li><a href="../../Journal.html" title="Journal" class="page">Journal</a> | ||
<ul> | ||
<li><a href="../2022.html" title="2022" class="page">2022</a></li> | ||
<li><a href="../2023.html" title="2023" class="page">2023</a></li> | ||
<li><a href="../2024.html" title="2024" class="page">2024</a> | ||
<ul> | ||
<li><a href="./01.html" title="01" class="page">01</a></li> | ||
<li><a href="./02.html" title="02" class="page">02</a></li> | ||
<li><a href="./03.html" title="03" class="page">03</a></li> | ||
<li><a href="./04.html" title="04" class="page">04</a></li> | ||
<li><b>05</b> | ||
<ul> | ||
<li><a href="./05/12.html" title="12" class="page">12</a></li> | ||
</ul></li> | ||
</ul></li> | ||
<li><a href="../Index.html" title="Index" class="page">Index</a></li> | ||
</ul></li> | ||
<li><a href="../../Money.html" title="Money" class="page">Money</a></li> | ||
<li><a href="../../Projects.html" title="Projects" class="page">Projects</a></li> | ||
</ul> | ||
|
||
</div> | ||
</nav> | ||
|
||
<main role="main" class="col-md-9 col-lg-10 ml-sm-auto pt-3 px-4" id="pageContents"> | ||
<noscript> | ||
<div style="padding: 10px"> | ||
<span style="color:#D48D8D"> | ||
<p>Javascript is not enabled</p> | ||
<p>Most features won't</p> | ||
<p>work correctly</p> | ||
<p>Please enable javascript</p></span> | ||
</div> | ||
</noscript> | ||
|
||
<h1>May 2024<a name='May 2024_1_1' class="offset-anchor"></a></h1> | ||
<ul> | ||
<li><a href="./05/12.html" title="ZFS Expansion" class="page">ZFS Expansion</a> (12/05/2024)</li> | ||
</ul> | ||
|
||
|
||
<span class="backlinks"> | ||
<hr class='footnotes'> | ||
<b>Backlinks:</b> | ||
<br /> | ||
<a href='../2024.html'>Journal:2024</a> | ||
|
||
</span> | ||
|
||
|
||
|
||
</main> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.