Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
spell check
  • Loading branch information
Seth Hall committed Nov 18, 2013
1 parent a2e94fa commit 293429b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README-DESIGN-GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ping Design Guide
============

PING'S UI is based on the all inclusive, crossbrowser, front-end framework [Foundation](http://foundation.zurb.com/docs/index.html) and utilizes [Sass](http://example.net/), which compiles to CSS via [Compass](http://example.net/). Foundation provides Sass mixins, which are an intergral part of PING'S grid and design.
PING'S UI is based on the all inclusive, cross-browser, front-end framework [Foundation](http://foundation.zurb.com/docs/index.html) and utilizes [Sass](http://example.net/), which compiles to CSS via [Compass](http://example.net/). Foundation provides Sass mixins, which are an integral part of PING'S grid and design.

### How to get started?

Expand All @@ -23,10 +23,10 @@ PING'S UI is based on the all inclusive, crossbrowser, front-end framework [Foun

### Semantic HTML & SASS Mixins

The PING codebase uses semantic HTML, [Sass mixins provided by Foundation](http://foundation.zurb.com/docs/components/grid.html) and custom [Sass placeholders](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#placeholder_selectors_).
The PING code base uses semantic HTML, [Sass mixins provided by Foundation](http://foundation.zurb.com/docs/components/grid.html) and custom [Sass placeholders](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#placeholder_selectors_).

>#####Semantic HTML is defined as:
>*1. the use of HTML markup to reinforce the semantics, or meaning, of the information in webpages rather than merely to define its presentation or look*
>*1. the use of HTML markup to reinforce the semantics, or meaning, of the information in web pages rather than merely to define its presentation or look*
####Example - tab:

Expand Down Expand Up @@ -79,7 +79,7 @@ Then we style our semantic class with a Sass mixin

####Example - grid:

The semanitic markup applys to the grid as well. If you need to adjust or add to the grid, please markup with semantic classes and style with [Sass mixins provided by Foundation](http://foundation.zurb.com/docs/components/grid.html).
The semanitic markup applies to the grid as well. If you need to adjust or add to the grid, please markup with semantic classes and style with [Sass mixins provided by Foundation](http://foundation.zurb.com/docs/components/grid.html).



Expand Down

0 comments on commit 293429b

Please sign in to comment.