typography.html 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. ---
  2. title: Typography
  3. page-header: Typography
  4. menu: base.typography
  5. ---
  6. <div class="card card-lg">
  7. <div class="card-body ">
  8. <div class="row g-4">
  9. <div class="col-12 markdown">
  10. <h1>1/1 Text</h1>
  11. <p>I'm not a witch. Now, look here, my good man. Oh! Come and see the violence inherent in the system! Help, help, I'm being repressed! Well, I didn't vote for you. You can't expect to wield supreme power just 'cause some watery tart threw a sword at you! Bring her forward! He hasn't got shit all over him. He hasn't got shit all over him. We shall say 'Ni' again to you, if you do not appease us.</p>
  12. <p>Well, we did do the nose. Why? Now, look here, my good man. Be quiet! Well, what do you want?</p>
  13. </div>
  14. <div class="col-md-6 markdown">
  15. <h2>1/2 Text</h2>
  16. <p>What do you mean? We shall say 'Ni' again to you, if you do not appease us. I have to push the pram a lot. No, no, no! Yes, yes. A bit. But she's got a wart. What a strange person.</p>
  17. </div>
  18. <div class="col-md-6 markdown">
  19. <h2>1/2 Text</h2>
  20. <p>And this isn't my nose. This is a false one. We found them. Listen. Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.</p>
  21. </div>
  22. <div class="col-md-4 markdown">
  23. <h3>1/3 Text</h3>
  24. <p>Knights of Ni, we are but simple travelers who seek the enchanter who lives beyond these woods. Why? Well, what do you want? …Are you suggesting that coconuts migrate?</p>
  25. </div>
  26. <div class="col-md-8 markdown">
  27. <h3>2/3 Text</h3>
  28. <p>Well, I got better. Knights of Ni, we are but simple travelers who seek the enchanter who lives beyond these woods. Found them? In Mercia?! The coconut's tropical! A newt? …Are you suggesting that coconuts migrate?</p>
  29. </div>
  30. <div class="col-md-8 markdown">
  31. <p>I don't want to talk to you no more, you empty-headed animal food trough water! I fart in your general direction! Your mother was a hamster and your father smelt of elderberries! Now leave before I am forced to taunt you a second time! We want a shrubbery!!</p>
  32. <p>Well, how'd you become king, then? Found them? In Mercia?! The coconut's tropical! Oh, ow! I am your king.</p>
  33. </div>
  34. <div class="col-md-3 markdown">
  35. <h4>Small Text</h4>
  36. <p>Well, Mercia's a temperate zone! You don't vote for kings. Now, look here, my good man. </p>
  37. <p class="text-secondary small lh-base">Who's that then? Well, we did do the nose.</p>
  38. </div>
  39. <div class="col-md-4 markdown">
  40. <h3>Unordered list</h3>
  41. <ul>
  42. <li>lorem ipsum doloret</li>
  43. <li>lorem ipsum doloret
  44. <ul>
  45. <li>lorem ipsum doloret</li>
  46. <li>lorem ipsum doloret</li>
  47. </ul>
  48. </li>
  49. <li>lorem ipsum doloret</li>
  50. <li>lorem ipsum doloret</li>
  51. </ul>
  52. </div>
  53. <div class="col-md-4 markdown">
  54. <h3>Ordered list</h3>
  55. <ol>
  56. <li>lorem ipsum doloret</li>
  57. <li>lorem ipsum doloret</li>
  58. <li>lorem ipsum doloret</li>
  59. <li>lorem ipsum doloret</li>
  60. <li>lorem ipsum doloret</li>
  61. <li>lorem ipsum doloret</li>
  62. </ol>
  63. </div>
  64. <div class="col-md-4 markdown">
  65. <h3>Unstyled list</h3>
  66. <ul class="list-unstyled">
  67. <li>lorem ipsum doloret</li>
  68. <li>lorem ipsum doloret</li>
  69. <li>lorem ipsum doloret</li>
  70. <li>lorem ipsum doloret</li>
  71. <li>lorem ipsum doloret</li>
  72. <li>lorem ipsum doloret</li>
  73. </ul>
  74. </div>
  75. <div class="col-12 markdown">
  76. <h3>Blockquote</h3>
  77. <blockquote class="blockquote">
  78. <p>I don't want to talk to you no more, you empty-headed animal food trough water! I fart in your general direction! Your mother was a hamster and your father smelt of elderberries! Now leave before I am forced to taunt you a second time! The nose?</p>
  79. <footer class="blockquote-footer">Julius Cesar</footer>
  80. </blockquote>
  81. </div>
  82. <div class="col-md-4 markdown">
  83. <h3>Text elements</h3>
  84. <div>You can use the mark tag to <mark>highlight</mark> text.</div>
  85. <div><s>This line of text is meant to be treated as deleted</s></div>
  86. <div><u>This line of text will render as underlined.</u></div>
  87. <div><small>This line of text is meant to be treated as fine print.</small></div>
  88. <div>The following snippet of text is <strong>rendered as bold text.</strong></div>
  89. <div>The following snippet of text is <em>rendered as italicized text.</em></div>
  90. <div>The following snippet of text show useful keyboard shortcut: <kbd>⌘</kbd> + <kbd>C</kbd> or <kbd>ctrl</kbd> + <kbd>C</kbd>.</div>
  91. </div>
  92. <div class="col-md-4 markdown">
  93. <h3>Text color</h3>
  94. <div class="text-primary">This is an example of primary text.</div>
  95. <div class="text-secondary">This is an example of secondary text.</div>
  96. <div class="text-body">This is an example of body text.</div>
  97. <div class="text-success">This is an example of success text.</div>
  98. <div class="text-info">This is an example of info text.</div>
  99. <div class="text-warning">This is an example of warning text.</div>
  100. <div class="text-danger">This is an example of danger text.</div>
  101. <div class="text-pink">This is an example of pink text.</div>
  102. </div>
  103. <div class="col-md-4 markdown">
  104. <h3>Addresses</h3>
  105. <address><strong>Twitter, Inc. <br> </strong>1355 Market Street, Suite 900 <br>
  106. San Francisco, CA 94103 <br><abbr title="Phone">P: </abbr>(123) 456 7890
  107. </address>
  108. <address><strong>Full name <br></strong><a href="mailto:#">first.last@example.com</a></address>
  109. </div>
  110. <div class="col-md-4 markdown">
  111. <h3>Typography</h3>
  112. <div>
  113. {% for i in (1..6) %}
  114. <h{{ i }}>H{{ i }} Lorem ipsum dolor sit amet</h{{ i }}>
  115. {% endfor %}
  116. </div>
  117. </div>
  118. </div>
  119. </div>
  120. </div>