Merge branch 'team'
This commit is contained in:
commit
e328ac9f33
@ -18,7 +18,7 @@ export default function BlogSingle() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg14.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg14.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 m-auto">
|
||||
|
||||
@ -10,7 +10,7 @@ export default function Blog() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg13.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg13.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function BusinessDirectory() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/../assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -12,7 +12,7 @@ export default function CommunityPage() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/bg/header-bg5.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg5.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-4 m-auto">
|
||||
|
||||
@ -28,7 +28,7 @@ const Page = () => {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../../assets/img/bg/header-bg13.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg13.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 m-auto">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function EventSchedule() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg10.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg10.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 m-auto">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function Event() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg8.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg8.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 m-auto">
|
||||
|
||||
@ -18,7 +18,7 @@ const handleAccordion = (key: any) => {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg15.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg15.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-9 m-auto">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function Memories() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg11.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg11.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function christmas() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/christmas.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/christmas.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function communitypicnic() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/picnic.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/picnic.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function kalaivizha() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/kalai-vizha.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/kalai-vizha.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -12,7 +12,7 @@ export default function Membership2024() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/membership-2024.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/membership-2024.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function membership2025() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/membership-2025.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/membership-2025.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function performance() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/ppr.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/ppr.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function registrationform() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/whatsapp-group.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/whatsapp-group.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -12,7 +12,7 @@ export default function sponsor() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/sponsor.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/sponsor.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function sportsday() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/sports-day.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/sports-day.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function tamilnewyear() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/tamil-new-yr.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/tamil-new-yr.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function membership2025() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/pongal.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/pongal.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function volunteer() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/online/banners/event-volunteer.webp)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/online/banners/event-volunteer.webp)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function PricingPlan() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg16.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg16.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-9 m-auto">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function SpeakersSingle() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg7.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg7.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 m-auto">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function Speakers() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -10,7 +10,7 @@ export default function TamilCulture() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg5.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg5.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-4 m-auto">
|
||||
|
||||
@ -13,7 +13,7 @@ export default function BridalMekeup() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../../assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -10,7 +10,7 @@ export default function CatholicWedding() {
|
||||
<>
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../../assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function CityStyle() {
|
||||
<>
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../../assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -14,7 +14,7 @@ export default function HinduWedding() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../../assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function ProtestantWedding() {
|
||||
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../../assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -11,7 +11,7 @@ export default function StoryOfSaree() {
|
||||
<>
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(../../assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5 m-auto">
|
||||
|
||||
@ -29,20 +29,20 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="about6-header heading9">
|
||||
<div className="about6-header heading9 colored-text">
|
||||
{/* <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 1960’s. 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 1980’s. 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>
|
||||
<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 1960’s. Now, Canada has the largest population outside of these two countries. Most of them settled in and around the <span>City of Toronto, Ontario</span>. However, there are large populations in Vancouver, British Columbia and Montreal, Quebec. The <span>Region of Waterloo</span> and <span>City of Guelph</span> have had a steady growth since early 1980’s. 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 <span>Sri Lanka</span> and <span>South India</span>.</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>
|
||||
<p data-aos="fade-left" data-aos-duration={1000}>In august 1988, our Tri-City area <span>( Kitchener – Waterloo – Cambridge )</span> Tamil community leaders decided to form an organisation called ” <span>Tamil Heritage School</span> ” to promote language and Culture under the leadership of late <span>Mr. Manuelpillai Cyril Francis ( Francis Master)</span> and <span>Prof. Kumaraswamy Ponnambalam</span>. Later in 2001, Tamil Heritage School was re-named as <span>Tamil Cultural Association of Waterloo Region</span>. The first South Asian Performing Arts festival,
|
||||
<span>Tamil Cultural Nite</span>, was inaugurated at the <span>Humanities Theatre, University of Waterloo</span> 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>
|
||||
<p data-aos="fade-left" data-aos-duration={1000}>In the year 2001, Tamils from neighbouring <span>City of Guelph</span> joined hands with the association.
|
||||
The association was later incorporated as a <span>Non-Profit Organisation</span> under the <span>Ontario Corporation # 1509837</span>.</p>
|
||||
{/* <div className="space32" />
|
||||
|
||||
|
||||
|
||||
@ -10,20 +10,20 @@ export default function Section2() {
|
||||
<div className="row align-items-center">
|
||||
{/* TEXT - NOW ON THE LEFT */}
|
||||
<div className="col-lg-6">
|
||||
<div className="about6-header heading9">
|
||||
<div className="about6-header heading9 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 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>
|
||||
<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 Canadian Red Cross during Tsunami disaster. Relief materials and cash donations were given to the victims in Sri Lanka and India.
|
||||
<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 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>
|
||||
<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 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>
|
||||
<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" />
|
||||
|
||||
|
||||
|
||||
@ -10,15 +10,15 @@ export default function Section3() {
|
||||
<div className="row align-items-center">
|
||||
|
||||
<div className="col-lg-12">
|
||||
<div className="about6-header1 heading9">
|
||||
<div className="about6-header1 heading9 colored-text">
|
||||
{/* <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">Why Attend the Marketing Summit Event “2025”</h2> */}
|
||||
{/* <div className="space16" /> */}
|
||||
<p data-aos="fade-left" data-aos-duration={900}>2019 was the 30th Anniversary celebration. Waterloo region’s Diversity award and Anniversary celebration held at Hotel Holiday Inn, Kitchener. Dinner celebration and award cermoney followed the night. 2020 – 2021 was a challenging period for everyone with the arrival of Covid19.
|
||||
<p data-aos="fade-left" data-aos-duration={900}>2019 was the 30th Anniversary celebration. Waterloo region’s Diversity award and Anniversary celebration held at <span>Hotel Holiday Inn, Kitchener</span>. Dinner celebration and award cermoney followed the night. 2020 – 2021 was a challenging period for everyone with the arrival of <span>Covid19</span>.
|
||||
Programs slowly started to take place since the beinging of Tamil New Year in 2022.</p>
|
||||
<div className="space16" />
|
||||
<p data-aos="fade-left" data-aos-duration={1000}>TCA is a Non-Profit, Non-Denominational, Non-Political community organisation promoting Arts, Culture, Language and Community services in the region.
|
||||
<p data-aos="fade-left" data-aos-duration={1000}>TCA is a Non-Profit, <span>Non-Denominational, Non-Political</span> community organisation promoting Arts, Culture, Language and Community services in the region.
|
||||
The membership include Tamils from Canada, Sri Lanka, India and Malaysia.</p>
|
||||
|
||||
{/* <div className="space32" />
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
'use client'
|
||||
import React, { useState } from "react";
|
||||
import { communityData } from "@/utility/constant.utils"; // make sure you rename it in your utils
|
||||
import Link from "next/link";
|
||||
import { communityData } from "@/utility/constant.utils";
|
||||
|
||||
export default function Section1() {
|
||||
const yearGroups = Object.keys(communityData);
|
||||
const [selectedYear, setSelectedYear] = useState(yearGroups[0]);
|
||||
|
||||
return (
|
||||
<>
|
||||
{/*===== COMMUNITY DIRECTORY STARTS =======*/}
|
||||
<div className="blog-details-section sp1">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
{/* Sidebar */}
|
||||
<div className="col-lg-3">
|
||||
<div className="space30 d-lg-none d-block" />
|
||||
<div className="blog-auhtor-details">
|
||||
@ -35,28 +35,38 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Right Side - Members */}
|
||||
<div className="col-lg-9">
|
||||
<div className="schedule-section-area sp10">
|
||||
<div className="team-sperkers-section-area sp1">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-11 m-auto">
|
||||
<div className="schedule">
|
||||
{communityData[selectedYear] ? (
|
||||
Object.entries(communityData[selectedYear]).map(([role, members]) => (
|
||||
<div key={role}>
|
||||
<h4 style={{ marginTop: "30px", fontWeight: "bold" }}>{role}</h4>
|
||||
<div key={role} className="mb-5">
|
||||
<h4 style={{ marginBottom: "30px", fontWeight: "bold" }}>{role}</h4>
|
||||
<div className="row">
|
||||
{members.map((member, idx) => (
|
||||
<div className="col-md-4" key={idx}>
|
||||
<div className="card" style={{ padding: "10px", margin: "10px", textAlign: "center", border: "1px solid #ccc", borderRadius: "10px" }}>
|
||||
<img
|
||||
src={member.image}
|
||||
alt={member.name}
|
||||
style={{ width: "100%", height: "200px", objectFit: "cover", borderRadius: "8px" }}
|
||||
/>
|
||||
<h5 className="blog-auhtor-details-name">{member.name}</h5>
|
||||
<p className="blog-auhtor-details-post">{member.post}</p>
|
||||
<div className="col-lg-4 col-md-6" key={idx}>
|
||||
<div className="our-team-boxarea">
|
||||
<div className="team-widget-area">
|
||||
<img src="/assets/img/elements/elements25.png" alt="" className="elements21" />
|
||||
<img src="/assets/img/elements/elements26.png" alt="" className="elements22" />
|
||||
<div className="img1">
|
||||
<img
|
||||
src={member.image}
|
||||
alt={member.name}
|
||||
className="team-img4"
|
||||
style={{ height: "280px", objectFit: "cover" }}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="space28" />
|
||||
<div className="content-area">
|
||||
<Link href="/speakers-single">{member.name}</Link>
|
||||
<div className="space16" />
|
||||
<p>{member.post}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,70 +1,107 @@
|
||||
import Link from 'next/link'
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function Section1() {
|
||||
return (
|
||||
<>
|
||||
{/*===== HERO AREA ENDS =======*/}
|
||||
{/*===== PRICING AREA STARTS =======*/}
|
||||
<div className="pricing-lan-section-area sp1">
|
||||
<div className="container">
|
||||
<div className="about6-section-area sp4">
|
||||
<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-img4.png"
|
||||
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/all-images/about/about-img17.png"
|
||||
alt="about"
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{/*
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-9 m-auto">
|
||||
<div className="heading1 text-center">
|
||||
<h1>Pricing Plan</h1>
|
||||
<div className="space20" />
|
||||
<Link href="/">Home <i className="fa-solid fa-angle-right" /> <span>Pricing Plan</span></Link>
|
||||
<div className="col-lg-6">
|
||||
<div className="row">
|
||||
<div className="col-lg-12 m-auto">
|
||||
<div className="heading2 mb-4">
|
||||
<h2 data-aos="fade-left" data-aos-duration={1000}>
|
||||
Mission
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>*/}
|
||||
|
||||
{/*===== HERO AREA ENDS =======*/}
|
||||
{/*===== PRICING AREA STARTS =======*/}
|
||||
<div className="pricing-lan-section-area sp1">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-12 m-auto">
|
||||
<div className="heading2 space-margin60">
|
||||
{/* <h5>ticket pricing</h5>
|
||||
<div className="space18" /> */}
|
||||
<h2>Mission</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="row">
|
||||
<div className="col-lg-12">
|
||||
<div className="mission">
|
||||
{/* <h5>Basic Packages</h5>
|
||||
<div className="space20" />
|
||||
<h2>$29 <span>/One Person</span></h2>
|
||||
<div className="space8" /> */}
|
||||
<p data-aos="fade-left" data-aos-duration={900}>
|
||||
Recognizing that arts, culture and Language are essential to a vibrant civic life and sustained economic growth, the Tamil Cultural
|
||||
association advocates and promotes cultural activities, with the goals of:</p>
|
||||
|
||||
<div className="mission">
|
||||
<p data-aos="fade-left" data-aos-duration={900}>
|
||||
Recognizing that arts, culture and Language are essential to a vibrant civic life and sustained economic growth, the Tamil Cultural
|
||||
association advocates and promotes cultural activities, with the goals of:
|
||||
</p>
|
||||
<div className="space16" />
|
||||
<ul data-aos="fade-left" data-aos-duration={1000}>
|
||||
<li><img src="/assets/img/icons/check2.svg" alt="" />Nurturing a climate in the Region of Waterloo in which the arts and culture can thrive;</li>
|
||||
<li><img src="/assets/img/icons/check2.svg" alt="" />Enriching the aesthetic environment of the Region of Waterloo and the surrounding region by facilitating and sustaining a vibrant cultural life;</li>
|
||||
<li><img src="/assets/img/icons/check2.svg" alt="" />Promoting the direct economic benefits of the arts, through participation in the Multi-Cultural Organizations and Committee for the Arts and other activities;</li>
|
||||
<li><img src="/assets/img/icons/check2.svg" alt="" />Celebrating the value of diverse cultures and helping our community understand its place in the world by maintaining Sister City relationships and sponsoring international cultural activities</li>
|
||||
<li><img src="/assets/img/icons/check2.svg" alt="" />Promote and nurture Tamil language among the Tamil community and fellow Canadians;</li>
|
||||
<li><img src="/assets/img/icons/check2.svg" alt="" />Raising funds for community events.</li>
|
||||
</ul>
|
||||
{/* <div className="space16" />
|
||||
<div className="space16" />
|
||||
<p data-aos="fade-left" data-aos-duration={1100}>The Marketing Summit 2024 is more than just a
|
||||
conference—it's an opportunity to redefine your marketing approach. From seasoned
|
||||
professionals to emerging talents, this summit is designed for those who are passionate
|
||||
about staying ahead of the curve.</p> */}
|
||||
</div>
|
||||
<ul className="list-unstyled" data-aos="fade-left" data-aos-duration={1000}>
|
||||
<li className="d-flex mb-3">
|
||||
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" />
|
||||
<span>
|
||||
Nurturing a climate in the Region of Waterloo in which the arts and culture can thrive;
|
||||
</span>
|
||||
</li>
|
||||
<li className="d-flex mb-3">
|
||||
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" />
|
||||
<span>
|
||||
Enriching the aesthetic environment of the Region of Waterloo and the surrounding region by
|
||||
facilitating and sustaining a vibrant cultural life;
|
||||
</span>
|
||||
</li>
|
||||
<li className="d-flex mb-3">
|
||||
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" />
|
||||
<span>
|
||||
Promoting the direct economic benefits of the arts, through participation in the
|
||||
Multi-Cultural Organizations and Committee for the Arts and other activities;
|
||||
</span>
|
||||
</li>
|
||||
<li className="d-flex mb-3">
|
||||
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" />
|
||||
<span>
|
||||
Celebrating the value of diverse cultures and helping our community understand its place in
|
||||
the world by maintaining Sister City relationships and sponsoring international cultural
|
||||
activities
|
||||
</span>
|
||||
</li>
|
||||
<li className="d-flex mb-3">
|
||||
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" />
|
||||
<span>
|
||||
Promote and nurture Tamil language among the Tamil community and fellow Canadians;
|
||||
</span>
|
||||
</li>
|
||||
<li className="d-flex">
|
||||
<img src="/assets/img/icons/check2.svg" alt="" className="me-2" />
|
||||
<span>
|
||||
Raising funds for community events.
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/*===== PRICING AREA ENDS =======*/}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/*===== PRICING AREA ENDS =======*/}
|
||||
</>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@ -50,7 +50,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">Thai Pongal 2024</Link>
|
||||
<Link href="#" className="head">Thai Pongal 2024</Link>
|
||||
<div className="space24" />
|
||||
<p>Holy Family Croatian Roman Catholic Parish Hall</p>
|
||||
{/* <div className="author-area">
|
||||
@ -103,7 +103,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head"> AGM</Link>
|
||||
<Link href="#" className="head"> AGM</Link>
|
||||
<div className="space24" />
|
||||
<p>Christ Lutheran Church , Waterloo, ON</p>
|
||||
{/* <div className="author-area">
|
||||
@ -168,7 +168,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">KW Multicultural Festival</Link>
|
||||
<Link href="#" className="head">KW Multicultural Festival</Link>
|
||||
<div className="space24" />
|
||||
<p>Indian & Sri Lankan Food Court, Victoria Park, Kitchener, ON.</p>
|
||||
{/* <div className="author-area">
|
||||
@ -221,7 +221,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">TCA Picnic – Potlock</Link>
|
||||
<Link href="#" className="head">TCA Picnic – Potlock</Link>
|
||||
<div className="space24" />
|
||||
<p>Pinehurst Lake Conservation Area – Sutor Shelter, Ayr, ON.</p>
|
||||
{/* <div className="author-area">
|
||||
@ -286,7 +286,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">South Asian Family Sports Day</Link>
|
||||
<Link href="#" className="head">South Asian Family Sports Day</Link>
|
||||
<div className="space24" />
|
||||
<p>MEMBERS ONLY</p>
|
||||
{/* <div className="author-area">
|
||||
@ -339,7 +339,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">Conestoga College Workshop</Link>
|
||||
<Link href="#" className="head">Conestoga College Workshop</Link>
|
||||
<div className="space24" />
|
||||
<p>Conestoga College Welcome Centre, Room DO-WC-241</p>
|
||||
{/* <div className="author-area">
|
||||
@ -404,7 +404,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">Tamil Cultural Nite</Link>
|
||||
<Link href="#" className="head">Tamil Cultural Nite</Link>
|
||||
<div className="space24" />
|
||||
<p>TBA</p>
|
||||
{/* <div className="author-area">
|
||||
@ -457,7 +457,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">TCA – WPL Deepavali Celebrations</Link>
|
||||
<Link href="#" className="head">TCA – WPL Deepavali Celebrations</Link>
|
||||
<div className="space24" />
|
||||
<p>John M. Harper Branch 500 Fischer-Hallman Rd N, Waterloo, ON</p>
|
||||
{/* <div className="author-area">
|
||||
@ -522,7 +522,7 @@ export default function UpcomingEventData() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">Christmas & 2024 Year End Celebration</Link>
|
||||
<Link href="#" className="head">Christmas & 2024 Year End Celebration</Link>
|
||||
<div className="space24" />
|
||||
<p>2001 University Ave E, Waterloo, ON N2K 4K4</p>
|
||||
{/* <div className="author-area">
|
||||
|
||||
@ -79,7 +79,7 @@ export default function HomeUpcomingEvent() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">Thai Pongal 2024</Link>
|
||||
<Link href="#" className="head">Thai Pongal 2024</Link>
|
||||
<div className="space24" />
|
||||
<p>Holy Family Croatian Roman Catholic Parish Hall</p>
|
||||
<p>Holy Family Croatian Roman Catholic Parish Hall</p>
|
||||
@ -134,7 +134,7 @@ export default function HomeUpcomingEvent() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">AGM</Link>
|
||||
<Link href="#" className="head">AGM</Link>
|
||||
<div className="space20" />
|
||||
<p>Holy Family Croatian Roman Catholic Parish Hall</p>
|
||||
<p>Holy Family Croatian Roman Catholic Parish Hall</p>
|
||||
@ -202,7 +202,7 @@ export default function HomeUpcomingEvent() {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
<Link href="/event-single" className="head">KW Multicultural Festival</Link>
|
||||
<Link href="#" className="head">KW Multicultural Festival</Link>
|
||||
<div className="space24" />
|
||||
<p>Holy Family Croatian Roman Catholic Parish Hall</p>
|
||||
<p>Holy Family Croatian Roman Catholic Parish Hall</p>
|
||||
|
||||
@ -10,7 +10,7 @@ export default function Footer1() {
|
||||
<div className="col-lg-1"></div>
|
||||
<div className="col-lg-3 col-md-6">
|
||||
<div className="footer-logo-area">
|
||||
<img src="/assets/img/logo-tca.png" alt="logo" style={{width: "60px", height: "80px"}} />
|
||||
<img src="/assets/img/logo-tca.png" alt="logo" style={{ width: "60px", height: "80px" }} />
|
||||
<div className="space16" />
|
||||
<p>We are committed to creating a platform where business leaders, innovators, and professionals
|
||||
can come together to exchange ideas</p>
|
||||
@ -125,9 +125,19 @@ export default function Footer1() {
|
||||
<div className="row">
|
||||
<div className="col-lg-12">
|
||||
<div className="copyright">
|
||||
|
||||
<p>Copyright {new Date().getFullYear()} © TamilCultureAssociation. Powered by <a style={{color: "#fff"}} href="https://metatroncubesolutions.com/">MetatronCube</a>. All Right Reserved.</p>
|
||||
<p>
|
||||
Copyright {new Date().getFullYear()} © TamilCultureAssociation. Powered by{' '}
|
||||
<a
|
||||
style={{ color: "#fff" }}
|
||||
href="https://metatroncubesolutions.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
MetatronCube
|
||||
</a>. All Rights Reserved.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4,7 +4,7 @@ import Link from 'next/link'
|
||||
export default function Footer8() {
|
||||
return (
|
||||
<>
|
||||
<div className="footer8-sertion-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg21.png)', backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}>
|
||||
<div className="footer8-sertion-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg21.png)', backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}>
|
||||
<img src="/assets/img/elements/layer1.png" alt="" className="layer1" />
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
|
||||
@ -149,7 +149,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/#">Online <i className="fa-solid fa-angle-down" /></Link>
|
||||
<Link href="#">Online <i className="fa-solid fa-angle-down" /></Link>
|
||||
<ul className="dropdown-padding">
|
||||
<li><Link href="/online/membership-2024">Membership - 2024</Link></li>
|
||||
<li><Link href="/online/membership-2025">Membership - 2025</Link></li>
|
||||
@ -243,7 +243,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear
|
||||
</ul>
|
||||
</li> */}
|
||||
<li>
|
||||
<Link href="/#">Events <i className="fa-solid fa-angle-down" /></Link>
|
||||
<Link href="#">Events <i className="fa-solid fa-angle-down" /></Link>
|
||||
<ul className="dropdown-padding">
|
||||
<li><Link href="/upcoming-event">Upcoming Event</Link></li>
|
||||
<li><Link href="/photo-gallery">Photos Gallery</Link></li>
|
||||
|
||||
@ -6,7 +6,7 @@ export default function Section1() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="hero10-section-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg23.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center top' }}>
|
||||
<div className="hero10-section-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg23.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center top' }}>
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-7">
|
||||
|
||||
@ -5,7 +5,7 @@ export default function Section1() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="hero6-section-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg17.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center top' }}>
|
||||
<div className="hero6-section-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg17.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center top' }}>
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-7">
|
||||
|
||||
@ -7,7 +7,7 @@ export default function Section1() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="hero7-section-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg18.png)', backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}>
|
||||
<div className="hero7-section-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg18.png)', backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-2 col-md-3">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function Section10() {
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-12">
|
||||
<div className="cta7-bg-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg18.png)', backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}>
|
||||
<div className="cta7-bg-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg18.png)', backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}>
|
||||
<div className="row">
|
||||
<div className="col-lg-7 m-auto">
|
||||
<div className="cta-heading text-center">
|
||||
|
||||
@ -6,7 +6,7 @@ export default function Section1() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="hero8-slider-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg19.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center bottom' }}>
|
||||
<div className="hero8-slider-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg19.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center bottom' }}>
|
||||
<img src="/assets/img/elements/layer1.png" alt="" className="layer1" />
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
|
||||
@ -6,7 +6,7 @@ export default function Section2() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="about8-section-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg20.png)', backgroundPosition: 'center', backgroundRepeat: 'no-repeat', backgroundSize: 'cover' }}>
|
||||
<div className="about8-section-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg20.png)', backgroundPosition: 'center', backgroundRepeat: 'no-repeat', backgroundSize: 'cover' }}>
|
||||
<img src="/assets/img/elements/layer1.png" alt="" className="layer1" />
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
|
||||
@ -10,7 +10,7 @@ export default function Section3() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="event8-section-area sp1" style={{ backgroundImage: 'url(assets/img/bg/header-bg20.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center' }}>
|
||||
<div className="event8-section-area sp1" style={{ backgroundImage: 'url(/assets/img/bg/header-bg20.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-10 m-auto">
|
||||
|
||||
@ -6,7 +6,7 @@ export default function Section4() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="brands8-section-area sp8" style={{ backgroundImage: 'url(assets/img/bg/header-bg20.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center' }}>
|
||||
<div className="brands8-section-area sp8" style={{ backgroundImage: 'url(/assets/img/bg/header-bg20.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center' }}>
|
||||
<img src="/assets/img/elements/layer1.png" alt="" className="layer1" />
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
|
||||
@ -56,7 +56,7 @@ export default function Section5() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="team8-section-rea sp1" style={{ backgroundImage: 'url(assets/img/bg/header-bg20.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center' }}>
|
||||
<div className="team8-section-rea sp1" style={{ backgroundImage: 'url(/assets/img/bg/header-bg20.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5">
|
||||
|
||||
@ -6,7 +6,7 @@ export default function Section1() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="hero9-slider-area" style={{ backgroundImage: 'url(assets/img/bg/header-bg22.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center bottom' }}>
|
||||
<div className="hero9-slider-area" style={{ backgroundImage: 'url(/assets/img/bg/header-bg22.png)', backgroundRepeat: 'no-repeat', backgroundSize: 'cover', backgroundPosition: 'center bottom' }}>
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-7">
|
||||
|
||||
@ -3,7 +3,7 @@ export default function Section1() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(assets/img/bg/header-bg16.png)' }}>
|
||||
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg16.png)' }}>
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-9 m-auto">
|
||||
|
||||
@ -2320,6 +2320,7 @@ Location:
|
||||
line-height: 16px;
|
||||
text-transform: capitalize;
|
||||
margin-top: 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.pricing-lan-section-area .mission ul li img {
|
||||
@ -28236,4 +28237,22 @@ html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.colored-text span{
|
||||
|
||||
color: #ed1b24;
|
||||
|
||||
}
|
||||
|
||||
.colored-text{
|
||||
|
||||
color: #ed1b24;
|
||||
|
||||
}
|
||||
|
||||
h2.custom-text.aos-init.aos-animate{
|
||||
|
||||
font-size: 28px;
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user