blob: 4ac3a14dba48a8a4688ed86e6015e80f7205fefe (
plain)
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
|
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/skeleton.css">
</head>
<body>
<div class="container">
<ul id="navlist" class="left">
<li >
<a href="/">hme</a>
</li>
<li >
<a href="/archive/">arc</a>
</li>
<li >
<a href="/projects/">prj</a>
</li>
<li class="active">
<a href="/about/">abt</a>
</li>
<li><a href="/feed.xml">rss</a></li>
</ul>
</div>
<main class="container" id="main"><h1 id="about">About</h1>
<p>This site belongs to a computer programmer whose grasp far exceeds his
reach.</p>
<h2 id="about-site">About site</h2>
<p>This site is loosely based on the Jekyll theme <a href="https://github.com/JohnCoene/marat" class="external" target="_blank" rel="noopener noreferrer">Marat</a> (<a href="/assets/licenses/marat.txt" target="_blank">see license</a>).</p>
<p>The column-based layout and much of the typography of this site are powered by
<a href="http://getskeleton.com/" class="external" target="_blank" rel="noopener noreferrer">Skeleton</a> (<a href="/assets/licenses/skeleton.txt" target="_blank">see license</a>).</p>
<p>This site uses ‘IM Fell English’ font (<a href="/assets/licenses/im_fell_english_font.txt" target="_blank">see
license</a>) designed by Igino Marini.</p>
<h2 id="contact">Contact</h2>
<p>Email any questions and feedback about the content of this site to
sadeep@asciimx.com (<a href="/assets/asciimx.asc" target="_blank">PGP
key</a>).</p>
</main>
<div class="footer">
<div class="container">
<div class="twelve columns right">
<p id="footer-text">© ASCIIMX - 2025</p>
</div>
</div>
</div>
</body>
</html>
|