diff --git a/public/assets/book-club.png b/public/assets/book-club.png new file mode 100644 index 0000000..700d350 Binary files /dev/null and b/public/assets/book-club.png differ diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 6c88410..07df1c6 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -50,7 +50,7 @@ export default function Navbar({ activePage = "" }: NavbarProps) { title="computer icons" > computer icon people icon +
+
+ +
+

Book Club

+
+

+ Join our book club where we read and discuss books about technology, power, and resistance. +

+
+ +
+

Current Book

+

Coming soon...

+
+ +
+

Past Books

+

Coming soon...

+
+
+
+
+
+
+ \ No newline at end of file diff --git a/src/pages/WhatWereWorkingOn.astro b/src/pages/WhatWereWorkingOn.astro index 00ba05a..076dc72 100644 --- a/src/pages/WhatWereWorkingOn.astro +++ b/src/pages/WhatWereWorkingOn.astro @@ -14,7 +14,7 @@ import "../styles/globals.css";
pihole parts screenshot of this website including screenshot of this website including screenshot of this website...This website!
+ +
+ stack of books + + Book Club +
+
diff --git a/src/pages/WhatWereWorkingOnPages/BookClub.astro b/src/pages/WhatWereWorkingOnPages/BookClub.astro new file mode 100644 index 0000000..68822d3 --- /dev/null +++ b/src/pages/WhatWereWorkingOnPages/BookClub.astro @@ -0,0 +1,42 @@ +--- +import Navbar from "../../components/Navbar"; +import Footer from "../../components/Footer"; +import Layout from "../../layouts/Layout.astro"; +import "../../styles/globals.css"; +--- + + +
+
+ +
+

Book Club

+ +
+
+

Current Book

+
+

Common Circuits

+
+
+ +
+

Past Books

+
+
    +
  • Internet for the People
  • +
+
+
+ + +
+
+
+
+
\ No newline at end of file