63 lines
3.6 KiB
TypeScript
63 lines
3.6 KiB
TypeScript
|
||
import Link from 'next/link'
|
||
|
||
export default function Section2() {
|
||
return (
|
||
<>
|
||
|
||
<div className="about6-section-area sp10">
|
||
<div className="container">
|
||
<div className="row align-items-center">
|
||
{/* TEXT - NOW ON THE LEFT */}
|
||
<div className="col-lg-6">
|
||
<div className="about6-header heading9">
|
||
|
||
<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 Trichy, South India.; cash donation to 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 and Grand River Hospital in Kitchener, Cambridge Memorial Hospital, Cambridge, Operation Christmas Child Shoe box program, Flood victims in Chennai India, Covid19 PPE/Mask donation to CMH cambridge, Food for needy during Covid19 to upcountry tea estate community in Sri Lanka,
|
||
Educational materials to Jaffna YMCA, Walkathon 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 Canadian Red Cross during Tsunami disaster. 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 Brantford joined the association in 2011. In the same year, the association
|
||
re-established the Tamil language school with assistance from Waterloo Regional District School Board in Cambridge.</p>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={1000}>The association took the leadership to participate at the KW Multicultural festival. It is the region’s largest multicultural festival and an Indian & Sri Lankan food stall
|
||
was established in 2012 and Waterloo Region’s Diversity Awards was held in 2014 at Sheraton Hotel, Kitchener.</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/all-images/about/about-img14.png" alt="" />
|
||
</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/all-images/about/about-img15.png" alt="" />
|
||
</div>
|
||
<div className="img1 reveal image-anime">
|
||
<div className="space30" />
|
||
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</>
|
||
)
|
||
}
|