Create pet calendar page

This commit is contained in:
2026-01-19 22:44:08 -08:00
parent d5412264dc
commit f01be89d91
4 changed files with 39 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

+12 -2
View File
@@ -109,9 +109,19 @@ import "../styles/globals.css";
class="underline decoration-solid">Pihole Workshop</a
>
</div>
<div class="justify-items-center">
<img
src="/assets/pet-calendar-2026-cover.png"
alt="photo collage of cats"
width="330"
class="border"
/>
<a
href="/WhatWereWorkingOnPages/PetCalendar/"
class="underline decoration-solid">Pet Calendar</a
>
</div>
</div>
</div>
</div>
+22
View File
@@ -10,6 +10,7 @@ import "../../styles/globals.css";
<div>
<Navbar client:load activePage="WhatWereWorkingOn" />
<div class="pl-4 pr-4">
<<<<<<< HEAD
<h1 class="pb-4 pt-4 text-3xl font-semibold">Pet Calendar</h1>
<div>We created a pet calendar with 12 beautiful pictures of RTM's
animal friends.
@@ -331,6 +332,27 @@ import "../../styles/globals.css";
</p>
</div>
</div>
=======
<h1 class="pb-4 pt-4 text-3xl font-semibold">Pet Calendar</h1>
<p class="pb-4">Welcome to the pet calendar!
</p>
<div class="flex flex-col gap-8">
<div class="rounded-lg border p-6">
<h2 class="mb-4 text-2xl font-semibold" id="January">January</h2>
<div>
<p class="mb-4"> Difficulty rating: 🌶️🌶️🌶️/5
</div>
<div>
<a
class="underline"
href="https://www.geeksforgeeks.org/linux-unix/30-days-of-linux/"
>Tutorial on Linux!
</a >
</p>
>>>>>>> 11c810c (Create pet calendar page)
</div>
</div>
+5 -1
View File
@@ -23,7 +23,11 @@ import "../../styles/globals.css";
<div class="rounded-lg border p-6">
<h2 class="mb-4 text-2xl font-semibold">Current Book</h2>
<div>
Holding Change - adrienne maree brown
Race After Technology - Ruha Benjamin (see <a
class="underline"
href="https://www.dropbox.com/scl/fi/jnzvtiry7jn3xrts2n703/RAT-Discussion-Guide.pdf?rlkey=pq6ovaeydhcm8yi2u7lzzmiuj&e=2&dl=0"
>discussion guide
</a>)
</div>
</div>