-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
278 lines (261 loc) · 13.7 KB
/
map.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!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>Index of Website</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" disabled>Prev</a>
<button type="button" class="btn btn-info btn-xs" role="button" onclick="location.href='#map'">Index</button>
<button type="button" class="btn btn-info btn-xs" disabled>Next</a>
</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></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>Index of Website<a name='Index of Website_1_1' class="offset-anchor"></a></h1>
<ul>
<li><a href="./About.html" title="About" class="page">About</a>
<ul>
<li><a href="./About/Images.html" title="Images" class="page">Images</a></li>
<li><a href="./About/Privacy.html" title="Privacy" class="page">Privacy</a></li>
</ul></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>
<ul>
<li><a href="./Computing/Backup.html" title="Backup" class="page">Backup</a>
<ul>
<li><a href="./Computing/Backup/AWS_S3.html" title="AWS S3" class="page">AWS S3</a></li>
<li><a href="./Computing/Backup/Backblaze_B2.html" title="Backblaze B2" class="page">Backblaze B2</a></li>
<li><a href="./Computing/Backup/Macrium.html" title="Macrium" class="page">Macrium</a></li>
<li><a href="./Computing/Backup/SMART.html" title="SMART" class="page">SMART</a></li>
</ul></li>
<li><a href="./Computing/Software.html" title="Software" class="page">Software</a>
<ul>
<li><a href="./Computing/Software/Favourite_Software.html" title="Favourite Software" class="page">Favourite Software</a></li>
</ul></li>
</ul></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="./Journal/2022.html" title="2022" class="page">2022</a>
<ul>
<li><a href="./Journal/2022/12.html" title="12" class="page">12</a>
<ul>
<li><a href="./Journal/2022/12/29.html" title="29" class="page">29</a></li>
<li><a href="./Journal/2022/12/30.html" title="30" class="page">30</a></li>
<li><a href="./Journal/2022/12/31.html" title="31" class="page">31</a></li>
</ul></li>
</ul></li>
<li><a href="./Journal/2023.html" title="2023" class="page">2023</a>
<ul>
<li><a href="./Journal/2023/01.html" title="01" class="page">01</a>
<ul>
<li><a href="./Journal/2023/01/01.html" title="01" class="page">01</a></li>
<li><a href="./Journal/2023/01/03.html" title="03" class="page">03</a></li>
<li><a href="./Journal/2023/01/09.html" title="09" class="page">09</a></li>
<li><a href="./Journal/2023/01/11.html" title="11" class="page">11</a></li>
<li><a href="./Journal/2023/01/13.html" title="13" class="page">13</a></li>
<li><a href="./Journal/2023/01/21.html" title="21" class="page">21</a></li>
<li><a href="./Journal/2023/01/30.html" title="30" class="page">30</a></li>
</ul></li>
<li><a href="./Journal/2023/02.html" title="02" class="page">02</a>
<ul>
<li><a href="./Journal/2023/02/01.html" title="01" class="page">01</a></li>
<li><a href="./Journal/2023/02/02.html" title="02" class="page">02</a></li>
<li><a href="./Journal/2023/02/06.html" title="06" class="page">06</a></li>
<li><a href="./Journal/2023/02/21.html" title="21" class="page">21</a></li>
</ul></li>
<li><a href="./Journal/2023/03.html" title="03" class="page">03</a>
<ul>
<li><a href="./Journal/2023/03/02.html" title="02" class="page">02</a></li>
<li><a href="./Journal/2023/03/06.html" title="06" class="page">06</a></li>
<li><a href="./Journal/2023/03/08.html" title="08" class="page">08</a></li>
<li><a href="./Journal/2023/03/13.html" title="13" class="page">13</a></li>
<li><a href="./Journal/2023/03/20.html" title="20" class="page">20</a></li>
<li><a href="./Journal/2023/03/22.html" title="22" class="page">22</a></li>
<li><a href="./Journal/2023/03/25.html" title="25" class="page">25</a></li>
<li><a href="./Journal/2023/03/30.html" title="30" class="page">30</a></li>
<li><a href="./Journal/2023/03/31.html" title="31" class="page">31</a></li>
</ul></li>
<li><a href="./Journal/2023/04.html" title="04" class="page">04</a>
<ul>
<li><a href="./Journal/2023/04/01.html" title="01" class="page">01</a></li>
<li><a href="./Journal/2023/04/03.html" title="03" class="page">03</a></li>
<li><a href="./Journal/2023/04/07.html" title="07" class="page">07</a></li>
<li><a href="./Journal/2023/04/09.html" title="09" class="page">09</a></li>
<li><a href="./Journal/2023/04/16.html" title="16" class="page">16</a></li>
</ul></li>
<li><a href="./Journal/2023/07.html" title="07" class="page">07</a>
<ul>
<li><a href="./Journal/2023/07/02.html" title="02" class="page">02</a></li>
<li><a href="./Journal/2023/07/03.html" title="03" class="page">03</a></li>
<li><a href="./Journal/2023/07/23.html" title="23" class="page">23</a></li>
</ul></li>
<li><a href="./Journal/2023/08.html" title="08" class="page">08</a>
<ul>
<li><a href="./Journal/2023/08/23.html" title="23" class="page">23</a></li>
</ul></li>
<li><a href="./Journal/2023/09.html" title="09" class="page">09</a>
<ul>
<li><a href="./Journal/2023/09/02.html" title="02" class="page">02</a></li>
<li><a href="./Journal/2023/09/04.html" title="04" class="page">04</a></li>
<li><a href="./Journal/2023/09/23.html" title="23" class="page">23</a></li>
</ul></li>
<li><a href="./Journal/2023/10.html" title="10" class="page">10</a>
<ul>
<li><a href="./Journal/2023/10/10.html" title="10" class="page">10</a></li>
<li><a href="./Journal/2023/10/19.html" title="19" class="page">19</a></li>
<li><a href="./Journal/2023/10/30.html" title="30" class="page">30</a></li>
<li><a href="./Journal/2023/10/31.html" title="31" class="page">31</a></li>
</ul></li>
<li><a href="./Journal/2023/11.html" title="11" class="page">11</a>
<ul>
<li><a href="./Journal/2023/11/24.html" title="24" class="page">24</a></li>
<li><a href="./Journal/2023/11/27.html" title="27" class="page">27</a></li>
</ul></li>
<li><a href="./Journal/2023/12.html" title="12" class="page">12</a>
<ul>
<li><a href="./Journal/2023/12/15.html" title="15" class="page">15</a></li>
<li><a href="./Journal/2023/12/16.html" title="16" class="page">16</a></li>
<li><a href="./Journal/2023/12/17.html" title="17" class="page">17</a></li>
</ul></li>
</ul></li>
<li><a href="./Journal/2024.html" title="2024" class="page">2024</a>
<ul>
<li><a href="./Journal/2024/01.html" title="01" class="page">01</a>
<ul>
<li><a href="./Journal/2024/01/04.html" title="04" class="page">04</a></li>
<li><a href="./Journal/2024/01/21.html" title="21" class="page">21</a></li>
</ul></li>
<li><a href="./Journal/2024/02.html" title="02" class="page">02</a>
<ul>
<li><a href="./Journal/2024/02/26.html" title="26" class="page">26</a></li>
<li><a href="./Journal/2024/02/29.html" title="29" class="page">29</a></li>
</ul></li>
<li><a href="./Journal/2024/03.html" title="03" class="page">03</a>
<ul>
<li><a href="./Journal/2024/03/08.html" title="08" class="page">08</a></li>
<li><a href="./Journal/2024/03/16.html" title="16" class="page">16</a></li>
<li><a href="./Journal/2024/03/26.html" title="26" class="page">26</a></li>
</ul></li>
<li><a href="./Journal/2024/04.html" title="04" class="page">04</a>
<ul>
<li><a href="./Journal/2024/04/28.html" title="28" class="page">28</a></li>
</ul></li>
<li><a href="./Journal/2024/05.html" title="05" class="page">05</a>
<ul>
<li><a href="./Journal/2024/05/12.html" title="12" class="page">12</a></li>
</ul></li>
<li><a href="./Journal/2024/07.html" title="07" class="page">07</a>
<ul>
<li><a href="./Journal/2024/07/23.html" title="23" class="page">23</a></li>
</ul></li>
<li><a href="./Journal/2024/09.html" title="09" class="page">09</a>
<ul>
<li><a href="./Journal/2024/09/16.html" title="16" class="page">16</a></li>
<li><a href="./Journal/2024/09/28.html" title="28" class="page">28</a></li>
</ul></li>
<li><a href="./Journal/2024/10.html" title="10" class="page">10</a>
<ul>
<li><a href="./Journal/2024/10/01.html" title="01" class="page">01</a></li>
<li><a href="./Journal/2024/10/15.html" title="15" class="page">15</a></li>
</ul></li>
</ul></li>
<li><a href="./Journal/Index.html" title="Index" class="page">Index</a></li>
</ul></li>
<li><a href="./Money.html" title="Money" class="page">Money</a>
<ul>
<li><a href="./Money/Budgeting.html" title="Budgeting" class="page">Budgeting</a></li>
<li><a href="./Money/Financial_Operation.html" title="Financial Operation" class="page">Financial Operation</a></li>
<li><a href="./Money/Investments.html" title="Investments" class="page">Investments</a></li>
<li><a href="./Money/Money_Podcasts.html" title="Money Podcasts" class="page">Money Podcasts</a></li>
<li><a href="./Money/Premium_Bonds.html" title="Premium Bonds" class="page">Premium Bonds</a></li>
<li><a href="./Money/Vanguard.html" title="Vanguard" class="page">Vanguard</a></li>
</ul></li>
<li><a href="./Projects.html" title="Projects" class="page">Projects</a>
<ul>
<li><a href="./Projects/ArchiveGuardian.html" title="ArchiveGuardian" class="page">ArchiveGuardian</a></li>
<li><a href="./Projects/arcK.html" title="arcK" class="page">arcK</a></li>
<li><a href="./Projects/DEFIANT-FG.html" title="DEFIANT-FG" class="page">DEFIANT-FG</a></li>
<li><a href="./Projects/ZFS_Snapper.html" title="ZFS Snapper" class="page">ZFS Snapper</a></li>
</ul></li>
</ul>
<span class="backlinks">
</span>
</main>
</div>
</div>
</body>
</html>