diff --git a/app/(event)/photo-gallery/single-gallery/page.tsx b/app/(event)/photo-gallery/single-gallery/page.tsx index af0bd9a..e868d98 100644 --- a/app/(event)/photo-gallery/single-gallery/page.tsx +++ b/app/(event)/photo-gallery/single-gallery/page.tsx @@ -3,7 +3,7 @@ import Layout from '@/components/layout/Layout'; import axios from 'axios'; import Link from 'next/link'; -import { useSearchParams } from 'next/navigation'; +import { useSearchParams, useRouter } from 'next/navigation'; import { useEffect, useState } from 'react'; import Lightbox from "yet-another-react-lightbox"; import "yet-another-react-lightbox/styles.css"; @@ -18,6 +18,7 @@ interface EventImage { export default function SingleGallery() { const searchParams = useSearchParams(); const eventId = searchParams.get('id'); + const router = useRouter(); const [eventImages, setEventImages] = useState([]); const [open, setOpen] = useState(false); @@ -78,10 +79,15 @@ export default function SingleGallery() {
-
-

- Photos Gallery -

+
+

Photos Gallery

+
diff --git a/components/about/constitution/Section1.tsx b/components/about/constitution/Section1.tsx index f0cd40d..b2d1247 100644 --- a/components/about/constitution/Section1.tsx +++ b/components/about/constitution/Section1.tsx @@ -24,92 +24,116 @@ export default function Section1() {
-
-

1. ARTICLE

+
+
+
+
+
+ +
+
+
+
+
+

1. ARTICLE

+
+

1.1 Definitions

+ +
    +
  • + In the interpretation of this By-law, unless the context otherwise requires, + the following rules shall apply: +
  • +
+
    +
  • + + “Act” means the Not-for-Profit Corporations Act, 2010 (Ontario) and, where the + context requires, includes the regulations made under it, as amended or + re-enacted from time to time. +
  • +
  • + + “Board” means the board of directors of the Corporation. +
  • +
  • + + “By-laws” means this by-law (including the schedules to this by-law) and all other by-laws of the Corporation as amended and which are, from time to time, in force and effect. +
  • +
  • + + “Chair” means the chair of the Board. +
  • +
  • + + “Corporation” means the corporation that has passed these by-laws under the Act or that is deemed to have passed these by-laws under the Act. +
  • +
+
+
+
+
-
-
-
-
-
-
-

1.1 Definitions

- -
    -
  • - In the interpretation of this By-law, unless the context otherwise requires, - the following rules shall apply: -
  • -
-
    -
  • - - “Act” means the Not-for-Profit Corporations Act, 2010 (Ontario) and, where the - context requires, includes the regulations made under it, as amended or - re-enacted from time to time. -
  • -
  • - - “Board” means the board of directors of the Corporation. -
  • -
  • - - “By-laws” means this by-law (including the schedules to this by-law) and all other by-laws of the Corporation as amended and which are, from time to time, in force and effect. -
  • -
  • - - “Chair” means the chair of the Board. -
  • -
  • - - “Corporation” means the corporation that has passed these by-laws under the Act or that is deemed to have passed these by-laws under the Act. -
  • -
  • - - “Association” means the Corporation in this context. -
  • -
  • - - This Association shall be named and called “TAMIL CULTURAL ASSOCIATION OF WATERLOO REGION”. Abbreviation: TCAWR or TCA. -
  • -
  • - - “President” or “Secretary “or “Treasurer” means an individual occupying the Office of the Corporation by whatever name he or she is called. -
  • -
  • - - “Vice President” or “Assistant Secretary” or “Joint Treasurer” means an individual occupying the Office of the Corporation by whatever name he or she is called. -
  • -
  • - - “Committee Member” or “Volunteer Committee Member” means an individual occupying the position of the board by whatever name he or she is called. -
  • -
  • - - “Member” means a member of the Corporation. -
  • -
  • - - “Members” means the collective membership of the Corporation. -
  • -
  • - - “Officer” means an officer of the Corporation. -
  • -
+
+
+
+
+
+
    +
  • + + “Association” means the Corporation in this context. +
  • +
  • + + This Association shall be named and called “TAMIL CULTURAL ASSOCIATION OF WATERLOO REGION”. Abbreviation: TCAWR or TCA. +
  • +
  • + + “President” or “Secretary “or “Treasurer” means an individual occupying the Office of the Corporation by whatever name he or she is called. +
  • +
  • + + “Vice President” or “Assistant Secretary” or “Joint Treasurer” means an individual occupying the Office of the Corporation by whatever name he or she is called. +
  • +
  • + + “Committee Member” or “Volunteer Committee Member” means an individual occupying the position of the board by whatever name he or she is called. +
  • +
  • + + “Member” means a member of the Corporation. +
  • +
  • + + “Members” means the collective membership of the Corporation. +
  • +
  • + + “Officer” means an officer of the Corporation. +
  • +
+
+
+
+
+ +
+
+
+
- - +
diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 8e72cf1..87bce6e 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -20317,6 +20317,19 @@ html { padding: 12px 10px; } +.about7-header ul li { + color: #000; + font-family: var(--grotesk); + font-size: var(--ztc-font-size-font-s18); + font-style: normal; + font-weight: var(--ztc-weight-medium); + line-height: 28px; + display: inline-block; + transition: all 0.4s; + border-radius: 4px; + padding: 12px 10px; +} + @media (max-width: 767px) { .cta1-section-area .cta1-main-boxarea ul li a { line-height: 32px;