diff --git a/app/community/tamil-school/TamilSchoolClient.tsx b/app/community/cambridge-tamil-school/TamilSchoolClient.tsx similarity index 95% rename from app/community/tamil-school/TamilSchoolClient.tsx rename to app/community/cambridge-tamil-school/TamilSchoolClient.tsx index 0ac7977..05dea73 100644 --- a/app/community/tamil-school/TamilSchoolClient.tsx +++ b/app/community/cambridge-tamil-school/TamilSchoolClient.tsx @@ -27,11 +27,11 @@ export default function TamilSchoolClient() {
-

Tamil School

+

Cambridge Tamil School

Home - Tamil School + Cambridge Tamil School
@@ -45,7 +45,7 @@ export default function TamilSchoolClient() {

- Waterloo Region Tamil School + Cambridge Tamil School

@@ -63,8 +63,8 @@ export default function TamilSchoolClient() {

In the year 2020/21, as per instructions from Ontario Ministry of Education, Waterloo Tamil school switched to an online portal. This was due to Covid-19 pandemic in the Province. Virtual and in-house classes are conducted by Mrs. Suharmini Shrishankar.

-
-

October 2022, Waterloo school board recommenced live Tamil class at 555 Ellis Rd, Cambridge, ON N3C 4K2. It is held on Saturday at 9.00am

+ {/*
+

October 2022, Waterloo school board recommenced live Tamil class at 555 Ellis Rd, Cambridge, ON N3C 4K2. It is held on Saturday at 9.00am

*/}

The school is primarily supported by Tamil Cultural Association of Waterloo Region and Waterloo District School Board.

diff --git a/app/community/tamil-school/page.tsx b/app/community/cambridge-tamil-school/page.tsx similarity index 100% rename from app/community/tamil-school/page.tsx rename to app/community/cambridge-tamil-school/page.tsx diff --git a/app/community/kitchener-tamil-school/TamilSchoolClient.tsx b/app/community/kitchener-tamil-school/TamilSchoolClient.tsx new file mode 100644 index 0000000..477303f --- /dev/null +++ b/app/community/kitchener-tamil-school/TamilSchoolClient.tsx @@ -0,0 +1,121 @@ +'use client'; + +import Layout from '@/components/layout/Layout'; +import { communitySubmenuData } from '@/utility/constant.utils'; +import Link from 'next/link'; +import { useState } from 'react'; +import Lightbox from "yet-another-react-lightbox"; +import "yet-another-react-lightbox/styles.css"; + +export default function TamilSchoolClient() { + + const galleryImages = communitySubmenuData.filter((img: any) => +img.id >= 13 && +img.id <= 20); + + const [open, setOpen] = useState(false); + const [index, setIndex] = useState(0); + + return ( + <> + +
+
+
+
+
+

Kitchener Tamil School

+
+ + Home + Kitchener Tamil School + +
+
+
+
+
+ +
+
+
+
+
+

+ Kitchener Tamil School +

+ +
+

Waterloo region's first Tamil language class was started in 1987 with the support of Late Mr. Marcil Francis, Late Prof. Pala Kannappan, Prof. Selvakumar and Mrs. Pushpa Seevaratnam. It was held at Victoria Public School, downtown Kitchener.

+ +
+

The first Tamil Variety show & Social Hour was held on December 5th, 1987 at Keatsway Public School, Waterloo.

+ +
+

Tamil Class was re-activated in 2000 at St. John's School, Guelph under the ILP program. Mrs. Padhmini Swaminathan was the first teacher. In the following year it was moved to St. Peter's School, Guelph and successive teachers were Shayamala Navam, Dharini Sivakumar and Shanthi Rajan. Classes discontinued in 2005 due to lack of student participation.

+ +
+

In 2011, Waterloo District School board in conjunction with Tamil Cultural Association recommenced the Tamil class at Hespler Public School, Cambridge. Mrs. E. Kunamalar was the teacher.

+ +
+

In the year 2020/21, as per instructions from Ontario Ministry of Education, Waterloo Tamil school switched to an online portal. This was due to Covid-19 pandemic in the Province. Virtual and in-house classes are conducted by Mrs. Suharmini Shrishankar.

+ + {/*
+

October 2022, Waterloo school board recommenced live Tamil class at 555 Ellis Rd, Cambridge, ON N3C 4K2. It is held on Saturday at 9.00am

*/} + +

The school is primarily supported by Tamil Cultural Association of Waterloo Region and Waterloo District School Board.

+
+
+
+ +
+ {galleryImages.length > 0 ? ( + galleryImages.map((img: any, i: number) => ( +
{ + setIndex(i); + setOpen(true); + }} + style={{ cursor: 'pointer' }} + > +
+
+ {img.alt} +
+
+
+ )) + ) : ( +
+

No images found for this event.

+
+ )} +
+
+
+ + setOpen(false)} + slides={galleryImages} + index={index} + /> + + + ); +} diff --git a/app/community/kitchener-tamil-school/page.tsx b/app/community/kitchener-tamil-school/page.tsx new file mode 100644 index 0000000..a14e2de --- /dev/null +++ b/app/community/kitchener-tamil-school/page.tsx @@ -0,0 +1,12 @@ +import type { Metadata } from "next" + +export const metadata: Metadata = { + title: "Tamil Language School | Enroll Your Child", + description: "Learn about Tamil language education programs for children in Waterloo Region.", +}; + +import TamilSchoolClient from "./TamilSchoolClient"; + +export default function TamilSchoolPage() { + return ; +} diff --git a/components/home/HomeCommunitySection.tsx b/components/home/HomeCommunitySection.tsx index d4d7de2..918f6c8 100644 --- a/components/home/HomeCommunitySection.tsx +++ b/components/home/HomeCommunitySection.tsx @@ -32,30 +32,30 @@ export default function HomeCommunitySection() {
-
+ {/*
Cricket Club - {/*
*/} - {/*

Cybersecurity Expert

*/} +
+

Cybersecurity Expert

-
-
+
*/} + {/*
Badminton Club - {/*
*/} - {/*

Branding

*/} +
+

Branding

-
+
*/}
@@ -68,18 +68,6 @@ export default function HomeCommunitySection() {
-
-
-
- -
-
- Tamil School - {/*
*/} - {/*

GreenTech Innovations

*/} -
-
-
@@ -116,6 +104,30 @@ export default function HomeCommunitySection() {
*/} +
+
+
+ +
+
+ Kitchener Tamil School + {/*
*/} + {/*

GreenTech Innovations

*/} +
+
+
+
+
+
+ +
+
+ Cambridge Tamil School + {/*
*/} + {/*

GreenTech Innovations

*/} +
+
+
diff --git a/components/layout/header/Header1.tsx b/components/layout/header/Header1.tsx index 4faf32d..ba3a2f3 100644 --- a/components/layout/header/Header1.tsx +++ b/components/layout/header/Header1.tsx @@ -286,7 +286,8 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear {/*
  • Cricket Club
  • Badminton Club
  • */}
  • Business Directory
  • -
  • Tamil School
  • +
  • Kitchener Tamil School
  • +
  • Cambridge Tamil School
  • Global Relief Fund