generated from DSCKGEC/project-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
KSoC’22This issue/pull request will be considered for KSoC’22.This issue/pull request will be considered for KSoC’22.MediumPoints alloted: 200Points alloted: 200frontendFrontend WorkFrontend Workgood first issueGood for newcomersGood for newcomers
Description
The index page of any website is the face of that site. So it must be well designed and attractive.
It must contain the name, logo, GitHub link of the project. The page must be responsive. Feel free to add any other features.
The index.ejs page is present under views folder.
Don't get confused over .ejs extension. EJS is a simple templating language that is used to generate HTML markup with plain JavaScript. It also helps to embed JavaScript to HTML pages. When you open the file, you will notice that there is nothing but plain HTML code written on it.
Note:
- Be careful with the links of css, js or images.
For Example, if a css file is present under thecssfolder with the namestyle.css, your link href must contain
/css/style.cssand not simplycss/style.css - Be careful with the links of anchor tag. The link must be a valid route or it will redirect to 404 page.
Metadata
Metadata
Assignees
Labels
KSoC’22This issue/pull request will be considered for KSoC’22.This issue/pull request will be considered for KSoC’22.MediumPoints alloted: 200Points alloted: 200frontendFrontend WorkFrontend Workgood first issueGood for newcomersGood for newcomers