diff --git a/footer/footer.html b/footer/footer.html index 83bede2c..144381f4 100644 --- a/footer/footer.html +++ b/footer/footer.html @@ -62,14 +62,16 @@
HELP
CONSUMER POLICY
diff --git a/pages/Grievance Redressal/index.html b/pages/Grievance Redressal/index.html new file mode 100644 index 00000000..162995e7 --- /dev/null +++ b/pages/Grievance Redressal/index.html @@ -0,0 +1,125 @@ + + + + + + + Grievance Redressal - Flipkart Clone + + + + + + + + +
+
+
+ + + +
+

Grievance Redressal Mechanism

+
+ +
+ +
+ +

Flipkart is duty bound to provide fair treatment to our Consumer and Consumer grievances.

+ +

What does "Grievance" mean?

+

Grievance means any issue related to the product/service which has been availed by the consumer from the Flipkart + Platform and consumer is seeking resolution for the same.

+ +
In case of any query or complaint the Consumer can approach us and reach out to us through ‘Contact us’ and ‘Help + Centre’ tab available on this page.
+ +

Journey:

+ + +

If your query / complaint not resolved needs to be escalated : As per the applicable laws, Flipkart has appointed a + “Grievance Officer” to address your grievances.

+ +

Here are the details for Grievance officer:

+ +

Mr. Shremanth M

+

Designation: Senior Manager

+

Flipkart Internet Pvt Ltd Block B (Begonia),

+

8th Floor Embassy Tech Village,

+

Outer Ring Road, Devarabeesanahalli Village,

+

Varthur Hobli, Bengaluru East Taluk,

+

Bengaluru District, Karnataka : 560103, India

+

Contact no. : 044-45614700

+ + + +

For more details, please visit Terms of Use

+ +
+ +
+ + + + + \ No newline at end of file diff --git a/pages/Grievance Redressal/styles.css b/pages/Grievance Redressal/styles.css new file mode 100644 index 00000000..4afc4b6c --- /dev/null +++ b/pages/Grievance Redressal/styles.css @@ -0,0 +1,66 @@ +body { + font-family: Arial, sans-serif; + line-height: 1.6; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +header { + background-color: #2874f0; + color: white; + padding: 1rem 0; + text-align: center; +} + +h1 { + margin: 0; +} + +main { + max-width: 800px; + margin: 2rem auto; + padding: 1rem; + background-color: white; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +section { + margin-bottom: 5rem; +} + +h2 { + color: #2874f0; +} + +h3 { + color: #2b2b2b; + margin-bottom: 0.5rem; +} + +ul { + list-style-type: disc; + margin: 0; + padding-left: 1.5rem; +} + +footer { + text-align: center; + padding: 1rem 0; + background-color: #2874f0; + color: white; + position: fixed; + width: 100%; + height: 1.5rem; + bottom: 0cqmax; +} + +a { + color: #2874f0; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} \ No newline at end of file