Skip to content
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

Open
Codehackerone opened this issue Apr 17, 2021 · 7 comments
Open

Redesign Index Page #8

Codehackerone opened this issue Apr 17, 2021 · 7 comments
Labels
frontend Frontend Work good first issue Good for newcomers KSoC’22 This issue/pull request will be considered for KSoC’22. Medium Points alloted: 200

Comments

@Codehackerone
Copy link
Member

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 the css folder with the name style.css, your link href must contain
    /css/style.css and not simply css/style.css
  • Be careful with the links of anchor tag. The link must be a valid route or it will redirect to 404 page.
@Codehackerone Codehackerone added good first issue Good for newcomers frontend Frontend Work Medium Points alloted: 200 labels Apr 17, 2021
@AmitSamui
Copy link
Contributor

Please assign me this issue. I will recreate new index page with decided theme.

@Codehackerone
Copy link
Member Author

Okay Cool! We will first decide upon the theme and then divide the issues.
If you have any suggestions, feel free to drop them here.

@AmitSamui
Copy link
Contributor

--> https://colorhunt.co/palette/282056
--> https://colorhunt.co/palette/273466
--> https://colorhunt.co/palette/273496
These are the three color palette , I would suggest.

@Codehackerone
Copy link
Member Author

@singhayushh Anything you like among these?

@singhayushh
Copy link
Contributor

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. 😅

@AmitSamui
Copy link
Contributor

Ok let's discuss that in meeting this weekend.

@Codehackerone Codehackerone pinned this issue May 24, 2021
@singhayushh singhayushh unpinned this issue Jun 7, 2021
@Codehackerone Codehackerone added the KSoC’22 This issue/pull request will be considered for KSoC’22. label Jul 22, 2022
@Codehackerone Codehackerone pinned this issue Jul 22, 2022
@yashbajoria05
Copy link

please assign this issue to me. I can help you with the redesigning part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend Work good first issue Good for newcomers KSoC’22 This issue/pull request will be considered for KSoC’22. Medium Points alloted: 200
Projects
None yet
Development

No branches or pull requests

4 participants