From 5ab3615bb2eea2431d3dd897876aeb498f757266 Mon Sep 17 00:00:00 2001
From: Sandesh <sguru003@campus.goldsmiths.ac.uk>
Date: Tue, 25 Apr 2023 18:22:30 +0100
Subject: [PATCH] done

---
 views/done.ejs | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 views/done.ejs

diff --git a/views/done.ejs b/views/done.ejs
new file mode 100644
index 0000000..5571602
--- /dev/null
+++ b/views/done.ejs
@@ -0,0 +1,59 @@
+<!doctype html>
+<html lang="en">
+    <head>
+        <!-- Linking my CSS -->
+        <link rel="stylesheet"  type="text/css" href="main.css" />
+    </head>
+
+    <body>
+          
+      <section id = "header">
+        <a href="/."> <img src = "/public/logo.png" class ="logo" alt = ""> </a>
+      <div>
+        <ul id="navbar"> 
+          <li><a href="about">About </a></li>
+          <li><a href="/itemlisted">Explore</a></li>
+          <li><a href="search">Search </a></li>
+          <li><a href="itemlist">List </a></li>
+          <li><a href="register">Register </a></li>
+          <li><a href="login">Login</a></li>
+          <li><a href="logout">Logout</a></li>
+        </ul>
+      </div>
+
+    </section>
+      <h1>Success you will be emailed shortly about the shipping process</h1>
+        <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>
+        
+            <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>
+    </body>
+</html>
\ No newline at end of file
-- 
GitLab