diff --git a/README.md b/README.md index 165d2d746..8e0c1bb59 100755 --- a/README.md +++ b/README.md @@ -1,12 +1,133 @@ -Semantic -======= +# Semantic -Semantic is a set of specifications for sharing UI elements between developers. +Semantic is a set of specifications for sharing UI elements between developers. Semantic is also a UI library, like Bootstrap, made to make front end development simpler. -Semantic is also a library written to match the specification of the the Semantic standard. +## About +Semantic's goal is to create conventions for html structures and class names of interface elements so that developers can exchange designs for UI components without restructuring their codebase. -Getting Started --------------- +Semantic also tries to make web development more easy to learn, by reducing the complexity of html, and providing syntax based on natural language making it easier to define relationships like, singular and plural definitions. nouns and adjectives. -* **Designers**: If you would like to browse UI elements available in Semantic standard check out our UI library. +For example here is Semantic's definition of a button + +```html +
+``` +A button can sometimes be active, or selected by the user + +``` html +