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.

37 lines
1.3 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">Current Progress</h2>
  15. <div class="ui indicating progress">
  16. <div class="bar" style="width: 90%;">
  17. <div class="progress">95%</div>
  18. </div>
  19. <div class="label">Needs Documentation</div>
  20. </div>
  21. <h2 class="ui dividing header">Usage</h2>
  22. <div class="no example">
  23. <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>
  24. <p>In addition Semantic provides utilities to include common web fonts available through Google Fonts, and include them as part of UI themes.</p>
  25. </div>
  26. <h2 class="ui dividing header">Development Progress</h2>
  27. <div class="no example">
  28. <p>This is an undocumented component, but will be included in 1.0.</p>
  29. <p>Stay tuned the next couple weeks for documentation</p>
  30. </div>
  31. </div>