Ei kuvausta

ui-typography.html 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {% extends "base-site.html" %}
  2. {% block title %} UI Typography {% endblock %}
  3. <!-- Specific Page CSS goes HERE -->
  4. {% block stylesheets %}{% endblock stylesheets %}
  5. {% block content %}
  6. <div class="row">
  7. <div class="col-md-12">
  8. <div class="card">
  9. <div class="card-header mb-5">
  10. <h5 class="card-category">Black Table Heading</h5>
  11. <h3 class="card-title">Created using Poppins Font Family</h3>
  12. </div>
  13. <div class="card-body">
  14. <div class="typography-line">
  15. <h1><span>Header 1</span>The Life of Black Dashboard </h1>
  16. </div>
  17. <div class="typography-line">
  18. <h2><span>Header 2</span>The Life of Black Dashboard </h2>
  19. </div>
  20. <div class="typography-line">
  21. <h3><span>Header 3</span>The Life of Black Dashboard </h3>
  22. </div>
  23. <div class="typography-line">
  24. <h4><span>Header 4</span>The Life of Black Dashboard </h4>
  25. </div>
  26. <div class="typography-line">
  27. <h5><span>Header 5</span>The Life of Black Dashboard </h5>
  28. </div>
  29. <div class="typography-line">
  30. <h6><span>Header 6</span>The Life of Black Dashboard </h6>
  31. </div>
  32. <div class="typography-line">
  33. <p><span>Paragraph</span>
  34. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at.
  35. </p>
  36. </div>
  37. <div class="typography-line">
  38. <span>Quote</span>
  39. <blockquote>
  40. <p class="blockquote blockquote-primary">
  41. "I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at."
  42. <br>
  43. <br>
  44. <small>
  45. - Noaa
  46. </small>
  47. </p>
  48. </blockquote>
  49. </div>
  50. <div class="typography-line">
  51. <span>Muted Text</span>
  52. <p class="text-muted">
  53. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
  54. </p>
  55. </div>
  56. <div class="typography-line">
  57. <span>Primary Text</span>
  58. <p class="text-primary">
  59. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...</p>
  60. </div>
  61. <div class="typography-line">
  62. <span>Info Text</span>
  63. <p class="text-info">
  64. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p>
  65. </div>
  66. <div class="typography-line">
  67. <span>Success Text</span>
  68. <p class="text-success">
  69. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p>
  70. </div>
  71. <div class="typography-line">
  72. <span>Warning Text</span>
  73. <p class="text-warning">
  74. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
  75. </p>
  76. </div>
  77. <div class="typography-line">
  78. <span>Danger Text</span>
  79. <p class="text-danger">
  80. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p>
  81. </div>
  82. <div class="typography-line">
  83. <h2><span>Small Tag</span>
  84. Header with small subtitle <br>
  85. <small>Use "small" tag for the headers</small>
  86. </h2>
  87. </div>
  88. <div class="typography-line">
  89. <span>Lists</span>
  90. <div class="row">
  91. <div class="col-md-3">
  92. <h5>Unordered List</h5>
  93. <ul>
  94. <li>List Item</li>
  95. <li>List Item</li>
  96. <li class="list-unstyled">
  97. <ul>
  98. <li>List Item</li>
  99. <li>List Item</li>
  100. <li>List Item</li>
  101. </ul>
  102. </li>
  103. <li>List Item</li>
  104. </ul>
  105. </div>
  106. <div class="col-md-3">
  107. <h5>Ordered List</h5>
  108. <ol>
  109. <li>List Item</li>
  110. <li>List Item</li>
  111. <li>List item</li>
  112. <li>List Item</li>
  113. </ol>
  114. </div>
  115. <div class="col-md-3">
  116. <h5>Unstyled List</h5>
  117. <ul class="list-unstyled">
  118. <li>List Item</li>
  119. <li>List Item</li>
  120. <li>List item</li>
  121. <li>List Item</li>
  122. </ul>
  123. </div>
  124. <div class="col-md-3">
  125. <h5>Inline List</h5>
  126. <ul class="list-inline">
  127. <li class="list-inline-item">List1</li>
  128. <li class="list-inline-item">List2</li>
  129. <li class="list-inline-item">List3</li>
  130. </ul>
  131. </div>
  132. </div>
  133. </div>
  134. <div class="typography-line">
  135. <span>Code</span>
  136. <p>This is
  137. <code>.css-class-as-code</code>, an example of an inline code element. Wrap inline code within a
  138. <code> &lt;code&gt;...&lt;/code&gt;</code>tag.
  139. </p>
  140. <pre>1. #This is an example of preformatted text.<br/>2. #Here is another line of code</pre>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. </div>
  146. {% endblock content %}
  147. <!-- Specific Page JS goes HERE -->
  148. {% block javascripts %}{% endblock javascripts %}