Advertisement
snail-legs

spill | custom colours

Jun 8th, 2021
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 KB | None | 0 0
  1. <div class="container-flex">
  2. <div class="row no-gutters" style="max-width: 80em; margin: auto;">
  3.  
  4. <!-- bookmark decorations, only visible on desktop -->
  5. <div class="col-md-1 d-none d-sm-block">
  6. <div style="height: 75px;"></div>
  7. <i class="fas fa-bookmark fa-rotate-90 fa-6x" style="float: right; color: #e8b8c4;"></i>
  8. <i class="fas fa-bookmark fa-rotate-90 fa-4x" style="float: right; color: #eccdde;"></i>
  9. </div>
  10.  
  11. <!-- main content -->
  12. <div class="col-md-8 p-1">
  13. <div class="card bg-faded border-0">
  14.  
  15. <!-- header w/ character name and some quick info -->
  16. <div class="card-header border-0" style="line-height: 0.2em;padding-bottom: 2em;">
  17. <h1 class="display-1" style="color: #ac8ecf; font-family: georgia; font-weight: bold;"><i class="fas fa-star"></i> Character Name</h1> <!-- character name -->
  18. <p class="text-secondary" style="font-style: italic; float: right; line-height: 0; overflow-wrap: break-word;">info | info | info</p> <!-- quick info, wld reccomend keeping fairly short -->
  19. </div>
  20.  
  21. <!-- contents, bio, history, etc -->
  22. <div class="card-block">
  23. <!-- contents section -->
  24. <div>
  25. <h3 style="color: #ac8ecf; display: inline-block; font-family: georgia; font-weight: bold;">Contents</h3>
  26. <a class="text-secondary" style="display: inline-block;" data-toggle="collapse" href="#contents" role="button" aria-expanded="false" aria-controls="contents">[toggle]</a>
  27. </div>
  28. <ol class="collapse" id="contents">
  29. <li><a style="color: #ac8ecf;" href="#bio"><i>Biography</i></a></li> <!-- the href="" should reference the id of the section being linked -->
  30. <li><a style="color: #ac8ecf;" href="#history"><i>History</i></a></li>
  31. <li><a style="color: #ac8ecf;" href="#trivia"><i>Trivia</i></a></li>
  32. <li><a style="color: #ac8ecf;" href="#playlist"><i>Playlist</i></a></li>
  33. <li><a style="color: #ac8ecf;" href="#design-notes"><i>Design Notes</i></a></li>
  34. </ol>
  35. <hr class="border-0">
  36.  
  37. <!-- bio -->
  38. <h3 style="color: #ac8ecf; font-family: georgia; font-weight: bold;" id="bio">Biography</h3>
  39. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  40. <hr class="border-0">
  41.  
  42. <!-- quote - I'd reccomend keeping this short and sweet! -->
  43. <hr style="width: 50%; padding: 0.1em;">
  44. <h4 class="text-center" style="color: #ac8ecf; font-family: georgia; max-width: 70%; margin: auto;"><i>"A quote, or song lyrics!"</i></h4>
  45. <hr style="width: 50%; padding: 0.1em;">
  46.  
  47. <!-- history -->
  48. <h3 style="color: #ac8ecf; font-family: georgia; font-weight: bold;" id="history">History</h3>
  49. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<br><br>
  50.  
  51. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  52. </p>
  53. <hr class="border-0">
  54.  
  55. <!-- image, could be an aesthetic pic or a close-up of an illustration! -->
  56. <div class="card" style="background: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: top; height: 10em; width: auto; border: 0; border-radius: 0;">
  57. <a href="#"><i class="fas fa-image card-block text-secondary" style="float: right;"></i></a>
  58. </div>
  59. <hr class="border-0">
  60.  
  61. <!-- trivia and playlist -->
  62. <div class="row">
  63.  
  64. <!-- trivia -->
  65. <div class="col-md-6">
  66. <h3 style="color: #ac8ecf; font-family: georgia; font-weight: bold;" id="trivia">Trivia</h3>
  67. <ul class="fa-ul">
  68. <li><span style="color: #ac8ecf;" class="fa-li"><i class="fas fa-fish"></i></span>some trivia</li>
  69. <li><span style="color: #ac8ecf;" class="fa-li"><i class="fas fa-fish"></i></span>about your character!</li>
  70. <li><span style="color: #ac8ecf;" class="fa-li"><i class="fas fa-fish"></i></span>this can be anything</li>
  71. <li><span style="color: #ac8ecf;" class="fa-li"><i class="fas fa-fish"></i></span>you want it to be ^^</li>
  72. </ul>
  73. </div>
  74.  
  75. <!-- playlist -->
  76. <div class="col-md-6">
  77. <h3 style="color: #ac8ecf; font-family: georgia; font-weight: bold;" id="playlist">Playlist</h3>
  78. <ul class="fa-ul">
  79. <li style="margin: 0.25em;"><span class="fa-li" style="color: #ac8ecf;"><i class="fas fa-play"></i></span><a href="#" style="color: #ac8ecf;">song name</a> | artist</li>
  80. <li style="margin: 0.25em;"><span class="fa-li" style="color: #ac8ecf;"><i class="fas fa-play"></i></span><a href="#" style="color: #ac8ecf;">song name</a> | artist</li>
  81. <li style="margin: 0.25em;"><span class="fa-li" style="color: #ac8ecf;"><i class="fas fa-play"></i></span><a href="#" style="color: #ac8ecf;">song name</a> | artist</li>
  82. </ul>
  83. </div>
  84. </div>
  85. <hr style="width: 50%; padding: 0.1em;">
  86.  
  87. <!-- design notes -->
  88. <a id="design-notes"></a> <!-- design notes anchor for contents section -->
  89. <div class="text-center" style="margin-left: 0.25em;">
  90. <div class="btn btn-default" style="margin: 0.25em; border: 0;">some design notes</div>
  91. <div class="btn btn-default" style="margin: 0.25em; border: 0;">about your character</div>
  92. <div class="btn btn-default" style="margin: 0.25em; border: 0;">you can put anything here</div>
  93. <div class="btn btn-default" style="margin: 0.25em; border: 0;">and it should look p nice!</div>
  94. <div class="btn btn-default" style="margin: 0.25em; border: 0;">(if i do say so</div>
  95. <div class="btn btn-default" style="margin: 0.25em; border: 0;">myself)</div>
  96. </div>
  97. </div>
  98.  
  99. <!-- back to top -->
  100. <div class="card-footer border-0">
  101. <p class="text-center"><a href="#" class="text-secondary"><i>to top</i></a></p>
  102. </div>
  103. </div>
  104. </div>
  105.  
  106. <!-- basic info section -->
  107. <div class="col-md-3 p-1">
  108. <div class="card bg-faded border-0">
  109.  
  110. <!-- image -->
  111. <div class="card" style="background: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: top left; height: 21em; width: auto; border: 0; border-radius: 0;"></div>
  112.  
  113. <!-- colours and info -->
  114. <div class="card-block">
  115.  
  116. <!-- colour palette -->
  117. <div style="text-align: center; margin: auto;">
  118. <i class="fas fa-circle fa-2x" style="color: #808080;"></i>
  119. <i class="fas fa-circle fa-2x" style="color: #808080;"></i>
  120. <i class="fas fa-circle fa-2x" style="color: #808080;"></i>
  121. <i class="fas fa-circle fa-2x" style="color: #808080;"></i>
  122. <i class="fas fa-circle fa-2x" style="color: #808080;"></i>
  123. </div>
  124. <hr style="width: 50%; padding: 0.1em;">
  125.  
  126. <!-- basic info -->
  127. <table class="table table-hover" style="border: 0; margin-bottom: 0;">
  128. <tr>
  129. <td style="padding: 0.25em; font-weight: bold;">Name</td>
  130. <td style="padding: 0.25em; text-align: right;">name, nicknames</td>
  131. </tr>
  132. <tr>
  133. <td style="padding: 0.25em; font-weight: bold;">Gender</td>
  134. <td style="padding: 0.25em; text-align: right;">gender</td>
  135. </tr>
  136. <tr>
  137. <td style="padding: 0.25em; font-weight: bold;">Species</td>
  138. <td style="padding: 0.25em; text-align: right;">species</td>
  139. </tr>
  140. <tr>
  141. <td style="padding: 0.25em; font-weight: bold;">Age</td>
  142. <td style="padding: 0.25em; text-align: right;">age</td>
  143. </tr>
  144. <tr>
  145. <td style="padding: 0.25em; font-weight: bold;">Height</td>
  146. <td style="padding: 0.25em; text-align: right;">height</td>
  147. </tr>
  148. <tr>
  149. <td style="padding: 0.25em; font-weight: bold;">Weight</td>
  150. <td style="padding: 0.25em; text-align: right;">weight</td>
  151. </tr>
  152. </table>
  153. </div>
  154.  
  155. <!-- code credit, please leave intact -->
  156. <p class="card-footer border-0 text-secondary" style="text-align: center;">code by [<a href="https://toyhou.se/snail-legs" style="color: #ac8ecf;">snail-legs</a>]</p>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement