From 7b4994fb3ed6e28da7dae53152faf9788207d1e8 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 23 Jun 2025 16:43:11 +0200 Subject: [PATCH] update main page --- src/routes/Default.css | 37 +++++++++++++++++++++++++++++++++++++ src/routes/Default.tsx | 40 ++++++++++++++++++++++++++++++++++------ 2 files changed, 71 insertions(+), 6 deletions(-) create mode 100644 src/routes/Default.css diff --git a/src/routes/Default.css b/src/routes/Default.css new file mode 100644 index 0000000..bea3463 --- /dev/null +++ b/src/routes/Default.css @@ -0,0 +1,37 @@ +header { + margin-bottom: 2rem; +} + +.header-links { + padding: 0.5rem 0; + margin-bottom: 1rem; + display: flex; + align-items: center; + justify-content: center; + gap: 1rem; + font-size: 1.05rem; +} + +.explainer { + color: #666; + font-size: 1.05rem; + margin-right: 0.25rem; +} + +.nav-link { + text-decoration: underline; + color: #666; + font-weight: normal; + padding: 0.25rem 0.5rem; + transition: color 0.2s ease; +} + +.nav-link:hover { + color: #333; +} + +.site-title { + font-size: 1.5rem; + font-weight: 600; + color: #222; +} \ No newline at end of file diff --git a/src/routes/Default.tsx b/src/routes/Default.tsx index 810fd0d..05df014 100644 --- a/src/routes/Default.tsx +++ b/src/routes/Default.tsx @@ -1,19 +1,35 @@ +import './Default.css' + export function Default() { return (
-
Jeff Emmett
-

Hello! 👋🍄

+
+ +
+ Jeff Emmett's Website +
+
+

Hey there! 👋🍄

My research investigates the intersection of mycelium and emancipatory technologies. I am interested in the potential of new convivial tooling as a medium for group consensus building and collective action, in order - to empower communities of practice to address their own challenges. + to empower communities of practice to address their own challenges with + self-provisioned infrastructure.

My current focus is basic research into the nature of digital organisation, developing prototype toolkits to improve shared - infrastructure, and applying this research to the design of new systems + tooling, and applying this research to the design of new systems and protocols which support the self-organisation of knowledge and emergent response to local needs.

@@ -37,8 +53,20 @@ export function Default() { *** +
+

Active Projects

+ +
+

Talks

-
    +
    1. MycoPunk Futures on Team Human with Douglas Rushkoff @@ -78,7 +106,7 @@ export function Default() {

    Writing

    -
      +
      1. Exploring MycoFi: Mycelial Design Patterns for Web3 & Beyond