-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (65 loc) · 2.98 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ff8c8c">
<meta name="theme-color" content="#ff8c8c">
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oisín Moran | About</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<h1>About</h1>
<h2>Me</h2>
<p>
Oisín Moran (UH-sheen MORE-uhn) [ʌʃin mɔræn]
I will also accept anything vaguely similar
At/working on? <a href="https://inscribe.ai/">Inscribe</a>
</p>
<h2>This site</h2>
<p>
There are a few guiding principles for this site.
For one, I am aiming for content over form, but I <em>am</em> still aiming for some pretty nice form.<br>
It is currently lacking both.
</p>
<p>
A few more desiderata:
<ul>
<li>Quick (should have small pages, and work well even with a poor connection)</li>
<li>Quiet (no pop-ups, no tracking)</li>
<li>Responsive (should be usable on <em>almost</em> all screens)</li>
<li>Legible (should be equally as navigable for the colourblind and older people as it is for me)</li>
</ul>
As such, if you have suggestions for improvements or notice anywhere the site is falling short—in these regards or otherwise—I would love to hear from you.
</p>
<p>
Some ideas for attributes on posts:
<ul>
<li>Tinkering vs Academic</li>
<li><a href="https://devonzuegel.com/post/epistemic-statuses-are-lazy-and-that-is-a-good-thing">Epistemic Status</a></li>
<li>First uploaded, last modified dates. The stretch goal here is a better way to make updates, edits, and fix erratta in online writing. Think Git meets The New York Times' 1969 retraction of their 1920 claim that spaceflight is impossible.</li>
</ul>
</p>
<p>
I believe everyone should have their own little corner of the web, and this is mine—I hope you enjoy it!
</p>
<a href="https://airtable.com/shrSNProtee42fT5u">Books!</a>
<h2>Me, but elsewhere</h2>
<ul class="unstyled">
<li><a href="https://twitter.com/TheOisinMoran">Twitter</a> (the best place to say hi!)</li>
<li><a href="https://beauteousevening.tumblr.com/">Tumblr</a> (sadly don't use this as much as I used to)</li>
<li><a href="https://github.com/OisinMoran">GitHub</a></li>
<li><a href="https://scholar.google.com/citations?user=r6LlVpYAAAAJ&hl=en">Google Scholar</a></li>
<li><a href="https://www.linkedin.com/in/oisin-m/">LinkedIn</a></li>
</ul>
</p>
<!-- <a href="">Instagram?</a> -->
<!-- <a href="">Facebook?</a> -->
<!-- I have somehow managed to get an Erdős number of <a href="https://www.csauthors.net/distance/oisin-moran/paul-erdos">4</a>.
-->
<h2>Others</h2>
</body>
</html>