new img strcture updated
This commit is contained in:
parent
491d7b95e4
commit
27bba22b2a
@ -1,14 +1,11 @@
|
||||
import Countdown from '@/components/elements/Countdown';
|
||||
import Layout from "@/components/layout/Layout";
|
||||
import { memoryData } from '@/utility/constant.utils';
|
||||
import { tamilculture } from '@/utility/constant.utils';
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Tamilculture() {
|
||||
let globalIndex = 0;
|
||||
|
||||
const totalEvents = Object.values(tamilculture).flat().length;
|
||||
|
||||
return (
|
||||
<Layout headerStyle={1} footerStyle={1}>
|
||||
<div>
|
||||
@ -70,51 +67,23 @@ export default function Tamilculture() {
|
||||
|
||||
<div className="col-lg-6 order-1 order-lg-2">
|
||||
<div className="about-images-area">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6 col-md-6">
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src="/assets/img/all-images/about/about-img4.png" alt="Image 1" />
|
||||
</div>
|
||||
<div className="space24 d-md-none d-block" />
|
||||
</div>
|
||||
<div className="col-lg-6 col-md-6">
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src="/assets/img/all-images/about/about-img5.png" alt="Image 2" />
|
||||
</div>
|
||||
<div className="space24" />
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src="/assets/img/all-images/about/about-img6.png" alt="Image 3" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src={event.image} alt={event.title} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<div className="col-lg-6 order-1 order-lg-2">
|
||||
<div className="col-lg-6 order-1 order-lg-1 order-lg-2">
|
||||
<div className="about-images-area">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6 col-md-6">
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src="/assets/img/all-images/about/about-img4.png" alt="Image 1" />
|
||||
</div>
|
||||
<div className="space24 d-md-none d-block" />
|
||||
</div>
|
||||
<div className="col-lg-6 col-md-6">
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src="/assets/img/all-images/about/about-img5.png" alt="Image 2" />
|
||||
</div>
|
||||
<div className="space24" />
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src="/assets/img/all-images/about/about-img6.png" alt="Image 3" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="img1 image-anime reveal">
|
||||
<img src={event.image} alt={event.title} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6 order-1 order-lg-2">
|
||||
<div className="col-lg-6 order-1 order-lg-2 order-lg-1">
|
||||
<div className="about-header-area heading10">
|
||||
<h2 className="text-anime-style-3">{event.title}</h2>
|
||||
<div className="space16" />
|
||||
|
||||
@ -9,8 +9,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -37,8 +37,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -48,8 +48,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -77,8 +77,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -88,8 +88,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -119,8 +119,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -130,8 +130,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -159,8 +159,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -170,8 +170,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -201,8 +201,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -212,8 +212,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -241,8 +241,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -8,8 +8,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -40,8 +40,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -51,8 +51,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -76,8 +76,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -87,8 +87,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -112,8 +112,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -123,8 +123,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -152,8 +152,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -163,8 +163,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -194,8 +194,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -205,8 +205,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -230,8 +230,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -241,8 +241,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -270,8 +270,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -281,8 +281,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -310,8 +310,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -9,8 +9,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -36,8 +36,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -47,8 +47,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@ -76,8 +76,8 @@ export default function Section1() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -87,8 +87,8 @@ export default function Section1() {
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="img1">
|
||||
<img src="/assets/img/all-images/event/event-img1.png" alt="" />
|
||||
<div className="img2">
|
||||
<img src="/assets/img/all-images/others/image.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
|
||||
@ -3727,7 +3727,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/testimonials/image.png",
|
||||
title: "Old Dravidian",
|
||||
desc: "Proto-Dravidian was once widely spoken across India, with remnants like Brahui and Gondi still found in northern and western regions, showing linguistic ties to South Indian Dravidian languages. Despite later mingling and decline in speakers, these languages prove the ancient spread of Dravidians from Baluchistan to Bengal.",
|
||||
slug: "old-dravidian",
|
||||
@ -3758,7 +3758,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/others/image.png",
|
||||
title: "North Indian Languages",
|
||||
desc: "The Dravidian language, once widespread across India, gradually split into Tamil, Telugu, Kannada, and Malayalam due to geographical and political factors. The term 'Dravidian' evolved from the word 'Tamil' and now refers to this entire language family.",
|
||||
slug: "north-indian-languages",
|
||||
@ -3788,7 +3788,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/testimonials/image.png",
|
||||
title: "South Indian Languages",
|
||||
desc: "Tamil and Malayalam share a deeper linguistic and cultural connection due to Kerala’s historical integration with Tamil Nadu, evident in shared literary works, rulers, and traditions. This close bond has resulted in greater similarity between these two languages than with other Dravidian tongues like Kannada and Telugu.",
|
||||
slug: "south-indian-languages",
|
||||
@ -3820,7 +3820,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/others/image.png",
|
||||
title: "Contact with Foreign Countries",
|
||||
desc: "Tamil's historical maritime trade extended its influence far beyond India, linking Tamil Nadu with regions like Rome, China, and Southeast Asia through vibrant cultural and commercial exchanges. Foreign records and Tamil classics alike highlight the Tamils' advanced trade networks, business acumen, and political significance in the ancient world.",
|
||||
slug: "contact-with-foreign-countries",
|
||||
@ -3854,7 +3854,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/testimonials/image.png",
|
||||
title: "Antiquity of Tamil Grammatical Works",
|
||||
desc: "Tolkappiyam, the earliest known Tamil grammar written around the 3rd century B.C., highlights a rich linguistic tradition predating it and classifies words and dialects with precision. It distinguishes between classical and colloquial Tamil, showcasing the language's early grammatical depth and evolution.",
|
||||
slug: "antiquity-of-tamil-grammatical-works",
|
||||
@ -3890,7 +3890,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/others/image.png",
|
||||
title: "Tamil Scripts",
|
||||
desc: "Tamil script, which evolved independently from ancient forms like vaṭṭeḻuttu, showcases a rich phonetic system with unique vowels, consonants, and distinctions not found in scripts like Devanagari. Its precise sound structure and lack of aspirates highlight Tamil’s linguistic uniqueness and historical depth.",
|
||||
slug: "tamil-scripts",
|
||||
@ -3918,49 +3918,11 @@ export const tamilculture = {
|
||||
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
ClassificationandFormationofWords: [
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
title: "Classification and Formation of Words",
|
||||
desc: "Tamil script, which evolved independently from ancient forms like vaṭṭeḻuttu, showcases a rich phonetic system with unique vowels, consonants, and distinctions not found in scripts like Devanagari. Its precise sound structure and lack of aspirates highlight Tamil’s linguistic uniqueness and historical depth.",
|
||||
slug: "classification-and-formation-of-words",
|
||||
button: "Read More",
|
||||
|
||||
InnerData: [
|
||||
{
|
||||
title: "Classification and Formation of Words",
|
||||
image: "/assets/img/all-images/memory/memory-img4.png",
|
||||
|
||||
para1: "There are four types of words in Tamil. Among them, uriccol or root words, which were used in ancient poetry, are now rarely used. If we exclude uriccol, Tamil has only three primary categories of words: nouns, verbs, and itaiccol (particles). Nouns denote both living and non-living things and convey information about gender, number, and person. The classification of nouns (tiNai) is further divided into uyartiNai and akRiNai. UyartiNai includes personal beings like humans, gods, and demons, whereas akRiNai refers to lesser beings and objects.",
|
||||
|
||||
para2: "In uyartiNai, there are three genders: masculine, feminine, and neuter. Notably, masculine and feminine genders refer only to singular beings. The neuter plural, called palar paal, indicates multiple items or beings. AkRiNai is divided into onRan paal (singular impersonal) and palvin paal (plural impersonal). Tamil recognizes only two numbers—singular and plural—unlike Sanskrit, which has a dual number. This classification helps in distinguishing the type and count of entities being referred to.",
|
||||
|
||||
para3: "Tamil has three grammatical persons: first person, second person, and third person. These persons help in identifying the speaker, the listener, and the subject of discussion. Case inflections are numerous in Tamil and are added as suffixes to words. These suffixes help indicate relationships like subject, object, possession, etc. The distinction between animate and inanimate, as well as between masculine and feminine, is usually inferred from the meaning of the word. Tamil's rich inflectional system enhances its expressiveness.",
|
||||
|
||||
para4: "Verbs in Tamil are categorized as finite and infinite. Most finite verbs carry suffixes that indicate gender and whether the subject is animate or inanimate. Interestingly, gender distinctions are not present in abstract nouns or in relative participles. Both nouns and verbs are generally formed from verbal roots, though only a few verbs originate from noun roots. This structure underlines Tamil's consistent grammatical foundation and highlights its systematic verb formation.",
|
||||
|
||||
para5: "Particles (itaiccol) in Tamil do not carry independent meaning. Instead, they modify or add meaning when combined with other words. Even words that appear meaningless on their own can function as particles. Tamil is an agglutinative language, meaning suffixes indicating case, time, or gender are added to base/root words. This agglutination helps in creating transparent and meaningful word structures, even in classical Tamil literature.",
|
||||
|
||||
para6: "The continuity of root words across different eras in Tamil is evident—for instance, the root un has remained intact in ancient (una), medieval (uN, uNTi), and modern (uNavu) words for 'food.' Only the suffixes have changed, not the root. This continuity allows modern readers to grasp classical Tamil poetry with relative ease. Tamil syntax has remained largely unchanged from ancient to modern times, preserving structure across literature. In fact, all Dravidian languages exhibit syntactical similarity, creating a shared identity despite regional differences and distinct linguistic origins from Indo-European languages.",
|
||||
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
|
||||
ClassificationandFormationofWords: [
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/testimonials/image.png",
|
||||
title: "Classification and Formation of Words",
|
||||
desc: "Tamil has four types of words. Excluding the rarely used uriccol (root words), there remain nouns, verbs, and itaiccol (particles), with nouns classified into uyartiNai and akRiNai based on beings and objects.",
|
||||
slug: "classification-and-formation-of-words",
|
||||
@ -3997,7 +3959,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/others/image.png",
|
||||
title: "Unnecessary Polemics",
|
||||
desc: "Tamil, one of the most ancient Indian languages, evolved independently with rich literary and folk traditions, but Sanskrit scholars wrongly claimed it borrowed heavily from Sanskrit. Despite such biased views, later linguistic research proved Tamil's originality and antiquity, restoring its rightful status.",
|
||||
slug: "unnecessary-polemics",
|
||||
@ -4032,7 +3994,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/testimonials/image.png",
|
||||
title: "Tanit-Tamil Iyakkam (Pure Tamil Movement)",
|
||||
desc: "Sanskrit scholars tried to popularize a hybrid Manipravala style to elevate Sanskrit influence in Tamil, but failed due to Tamil’s rich literary heritage. They belittled Tamil works like Tirukkural and Tolkaappiyam as Sanskrit imitations until scholars like V.K. Sastriar and Maraimalaiyatikal revived pride in Tamil literature.",
|
||||
slug: "tanit-tamil-iyakkam-(pure-tamil-movement)",
|
||||
@ -4068,7 +4030,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/others/image.png",
|
||||
title: "Two Different Types of Tamil Style",
|
||||
desc: "Though efforts to Sanskritise Tamil have faded, their impact lingers—fueling the Pure Tamil Movement, which opposes Sanskrit influence and promotes writing in chaste Tamil, while debates over linguistic purity versus hybrid usage continue among scholars and journalists to this day.",
|
||||
slug: "two-different-types-of-tamil-style",
|
||||
@ -4111,7 +4073,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/testimonials/image.png",
|
||||
title: "Dialectical Conventions",
|
||||
desc: "Spoken Tamil varies slightly across regions like Tirunelveli, Coimbatore, Thanjavur, and Chennai, with differences in vocabulary, pronunciation, and influence from other languages such as Telugu, Urdu, and English. Pronunciations of letters like 'ca' and 'za', as well as verbs and common words, differ not only across Tamil Nadu but also significantly in Sri Lankan Tamil, where certain words have entirely different meanings or usages.",
|
||||
slug: "dialectical-conventions",
|
||||
@ -4146,7 +4108,7 @@ export const tamilculture = {
|
||||
|
||||
{
|
||||
|
||||
image: "/assets/img/all-images/event/event-img1.png",
|
||||
image: "/assets/img/all-images/others/image.png",
|
||||
title: "Foreign Loan Words in Tamil",
|
||||
desc: "Tamil has absorbed foreign words—mainly from English, Sanskrit, Urdu, Hindi, and Arabic—at various points in history, adapting them phonetically or contextually in both speech and writing. Despite these influences, Tamil has remarkably preserved its linguistic individuality and remains the Indian language with the fewest foreign loan words.",
|
||||
slug: "foreign-loan-words-in-tamil",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user