updating book club page
This commit is contained in:
BIN
public/assets/book-club.jpg
Normal file
BIN
public/assets/book-club.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 373 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 553 KiB |
@ -41,7 +41,7 @@ import "../styles/globals.css";
|
|||||||
|
|
||||||
<div class="justify-items-center">
|
<div class="justify-items-center">
|
||||||
<img
|
<img
|
||||||
src="/assets/book-club.png"
|
src="/assets/book-club.jpg"
|
||||||
alt="stack of books"
|
alt="stack of books"
|
||||||
width="250"
|
width="250"
|
||||||
class="border pb-4"
|
class="border pb-4"
|
||||||
|
|||||||
@ -11,35 +11,32 @@ import "../../styles/globals.css";
|
|||||||
<Navbar client:load activePage="WhatWereWorkingOn" />
|
<Navbar client:load activePage="WhatWereWorkingOn" />
|
||||||
<div class="pl-4 pr-4">
|
<div class="pl-4 pr-4">
|
||||||
<h1 class="pb-4 pt-4 text-3xl font-semibold">Book Club</h1>
|
<h1 class="pb-4 pt-4 text-3xl font-semibold">Book Club</h1>
|
||||||
<p>Join our book club where we read and discuss books about technology, power, and resistance.</p>
|
<p class="mb-4">
|
||||||
|
We read and discuss books about technology, power, and resistance. If
|
||||||
|
you have book suggestions, fill out the interest form on our <a
|
||||||
|
href="/" class="underline">website homepage</a
|
||||||
|
> and let us know when we get in contact with you!
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="flex flex-col gap-8">
|
<div class="flex flex-col gap-8">
|
||||||
<div class="border p-6 rounded-lg">
|
<div class="rounded-lg border p-6">
|
||||||
<h2 class="text-lg font-semibold mb-4 underline">Current Book</h2>
|
<h2 class="mb-4 text-2xl font-semibold">Current Book</h2>
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
<p class="italic font-semibold">Common Circuits</p>
|
Race After Technology - Ruha Benjamin
|
||||||
<p class="text-sm text-gray-500">by Luis Felipe R. Murillo</p>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="text-purple-600">Next meeting: 6/27</p>
|
|
||||||
<p class="text-sm">Reading for next meeting: Introduction + Chapter 1 + Chapter 2</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="border p-6 rounded-lg">
|
<div class="rounded-lg border p-6">
|
||||||
<h2 class="text-2xl font-semibold mb-4">Past Books</h2>
|
<h2 class="mb-4 text-2xl font-semibold">Past Books</h2>
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<ul class="list-disc pl-6">
|
<ul class="list-disc pl-6">
|
||||||
<li>Internet for the People</li>
|
<li>Common Circuits - Luis Felipe R. Murillo</li>
|
||||||
|
<li>Internet for the People - Ben Tarnoff</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="border p-6 rounded-lg">
|
|
||||||
<a href="/" class="text-blue-500 hover:text-blue-700">
|
|
||||||
<h2 class="text-2xl font-semibold mb-4">Join Us</h2>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user