story of saree-created new structure

This commit is contained in:
Selvi 2025-07-12 12:55:22 +05:30
parent 6f25c5e7ad
commit cfcd0971bc

View File

@ -8,7 +8,7 @@ export default function Section2() {
<div className="about6-section-area sp3">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-12">
<div className="col-lg-6">
<div className="about6-header heading9">
<h2 className="text-anime-style-3">One Saree, Many Incarnations</h2>
<div className="space16" />
@ -16,7 +16,60 @@ export default function Section2() {
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={700}>Generally the climate of Indian subcontinent is warm and humid. Saree and its male counterpart dhoti was most suited for this land. Earlier there was hardly any difference between Saree and dhoti because men also liked to flaunt colorful Sarees with brocaded borders (see: Sarees for Men!). They could perhaps be interchanged in needy times. Only the upper portion of the Saree-length which covers the chest, left shoulder and at times head, is missing in Saree for men.
Styles in wearing Saree vary from region to region. Gujarat style and Bengali style are different. So are Mangalorean, Kannadiga, Kodava, Tamilian, Malayali, etc. The Saree is worn in at least 10 to 15 styles throughout the India, though the ways of wearing above used to be common. In Maharashtra and North Karnataka region, wearing a nine yard Saree (without a petticoat long underskirt which was superfluous) was in vogue till 20th century. My mother who was a good swimmer, used to wear a nine yard Saree tightly and swam in river Kali or Arabian sea along with my father. Wearing swimming costume could just not be dreamt of. But the versatile Saree was good enough to move through the waves.</p>
<div className="space16" />
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="row">
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div className="about6-section-area sp4">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="row">
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9">
<p data-aos="fade-left" data-aos-duration={800}>Some people think that Indian Saree is influenced by Greek or Roman toga which we see on ancient statues. This is not correct. Saree is essentially Indian and designed to suit local conditions. Cotton was cultivated in India centuries before Alexander the Great landed on the borders of India and Indian cloth (chira or Saree) was a wonder to Greek eyes. In fact, Herodotus and other ancient western historians thought there were cloth-growing trees in India!
Raja Raviverma, the distinguished painter of 19th century, toured the entire sub-continent in search of the ideal female-wear. He wanted the best dress for the various goddesses he was asked and commissioned to paint. He selected the a yard Saree which drapes the body beautifully at the same time exhibiting contours of female anatomybust, waist, hips. Most of the female deities he painted are in this style.</p>
<div className="space16" />
@ -32,6 +85,7 @@ export default function Section2() {
</div>
</>
)
}