-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update website #39
Update website #39
Conversation
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.
Sorry for the late response, got a couple of items 👍 thanks again for the update! Also the index.html has a conflict which needs to be resolved before merging :)
@Baklap4 conflicts are resolved, review requests done 👍 |
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.
LGTM, but still needs to be rebased correctly
git checkout main
git pull
git checkout update-website
git rebase -i origin/main
#fix any conflicts (if conflict -> git add -A && git rebase --continue )
git push -f # this is destructive so please make sure it's working correctly as before :)
update infos, add overview section for overview graphics, improve layout, prepare a hidden "new features"-section
linked github profiles in credits commented when "new feature" section has to be displayed
fixed line endings checked with html validator (duplicated ids solved etc.) fixed favicon - now displayed
18df61f
to
e3a72e0
Compare
@Baklap4 can you review again? |
@Baklap4 : could you review this pr? 👋 😃 |
What does this PR do?
Closes Issue(s)
Motivation
Keep website updated, improve layout
More