-
Notifications
You must be signed in to change notification settings - Fork 131
Week 7 project-github-tracker #100
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
base: main
Are you sure you want to change the base?
Conversation
mistscale
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job with the project! Your script is well written and minimal. I really liked that you added a colourful hero image, makes the site very visually pleasing combined with the grayscale filter on your profile image. Beautiful tracker Josse! :D
| backgroundColor: ['rgb(255, 99, 132)','rgb(255, 69, 0)'], | ||
| borderColor: ['rgb(255, 99, 132)','rgb(255, 69, 0)'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah smart solution for "removing" the border on the chart!
| //If any review made - positioning data by dynamic ID repoName | ||
| if (`${data[0].user.login} == ''`) { | ||
| document.getElementById(repoName).innerHTML += ` | ||
| <p>Review made by: ${data[0].user.login}</p>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive to add the username of the code reviewer
| } | ||
|
|
||
| .project-container :hover { | ||
| background: linear-gradient(90deg, #D1D1D1, #e6e6e6 50%, #e6e6e6 50%, #e6e6e6 50%, #D1D1D1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't notice the hover gradient at first but so nice with a subtle and minimal gradient. Have to try this out on a future project!
No description provided.