From 186b704553f571c6b6df3f486a53ea3870301c24 Mon Sep 17 00:00:00 2001
From: Sandesh <sguru003@campus.goldsmiths.ac.uk>
Date: Thu, 20 Apr 2023 16:22:46 +0100
Subject: [PATCH] footer section added

---
 views/index.ejs | 36 ++++++++++++++++++++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)

diff --git a/views/index.ejs b/views/index.ejs
index 6cd5521..509fc56 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -20,6 +20,9 @@
         <li><a href="logout">Logout</a></li>
       </ul>
     </div>
+    <div id="mobile">  
+      <i id= "bar" class="fas fa-outdent"></i>
+    </div>
   </section>
 
   <section id ="hero">
@@ -67,9 +70,38 @@
 
   </section>
 
-  <section id = ""> 
+  <footer class = "section-p1"> 
+    <div class = "col">
+      <img class="logo2" src="/public/logo.png"  alt="">
+      <h4>Contact</h4>
+      <p><strong> Address: </strong> 92 New Street London NW06 9ZS</p>
+      <p><strong> Hours: </strong> 12:00 - 18:00, Mon-Friday</p>
+    </div>
+    <div class="col">
+      <h4> About </h4>
+      <a href="#">About us</a>
+      <a href="#">Privacy Policy</a>
+      <a href="#">Terms & Conditions</a>
+      <a href="#">Contact Us</a>
+    </div>
 
-  </section>
+    <div class="col">
+      <h4> My Account </h4>
+      <a href="#">Sign in</a>
+      <a href="#">View Cart</a>
+      <a href="#">Track My Order</a>
+    </div>
+
+    
+    <div class="col">
+      <h4> Selling on Re-turn </h4>
+      <a href="#">Sellers Protection</a>
+      <a href="#">Sellers Fees</a>
+      <a href="#">Selling Basics</a>
+      <a href="#">Selling Guide</a>
+    </div>
+
+  </footer>
 
 
 
-- 
GitLab