name update

This commit is contained in:
Jeff Emmett 2024-08-10 10:41:35 -04:00
parent af3f0d25db
commit 98dedc0588
4 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,6 @@ import { Editor, Tldraw } from "@tldraw/tldraw";
import { canvas } from "@/canvas01";
export function Board() {
console.log("HELOOOOOOO")
return (
<div className="tldraw__editor">
<Tldraw

View File

@ -3,14 +3,15 @@ export function Contact() {
<main>
<header>
<a href="/">
Orion Reed
Jeff Emmett
</a>
</header>
<h1>Contact</h1>
<p>Twitter: <a href="https://twitter.com/OrionReedOne">@OrionReedOne</a></p>
<p>Mastodon: <a href="https://hci.social/@orion">orion@hci.social</a></p>
<p>Email: <a href="mailto:me@orionreed.com">me@orionreed.com</a></p>
<p>GitHub: <a href="https://github.com/orionreed">OrionReed</a></p>
<p>Twitter: <a href="https://twitter.com/jeffemmett">@jeffemmett</a></p>
<p>BlueSky: <a href="https://bsky.app/profile/jeffemmett.bsky.social">@jeffemnmett.bsky.social</a></p>
<p>Mastodon: <a href="https://social.coop/@jeffemmett">@jeffemmett@social.coop</a></p>
<p>Email: <a href="mailto:jeffemmett@gmail.com">jeffemmett@gmail.com</a></p>
<p>GitHub: <a href="https://github.com/Jeff-Emmett">Jeff-Emmett</a></p>
</main>
);

View File

@ -2,11 +2,11 @@ export function Default() {
return (
<main>
<header>
Orion Reed
Jeff Emmett
</header>
<h2>Hello! 👋</h2>
<p>
My research investigates the intersection of computing, human-system
My research doesn't investigate the intersection of computing, human-system
interfaces, and emancipatory politics. I am interested in the
potential of computing as a medium for thought, as a tool for
collective action, and as a means of emancipation.

View File

@ -33,7 +33,7 @@ export function Post() {
return (
<main>
<header>
<a href="/" style={{ textDecoration: 'none' }}>Orion Reed</a>
<a href="/" style={{ textDecoration: 'none' }}>Jeff Emmett</a>
</header>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'baseline' }}>
<h1>{post.data.title}</h1>