Skip to content

Commit 8311a25

Browse files
committed
feat (update): make past highlights section uniform
1 parent 43bcd6b commit 8311a25

2 files changed

Lines changed: 133 additions & 59 deletions

File tree

pages/dept-finance.html

Lines changed: 92 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -28,62 +28,111 @@ <h2>responsibilities</h2>
2828
<h2>past highlights</h2>
2929
<div class="dept-entries">
3030

31-
<div class="dept-event-entry">
32-
<h3>Fundraiser for Stockings</h3>
33-
<p>Stockings, a ten-year-old black female dog residing near Gate 1, was involved in a vehicular accident in September 2025 that resulted in a compound fracture to her previously injured left hind leg.</p>
34-
<p>Pawsitive mobilized support from Ashokan alumni, faculty members, and students to fund her surgical treatment at Max Petz Veterinary Clinic, East of Kailash, New Delhi. Following the procedure, Stockings underwent a two-week rehabilitation period at a local shelter.</p>
35-
<div class="dept-event-photos">
36-
<img class="dept-photo-img" src="public/departments/finance/1.png" alt="Stockings" onclick="openDeptLightbox(['public/departments/finance/1.png','public/departments/finance/2.png','public/departments/finance/3.jpg'],0)">
37-
<img class="dept-photo-img" src="public/departments/finance/2.png" alt="Stockings" onclick="openDeptLightbox(['public/departments/finance/1.png','public/departments/finance/2.png','public/departments/finance/3.jpg'],1)">
38-
<img class="dept-photo-img" src="public/departments/finance/3.jpg" alt="Stockings" onclick="openDeptLightbox(['public/departments/finance/1.png','public/departments/finance/2.png','public/departments/finance/3.jpg'],2)">
31+
<div class="dept-entry-card" onclick="openEntryModal(this)">
32+
<div class="dept-entry-thumb">
33+
<img src="public/departments/finance/1.png" alt="Fundraiser for Stockings">
3934
</div>
35+
<div class="dept-entry-body">
36+
<h3>Fundraiser for Stockings</h3>
37+
<p class="dept-entry-preview">Stockings, a ten-year-old black female dog residing near Gate 1, was involved in a vehicular accident in September 2025 that resulted in a compound fracture to her previously injured left hind leg.</p>
38+
<button class="dept-entry-btn" onclick="event.stopPropagation();openEntryModal(this.closest('.dept-entry-card'))">view more →</button>
4039
</div>
41-
<div class="dept-amount-raised">💰 Amount Raised: Rs. 40,000/-</div>
40+
<template class="dept-entry-full">
41+
<h3>Fundraiser for Stockings</h3>
42+
<p>Stockings, a ten-year-old black female dog residing near Gate 1, was involved in a vehicular accident in September 2025 that resulted in a compound fracture to her previously injured left hind leg.</p>
43+
<p>Pawsitive mobilized support from Ashokan alumni, faculty members, and students to fund her surgical treatment at Max Petz Veterinary Clinic, East of Kailash, New Delhi. Following the procedure, Stockings underwent a two-week rehabilitation period at a local shelter.</p>
44+
<div class="dept-event-photos">
45+
<img class="dept-photo-img" src="public/departments/finance/1.png" alt="Stockings" onclick="openDeptLightbox(['public/departments/finance/1.png','public/departments/finance/2.png','public/departments/finance/3.jpg'],0)">
46+
<img class="dept-photo-img" src="public/departments/finance/2.png" alt="Stockings" onclick="openDeptLightbox(['public/departments/finance/1.png','public/departments/finance/2.png','public/departments/finance/3.jpg'],1)">
47+
<img class="dept-photo-img" src="public/departments/finance/3.jpg" alt="Stockings" onclick="openDeptLightbox(['public/departments/finance/1.png','public/departments/finance/2.png','public/departments/finance/3.jpg'],2)">
48+
</div>
49+
<div class="dept-amount-raised">💰 Amount Raised: Rs. 40,000/-</div>
50+
</template>
4251
</div>
4352

