-
Notifications
You must be signed in to change notification settings - Fork 80
Incorporating changes for the brackets.io redesign #205
base: gh-pages
Are you sure you want to change the base?
Conversation
<link rel="stylesheet" href="/css/brackets.io.css"> | ||
|
||
<!-- Linked Favicon --> | ||
<link rel="shortcut icon" href="favicon.ico" /> |
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.
Has the icon and the fonts below at lines 39 and 40 legally validated to be used in the site? Check with PgM once on the legal.
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.
The favicon used is the existing one. I have not changed that.
As for the webfonts. They are served though Google fonts API, and are free to use in a commercial and Non-commercial project. https://developers.google.com/fonts/
All other icons used have been properly attributed for, in consultation with Legal
404.html
Outdated
<a href="contribute.html" class="contribute" data-i18n="nav.contribute">Contribute</a> | ||
<a href="docs/current/modules/brackets.html" data-i18n="nav.apidocs">API Docs</a> | ||
<a href="https://registry.brackets.io/" data-i18n="">Extensions</a> |
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.
empty attribute for data-i18n?
- Get the development dependencies for the submodule | ||
|
||
```bash | ||
npm install |
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.
Mention the node version with which you have tested .
img/LICENSE.txt
Outdated
to represent the company, product, or service to which they refer.** | ||
|
||
################################################################################# | ||
Modified by Adobe Systems Incorporated 2017. |
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.
2018?
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.
Have you run linting on all the html, css , js files? Check with Swagatam on this.
This PR includes the io side changes that were done as part of the brackets website redesign.
This covers:
SIte can be visually reviewed at https://shubhsnov.github.io/brackets.io
ping @nethip and @swmitra for review.