t3ch13-c0l0rs

SUPER MARIO RPG SONG

Mar 10th, 2023
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.34 KB | None | 0 0
  1. <!--
  2.  
  3. #eee - background color
  4. #222 - text color
  5. black - border color
  6.  
  7. cmd/ctrl + f to change easily.
  8.  
  9. -->
  10.  
  11. <div class="container-fluid mx-auto" style="max-width: 600px;">
  12. <div class="row no-gutters">
  13.  
  14. <!-- pfp and the username and the social medias-->
  15. <div class="col-md-4 col-sm-12">
  16. <div class="col-12 p-2 mb-md-n4 ml-md-n4 m-sm-0" style="color: #222; background-color: #eee; border: solid 1px black; font-family: courier new; font-size: 20px; z-index: 1;">
  17. <p><span class="font-weight-bold">U</span>SERNAME</p>
  18. </div>
  19.  
  20. <!-- pfp -->
  21. <div class="col-12" style="background-color: #eee; border: solid 1px black;
  22. background-image: url(IMGURLHERE);
  23. min-height: 190px; background-size: cover"></div>
  24.  
  25.  
  26. <!-- social medias, if y dont use these go to fontawesome.com to get icons for the ones you do use. fab is just for brands btw -->
  27. <div class="col-12 p-2 mt-md-n4 ml-md-5 m-sm-0" style="color: #222; background-color: #eee; border: solid 1px black; font-family: courier new; z-index: 1; font-size: 20px">
  28. <p class="justify-content-between p-0 mt-1">
  29.  
  30. <!-- twitter -->
  31. <a href="#twitter" style="color: #222"><i class="fab fa-twitter fa-fw"></i></a>
  32.  
  33. <!-- tumblr -->
  34. <a href="#tumblr" style="color: #222;"><i class="fab fa-tumblr fa-fw"></i></a>
  35.  
  36. <!-- deviantart -->
  37. <a href="#deviantart" style="color: #222;"><i class="fab fa-deviantart fa-fw"></i></a>
  38.  
  39. <!-- carrd -->
  40. <a href="#carrd" style="color: #222;"><i class="fas fa-id-card fa-fw"></i></a>
  41.  
  42. <!-- trello -->
  43. <a href="#trello" style="color: #222;"><i class="fab fa-trello fa-fw"></i></a>
  44. </p>
  45. </div>
  46. </div>
  47.  
  48. <!-- end of section one. now comes the paragraph -->
  49.  
  50. <div class="col-md-8 col-sm-12">
  51. <div class="col-12 ml-md-2 ml-sm-0 p-0" style="color: #222; background-color: #eee; border: solid 1px black; font-family: courier new; font-size: 20px;">
  52.  
  53. <div class="p-2" style="border-bottom: solid 1px black">
  54. <div class="justify-content-between">
  55. <p class="my-0 ml-2"><span class="font-weight-bold">A</span>BOUT</p>
  56.  
  57. <!-- technically you can change this icon idk im not stopping you -->
  58. <p><i class="far fa-buildings mr-2"></i></p>
  59. </div>
  60. </div>
  61.  
  62. <!-- write abnout yourself. this scrolls -->
  63. <div class="overflow-auto p-2" style="font-size: 15px; max-height: 150px">
  64. <p>Everyone knows Mario is cool as fuck. But who knows what he's thinking? Who knows why he crushes turtles? And why do we think about him as fondly as we think of the mystical (nonexistent?) Dr Pepper? Perchance.</p>
  65.  
  66. <p>I believe it was Kant who said "Experience without theory is blind, but theory without experience is mere intellectual play." Mario exhibits experience by crushing turts all day, but he exhibits theory by stating "Lets-a go!" Keep it up, baby!</p>
  67.  
  68. <p>When Mario leaves his place of safety to stomp a turty, he knows that he may Die. And yet, for a man who can purchase lives with money, a life becomes a mere store of value. A tax that can be paid for, much as a rich man feels any law with a fine is a price. We think of Mario as a hero,but he is simply a one percenter of a more privileged variety. The lifekind. Perchance.</p>
  69. </div>
  70. </div>
  71. </div>
  72.  
  73. <!-- friendbox (HOLY SHIT FRIENDLOCKE REFERENCE??) -->
  74. <div class="col-md-6 col-sm-12 mt-2">
  75. <div class="row no-gutters">
  76.  
  77. <div class="col-md-10 col-sm-12 p-2 overflow-auto" style="color: #222; background-color: #eee; border: solid 1px black; font-family: courier new; font-size: 15px; z-index: 1; height: 200px">
  78. <div class="row no-gutters">
  79.  
  80. <!-- friend 1 -->
  81. <div class="col-6 text-center" style="border-right: 2px solid transparent">
  82.  
  83. <!-- put link to their profile here -->
  84. <a href="#" style="color: #222">
  85.  
  86. <!-- put profile picture here. i recommend square large images -->
  87. <img src="IMGURLHERE" style="border: 1px solid black">
  88. <br>
  89. friend
  90. </a>
  91. </div>
  92.  
  93. <!-- friend 2 -->
  94. <div class="col-6 text-center" style="border-left: 2px solid transparent">
  95.  
  96. <!-- put link to profile here -->
  97. <a href="#" style="color: #222">
  98.  
  99. <!-- put profile picture here -->
  100. <img src="IMGURLHERE" style="border: 1px solid black">
  101. <br>
  102. friend
  103. </a>
  104. </div>
  105.  
  106. <!-- friend 3 -->
  107. <div class="col-6 text-center" style="border-right: 2px solid transparent">
  108.  
  109. <!-- put link to profile here -->
  110. <a href="#" style="color: #222">
  111.  
  112. <!-- put profile picture here -->
  113. <img src="IMGURLHERE" style="border: 1px solid black">
  114. <br>
  115. friend
  116. </a>
  117. </div>
  118.  
  119. <!-- friend 4 -->
  120. <div class="col-6 text-center" style="border-left: 2px solid transparent">
  121.  
  122. <!-- put link to profile here -->
  123. <a href="#" style="color: #222">
  124. <!-- put profile picture here -->
  125. <img src="IMGURLHERE" style="border: 1px solid black">
  126. <br>
  127. friend
  128. </a>
  129. </div>
  130.  
  131. <!-- add more above this line -->
  132.  
  133. </div>
  134. </div>
  135.  
  136. <!-- random ass side image idk -->
  137. <div class="col-md-2 col-sm-12 pl-md-2 pl-sm-0 pt-md-1 pt-sm-0 mt-md-n5 mt-sm-0">
  138. <div class="h-100 bg-faded" style="background-image: url(IMGURLHERE); background-size: cover; background-position: center"></div>
  139. </div>
  140.  
  141. </div>
  142. </div>
  143.  
  144. <!-- featured ocs block -->
  145. <div class="col-md-6 col-sm-12 pl-md-2 mt-md-n5">
  146. <div class="col-12 p-2 overflow-auto justify-content-center align-items-center" style="color: #222; background-color: #eee; border: solid 1px black; font-family: courier new; font-size: 20px; z-index: 1; max-height: 257px; min-height: 257px">
  147.  
  148. <div id="featured" class="carousel slide w-100" data-ride="carousel">
  149. <div class="carousel-inner">
  150.  
  151. <!-- oc 1 -->
  152. <div class="carousel-item active h-100">
  153. <div class="col-12 text-center">
  154.  
  155. <!-- put link to oc here -->
  156. <a href="#" style="color: #222">
  157.  
  158. <!-- put oc profile picture here. i recommend square images yet again -->
  159. <img src="IMGURLHERE" style="border: 1px black solid">
  160. <br>
  161. OC NAME
  162. </a>
  163. </div>
  164. </div>
  165.  
  166. <!-- oc 2 -->
  167. <div class="carousel-item h-100">
  168. <div class="col-12 text-center">
  169.  
  170. <!-- link to oc -->
  171. <a href="#" style="color: #222">
  172.  
  173. <!-- oc pfp -->
  174. <img src="IMGURLHERE" style="border: 1px black solid">
  175. <br>
  176. OC NAME
  177.  
  178. </a>
  179.  
  180. </div>
  181. </div>
  182.  
  183. <!-- oc 3 -->
  184. <div class="carousel-item h-100">
  185. <div class="col-12 text-center">
  186.  
  187. <!-- link to oc -->
  188. <a href="#" style="color: #222">
  189.  
  190. <!-- oc pfp -->
  191. <img src="IMGURLHERE" style="border: 1px black solid">
  192. <br>
  193. OC NAME
  194.  
  195. </a>
  196.  
  197. </div>
  198. </div>
  199.  
  200. </div>
  201.  
  202.  
  203. <!-- carousel controls lol -->
  204. <a class="carousel-control-prev" href="#featured" role="button" data-slide="prev">
  205. <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  206. <span class="sr-only">prev.</span>
  207. </a>
  208.  
  209.  
  210. <a class="carousel-control-next" href="#featured" role="button" data-slide="next">
  211. <span class="carousel-control-next-icon" aria-hidden="true"></span>
  212. <span class="sr-only">next</span>
  213. </a>
  214. </div>
  215.  
  216. </div>
  217. </div>
  218.  
  219. </div>
  220.  
  221. <!-- ok end dont remove the credit lol -->
  222.  
  223. <div class="justify-content-end">
  224. <a href="/micro-wave"><i class="fas fa-microwave"></i></a>
  225. </div>
  226. </div>
Add Comment
Please, Sign In to add comment