diff --git a/views/index.ejs b/views/index.ejs
index 6cd552153393d909a242e9b17b9ff72229c985b0..509fc562af97ce8a06e2b57359f0c9acb99dee5c 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>