44-
<div class="dept-event-entry">
45-
<h3>Fundraiser for Ice Cream and Dobby</h3>
46-
<p>Earlier this year, Ice Cream, a seven-year-old white-and-black male dog, sought refuge near Gate 1. He was suffering from a severe case of mange, which required weekly veterinary visits and a consistent medication regimen including <em>Formulexin 600, Biotine &amp; Taurine,</em> and <em>Ivermectin</em> over a three-month period.</p>
47-
<p>Dobby, a one-year-old brown female dog residing near Gate 2, was also experiencing similar dermatological issues, though her condition required less extensive treatment.</p>
48-
<div class="dept-event-photos">
49-
<img class="dept-photo-img" src="public/departments/finance/4.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],0)">
50-
<img class="dept-photo-img" src="public/departments/finance/5.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],1)">
51-
<img class="dept-photo-img" src="public/departments/finance/6.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],2)">
52-
<img class="dept-photo-img" src="public/departments/finance/7.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],3)">
53+
<div class="dept-entry-card" onclick="openEntryModal(this)">
54+
<div class="dept-entry-thumb">
55+
<img src="public/departments/finance/4.png" alt="Fundraiser for Ice Cream and Dobby">
5356
</div>
54-
<div class="dept-amount-raised">💰 Amount Raised: Rs. 50,000/-</div>
57+
<div class="dept-entry-body">
58+
<h3>Fundraiser for Ice Cream and Dobby</h3>
59+
<p class="dept-entry-preview">Earlier this year, Ice Cream, a seven-year-old white-and-black male dog, sought refuge near Gate 1. He was suffering from a severe case of mange, which required weekly veterinary visits and a consistent medication regimen over a three-month period.</p>
60+
<button class="dept-entry-btn" onclick="event.stopPropagation();openEntryModal(this.closest('.dept-entry-card'))">view more →</button>
61+
</div>
62+
<template class="dept-entry-full">
63+
<h3>Fundraiser for Ice Cream and Dobby</h3>
64+
<p>Earlier this year, Ice Cream, a seven-year-old white-and-black male dog, sought refuge near Gate 1. He was suffering from a severe case of mange, which required weekly veterinary visits and a consistent medication regimen including <em>Formulexin 600, Biotine &amp; Taurine,</em> and <em>Ivermectin</em> over a three-month period.</p>
65+
<p>Dobby, a one-year-old brown female dog residing near Gate 2, was also experiencing similar dermatological issues, though her condition required less extensive treatment.</p>
66+
<div class="dept-event-photos">
67+
<img class="dept-photo-img" src="public/departments/finance/4.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],0)">
68+
<img class="dept-photo-img" src="public/departments/finance/5.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],1)">
69+
<img class="dept-photo-img" src="public/departments/finance/6.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],2)">
70+
<img class="dept-photo-img" src="public/departments/finance/7.png" alt="Ice Cream and Dobby" onclick="openDeptLightbox(['public/departments/finance/4.png','public/departments/finance/5.png','public/departments/finance/6.png','public/departments/finance/7.png'],3)">
71+
</div>
72+
<div class="dept-amount-raised">💰 Amount Raised: Rs. 50,000/-</div>
73+
</template>
5574
</div>
5675

