tidy up
This commit is contained in:
parent
78888de166
commit
cc72ce4b67
|
|
@ -1,16 +0,0 @@
|
|||
<header>
|
||||
Orion Reed
|
||||
<!-- <span>(</span>
|
||||
<span>O</span>
|
||||
<span>r</span>
|
||||
<span>i</span>
|
||||
<span>o</span>
|
||||
<span>n</span>
|
||||
<span>)</span>
|
||||
<span>(</span>
|
||||
<span>R</span>
|
||||
<span>e</span>
|
||||
<span>e</span>
|
||||
<span>d</span>
|
||||
<span>)</span> -->
|
||||
</header>
|
||||
|
|
@ -4,8 +4,8 @@
|
|||
<title>Orion Reed</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=3" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=3" />
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico?v=4" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico?v=4" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link rel="stylesheet" href="/assets/css/style.css">
|
||||
|
|
@ -14,7 +14,9 @@
|
|||
rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
{% include "header.html" %}
|
||||
<header>
|
||||
Orion Reed
|
||||
</header>
|
||||
<main>
|
||||
{{ content }}
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@ header {
|
|||
font-size: 1.5em;
|
||||
font-variation-settings: "MONO" 1;
|
||||
font-variation-settings: "CASL" 1;
|
||||
/* display: flex; */
|
||||
/* justify-content: space-between; */
|
||||
}
|
||||
|
||||
i {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ layout: layout.html
|
|||
|
||||
<h1>Get in touch</h1>
|
||||
<p>
|
||||
I am occasionally active on Twitter as <a href="https://twitter.com/OrionReedOne">@OrionReedOne</a> and on
|
||||
I am on Twitter as <a href="https://twitter.com/OrionReedOne">@OrionReedOne</a> and on
|
||||
Mastodon as <a href="https://hci.social/@orion">@orion@hci.social</a>. The best way to reach me is
|
||||
through Twitter or my email, <a href="mailto:me@orionreed.com">me@orionreed.com</a>
|
||||
</p>
|
||||
|
|
@ -40,7 +40,7 @@ layout: layout.html
|
|||
<h1>Talks</h1>
|
||||
<ul>
|
||||
<li><a
|
||||
href="/objects/causal-islands-integration-domain.pdf">Spatial
|
||||
href="objects/causal-islands-integration-domain.pdf">Spatial
|
||||
Canvases: Towards an Integration Domain for HCI @ Causal Islands LA</a></li>
|
||||
<li><a
|
||||
href="https://www.youtube.com/watch?v=-q-kk-NMFbA">Knowledge Organisation Infrastructure Demo @ NPC Denver</a></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue