You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

  1. ---
  2. layout : 'default'
  3. css : 'site-page'
  4. element : 'site'
  5. elementType : 'global'
  6. title : 'Site'
  7. description : 'A site is a set of global constraints that define the basic parameters of all UI elements'
  8. status : 'Undocumented'
  9. type : 'UI Global'
  10. ---
  11. <link rel="stylesheet/less" type="text/css" href="/build/less/definitions/globals/site.less" />
  12. <%- @partial('header') %>
  13. <div class="main container">
  14. <h2 class="ui dividing header">What Can I Use This For?</h2>
  15. <div class="no example">
  16. <p>Semantic includes a basic set of site parameters, including paragraph spacing, page line-height, body font size, color hex-code definitions, and other globally pertinent themable values</p>
  17. <p>In addition Semantic provides utilities to include common web fonts available through Google Fonts, and include them as part of UI themes.</p>
  18. </div>
  19. <h2 class="ui dividing header">Development Progress</h2>
  20. <div class="no example">
  21. <p>This is an undocumented component, but will be included in 1.0.</p>
  22. <p>Stay tuned the next couple weeks for documentation</p>
  23. </div>
  24. </div>