Closed iakovleva closed 9 years ago
And, when creating pull requests and even in commit messages always reference original source of information that was cause creation of pull request. Currently I added reference myself.
Where favicon.ico should be saved? I found these options:
Second. Add it to pylab/website/static/img/favicon.png
and add <link rel="icon" type="image/png" href="{% static "img/favicon.png" %}">
, the image should be 16x16 pixels size.
Also, please merge html-linter to your branch and make sure that tests pass.
And one more question, maybe you have an SVG format of logo? If yes, then please add it to /design
folder. Original vector image could be used later if we would want to produce other images in different sizes.
I changed logo styles to bootstrap but still I need to overwrite one setting (padding-top) in main.scss.
It is OK to add extra styling if bootstrap styles does not provide what you need.
I reviewed your pull request and found following issues:
master
into your branch, because your branch and master
have conflicts.pylab/website/static/img/pylab_logo.svg
with you new version of logo in SVG format?favicon.ico
is not transparent.Are you sure, that you wanted to close this pull request? I still see that most of the issues mentioned in comments are not fixed.
No, I did it occasionally. Can I reopen it somehow?
Just continue to commit to same branch, and github will offer you to create new pull request. Merge from logo
to master
cannot be undone.
Also, please do not commit or merge directly to master
yourself. Only well tested and reviewed code can go to master.
Also, before continuing to commit to your logo
branch, merge from master
. You can merge from master
using this command:
$ git checkout logo
$ git fetch
$ git merge origin/master
$ git push origin logo
Implements #17.