67 lines
4.5 KiB
TypeScript
67 lines
4.5 KiB
TypeScript
|
||
import Link from 'next/link'
|
||
|
||
export default function Section2() {
|
||
return (
|
||
<>
|
||
|
||
<div className="about6-section-area">
|
||
<div className="container">
|
||
<div className="row align-items-center">
|
||
{/* TEXT - NOW ON THE LEFT */}
|
||
<div className="col-lg-6">
|
||
<div className="about6-header heading2 colored-text">
|
||
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={900}>Over the years, the association has donated goods and services to Nunnavil Children’s Centre, Jaffna., Ind.; Rs 25,000 to fire victims in <span>Trichy, South India</span>.; cash donation to <span>Ramakrishna Mission children’s Library – Batticaloa, Sri Lanka, St. John’s Soup Kitchen in Kitchener, Canadian Red Cross Tsunami fund for Sri Lanka and India, Rotary Club of Cambridge, St. Mary’s Hospital</span> and <span>Grand River Hospital</span> in Kitchener, <span>Cambridge Memorial Hospital</span>, Cambridge, <span>Operation Christmas Child Shoe box program, Flood victims in Chennai India</span>, Covid19 PPE/Mask donation to <span>CMH cambridge</span>, Food for needy during Covid19 to <span>upcountry tea estate community in Sri Lanka,
|
||
Educational materials to Jaffna YMCA, Walkathon</span> for local hospitals etc. </p>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={1000}>2004 was a significant year for the association. TCA raised a total of $123,000 on behalf of <span>Canadian Red Cross</span> during <span>Tsunami disaster</span>. Relief materials and cash donations were given to the victims in Sri Lanka and India.
|
||
In 2015, Funds were distributed to the victims of Chennai flood in south india.</p>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={1000}>Tamil community from <span>Brantford</span> joined the association in 2011. In the same year, the association
|
||
re-established the <span>Tamil language school</span> with assistance from <span>Waterloo Regional District School Board </span>in Cambridge.</p>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={1000}>The association took the leadership to participate at the <span>KW Multicultural festival</span>. It is the region’s largest multicultural festival and an Indian & Sri Lankan food stall
|
||
was established in 2012 and <span>Waterloo Region’s Diversity Awards</span> was held in 2014 at Sheraton <span>Hotel, Kitchener.</span></p>
|
||
<div className="space16" />
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
{/* IMAGES - NOW ON THE RIGHT */}
|
||
<div className="col-lg-6">
|
||
<div className="row">
|
||
<div className="col-lg-6 col-md-6">
|
||
<div className="img1 reveal image-anime">
|
||
<div className="space60 d-lg-block d-none" />
|
||
<img
|
||
src="/assets/img/about/association/association-left-2.webp"
|
||
alt="about"
|
||
className="img-fluid"
|
||
/>
|
||
</div>
|
||
<div className="space30 d-md-none d-block" />
|
||
</div>
|
||
<div className="col-lg-6 col-md-6">
|
||
<div className="img1 reveal image-anime">
|
||
<img
|
||
src="/assets/img/about/association/association-right-2.webp"
|
||
alt="about"
|
||
className="img-fluid"
|
||
/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</>
|
||
)
|
||
}
|