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

62 lines
4.7 KiB
TypeScript
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 Section1() {
return (
<>
<div className="about6-section-area sp2">
<div className="container">
<div className="row align-items-center">
<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 className="col-lg-6">
<div className="about6-header heading9">
{/* <h5 data-aos="fade-left" data-aos-duration={700}><img src="/assets/img/icons/sub-logo1.svg" alt="" />About Summit</h5> */}
{/* <div className="space20" /> */}
<h2 className="text-anime-style-3">Association</h2>
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={900}>Tamil community live around the globe. India and Sri Lanka have been the traditional homeland. Immigration to Canada took place in the early 1960s. Now, Canada has the largest population outside of these two countries. Most of them settled in and around the City of Toronto, Ontario. However, there are large populations in Vancouver, British Columbia and Montreal, Quebec. The Region of Waterloo and City of Guelph have had a steady growth since early 1980s. Most of them are professionals, Industrial workers and University students. An infulx of Tamils settled in after 1983
ethnic conflict in Sri Lanka. There are about 800 families this region. They are mostly from Sri Lanka and South India.</p>
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={1000}>In august 1988, our Tri-City area ( Kitchener Waterloo Cambridge ) Tamil community leaders decided to form an organisation called Tamil Heritage School to promote language and Culture under the leadership of late Mr. Manuelpillai Cyril Francis ( Francis Master) and Prof. Kumaraswamy Ponnambalam. Later in 2001, Tamil Heritage School was re-named as Tamil Cultural Association of Waterloo Region. The first South Asian Performing Arts festival,
Tamil Cultural Nite, was inaugurated at the Humanities Theatre, University of Waterloo in 2000."</p>
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={1000}>In the year 2001, Tamils from neighbouring City of Guelph joined hands with the association.
The association was later incorporated as a Non-Profit Organisation under the Ontario Corporation # 1509837.</p>
{/* <div className="space32" />
<div className="btn-area1" data-aos="fade-left" data-aos-duration={1200}>
<Link href="/about" className="vl-btn6">About Event <img src="/assets/img/icons/arrow2.svg" alt="" /></Link>
</div> */}
</div>
</div>
</div>
</div>
</div>
</>
)
}