From dd1c11ed52b1d6d5b249e2ec8a125179b8159bad Mon Sep 17 00:00:00 2001 From: Arun Bhat Date: Sun, 31 Oct 2021 10:22:13 +0530 Subject: [PATCH] Accomplishments updated. --- app.js | 2 ++ public/css/styles.css | 4 ++++ views/achievements.ejs | 20 +++++++++++--------- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/app.js b/app.js index ace0218..e4fd026 100644 --- a/app.js +++ b/app.js @@ -36,9 +36,11 @@ app.post("/",async function(req,res){ console.log(err); } }); + app.get("/home",function(req,res){ res.render("home"); }); + app.get("/achievements",function(req,res){ res.render("achievements"); diff --git a/public/css/styles.css b/public/css/styles.css index 23c238e..6593e16 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -38,3 +38,7 @@ html { font-size: 12px; color: #fff; } + +.gold-image { + background-image: url("https://5.imimg.com/data5/RU/UJ/MY-17868609/school-gold-medal-500x500.jpg"); +} \ No newline at end of file diff --git a/views/achievements.ejs b/views/achievements.ejs index b205667..bbaf49d 100644 --- a/views/achievements.ejs +++ b/views/achievements.ejs @@ -29,23 +29,25 @@ jQuery(function () {
Placeholder140x140 -

Achivement[1]

-

Congratulation! your current month electricity consumption is less than the previous month's electricity consumption.

-

Points:50

+

GOLD

+

Congratulations...
You've done a great job!
you have been placed among 20 least electricity consumers.

+

Points:50

Collect Points »

+
Placeholder140x140 -

Achivement[2]

-

Congratulation! your current month electricity consumption is less than the average of all previous month's electricity consumption.

-

Points:50

+

SILVER

+

Congratulations...
You've done a great job!
your current month electricity consumption is less than the average of all previous month's electricity consumption.

+

Points:50

Collect Points »

+
Placeholder140x140 -

Achivement[3]

-

Congratulation! you have been placed under top 20 rank in electricity consumption.

-

Points:50

+

BRONZE

+

Congratulations...
You've done a great job!
your current month electricity consumption is less than the previous month's electricity consumption.

+

Points:50

Collect Points »