From 02f06ea8ed2780a361138d8d879330a16c712c4c Mon Sep 17 00:00:00 2001 From: E Date: Thu, 24 Jun 2021 18:08:23 +0100 Subject: [PATCH 1/2] Update index.js --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index c70552e..293698f 100644 --- a/routes/index.js +++ b/routes/index.js @@ -3,7 +3,7 @@ var router = express.Router(); /* GET home page. */ router.get('/', function(req, res, next) { - res.render('index', { title: 'Home', description: "Hello, I'm Esther" }); + res.render('index', { title: 'Home', description: "Hello, I'm E" }); }); module.exports = router; From aeca96529761d278bfc3632c7d572f65717b0143 Mon Sep 17 00:00:00 2001 From: E Date: Thu, 24 Jun 2021 18:09:10 +0100 Subject: [PATCH 2/2] Update about.pug --- views/about.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/about.pug b/views/about.pug index 0bc453f..45e447c 100644 --- a/views/about.pug +++ b/views/about.pug @@ -27,7 +27,7 @@ block content .col h1 span Hello. - p I’m E, a 19 year old student in 2nd year of university, who studies computer science & artificial intelligence. + p I’m E, a 19 year old student in 3nd year of university, who studies computer science & artificial intelligence. p In my free time, I create small projects to learn new skills to be helpful for others, recently i have been focusing on node.js. p Graphic design is also very fun and i enjoy making small projects to post on instagram, it helps with programming too which is neat .row