diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index e4ed484..741de99 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -11,21 +11,21 @@ export default function Navbar() { Get Involved {/* */} Points of Unity {/* */} What We're Working On diff --git a/src/pages/GetInvolved.astro b/src/pages/GetInvolved.astro index 580ecfe..11f90bd 100644 --- a/src/pages/GetInvolved.astro +++ b/src/pages/GetInvolved.astro @@ -1,17 +1,18 @@ --- -import Footer from "@/components/Footer"; -import Navbar from "@/components/Navbar"; -import Layout from "@/layouts/Layout.astro"; +import Navbar from "../components/Navbar"; +import Footer from "../components/Footer"; +import Layout from "../layouts/Layout.astro"; +import "../styles/globals.css"; ---
- -
get involved!
+
+

Get Involved

+
-
diff --git a/src/pages/PointsOfUnity.astro b/src/pages/PointsOfUnity.astro index 4f8323f..f7d186c 100644 --- a/src/pages/PointsOfUnity.astro +++ b/src/pages/PointsOfUnity.astro @@ -1,24 +1,43 @@ -

Points of Unity

-

- We situate ourselves in our context - as Seattle residents and as users and - creators of the technologies we aim to resist. We are seeing long-spanning - rise of fascism within all levels of governance, from Seattle city council to - national governments here and abroad. In parallel is the increasing power of - tech companies over our lives through surveillance and the provisioning of - everyday needs, from employment to how we get our internet utilities in the - first place. There are rising income disparities across the nation, but also - more specifically across everyone who can be considered a "tech worker": from - a CEO to a software engineer to a contractor to a child slave mining cobalt in - the Congo. Technology contributes to gentrification both through the - tech-enabled financialization of real estate as well as the gentrifying waves - of tech workers moving into cities. Increased technical sophisication of - militaries and carceral systems have created the first "AI genocide" in - Palestine; increased militarization of borders such as the US-Mexico and the - surveillance of migrants; increased police brutality worldwide, all - disparately impacting people of the global majority. All of these crises are - enabled and worsened by technology companies. As tech workers of various kinds - living in the imperial core, on stolen Coast Salish land covered by the broken - Treaty of Point Elliot of 1855, we understand how our labor is contributing - - directly or indirectly - to these oppressions, and seek to use our skills - towards more liberatory ends. -

+--- +import Navbar from "../components/Navbar"; +import Footer from "../components/Footer"; +import Layout from "../layouts/Layout.astro"; +import "../styles/globals.css"; +--- + + +
+
+ +
+

Points of Unity

+

+ We situate ourselves in our context - as Seattle residents and as + users and creators of the technologies we aim to resist. We are seeing + long-spanning rise of fascism within all levels of governance, from + Seattle city council to national governments here and abroad. In + parallel is the increasing power of tech companies over our lives + through surveillance and the provisioning of everyday needs, from + employment to how we get our internet utilities in the first place. + There are rising income disparities across the nation, but also more + specifically across everyone who can be considered a "tech worker": + from a CEO to a software engineer to a contractor to a child slave + mining cobalt in the Congo. Technology contributes to gentrification + both through the tech-enabled financialization of real estate as well + as the gentrifying waves of tech workers moving into cities. Increased + technical sophisication of militaries and carceral systems have + created the first "AI genocide" in Palestine; increased militarization + of borders such as the US-Mexico and the surveillance of migrants; + increased police brutality worldwide, all disparately impacting people + of the global majority. All of these crises are enabled and worsened + by technology companies. As tech workers of various kinds living in + the imperial core, on stolen Coast Salish land covered by the broken + Treaty of Point Elliot of 1855, we understand how our labor is + contributing - directly or indirectly - to these oppressions, and seek + to use our skills towards more liberatory ends. +

+
+
+
+
+
diff --git a/src/pages/WhatWereWorkingOn.astro b/src/pages/WhatWereWorkingOn.astro index abb9ff4..24c634e 100644 --- a/src/pages/WhatWereWorkingOn.astro +++ b/src/pages/WhatWereWorkingOn.astro @@ -1,2 +1,19 @@ -

What We're Working On

-

Pihole Workshop

\ No newline at end of file +--- +import Navbar from "../components/Navbar"; +import Footer from "../components/Footer"; +import Layout from "../layouts/Layout.astro"; +import "../styles/globals.css"; +--- + + +
+
+ +
+

What We're Working On

+

Pihole Workshop

+
+
+
+