Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Incorporating changes for the brackets.io redesign #205

Open
wants to merge 5 commits into
base: gh-pages
Choose a base branch
from

Conversation

shubhsnov
Copy link
Contributor

@shubhsnov shubhsnov commented Jan 23, 2018

This PR includes the io side changes that were done as part of the brackets website redesign.

This covers:

  • UI changes
  • New images (hero image, icons etc.)
  • Minifying main CSS stylesheet (brackets.min.css)
  • Adding SCSS stylesheets to be used as submodule
  • Making the site adaptive
  • Making the site works across browsers on Win and Mac
  • Modified README to assist developer in setting up CSS development using SCSS

SIte can be visually reviewed at https://shubhsnov.github.io/brackets.io

ping @nethip and @swmitra for review.

<link rel="stylesheet" href="/css/brackets.io.css">

<!-- Linked Favicon -->
<link rel="shortcut icon" href="favicon.ico" />
Copy link
Contributor

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.

Copy link
Contributor Author

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>
Copy link
Contributor

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
Copy link
Contributor

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2018?

Copy link
Contributor

@narayani28 narayani28 left a 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants