61 lines
3.0 KiB
JavaScript
61 lines
3.0 KiB
JavaScript
|
||
import Link from 'next/link'
|
||
|
||
export default function Section2() {
|
||
return (
|
||
<>
|
||
|
||
<div className="about6-section-area">
|
||
<div className="container">
|
||
|
||
<div className="row">
|
||
<div className="col-lg-6 order-2 order-lg-1">
|
||
<div className="img2">
|
||
<img src="/assets/img/online/event-volunteers/volunteer-2.webp" alt="" />
|
||
</div>
|
||
</div>
|
||
<div className="col-lg-6 order-1 order-lg-2 mb-5">
|
||
|
||
|
||
|
||
<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>Duty: Food serving and distribution, Water and Reefer unit co-ordination, Cooking, Cleaning buckets and utensils.</li>
|
||
</ul>
|
||
|
||
<div className="space18" />
|
||
<ul>
|
||
<li>Note: Only volunteers are allowed inside the tent. No family, Kids under 10 or friends admitted inside due to Health & Safety.</li>
|
||
</ul>
|
||
<div className="space18" />
|
||
<ul>
|
||
<li>More info: Radha Balakrishnan, Volunteer co-ordinator</li>
|
||
</ul>
|
||
<div className="space18" />
|
||
<ul>
|
||
<li>Email : mail@tamilculturewaterloo.org</li>
|
||
</ul>
|
||
<div className="space18" />
|
||
<ul>
|
||
<li>Note: Zeffy is a third party Canadian payment platform. Accessing will be subjected to Zeffy’s terms and conditions policy.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</>
|
||
)
|
||
}
|