Tamil culture post dynamic structure for home page and detail page
This commit is contained in:
parent
e088013388
commit
ba779305fe
85
app/tamil-culture-post/page.tsx
Normal file
85
app/tamil-culture-post/page.tsx
Normal file
@ -0,0 +1,85 @@
|
||||
'use client'
|
||||
import Layout from "@/components/layout/Layout"
|
||||
import { tamilCulturePost } from "@/utility/constant.utils";
|
||||
import PageLoader from "@/components/common-component/PageLoader";
|
||||
import Link from "next/link"
|
||||
import { useSearchParams } from 'next/navigation';
|
||||
import { useEffect, useState } from "react";
|
||||
import { Suspense } from "react";
|
||||
|
||||
const Page = () => {
|
||||
// const { slug } = params;
|
||||
const searchParams = useSearchParams();
|
||||
const slug = searchParams.get('slug');
|
||||
console.log("slug", slug)
|
||||
const post = tamilCulturePost.find((post) => post.slug === slug);
|
||||
const [mounted, setMounted] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
setMounted(true);
|
||||
}, []);
|
||||
|
||||
if (!post) {
|
||||
return <p>post not found!</p>;
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
|
||||
<div>
|
||||
<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">
|
||||
<div className="heading1 text-center">
|
||||
<h1>{post?.title}</h1>
|
||||
<div className="space20" />
|
||||
<Link href="/">Home <i className="fa-solid fa-angle-right" /> <span>{post?.title}</span></Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/*===== BLOG AREA STARTS =======*/}
|
||||
<div className="blog-details-section sp1">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-12">
|
||||
<div className="blog-deatils-content heading2">
|
||||
<div className="img1">
|
||||
<img src={post?.image} alt="Tamil culture" />
|
||||
</div>
|
||||
<div className="space32" />
|
||||
|
||||
{mounted && <div dangerouslySetInnerHTML={{ __html: post?.description || "" }} />}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/*===== BLOG AREA ENDS =======*/}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
const TamilCulturePost = (() => {
|
||||
return (
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
|
||||
<Suspense fallback={<PageLoader />}>
|
||||
<Page />
|
||||
</Suspense>
|
||||
</Layout>
|
||||
)
|
||||
})
|
||||
|
||||
export default TamilCulturePost;
|
||||
@ -1,206 +1,110 @@
|
||||
'use client'
|
||||
|
||||
import Link from 'next/link'
|
||||
import { Autoplay, Navigation, Pagination } from "swiper/modules"
|
||||
import { Swiper, SwiperSlide } from "swiper/react"
|
||||
const swiperOptions = {
|
||||
modules: [Autoplay, Pagination, Navigation],
|
||||
slidesPerView: 3,
|
||||
spaceBetween: 30,
|
||||
autoplay: {
|
||||
delay: 2500,
|
||||
disableOnInteraction: false,
|
||||
},
|
||||
loop: true,
|
||||
import { useRef, useEffect } from 'react'
|
||||
import { Autoplay, Navigation } from 'swiper/modules'
|
||||
import { Swiper, SwiperSlide } from 'swiper/react'
|
||||
import 'swiper/css'
|
||||
import 'swiper/css/navigation'
|
||||
|
||||
// Navigation
|
||||
navigation: {
|
||||
nextEl: '.owl-next',
|
||||
prevEl: '.owl-prev',
|
||||
},
|
||||
|
||||
// Pagination
|
||||
pagination: {
|
||||
el: '.swiper-pagination',
|
||||
clickable: true,
|
||||
},
|
||||
breakpoints: {
|
||||
320: {
|
||||
slidesPerView: 1,
|
||||
spaceBetween: 30,
|
||||
},
|
||||
575: {
|
||||
slidesPerView: 2,
|
||||
spaceBetween: 30,
|
||||
},
|
||||
767: {
|
||||
slidesPerView: 2,
|
||||
spaceBetween: 30,
|
||||
},
|
||||
991: {
|
||||
slidesPerView: 2,
|
||||
spaceBetween: 30,
|
||||
},
|
||||
1199: {
|
||||
slidesPerView: 3,
|
||||
spaceBetween: 30,
|
||||
},
|
||||
1350: {
|
||||
slidesPerView: 3,
|
||||
spaceBetween: 30,
|
||||
},
|
||||
}
|
||||
}
|
||||
const cultureSlides = [
|
||||
{ image: "/assets/img/home/tamil-culture/tamil-culture-1.webp", icon: "/assets/img/home/icons/music.webp", title: "Instrumental Music", description: "In South Indian or Carnatic music, the vina, a long- necked and…", slug: "instrumental-music"},
|
||||
{ image: "/assets/img/home/tamil-culture/tamil-culture-2.webp", icon: "/assets/img/home/icons/bharatham.webp", title: "Bharatha Natyam Dance", description: "An ancient traditional art form with its origins steeped…",slug: "bharathnatyam-dance"},
|
||||
{ image: "/assets/img/home/tamil-culture/tamil-culture-3.webp", icon: "/assets/img/home/icons/vocal.webp", title: "Vocal", description: "Carnatic music is considered one of the oldest systems of music…", slug: "vocal"},
|
||||
{ image: "/assets/img/home/tamil-culture/tamil-culture-4.webp", icon: "/assets/img/home/icons/jallikattu.webp", title: "Jallikattu", description: "Jallikattu (Tamil: சல்லிகட்டு, challikattu)…", slug: "jallikattu"},
|
||||
{ image: "/assets/img/home/tamil-culture/tamil-culture-5.webp", icon: "/assets/img/home/icons/entertainment.webp", title: "Entertainment-1", description: "Entertainment-1...", slug: "entertainment"},
|
||||
{ image: "/assets/img/home/tamil-culture/tamil-culture-6.webp", icon: "/assets/img/home/icons/indoor.webp", title: "Indoor game", description: "Indoor game...", slug: "indoor-game"},
|
||||
{ image: "/assets/img/home/tamil-culture/tamil-culture-7.webp", icon: "/assets/img/home/icons/silambam.webp", title: "Silambattam", description: "Silambam or Silambattam Tamil: சிலம்பம் அல்லது…", slug: "silambattam"},
|
||||
]
|
||||
|
||||
export default function ArtAndCultureSection() {
|
||||
return (
|
||||
<>
|
||||
const prevRef = useRef<HTMLButtonElement | null>(null)
|
||||
const nextRef = useRef<HTMLButtonElement | null>(null)
|
||||
const swiperRef = useRef<any>(null)
|
||||
|
||||
<div className="memory1-section-area sp1">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-12 m-auto">
|
||||
<div className="memory-header heading2 space-margin60">
|
||||
{/* <h5 data-aos="fade-left" data-aos-duration={800}>last year memory</h5>
|
||||
<div className="space16" /> */}
|
||||
<h2 className="text-anime-style-3">Tamil Culture</h2>
|
||||
useEffect(() => {
|
||||
if (swiperRef.current && swiperRef.current.params) {
|
||||
swiperRef.current.params.navigation.prevEl = prevRef.current
|
||||
swiperRef.current.params.navigation.nextEl = nextRef.current
|
||||
swiperRef.current.navigation.destroy()
|
||||
swiperRef.current.navigation.init()
|
||||
swiperRef.current.navigation.update()
|
||||
}
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<div className="memory1-section-area sp1">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-12 m-auto">
|
||||
<div className="memory-header heading2 space-margin60">
|
||||
<h2 className="text-anime-style-3">Tamil Culture</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="row gx-5">
|
||||
<div className='col-lg-10'>
|
||||
<div className="col-lg-12 memory-slider-area">
|
||||
<Swiper
|
||||
modules={[Autoplay, Navigation]}
|
||||
slidesPerView={3}
|
||||
spaceBetween={30}
|
||||
autoplay={{ delay: 2500, disableOnInteraction: false }}
|
||||
loop={true}
|
||||
navigation={{ prevEl: prevRef.current, nextEl: nextRef.current }}
|
||||
onSwiper={(swiper) => {
|
||||
swiperRef.current = swiper
|
||||
}}
|
||||
breakpoints={{
|
||||
320: { slidesPerView: 1, spaceBetween: 30 },
|
||||
575: { slidesPerView: 2, spaceBetween: 30 },
|
||||
767: { slidesPerView: 2, spaceBetween: 30 },
|
||||
991: { slidesPerView: 2, spaceBetween: 30 },
|
||||
1199: { slidesPerView: 3, spaceBetween: 30 },
|
||||
1350: { slidesPerView: 3, spaceBetween: 30 },
|
||||
}}
|
||||
className="owl-carousel"
|
||||
>
|
||||
{cultureSlides.map((slide, idx) => (
|
||||
<SwiperSlide className="memory-boxarea" key={idx}>
|
||||
<div className="img1 image-anime">
|
||||
<img src={slide.image} alt={slide.title} />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src={slide.icon} alt={`${slide.title} Icon`} className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href={slide.slug}><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>{slide.title}</p>
|
||||
<div className="space12" />
|
||||
<Link href={`/tamil-culture-post?slug=${slide.slug}`}>{slide.description}</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
))}
|
||||
</Swiper>
|
||||
|
||||
<div className="owl-nav" style={{ position: "absolute", top: "-80px", right: "90px" }}>
|
||||
<button ref={prevRef} type="button" role="presentation" className="owl-prev h1p" aria-label="Previous Slide">
|
||||
<i className="fa-solid fa-angle-left" />
|
||||
</button>
|
||||
<button ref={nextRef} type="button" role="presentation" className="owl-next h1n" aria-label="Next Slide">
|
||||
<i className="fa-solid fa-angle-right" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="row gx-5">
|
||||
<div className='col-lg-10'>
|
||||
<div className="col-lg-12 memory-slider-area">
|
||||
<Swiper {...swiperOptions} className=" owl-carousel">
|
||||
<SwiperSlide className="memory-boxarea">
|
||||
<div className="img1 image-anime">
|
||||
<img src="/assets/img/home/tamil-culture/tamil-culture-1.webp" alt="" />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src="/assets/img/home/icons/music.webp" alt="" className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href="/memories"><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>Instrumental Music</p>
|
||||
<div className="space12" />
|
||||
<Link href="/memories">In South Indian or Carnatic music, the vina, a long- necked and…</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide className="memory-boxarea">
|
||||
<div className="img1 image-anime">
|
||||
<img src="/assets/img/home/tamil-culture/tamil-culture-2.webp" alt="" />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src="/assets/img/home/icons/bharatham.webp" alt="" className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href="/memories"><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>Bharatha Natyam Dance</p>
|
||||
<div className="space12" />
|
||||
<Link href="/memories">An ancient traditional art form with its origins steeped…</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide className="memory-boxarea">
|
||||
<div className="img1 image-anime">
|
||||
<img src="/assets/img/home/tamil-culture/tamil-culture-3.webp" alt="" />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src="/assets/img/home/icons/vocal.webp" alt="" className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href="/memories"><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>Vocal</p>
|
||||
<div className="space12" />
|
||||
<Link href="/memories">Carnatic music is considered one of the oldest systems of music…</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide className="memory-boxarea">
|
||||
<div className="img1 image-anime">
|
||||
<img src="/assets/img/home/tamil-culture/tamil-culture-4.webp" alt="" />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src="/assets/img/home/icons/jallikattu.webp" alt="" className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href="/memories"><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>Jallikattu</p>
|
||||
<div className="space12" />
|
||||
<Link href="/memories">Jallikattu (Tamil: சல்லிகட்டு, challikattu)…</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide className="memory-boxarea">
|
||||
<div className="img1 image-anime">
|
||||
<img src="/assets/img/home/tamil-culture/tamil-culture-5.webp" alt="" />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src="/assets/img/home/icons/entertainment.webp" alt="" className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href="/memories"><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>Entertainment-1</p>
|
||||
<div className="space12" />
|
||||
<Link href="/memories">Entertainment-1...</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide className="memory-boxarea">
|
||||
<div className="img1 image-anime">
|
||||
<img src="/assets/img/home/tamil-culture/tamil-culture-6.webp" alt="" />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src="/assets/img/home/icons/indoor.webp" alt="" className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href="/memories"><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>Indoor game</p>
|
||||
<div className="space12" />
|
||||
<Link href="/memories">Indoor game...</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide className="memory-boxarea">
|
||||
<div className="img1 image-anime">
|
||||
<img src="/assets/img/home/tamil-culture/tamil-culture-7.webp" alt="" />
|
||||
</div>
|
||||
<div className="content-area">
|
||||
<img src="/assets/img/home/icons/silambam.webp" alt="" className="logo1 keyframe5" />
|
||||
<div className="arrow">
|
||||
<Link href="/memories"><i className="fa-solid fa-arrow-right" /></Link>
|
||||
</div>
|
||||
<div className="space18" />
|
||||
<p>Silambattam</p>
|
||||
<div className="space12" />
|
||||
<Link href="/memories">Silambam or Silambattam Tamil: சிலம்பம் அல்லது…</Link>
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
</Swiper>
|
||||
|
||||
<div className="owl-nav" style={{ position: "absolute", top: "-80px", right: "90px" }}>
|
||||
<button type="button" role="presentation" className="owl-prev h1p">
|
||||
<i className="fa-solid fa-angle-left" />
|
||||
</button>
|
||||
<button type="button" role="presentation" className="owl-next h1n">
|
||||
<i className="fa-solid fa-angle-right" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className='col-lg-2'>
|
||||
<div className="memory-boxarea pl-3">
|
||||
<div className="img1" data-aos="zoom-in" data-aos-duration={1000}>
|
||||
<img src="https://tamilculturewaterloo.org/wp-content/uploads/2025/06/2025KWFestposter-1-202x300.jpg" alt="Festival Poster" style={{ height: "500px", width: "100%" }} />
|
||||
</div>
|
||||
</div>
|
||||
<div className='col-lg-2'>
|
||||
<div className="memory-boxarea pl-3">
|
||||
|
||||
<div className="img1" data-aos="zoom-in" data-aos-duration={1000} >
|
||||
<img src="https://tamilculturewaterloo.org/wp-content/uploads/2025/06/2025KWFestposter-1-202x300.jpg" alt="" style={{ height: "500px", width: "100%" }} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 46 KiB |
@ -4283,613 +4283,37 @@ export const communitySubmenuData = [
|
||||
|
||||
];
|
||||
|
||||
// export const communityData = {
|
||||
// "2024-2026": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "SHYAMALA RAMACHANDRAN",
|
||||
// post: "President",
|
||||
// image: "/assets/img/all-images/about/shyamala-555.png"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJAGOPAL RAMAKRISHNAN",
|
||||
// post: "Secretary",
|
||||
// image: "/assets/img/all-images/about/Rapal-555.png"
|
||||
// }
|
||||
// ,
|
||||
// {
|
||||
// name: "KALAI KANNAPPAN",
|
||||
// post: "Treasurer",
|
||||
// image: "/assets/img/all-images/about/Kalai12Jun.jpg"
|
||||
// }
|
||||
// ,
|
||||
// {
|
||||
// name: "SENTHILKUMAR THANGARAJ",
|
||||
// post: "Vice President ",
|
||||
// image: "/assets/img/all-images/about/shanthi-666.png"
|
||||
// }
|
||||
// ,
|
||||
// {
|
||||
// name: "ULAGANATHAN MAHADEVAN",
|
||||
// post: "Assistant Secretary",
|
||||
// image: "/assets/img/all-images/about/Ulaganathan-new1.png"
|
||||
// }
|
||||
// ,
|
||||
// {
|
||||
// name: "SHANTHI DURAIRAJ",
|
||||
// post: "Joint Treasurer",
|
||||
// image: "/assets/img/all-images/about/shanthi-555.png"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [
|
||||
// {
|
||||
// name: "INDRA LOGENDRAN",
|
||||
// post: "Director – Cultural Affairs",
|
||||
// image: "/assets/img/all-images/about/IndraNew2.png"
|
||||
// },
|
||||
// {
|
||||
// name: "DENNIS LOYOLA",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/dennis-666.png"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJIVI NADARAJAH",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Rajivi-555-1.png"
|
||||
// },
|
||||
// {
|
||||
// name: "SIVAKUMAR SOMASUNDRAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Siva-1.png"
|
||||
// },
|
||||
// {
|
||||
// name: "KEN SRISHANKER",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Ken-444.png"
|
||||
// },
|
||||
// {
|
||||
// name: "YOGA ARUMUGAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Yoga-1.png"
|
||||
// },
|
||||
// {
|
||||
// name: "RAGU SIVARAMAKRISHNAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/RAGU-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SANTHANAM RAMARAJM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/santha-555.png"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJANIKANTH RUTHIRAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Rajani-3.png"
|
||||
// },
|
||||
// {
|
||||
// name: "RADHA BALAKRISHNAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Radha-2.png"
|
||||
// }
|
||||
export const tamilCulturePost = [
|
||||
{
|
||||
id: 1,
|
||||
slug: "jallikattu",
|
||||
image: "/assets/img/all-images/blog/blog-img8.png",
|
||||
title: "Jallikattu",
|
||||
description: `
|
||||
<div class="space32"></div>
|
||||
<h3>Jallikattu</h3>
|
||||
<div class="space16"></div>
|
||||
<p>Jallikattu (Tamil: சல்லிகட்டு, challikaṭṭtu) also known as Eruthazhuvuthal (Tamil: ஏறுதழுவல், ērutazhuval) or Manju virattu (Tamil: மஞ்சு விரட்டு), is an event held in Tamil Nadu as a part of Pongal celebrations on Mattu Pongal day. Bulls are bred specifically by people of the village for the event and attended mainly by many villages’ temple bulls (koil kaalai). A temple bull is like the head of all cattle in a village; special rituals will be performed for this temple bull during important days. During the event, prizes are announced to encourage the youth to participate. After the event, tamed weak bulls are used for domestic activities and agriculture, meanwhile the untamable strong bulls are used for breeding the cows. It is said to be ingenious where both sport and preservation of Ecosystem works well together.</p>
|
||||
<div class="space16"></div>
|
||||
<p>Jallikattu has been known to be practised during the Tamil classical period. It was common among the ancient people aayars who lived in the ‘Mullai’ geographical division of the ancient Tamil country. In May 2014, the Supreme Court of India banned the practice, citing animal welfare issues.</p>
|
||||
<div class="space48"></div>
|
||||
<h3>Share this entry</h3>
|
||||
<div class="space32"></div>
|
||||
<ul class="social-icons">
|
||||
<li><a href="https://www.facebook.com/sharer.php?u=https://tamilculturewaterloo.org/%e0%ae%a4%e0%ae%ae%e0%ae%bf%e0%ae%b4%e0%af%8d-%e0%ae%95%e0%ae%b2%e0%af%88-%e0%ae%aa%e0%ae%a3%e0%af%8d%e0%ae%aa%e0%ae%be%e0%ae%9f%e0%af%8d%e0%ae%9f%e0%af%81-%e0%ae%95%e0%ae%b4%e0%ae%95%e0%ae%ae-2/&t=Tamil%20Global%20Relief%20fund%20Waterloo" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
|
||||
<li><a href="https://x.com/intent/post?text=Tamil%20Global%20Relief%20fund%20Waterloo&url=https%3A%2F%2Ftamilculturewaterloo.org%2F%3Fp%3D434" target="_blank"><i class="fab fa-twitter"></i></a></li>
|
||||
<li><a href="https://api.whatsapp.com/send?text=https://tamilculturewaterloo.org/%e0%ae%a4%e0%ae%ae%e0%ae%bf%e0%ae%b4%e0%af%8d-%e0%ae%95%e0%ae%b2%e0%af%88-%e0%ae%aa%e0%ae%a3%e0%af%8d%e0%ae%aa%e0%ae%be%e0%ae%9f%e0%af%8d%e0%ae%9f%e0%af%81-%e0%ae%95%e0%ae%b4%e0%ae%95%e0%ae%ae-2/" target="_blank"><i class="fab fa-whatsapp"></i></a></li>
|
||||
<li><a href="https://in.pinterest.com/pin-builder/?description=Tamil+Global+Relief+fund+Waterloo&media=https%3A%2F%2Ftamilculturewaterloo.org%2Fwp-content%2Fuploads%2F2015%2F07%2Fimg-2.jpg&method=button&url=https%3A%2F%2Ftamilculturewaterloo.org%2F%25e0%25ae%25a4%25e0%25ae%25ae%25e0%25ae%25bf%25e0%25ae%25b4%25e0%25af%258d-%25e0%25ae%2595%25e0%25ae%25b2%25e0%25af%2588-%25e0%25ae%25aa%25e0%25ae%25a3%25e0%25af%258d%25e0%25ae%25aa%25e0%25ae%25be%25e0%25ae%259f%25e0%25af%258d%25e0%25ae%259f%25e0%25af%2581-%25e0%25ae%2595%25e0%25ae%25b4%25e0%25ae%2595%25e0%25ae%25ae-2%2F" target="_blank"><i class="fab fa-pinterest-p"></i></a></li>
|
||||
<li><a href="https://www.linkedin.com/shareArticle?mini=true&title=Tamil%20Global%20Relief%20fund%20Waterloo&url=https://tamilculturewaterloo.org/%e0%ae%a4%e0%ae%ae%e0%ae%bf%e0%ae%b4%e0%af%8d-%e0%ae%95%e0%ae%b2%e0%af%88-%e0%ae%aa%e0%ae%a3%e0%af%8d%e0%ae%aa%e0%ae%be%e0%ae%9f%e0%af%8d%e0%ae%9f%e0%af%81-%e0%ae%95%e0%ae%b4%e0%ae%95%e0%ae%ae-2/" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
|
||||
<li><a href="https://www.tumblr.com/login?redirect_to=https%3A%2F%2Fwww.tumblr.com%2Fwidgets%2Fshare%2Ftool%3FshareSource%3Dlegacy%26canonicalUrl%3D%26url%3Dhttps%253A%252F%252Ftamilculturewaterloo.org%252F%2525e0%2525ae%2525a4%2525e0%2525ae%2525ae%2525e0%2525ae%2525bf%2525e0%2525ae%2525b4%2525e0%2525af%25258d-%2525e0%2525ae%252595%2525e0%2525ae%2525b2%2525e0%2525af%252588-%2525e0%2525ae%2525aa%2525e0%2525ae%2525a3%2525e0%2525af%25258d%2525e0%2525ae%2525aa%2525e0%2525ae%2525be%2525e0%2525ae%25259f%2525e0%2525af%25258d%2525e0%2525ae%25259f%2525e0%2525af%252581-%2525e0%2525ae%252595%2525e0%2525ae%2525b4%2525e0%2525ae%252595%2525e0%2525ae%2525ae-2%252F%26posttype%3Dlink%26title%3DTamil%2BGlobal%2BRelief%2Bfund%2BWaterloo%26caption%3D%26content%3Dhttps%253A%252F%252Ftamilculturewaterloo.org%252F%2525e0%2525ae%2525a4%2525e0%2525ae%2525ae%2525e0%2525ae%2525bf%2525e0%2525ae%2525b4%2525e0%2525af%25258d-%2525e0%2525ae%252595%2525e0%2525ae%2525b2%2525e0%2525af%252588-%2525e0%2525ae%2525aa%2525e0%2525ae%2525a3%2525e0%2525af%25258d%2525e0%2525ae%2525aa%2525e0%2525ae%2525be%2525e0%2525ae%25259f%2525e0%2525af%25258d%2525e0%2525ae%25259f%2525e0%2525af%252581-%2525e0%2525ae%252595%2525e0%2525ae%2525b4%2525e0%2525ae%252595%2525e0%2525ae%2525ae-2%252F" target="_blank"><i class="fab fa-tumblr"></i></a></li>
|
||||
<li><a href="https://oauth.vk.com/authorize?client_id=-1&redirect_uri=https%3A%2F%2Fvk.com%2Fshare.php%3Furl%3Dhttps%3A%2F%2Ftamilculturewaterloo.org%2F%25e0%25ae%25a4%25e0%25ae%25ae%25e0%25ae%25bf%25e0%25ae%25b4%25e0%25af%258d-%25e0%25ae%2595%25e0%25ae%25b2%25e0%25af%2588-%25e0%25ae%25aa%25e0%25ae%25a3%25e0%25af%258d%25e0%25ae%25aa%25e0%25ae%25be%25e0%25ae%259f%25e0%25af%258d%25e0%25ae%259f%25e0%25af%2581-%25e0%25ae%2595%25e0%25ae%25b4%25e0%25ae%2595%25e0%25ae%25ae-2%2F&display=widget" target="_blank"><i class="fab fa-vk"></i></a></li>
|
||||
<li><a href="https://www.reddit.com/login/?dest=https%3A%2F%2Fwww.reddit.com%2Fsubmit%3Furl%3Dhttps%253A%252F%252Ftamilculturewaterloo.org%252F%25E0%25AE%25A4%25E0%25AE%25AE%25E0%25AE%25BF%25E0%25AE%25B4%25E0%25AF%258D-%25E0%25AE%2595%25E0%25AE%25B2%25E0%25AF%2588-%25E0%25AE%25AA%25E0%25AE%25A3%25E0%25AF%258D%25E0%25AE%25AA%25E0%25AE%25BE%25E0%25AE%259F%25E0%25AF%258D%25E0%25AE%259F%25E0%25AF%2581-%25E0%25AE%2595%25E0%25AE%25B4%25E0%25AE%2595%25E0%25AE%25AE-2%252F%26title%3DTamil%2BGlobal%2BRelief%2Bfund%2BWaterloo" target="_blank"><i class="fab fa-reddit-alien"></i></a></li>
|
||||
<li><a href="mailto:?subject=Tamil%20Global%20Relief%20fund%20Waterloo&body=https://tamilculturewaterloo.org/%e0%ae%a4%e0%ae%ae%e0%ae%bf%e0%ae%b4%e0%af%8d-%e0%ae%95%e0%ae%b2%e0%af%88-%e0%ae%aa%e0%ae%a3%e0%af%8d%e0%ae%aa%e0%ae%be%e0%ae%9f%e0%af%8d%e0%ae%9f%e0%af%81-%e0%ae%95%e0%ae%b4%e0%ae%95%e0%ae%ae-2/" target="_blank"><i class="fas fa-envelope"></i></a></li>
|
||||
</ul>
|
||||
|
||||
// ],
|
||||
// "Auditor": []
|
||||
// },
|
||||
|
||||
// "2022-2024": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "DENNIS LOYOLA",
|
||||
// post: "President",
|
||||
// image: "/assets/img/all-images/about/dennis-e1612571619563-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJIVI NADARAJAH",
|
||||
// post: " Secretary",
|
||||
// image: "/assets/img/all-images/about/rajivi_nadarajah_waterloo-180x180-1.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KEN SRISHANKER",
|
||||
// post: " Treasurer",
|
||||
// image: "/assets/img/all-images/about/ken-e1612571679766-300x300.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SHANTHI DURAI",
|
||||
// post: "Vice President",
|
||||
// image: "/assets/img/all-images/about/shanthi-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KALAI KANNAPPAN",
|
||||
// post: "Joint Secretary ",
|
||||
// image: "/assets/img/all-images/about/Kalai12Jun.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SIVAKUMAR SOMASUNDRAM",
|
||||
// post: " Joint Treasurer",
|
||||
// image: "/assets/img/all-images/about/sivakumar-173x180.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [
|
||||
// {
|
||||
// name: "INDRA LOGENDRAN",
|
||||
// post: " Director – Cultural Affairs",
|
||||
// image: "/assets/img/all-images/about/indra-180x180-1.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "ARUNASALAM ATHITHAN",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/ATHITHAN-180x180-1.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAGU SIVARAMAKRISHNAN",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/RAGU-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "YOGA ARUMUGAM",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/yoga-e1612571512661 (1).jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SHYAMALA RAMACHANDRAN",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/SHYAMALA-180x180-1.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SENTHIL THANGARAJ",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/SENTHIL-180x180-1.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJAGOPAL RAMAKRISHNAN",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/Raj-For-TCA-180x180-1.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAMARAJ SANTHANAM",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/santhanam-180x180-1.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Auditor": [
|
||||
// {
|
||||
// name: "SURESH ABRAHAM",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/suresh-abraham-1-180x180.jpg"
|
||||
// }
|
||||
|
||||
// ]
|
||||
// },
|
||||
// "2019-2022": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "YOGA ARUMUGAM",
|
||||
// post: "President",
|
||||
// image: "/assets/img/all-images/about/yoga-e1612571512661 (1).jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "DENNIS LOYOLA",
|
||||
// post: " Secretary",
|
||||
// image: "/assets/img/all-images/about/dennis-e1612571619563-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KEN SRISHANKER",
|
||||
// post: "Treasurer",
|
||||
// image: "/assets/img/all-images/about/ken-e1612571679766-300x300.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "DHARINI SIVAKUMAR",
|
||||
// post: "Vice President",
|
||||
// image: "/assets/img/all-images/about/dharini.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KALAI KANNAPPAN",
|
||||
// post: "Join Secretary",
|
||||
// image: "/assets/img/all-images/about/Kalai12Jun.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SIVAKUMAR SOMASUNDRAM",
|
||||
// post: "Joint Treasurer",
|
||||
// image: " /assets/img/all-images/about/sivakumar-173x180.jpg"
|
||||
// }
|
||||
|
||||
// ],
|
||||
// "Committee Members": [
|
||||
// {
|
||||
// name: "INDRA LOGENDRAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/indra-logan-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "ARUNASALAM ATHITHAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/athithan-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJIVI NADARAJAH",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/rajivi-nadarajah-cambridge.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SHYAMALA RAMACHANDRAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/shyamala-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAGU SIVARAMAKRISHNAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/ragu-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SATHYA RAJ (2019)",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/sathya-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SHANTHI DURAI",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/shanthi-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KARTHIKEYAN KALIYAPPAN (2021)",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/karthik-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SENTHIL THANGARAJ",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/SENTHIL-180x180-1.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAMYA RAMACHANDRAN",
|
||||
// post: "Youth co-ordinator",
|
||||
// image: "/assets/img/all-images/about/ramya-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KISHORE RAJ",
|
||||
// post: "Youth co-ordinatorAuditor",
|
||||
// image: "/assets/img/all-images/about/raj-180x180.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Auditor": [
|
||||
// {
|
||||
// name: "SURESH ABRAHAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/SURESH-ABRAHAM-180x180.jpg"
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
// "2017-2019": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "RAGU SIVARAMAKRISHNAN",
|
||||
// post: "President",
|
||||
// image: "/assets/img/all-images/about/RAGU-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "DENNIS LOYOLA",
|
||||
// post: " Secretary",
|
||||
// image: "/assets/img/all-images/about/dennis-loyola-373x375.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KEN SRISHANKAR",
|
||||
// post: "Treasurer",
|
||||
// image: "/assets/img/all-images/about/ken-e1612571679766-300x300.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJIVI NADARAJAH",
|
||||
// post: "Vice President",
|
||||
// image: "/assets/img/all-images/about/rajivi-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KALAI KANNAPPAN",
|
||||
// post: "Joint Secretary",
|
||||
// image: "/assets/img/all-images/about/Kalai12Jun.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SIVAKUMAR SOMASUNDRAM",
|
||||
// post: "Joint Treasurer",
|
||||
// image: "/assets/img/all-images/about/Sivakumar-waterloo-180x180.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [
|
||||
// {
|
||||
// name: "INDRA LOGENDRAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/indra-logan-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "ARUNASALAM ATHITHAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/athithan-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SHYAMALA RAMACHANDRAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/shyamala-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "LATHA PILLAI",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/latha-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SATHYA RAJ",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/sathya-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "YOGA ARUMUGAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/YOGA-180x180.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Auditor": [
|
||||
// {
|
||||
// name: "SURESH ABRAHAM",
|
||||
// post: " ",
|
||||
// image: "/assets/img/all-images/about/SURESH-ABRAHAM-180x180.jpg"
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
// "2015-2017": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "DHARINI SIVAKUMAR",
|
||||
// post: "President",
|
||||
// image: "/assets/img/all-images/about/dharini-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAMYA JOSEPH",
|
||||
// post: " Secretary",
|
||||
// image: "/assets/img/all-images/about/Ramya-Sec-Pic-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "DENNIS LOYOLA",
|
||||
// post: "Treasurer",
|
||||
// image: "/assets/img/all-images/about/dennis-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAGU SIVARAMAKRISHNAN",
|
||||
// post: "Vice President",
|
||||
// image: "/assets/img/all-images/about/RAGU-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "GAJA LAKSHUMI SUBRAM",
|
||||
// post: "Joint Secretary",
|
||||
// image: "/assets/img/all-images/about/Gajalakshumy-180x180 (1).jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KEN SRI SHANKAR",
|
||||
// post: "Joint Treasurer",
|
||||
// image: "/assets/img/all-images/about/ken-180x180.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [
|
||||
// {
|
||||
// name: "INDRA LOGENDRAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Indra-1-429x430.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "ARUNASALAM ATHITHAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/aruna-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAJIVI NADARAJAH",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/rajivi-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "KUNAMALAR EKAMBRAMURTHY",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/kunamalar-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "MAYILVAHANAN SUBRAMANIAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/myil-1-166x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "THURAI GOPALAKRISHNAN (2016)",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/THURAI2-180x180.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Auditor": [
|
||||
// {
|
||||
// name: "SURESH ABRAHAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/suresh-abraham-2-180x180.jpg"
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
// "2013-2015": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "RAJIVI NADARAJAH",
|
||||
// post: "President",
|
||||
// image: "/assets/img/all-images/about/rajivi-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SIVAKUMAR SOMASUNDRAM",
|
||||
// post: " Secretary",
|
||||
// image: "/assets/img/all-images/about/kumar-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAM RAMDOSS",
|
||||
// post: "Treasurer",
|
||||
// image: "/assets/img/all-images/about/ram-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "BALAKRISHNAN THAMBYPILLAI",
|
||||
// post: "Vice President",
|
||||
// image: "/assets/img/all-images/about/Bala-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAMYA JOSEPH",
|
||||
// post: "Joint Secretary",
|
||||
// image: "/assets/img/all-images/about/Ramya-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SURESH ABRAHAM",
|
||||
// post: "Joint Treasurer",
|
||||
// image: "/assets/img/all-images/about/suresh-377x375.jpg"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [
|
||||
// {
|
||||
// name: "INDRA LOGENDRAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Indra-1-429x430.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "Prof. PALA KANNAPPAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/DSC_7692a-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "ATHITHAN ARUNASALAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/DSC_7869-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SOOGANTHY NADARAJAH",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Sooganthy-1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "VINOBA CHENTHIL",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/SAM_1006_1-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "SUBBU SUBRAMANIYAM (2013)",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/subbu-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "PREMANAND KANNAN (2013)",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/kannan-premanand-180x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "RAGU SIVARAMAKRISHNAN",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Raggu-149x180.jpg"
|
||||
// },
|
||||
// {
|
||||
// name: "GAJA LAKSHUMY SUBRAM",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/Gajalakshumy-180x180 (1).jpg"
|
||||
// }
|
||||
|
||||
// ],
|
||||
// "Auditor": [
|
||||
// {
|
||||
// name: "DENNIS LOYOLA",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/about/dennis-loyola-373x375.jpg"
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
// "2011-2013": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "Alex Robertson",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/team/team-img12.png"
|
||||
// },
|
||||
// {
|
||||
// name: "Meera Singh",
|
||||
// post: "General Secretary",
|
||||
// image: "/assets/img/all-images/team/team-img13.png"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [],
|
||||
// "Auditor": []
|
||||
// },
|
||||
// "2009-2011": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "Alex Robertson",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/team/team-img12.png"
|
||||
// },
|
||||
// {
|
||||
// name: "Meera Singh",
|
||||
// post: "General Secretary",
|
||||
// image: "/assets/img/all-images/team/team-img13.png"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [],
|
||||
// "Auditor": []
|
||||
// },
|
||||
// "2007-2009": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "Alex Robertson",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/team/team-img12.png"
|
||||
// },
|
||||
// {
|
||||
// name: "Meera Singh",
|
||||
// post: "General Secretary",
|
||||
// image: "/assets/img/all-images/team/team-img13.png"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [],
|
||||
// "Auditor": []
|
||||
// },
|
||||
// "2005-2007": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "Alex Robertson",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/team/team-img12.png"
|
||||
// },
|
||||
// {
|
||||
// name: "Meera Singh",
|
||||
// post: "General Secretary",
|
||||
// image: "/assets/img/all-images/team/team-img13.png"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [],
|
||||
// "Auditor": []
|
||||
// },
|
||||
// "2003-2005": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "Alex Robertson",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/team/team-img12.png"
|
||||
// },
|
||||
// {
|
||||
// name: "Meera Singh",
|
||||
// post: "General Secretary",
|
||||
// image: "/assets/img/all-images/team/team-img13.png"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [],
|
||||
// "Auditor": []
|
||||
// },
|
||||
// "2001-2003": {
|
||||
// "Executive Committee": [
|
||||
// {
|
||||
// name: "Alex Robertson",
|
||||
// post: "",
|
||||
// image: "/assets/img/all-images/team/team-img12.png"
|
||||
// },
|
||||
// {
|
||||
// name: "Meera Singh",
|
||||
// post: "General Secretary",
|
||||
// image: "/assets/img/all-images/team/team-img13.png"
|
||||
// }
|
||||
// ],
|
||||
// "Committee Members": [],
|
||||
// "Auditor": []
|
||||
// }
|
||||
// };
|
||||
</div>
|
||||
`
|
||||
},
|
||||
|
||||
];
|
||||
Loading…
x
Reference in New Issue
Block a user