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; 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