57-
<div class="dept-event-entry">
58-
<h3>Fundraiser for Sterilization</h3>
59-
<p>In February 2026, five male campus dogs — Barfi, Bunty, Caramel, Cookie, and Kaddu — were sent for neutering.</p>
60-
<p>The sterilization process involved several components, including pre-operative blood tests to ensure general health, the surgical procedure itself, post-operative rehabilitation, and transportation for pick-up and drop-off.</p>
61-
<div class="dept-event-photos">
62-
<img class="dept-photo-img" src="public/departments/finance/8.jpg" alt="Sterilization" onclick="openDeptLightbox(['public/departments/finance/8.jpg','public/departments/finance/9.jpg','public/departments/finance/10.jpg'],0)">
63-
<img class="dept-photo-img" src="public/departments/finance/9.jpg" alt="Sterilization" onclick="openDeptLightbox(['public/departments/finance/8.jpg','public/departments/finance/9.jpg','public/departments/finance/10.jpg'],1)">
64-
<img class="dept-photo-img" src="public/departments/finance/10.jpg" alt="Sterilization" onclick="openDeptLightbox(['public/departments/finance/8.jpg','public/departments/finance/9.jpg','public/departments/finance/10.jpg'],2)">
76+
<div class="dept-entry-card" onclick="openEntryModal(this)">
77+
<div class="dept-entry-thumb">
78+
<img src="public/departments/finance/8.jpg" alt="Fundraiser for Sterilization">
79+
</div>
80+
<div class="dept-entry-body">
81+
<h3>Fundraiser for Sterilization</h3>
82+
<p class="dept-entry-preview">In February 2026, five male campus dogs — Barfi, Bunty, Caramel, Cookie, and Kaddu — were sent for neutering. The process involved pre-operative blood tests, surgery, post-operative rehabilitation, and transportation.</p>
83+
<button class="dept-entry-btn" onclick="event.stopPropagation();openEntryModal(this.closest('.dept-entry-card'))">view more →</button>
6584
</div>
66-
<div class="dept-amount-raised">💰 Amount Raised: Rs. 16,000/-</div>
85+
<template class="dept-entry-full">
86+
<h3>Fundraiser for Sterilization</h3>
87+
<p>In February 2026, five male campus dogs — Barfi, Bunty, Caramel, Cookie, and Kaddu — were sent for neutering.</p>
88+
<p>The sterilization process involved several components, including pre-operative blood tests to ensure general health, the surgical procedure itself, post-operative rehabilitation, and transportation for pick-up and drop-off.</p>
89+
<div class="dept-event-photos">
90+
<img class="dept-photo-img" src="public/departments/finance/8.jpg" alt="Sterilization" onclick="openDeptLightbox(['public/departments/finance/8.jpg','public/departments/finance/9.jpg','public/departments/finance/10.jpg'],0)">
91+
<img class="dept-photo-img" src="public/departments/finance/9.jpg" alt="Sterilization" onclick="openDeptLightbox(['public/departments/finance/8.jpg','public/departments/finance/9.jpg','public/departments/finance/10.jpg'],1)">
92+
<img class="dept-photo-img" src="public/departments/finance/10.jpg" alt="Sterilization" onclick="openDeptLightbox(['public/departments/finance/8.jpg','public/departments/finance/9.jpg','public/departments/finance/10.jpg'],2)">
93+
</div>
94+
<div class="dept-amount-raised">💰 Amount Raised: Rs. 16,000/-</div>
95+
</template>
6796
</div>
6897

