2025-07-02 11:47:23 +05:30

61 lines
3.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Link from 'next/link'
export default function Section2() {
return (
<>
<div className="about6-section-area sp3">
<div className="container">
<div className="row">
<div className="col-lg-6">
<div className="img1">
<img src="/assets/img/online/event-volunteers/section2.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9 space-margin60 mb-4">
<h4>KW Multicultural Festival 2024 TCA Volunteers</h4>
<div className="space18" />
<p>Date: Saturday, June 22 2024</p>
<div className="space18" />
<p>Start Time: 08.30AM</p>
<div className="space18" />
<p>Venue: Victoria Park, Kitchener.</p>
<div className="space18" />
<p>We are looking for volunteers to support this event. Please fill online volunteer application. One application per person. Volunteer hours for school students available. All volunteers will be given a meal coupon. Kids 10 and above can join. Health and Safety meeting for volunteers be held at event.</p>
<div className="space18" />
<ul>
<li><Link href="#">Duty: Food serving and distribution, Water and Reefer unit co-ordination, Cooking, Cleaning buckets and utensils.</Link></li>
</ul>
<div className="space18" />
<ul>
<li><Link href="#">Note: Only volunteers are allowed inside the tent. No family, Kids under 10 or friends admitted inside due to Health & Safety.</Link></li>
</ul>
<div className="space18" />
<ul>
<li><Link href="#">More info: Radha Balakrishnan, Volunteer co-ordinator</Link></li>
</ul>
<div className="space18" />
<ul>
<li><Link href="#"> Email : mail@tamilculturewaterloo.org</Link></li>
</ul>
<div className="space18" />
<ul>
<li><Link href="#"> Note: Zeffy is a third party Canadian payment platform. Accessing will be subjected to Zeffys terms and conditions policy. </Link></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</>
)
}