-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign Index Page #8
Comments
Please assign me this issue. I will recreate new index page with decided theme. |
Okay Cool! We will first decide upon the theme and then divide the issues. |
--> https://colorhunt.co/palette/282056 |
@singhayushh Anything you like among these? |
I like the second one. But, by theme, I meant the web design and not just colors codes. Say we finalize upon some minimalist theme, then the color codes would totally change to something around white. So, web design is to be the first priority, colors second. 😅 |
Ok let's discuss that in meeting this weekend. |
please assign this issue to me. I can help you with the redesigning part |
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 underviews
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:
For Example, if a css file is present under the
css
folder with the namestyle.css
, your link href must contain/css/style.css
and not simplycss/style.css
The text was updated successfully, but these errors were encountered: