pongal 2026 event updated
This commit is contained in:
parent
c796939760
commit
d1936a54d7
@ -37,7 +37,7 @@ export default function UpcomingEventData() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-6 m-auto">
|
<div className="col-lg-6 m-auto">
|
||||||
<div className="event2-header heading5 text-center space-margin60">
|
<div className="event2-header heading5 text-center space-margin60">
|
||||||
<h2 className="text-anime-style-3">Upcoming Events</h2>
|
<h2 className="text-anime-style-3">Events</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -152,7 +152,7 @@ export default function UpcomingEventData() {
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div className="space20" />
|
<div className="space20" />
|
||||||
<Link href={event.link || "#"} className="head">{event.title}</Link>
|
<Link href={event.link || "#"} className="head">{event.title}</Link>
|
||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<p
|
<p
|
||||||
style={{
|
style={{
|
||||||
@ -169,7 +169,7 @@ export default function UpcomingEventData() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
||||||
<span className="demo">Online Tickets</span>
|
<span className="demo">{event.btnText || "Online Tickets"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -211,7 +211,7 @@ export default function UpcomingEventData() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
||||||
<span className="demo">Online Tickets</span>
|
<span className="demo">{event.btnText || "Online Tickets"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-12 m-auto">
|
<div className="col-lg-12 m-auto">
|
||||||
<div className="event2-header heading5 space-margin60">
|
<div className="event2-header heading5 space-margin60">
|
||||||
<h2 className="text-anime-style-3">Upcoming Events</h2>
|
<h2 className="text-anime-style-3">Events</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -52,7 +52,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'>
|
<span className='d-flex g-3 metered-data align-items-end'>
|
||||||
<img src="/assets/img/icons/clock1.svg" alt="" />
|
<img src="/assets/img/icons/clock1.svg" alt="" />
|
||||||
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
||||||
</span>
|
</span>
|
||||||
@ -60,7 +60,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
<span className='d-flex g-3 metered-data align-items-end'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</Link>
|
</Link>
|
||||||
@ -83,7 +83,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
||||||
<span className="demo">purchase ticket</span>
|
<span className="demo">{event.btnText || "purchase ticket"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'>
|
<span className='d-flex g-3 metered-data align-items-end'>
|
||||||
<img src="/assets/img/icons/clock1.svg" alt="" />
|
<img src="/assets/img/icons/clock1.svg" alt="" />
|
||||||
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
||||||
</span>
|
</span>
|
||||||
@ -105,7 +105,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
<span className='d-flex g-3 metered-data align-items-end'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</Link>
|
</Link>
|
||||||
@ -128,7 +128,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
||||||
<span className="demo">purchase ticket</span>
|
<span className="demo">{event.btnText || "purchase ticket"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
BIN
public/assets/img/pongal-2026.png
Normal file
BIN
public/assets/img/pongal-2026.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 535 KiB |
@ -4659,95 +4659,115 @@ export const heritageLanguage = [
|
|||||||
|
|
||||||
// utils/events.js
|
// utils/events.js
|
||||||
export const events = [
|
export const events = [
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 1,
|
||||||
date: "Saturday, October 25, 2025",
|
date: "2026-01-15",
|
||||||
time: "6:00 pm to 10:00 p.m",
|
time: "07:30 AM",
|
||||||
title: "Tamil Cultural Nite Performing Arts festival",
|
title: "Thai Pongal 2026",
|
||||||
location: " Humanities Theater, University of Waterloo 200 University Avenue, Waterloo, ON.",
|
location: "Waterloo, ON.",
|
||||||
desc: "20th Annual Tamil Cultural Nite Performing Arts Festival on October 25, 2025, at Humanities Theater, University of Waterloo — tickets available online, by phone, or in person.",
|
image: "/assets/img/pongal-2026.png",
|
||||||
image: "/assets/img/nite/cropped.webp",
|
url: "#",
|
||||||
link: "/upcoming-event/tamil-cultural-nite-2025",
|
btnText: "View Event"
|
||||||
url: "https://secure1.tixhub.com/waterloo/online/b_otix.asp?cboPerformances=877&cboEvent=422&width=1903",
|
},
|
||||||
},
|
{
|
||||||
{
|
id: 4,
|
||||||
id: 1,
|
date: "Saturday, October 25, 2025",
|
||||||
date: "2024-01-14",
|
time: "6:00 pm to 10:00 p.m",
|
||||||
time: "05:30 PM",
|
title: "Tamil Cultural Nite Performing Arts festival",
|
||||||
title: "Thai Pongal 2024",
|
location: " Humanities Theater, University of Waterloo 200 University Avenue, Waterloo, ON.",
|
||||||
location: "Holy Family Croatian Roman Catholic Parish Hall, Kitchener, Canada",
|
desc: "20th Annual Tamil Cultural Nite Performing Arts Festival on October 25, 2025, at Humanities Theater, University of Waterloo — tickets available online, by phone, or in person.",
|
||||||
image: "/assets/img/event/upcoming-event/thai-pongal.webp",
|
image: "/assets/img/nite/cropped.webp",
|
||||||
url: "#",
|
link: "/upcoming-event/tamil-cultural-nite-2025",
|
||||||
},
|
url: "https://secure1.tixhub.com/waterloo/online/b_otix.asp?cboPerformances=877&cboEvent=422&width=1903",
|
||||||
{
|
btnText: "purchase ticket"
|
||||||
id: 2,
|
},
|
||||||
date: "2024-04-14",
|
{
|
||||||
time: "10:00 AM",
|
id: 1,
|
||||||
title: "AGM",
|
date: "2024-01-14",
|
||||||
location: "Christ Lutheran Church, Waterloo, ON",
|
time: "05:30 PM",
|
||||||
image: "/assets/img/event/upcoming-event/agm.webp",
|
title: "Thai Pongal 2024",
|
||||||
url: "#",
|
location: "Holy Family Croatian Roman Catholic Parish Hall, Kitchener, Canada",
|
||||||
},
|
image: "/assets/img/event/upcoming-event/thai-pongal.webp",
|
||||||
{
|
url: "#",
|
||||||
id: 3,
|
btnText: "purchase ticket"
|
||||||
date: "2024-06-22",
|
},
|
||||||
title: "KW Multicultural Festival",
|
{
|
||||||
location: "Indian & Sri Lankan Food Court, Victoria Park, Kitchener, ON",
|
id: 2,
|
||||||
image: "/assets/img/event/upcoming-event/kw.webp",
|
date: "2024-04-14",
|
||||||
url: "#",
|
time: "10:00 AM",
|
||||||
},
|
title: "AGM",
|
||||||
{
|
location: "Christ Lutheran Church, Waterloo, ON",
|
||||||
id: 4,
|
image: "/assets/img/event/upcoming-event/agm.webp",
|
||||||
date: "2024-07-07",
|
url: "#",
|
||||||
time: "10:00 AM",
|
btnText: "purchase ticket"
|
||||||
title: "TCA Picnic – Potlock",
|
},
|
||||||
location: "Pinehurst Lake – Sutor Shelter, Ayr, ON",
|
{
|
||||||
image: "/assets/img/event/upcoming-event/picnic.webp",
|
id: 3,
|
||||||
url: "#",
|
date: "2024-06-22",
|
||||||
},
|
title: "KW Multicultural Festival",
|
||||||
{
|
location: "Indian & Sri Lankan Food Court, Victoria Park, Kitchener, ON",
|
||||||
id: 5,
|
image: "/assets/img/event/upcoming-event/kw.webp",
|
||||||
date: "2024-07-27",
|
url: "#",
|
||||||
title: "South Asian Family Sports Day",
|
btnText: "purchase ticket"
|
||||||
location: "Waterloo Park, Waterloo, ON",
|
},
|
||||||
image: "/assets/img/event/upcoming-event/sports.webp",
|
{
|
||||||
url: "#",
|
id: 4,
|
||||||
},
|
date: "2024-07-07",
|
||||||
{
|
time: "10:00 AM",
|
||||||
id: 6,
|
title: "TCA Picnic – Potlock",
|
||||||
date: "2023-08-23",
|
location: "Pinehurst Lake – Sutor Shelter, Ayr, ON",
|
||||||
time: "06:30-08:30 PM",
|
image: "/assets/img/event/upcoming-event/picnic.webp",
|
||||||
title: "Conestoga College Workshop",
|
url: "#",
|
||||||
location: "Conestoga College – WC 241, Doon Campus, Ontario",
|
btnText: "purchase ticket"
|
||||||
image: "/assets/img/event/upcoming-event/workshop.webp",
|
},
|
||||||
url: "#",
|
{
|
||||||
},
|
id: 5,
|
||||||
{
|
date: "2024-07-27",
|
||||||
id: 7,
|
title: "South Asian Family Sports Day",
|
||||||
date: "2023-08-23",
|
location: "Waterloo Park, Waterloo, ON",
|
||||||
time: "06:30-08:30 PM",
|
image: "/assets/img/event/upcoming-event/sports.webp",
|
||||||
title: "Tamil Cultural Nite",
|
url: "#",
|
||||||
location: "Doon Campus, Ontario (TBA)",
|
btnText: "purchase ticket"
|
||||||
image: "/assets/img/event/upcoming-event/cultural.webp",
|
},
|
||||||
url: "#",
|
{
|
||||||
},
|
id: 6,
|
||||||
{
|
date: "2023-08-23",
|
||||||
id: 8,
|
time: "06:30-08:30 PM",
|
||||||
date: "2024-10-26",
|
title: "Conestoga College Workshop",
|
||||||
time: "1.00 PM-4.30 PM",
|
location: "Conestoga College – WC 241, Doon Campus, Ontario",
|
||||||
title: "TCA – WPL Deepavali Celebrations",
|
image: "/assets/img/event/upcoming-event/workshop.webp",
|
||||||
location: "Waterloo Public Library, John M. Harper Branch",
|
url: "#",
|
||||||
image: "/assets/img/event/upcoming-event/deepavali.webp",
|
btnText: "purchase ticket"
|
||||||
url: "#",
|
},
|
||||||
},
|
{
|
||||||
{
|
id: 7,
|
||||||
id: 9,
|
date: "2023-08-23",
|
||||||
date: "2024-12-21",
|
time: "06:30-08:30 PM",
|
||||||
time: "05:00 PM-09:00 PM",
|
title: "Tamil Cultural Nite",
|
||||||
title: "Christmas & 2024 Year End Celebration",
|
location: "Doon Campus, Ontario (TBA)",
|
||||||
location: "RIM Park, 2001 University Ave E, Waterloo, ON",
|
image: "/assets/img/event/upcoming-event/cultural.webp",
|
||||||
image: "/assets/img/event/upcoming-event/christmas.webp",
|
url: "#",
|
||||||
url: "#",
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 8,
|
||||||
|
date: "2024-10-26",
|
||||||
|
time: "1.00 PM-4.30 PM",
|
||||||
|
title: "TCA – WPL Deepavali Celebrations",
|
||||||
|
location: "Waterloo Public Library, John M. Harper Branch",
|
||||||
|
image: "/assets/img/event/upcoming-event/deepavali.webp",
|
||||||
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 9,
|
||||||
|
date: "2024-12-21",
|
||||||
|
time: "05:00 PM-09:00 PM",
|
||||||
|
title: "Christmas & 2024 Year End Celebration",
|
||||||
|
location: "RIM Park, 2001 University Ave E, Waterloo, ON",
|
||||||
|
image: "/assets/img/event/upcoming-event/christmas.webp",
|
||||||
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user