Guest User

minicode

a guest
Apr 2nd, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. <!--
  2.  
  3. code by @cheet !!! please do not remove my credit :)
  4. do not redistribute or claim as your own
  5.  
  6. -->
  7.  
  8. <!-- NAMEPLATE START -->
  9.  
  10. <div class="mx-auto" style="max-width:600px; margin-top:50px;">
  11.  
  12. <div class="card border-0 bg-primary text-uppercase" style="
  13.  
  14. background: url(https://i.imgur.com/GtAokTt.jpg) center fixed;
  15.  
  16. padding: 10px; color: white; margin-bottom: 10px;">
  17. <h1 class="text-right justify-content-between my-auto">
  18. Name
  19. <i class="fas fa-bug"></i> <!-- SET ICON HERE -->
  20. </h1>
  21. </div>
  22.  
  23. <!-- NAMEPLATE END -->
  24.  
  25. <div class="row no-gutters">
  26.  
  27. <!-- FOCAL IMAGE START -->
  28.  
  29. <div class="col-md-4 rounded" style="overflow: hidden;">
  30. <div style="
  31.  
  32. background: url(https://cdn.discordapp.com/attachments/622903044111335435/686421810832605192/yeh-xintong-2U18DUzuL-E-unsplash.jpg);
  33.  
  34. background-size: cover; background-position: center; height: 200px;"></div>
  35. </div>
  36.  
  37. <!-- FOCAL IMAGE END -->
  38.  
  39. <!-- INFOBOX START -->
  40.  
  41. <div class="col-md-8 pl-md-3 mb-3 border-0 card bg-faded justify-content-between" style="padding: 20px; height: 200px; margin-bottom: 0px;">
  42.  
  43. <div class="justify-content-between"><span class="text-uppercase faded" style="text-weight: bold;">
  44. Name
  45. </span>
  46. <span>Content</span>
  47. </div>
  48.  
  49. <div class="justify-content-between"><span class="text-uppercase faded" style="text-weight: bold;">
  50. Age
  51. </span>
  52. <span>Content</span>
  53. </div>
  54.  
  55. <div class="justify-content-between"><span class="text-uppercase faded" style="text-weight: bold;">
  56. Gender
  57. </span>
  58. <span>Content</span>
  59. </div>
  60.  
  61. <div class="justify-content-between"><span class="text-uppercase faded" style="text-weight: bold;">
  62. Orientation
  63. </span>
  64. <span>Content</span>
  65. </div>
  66.  
  67. <div class="justify-content-between"><span class="text-uppercase faded" style="text-weight: bold;">
  68. Alignment
  69. </span>
  70. <span>Content</span>
  71. </div>
  72.  
  73. <div class="justify-content-between"><span class="text-uppercase faded" style="text-weight: bold;">
  74. Theme
  75. </span>
  76. <span><a href="https://youtu.be/5IXQ6f6eMxQ">Content <i class="fas fa-play"></i></a></span>
  77. </div>
  78.  
  79. </div>
  80.  
  81. <!-- INFOBOX END -->
  82.  
  83.  
  84. </div>
  85. <div class="row no-gutters">
  86.  
  87.  
  88. <!-- BIO START -->
  89.  
  90. <div class="card col-md-12 border-0 bg-faded" style="padding: 20px; text-align: justify;">
  91.  
  92. <p>write a short bio for your character here. this could be brief notes, a lengthy description, whatever - it will grow or shrink with the info you put into it. i am writing normal text in here now because frankly i think lorem ipsum text is a little bit fuck ugly LMFAO</p>
  93. <p>paragraph 2 baby!!!!!!!! once i found a caterpillar on my college campus and i was like fifteen minutes late to one of my classes because i kept fuckin playing with it. this happened on multiple occassions actually</p>
  94.  
  95. </div>
  96.  
  97. <!-- BIO END -->
  98.  
  99.  
  100. </div>
  101.  
  102.  
  103. <!-- MOODBOARD START -->
  104.  
  105. <div class="rounded" style="overflow: hidden;">
  106. <div class="row no-gutters">
  107.  
  108. <div class="col-md-3 col-6">
  109. <div style="background: url(https://cdn.discordapp.com/attachments/622903044111335435/686421795485777950/sean-paul-kinnear-dVWMGsBwS30-unsplash.jpg); background-size: cover; background-position: center; height: 150px;"></div>
  110. </div>
  111.  
  112. <div class="col-md-3 col-6">
  113. <div style="background: url(https://cdn.discordapp.com/attachments/622903044111335435/686421788489416729/luke-southern-N5GCFcsVbys-unsplash.jpg); background-size: cover; background-position: center; height: 150px;"></div>
  114. </div>
  115.  
  116. <div class="col-md-3 col-6">
  117. <div style="background: url(https://cdn.discordapp.com/attachments/622903044111335435/686421810832605192/yeh-xintong-2U18DUzuL-E-unsplash.jpg); background-size: cover; background-position: center; height: 150px;"></div>
  118. </div>
  119.  
  120. <div class="col-md-3 col-6">
  121. <div style="background: url(https://cdn.discordapp.com/attachments/622903044111335435/686421813114306625/andrew-neel-dC5YbKG2Qks-unsplash.jpg); background-size: cover; background-position: center; height: 150px;"></div>
  122. </div>
  123.  
  124. </div>
  125. </div>
  126.  
  127. <!-- MOODBOARD END -->
  128.  
  129.  
  130.  
  131. <!-- CREDIT START DO NOT REMOVE-->
  132.  
  133. <a class="float-right text-muted" href="https://toyhou.se/cheet"><i class="fas fa-frog"></i></a>
  134.  
  135. <!-- CREDIT END DO NOT REMOVE-->
  136.  
  137. </div>
Advertisement
Add Comment
Please, Sign In to add comment