69-
<div class="dept-event-entry">
70-
<h3>Fundraiser for Vaccination</h3>
71-
<p>In December 2025, five female campus dogs — Bella, Claws, Clio, Coco, and Firefox — gave birth to a total of twenty puppies.</p>
72-
<p>Each puppy requires a series of seven vaccinations, including three doses of the <em>nine-in-one vaccine</em>, two doses of the <em>anti-rabies vaccine</em>, and two doses of the <em>Canine Coronavirus (CCV) vaccine</em>. The nine-in-one vaccine provides protection against several diseases, including Canine Adenovirus (CAV) Type 1 and 2, Canine Distemper Virus (CDV), parvovirus, and other related infections.</p>
73-
<div class="dept-event-photos">
74-
<img class="dept-photo-img" src="public/departments/finance/11.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],0)">
75-
<img class="dept-photo-img" src="public/departments/finance/12.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],1)">
76-
<img class="dept-photo-img" src="public/departments/finance/13.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],2)">
77-
<img class="dept-photo-img" src="public/departments/finance/14.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],3)">
98+
<div class="dept-entry-card" onclick="openEntryModal(this)">
99+
<div class="dept-entry-thumb">
100+
<img src="public/departments/finance/11.jpg" alt="Fundraiser for Vaccination">
101+
</div>
102+
<div class="dept-entry-body">
103+
<h3>Fundraiser for Vaccination</h3>
104+
<p class="dept-entry-preview">In December 2025, five female campus dogs — Bella, Claws, Clio, Coco, and Firefox — gave birth to a total of twenty puppies, each requiring a series of seven vaccinations.</p>
105+
<button class="dept-entry-btn" onclick="event.stopPropagation();openEntryModal(this.closest('.dept-entry-card'))">view more →</button>
78106
</div>
79-
<div class="dept-amount-raised">💰 Amount Raised: Rs. 11,000/-</div>
107+
<template class="dept-entry-full">
108+
<h3>Fundraiser for Vaccination</h3>
109+
<p>In December 2025, five female campus dogs — Bella, Claws, Clio, Coco, and Firefox — gave birth to a total of twenty puppies.</p>
110+
<p>Each puppy requires a series of seven vaccinations, including three doses of the <em>nine-in-one vaccine</em>, two doses of the <em>anti-rabies vaccine</em>, and two doses of the <em>Canine Coronavirus (CCV) vaccine</em>. The nine-in-one vaccine provides protection against several diseases, including Canine Adenovirus (CAV) Type 1 and 2, Canine Distemper Virus (CDV), parvovirus, and other related infections.</p>
111+
<div class="dept-event-photos">
112+
<img class="dept-photo-img" src="public/departments/finance/11.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],0)">
113+
<img class="dept-photo-img" src="public/departments/finance/12.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],1)">
114+
<img class="dept-photo-img" src="public/departments/finance/13.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],2)">
115+
<img class="dept-photo-img" src="public/departments/finance/14.jpg" alt="Vaccination" onclick="openDeptLightbox(['public/departments/finance/11.jpg','public/departments/finance/12.jpg','public/departments/finance/13.jpg','public/departments/finance/14.jpg'],3)">
116+
</div>
117+
<div class="dept-amount-raised">💰 Amount Raised: Rs. 11,000/-</div>
118+
</template>
80119
</div>
81120

82-
<div class="dept-event-entry">
83-
<h3>Funding from the Department of Environmental Studies, Ashoka University</h3>
84-
<p>Recognizing the financial demands of caring for the campus dog population, Professor Mitul Baruah, Head of the Department of Environmental Studies at Ashoka University, met with the Pawsitive leadership to discuss the club's funding constraints.</p>
85-
<p>Following this discussion, the Department provided financial assistance from its miscellaneous funds to support Pawsitive's animal welfare efforts.</p>
86-
<div class="dept-amount-raised">💰 Amount Raised: Rs. 10,000/-</div>
121+
<div class="dept-entry-card" onclick="openEntryModal(this)">
122+
<div class="dept-entry-thumb">
123+
<img src="../public/logo/Paws%20Logo.jpg" alt="Pawsitive">
124+
</div>
125+
<div class="dept-entry-body">
126+
<h3>Funding from the Department of Environmental Studies, Ashoka University</h3>
127+
<p class="dept-entry-preview">Recognizing the financial demands of caring for the campus dog population, Professor Mitul Baruah, Head of the Department of Environmental Studies at Ashoka University, met with the Pawsitive leadership to discuss the club's funding constraints.</p>
128+
<button class="dept-entry-btn" onclick="event.stopPropagation();openEntryModal(this.closest('.dept-entry-card'))">view more →</button>
129+
</div>
130+
<template class="dept-entry-full">
131+
<h3>Funding from the Department of Environmental Studies, Ashoka University</h3>
132+
<p>Recognizing the financial demands of caring for the campus dog population, Professor Mitul Baruah, Head of the Department of Environmental Studies at Ashoka University, met with the Pawsitive leadership to discuss the club's funding constraints.</p>
133+
<p>Following this discussion, the Department provided financial assistance from its miscellaneous funds to support Pawsitive's animal welfare efforts.</p>
134+
<div class="dept-amount-raised">💰 Amount Raised: Rs. 10,000/-</div>
135+
</template>
87136
</div>
88137

89138
</div>

0 commit comments

Comments
 (0)