From 86ab863f8869da80346f1ebc0a84b23cd4c3d669 Mon Sep 17 00:00:00 2001 From: jency Date: Thu, 8 Aug 2024 20:49:41 +0530 Subject: [PATCH] Added Grievance Redressal Page --- footer/footer.html | 2 +- pages/Grievance Redressal/index.html | 125 +++++++++++++++++++++++++++ pages/Grievance Redressal/styles.css | 66 ++++++++++++++ 3 files changed, 192 insertions(+), 1 deletion(-) create mode 100644 pages/Grievance Redressal/index.html create mode 100644 pages/Grievance Redressal/styles.css diff --git a/footer/footer.html b/footer/footer.html index 11b11845..2ca5c13a 100644 --- a/footer/footer.html +++ b/footer/footer.html @@ -67,7 +67,7 @@
CONSUMER POLICY
  • Security
  • Privacy
  • Sitemap
  • -
  • Grievance Redressal
  • +
  • Grievance Redressal
  • EPR Compilance
  • 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:

    +
      +
    • Click on ‘Contact Us’ or ‘Help Centre’ tab
    • +
    • It will open to Flipkart Help Center | 24x7 Customer Care Support
    • +
    • Choose from Type of Issue / Help Topics
    • +
    • Submit
    • +
    + +

    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

    + +
      +
    • Our ‘Grievance Redressal Mechanism’ is as follows:
    • + +
        +
      • Upon the receipt of a Consumer Grievance on the channels specified above.
      • + +
          +
        • The Consumer shall receive an acknowledgment for its grievance within 48 (Forty-Eight) hours through email OR phone call + or SMS, and
        • +
        • The Consumer shall receive a system generated “Unique ID” to track the grievance status +
        • +
        + +
      • “Consumer Care” and “Grievance Officer” shall take all the best endeavors to resolve the grievance as expeditiously + within the timeline as prescribed in the applicable laws.
      • + +
      • A Grievance will be considered as closed and disposed-off and in any of the following instances, namely:
      • + +
          +
        • When the consumer is communicated by Consumer Care / Grievance Officer / any other person associated with the website + and offers solutions to its grievance
        • +
        +
      +
    + +

    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