-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (44 loc) · 2.27 KB
/
index.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
<html>
<html>
<head>
<meta charset="utf-8">
<title>Index - My Site</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<script src="https://j-minster.github.io/static/js/main.js"></script>
<link rel="stylesheet" href="https://j-minster.github.io/static/css/main.css" type="text/css" media="screen" />
<style>
</style>
</head>
<body style="display: flex;">
<main style="width: 600px; margin: 0 auto; padding: 32px;">
<div><section><p>Hi all. Welcome to my site. I'm a civil engineering student with an interest in computing. My aim is to build up a suite of tools that help engineers to do their jobs with less friction from bad software. I am interested in the following topics:</p><ul><li><p>Emacs</p></li><li><p>Lisp</p></li><li><p>org-mode</p></li><li><p>APL (and other array languages)</p></li><li><p>Julia</p></li><li><p>Urbit</p></li><li><p>RPN calculators</p></li><li><p>Topre keyboards</p></li><li><p>Traffic modelling and simulation</p></li><li><p>Geomechanics</p></li><li><p>Structural design</p></li><li><p>Architecture</p></li></ul><p>I hope you find something useful on my site. Thanks for visiting.</p></section></div>
</main>
<aside style="padding: 32px; width: 300px;">
<section></ol></section>
<section>
<details open>
<summary>Sitemap</summary>
<ul>
<li>
<a href=https://j-minster.github.io/org-babel-APL-update.html>Apl and org-babel: further improvements
</a>
</li>
<li>
<a href=https://j-minster.github.io/building-prboom-macos.html>Building prboom+ on an m1 mac
</a>
</li>
<li>
<a href=https://j-minster.github.io/emacs_APL_tutorial.html>Getting up and running with dyalog apl in doom emacs
</a>
</li>
<li>
<a href=https://j-minster.github.io/index.html>Index
</a>
</li>
</ul>
</details>
</section>
</aside>
</body>
</html>