diff --git a/consumerWebsite/public/css/contact.css b/consumerWebsite/public/css/contact.css index 349ecc0..2137c19 100644 --- a/consumerWebsite/public/css/contact.css +++ b/consumerWebsite/public/css/contact.css @@ -7,6 +7,7 @@ padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + width: 66%; } input, diff --git a/consumerWebsite/public/css/sp.css b/consumerWebsite/public/css/sp.css index 8c01b06..236fe6a 100644 --- a/consumerWebsite/public/css/sp.css +++ b/consumerWebsite/public/css/sp.css @@ -32,6 +32,7 @@ body { 0.1 ); overflow: hidden; + margin-top: 85px; } .form.login { diff --git a/consumerWebsite/public/images/401.png b/consumerWebsite/public/images/401.png new file mode 100644 index 0000000..d8893be Binary files /dev/null and b/consumerWebsite/public/images/401.png differ diff --git a/consumerWebsite/public/images/4044.png b/consumerWebsite/public/images/4044.png new file mode 100644 index 0000000..6b34292 Binary files /dev/null and b/consumerWebsite/public/images/4044.png differ diff --git a/consumerWebsite/routes/render.js b/consumerWebsite/routes/render.js index 471df93..857727c 100644 --- a/consumerWebsite/routes/render.js +++ b/consumerWebsite/routes/render.js @@ -56,6 +56,11 @@ router.get('/login', function(req, res, next) { res.render('signuplogin'); }); +//login / register page +router.get('/contact', function(req, res, next) { + res.render('contact'); +}); + //404 page router.get('*', function(req, res, next) { res.render('404'); diff --git a/consumerWebsite/views/401.ejs b/consumerWebsite/views/401.ejs new file mode 100644 index 0000000..c6e51c7 --- /dev/null +++ b/consumerWebsite/views/401.ejs @@ -0,0 +1,37 @@ +<%- include('top') %> + + +
+
+ +

401 + Unauthorized Acess +

+
+
+ + +
+ + +
+

Unauthorized Access!

+
+ +
+

Sorry, you don't have permission to access this resource. Please log in or provide valid credentials.

+ Back To Homepage +
+ + +
+ + +<%- include('bot') %> \ No newline at end of file diff --git a/consumerWebsite/views/contact.ejs b/consumerWebsite/views/contact.ejs new file mode 100644 index 0000000..f93c0f2 --- /dev/null +++ b/consumerWebsite/views/contact.ejs @@ -0,0 +1,84 @@ +<%- include('top') %> + + +
+
+ +

Contact +

+
+
+ + +
+ + + +
+ +
+ + +
+ +
+

Contact Details

+

+ 50 Ubi Ave 3 +
S(408866) +
+

+

+ P: (+65) 90064959 +

+

+ E: + leongdingxuan@gmail.com + +

+

+ H: Monday - Friday: 9:00 AM to 5:00 PM +

+
+
+ + + + +
+
+

Send us a Message

+
+ +
+ + +
+
+ + +
+
+ + +
+ +
+
+
+ +
+ + + + + +<%- include('bot') %> \ No newline at end of file diff --git a/consumerWebsite/views/logintop.ejs b/consumerWebsite/views/logintop.ejs index 9bbc946..4d2adb9 100644 --- a/consumerWebsite/views/logintop.ejs +++ b/consumerWebsite/views/logintop.ejs @@ -14,6 +14,7 @@ +