-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·104 lines (104 loc) · 3.33 KB
/
index.html
File metadata and controls
executable file
·104 lines (104 loc) · 3.33 KB
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
<!DOCTYPE html>
<meta charset="UTF8">
<html lang="en">
<head>
<title>Angus L’Herrou</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Resume, contact, and links">
<meta name="author" content="Angus L'Herrou">
<link rel="stylesheet" href="github-markdown.css">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="whole">
<div class="markdown-body header">
<div class="blok">
<a href=".">
<div class="horiz l">
<h1>
<span class="squished1"><!--
-->l<!--
--></span><span class="grayed squished2"><!--
-->’<!--
--></span><span class="grayed"><!--
-->he<!--
--></span><span><!--
-->r<!--
--></span><span class="grayed"><!--
-->ro<!--
--></span><span><!--
-->u<!--
--></span><span class="tld"><!--
-->.dev<!--
--></span>
</h1>
</div>
</a>
</div>
</div>
<article class="markdown-body">
<h2>LINKS</h2>
<p>
Bluesky:
<a href="https://bsky.app/profile/lru.dev">
@lru.dev
</a>
</p>
<p>
CoHost:
<a href="https://cohost.org/lru">
@lru
</a>
</p>
<p>
Mastodon:
<a href="https://hachyderm.io/web/@lru">
@lru@hachyderm.io
</a>
</p>
<p>
GitHub:
<a href="https://github.com/lru-dev">
lru-dev
</a>
</p>
<h2>PUZZLES</h2>
<p>
<a href="https://connections.swellgarfo.com/">Connections:</a> a clone of a clone of
the Connecting Wall from Only Connect. Here are some boards I've made using that site's
custom creator.
</p>
<ul>
<li>
<a href="https://connections.swellgarfo.com/game/-NcOKKwR77aR30A_yiSz">
Deprogramming
</a>
</li>
<li>
<a href="https://connections.swellgarfo.com/game/-NcO9h6PoKLmvOVxH-j-">
Double Talk<sup>*</sup>
</a>
</li>
<li>
<a href="https://connections.swellgarfo.com/game/-NcNhZorbtN14vPHUpS_">
Nebulous
</a>
</li>
</ul>
<p>
<sup>*</sup>There's a missing category title in this one, sorry.
</p>
<h2>PHOTOS</h2>
<p>
Gallery: <a href="https://www.flickr.com/photos/awldawson/">Flickr</a>
</p>
<p>
Prints: <a href="https://lru.darkroom.com/">Darkroom</a>
</p>
</article>
</div>
</body>
</html>