t3ch13-c0l0rs

touch tone telephone

Feb 29th, 2024
1,142
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 1 0
  1. <!--
  2. happy leap day!
  3. colors:
  4. main bg: #cc0f08
  5. main border: #850418
  6. text: #fff
  7. pfp border: #dbb17d
  8. section borders: #660525
  9. section backgrounds: #9c0c20
  10.  
  11. control + f (if on not mac) / command + f (if on mac) for easy changes!
  12. -->
  13.  
  14. <div class="col-md-6 col-sm-12 mx-auto px-0">
  15. <div class="col-12">
  16.  
  17. <div class="p-2" style="background: #cc0f08; border-radius: 10px; border: #850418 solid 4px; border-top: none">
  18.  
  19. <div class="row no-gutters">
  20.  
  21. <!-- profile picture -->
  22.  
  23. <!-- you heard the code give it that image url -->
  24. <div class="p-1 mt-n5 mb-2 col-auto mx-auto" style="height: 150px; background-image: url(IMGURLHERE); width: 150px; background-size: cover; border: 1px solid #dbb17d">
  25. <div class="w-100 h-100 align-items-end" style="border: 2px solid #dbb17d">
  26.  
  27. <!-- little decor icon, fontawesome.com if you want sumn diff -->
  28. <i class="fas fa-phone mb-n3 ml-n3" style="font-size: 50px; color: #fff"></i>
  29.  
  30. </div>
  31. </div>
  32.  
  33. <!-- buttons -->
  34.  
  35. <div class="row no-gutters pl-2 col-md col-sm-12" style="color: white">
  36.  
  37. <!-- button 1 -->
  38.  
  39. <div class="col p-1 text-center mx-1 align-items-center justify-content-center" style="border: #660525 3px solid; border-radius: 5px; border-top: none; background: #9c0c20; line-height: 100%">
  40.  
  41. <div>
  42. <span style="font-family: impact">NAME</span>
  43.  
  44. <!-- if this is too long itll expand, i reccomend making the font smaller but you can keep it as is lol -->
  45. <p style="font-family: trebuchet ms">full name</p>
  46. </div>
  47.  
  48. </div>
  49.  
  50. <!-- button 2 -->
  51.  
  52. <div class="col p-1 text-center mx-1 align-items-center justify-content-center" style="border: #660525 3px solid; border-radius: 5px; border-top: none; background: #9c0c20; line-height: 100%">
  53.  
  54. <div>
  55. <span style="font-family: impact">AGE</span>
  56.  
  57. <!-- gimme the numbahs doc -->
  58. <p style="font-family: trebuchet ms">number</p>
  59. </div>
  60.  
  61. </div>
  62.  
  63. <!-- button 3 -->
  64.  
  65. <div class="col p-1 text-center mx-1 align-items-center justify-content-center" style="border: #660525 3px solid; border-radius: 5px; border-top: none; background: #9c0c20; line-height: 100%">
  66.  
  67. <div>
  68. <span style="font-family: impact">SPECIES</span>
  69.  
  70. <!-- if i were filling this out for myself, i would put human -->
  71. <p style="font-family: trebuchet ms">animal</p>
  72. </div>
  73.  
  74. </div>
  75.  
  76. <!-- divider -->
  77. <hr class="w-100 m-0" style="border: 0px">
  78.  
  79. <!-- button 4 -->
  80.  
  81. <div class="col p-1 text-center mx-1 align-items-center justify-content-center" style="border: #660525 3px solid; border-radius: 5px; border-top: none; background: #9c0c20; line-height: 100%">
  82.  
  83. <div>
  84. <span style="font-family: impact">GENDER</span>
  85.  
  86. <!-- can b whatever -->
  87. <p style="font-family: trebuchet ms">gender</p>
  88. </div>
  89.  
  90. </div>
  91.  
  92. <!-- button 5 -->
  93.  
  94. <div class="col p-1 text-center mx-1 align-items-center justify-content-center" style="border: #660525 3px solid; border-radius: 5px; border-top: none; background: #9c0c20; line-height: 100%">
  95.  
  96. <div>
  97. <span style="font-family: impact">PRONOUNS</span>
  98.  
  99. <!-- i use any! -->
  100. <p style="font-family: trebuchet ms">prns/prns</p>
  101. </div>
  102.  
  103. </div>
  104.  
  105. <!-- button 6 -->
  106.  
  107. <div class="col p-1 text-center mx-1 align-items-center justify-content-center" style="border: #660525 3px solid; border-radius: 5px; border-top: none; background: #9c0c20; line-height: 100%">
  108.  
  109. <div>
  110. <span style="font-family: impact">SEXUALITY</span>
  111.  
  112. <!-- who do you likeeee -->
  113. <p style="font-family: trebuchet ms">things</p>
  114. </div>
  115.  
  116. </div>
  117.  
  118. </div>
  119.  
  120. </div>
  121.  
  122. <!-- bottom part -->
  123.  
  124. <div class="row no-gutters mt-2">
  125.  
  126.  
  127. <!-- part 1 -->
  128. <div class="col-md-7 col-sm-12 mb-2 d-block d-md-flex flex-column" style="background: #9c0c20; border: 3px solid #660525; border-radius: 5px; border-top: 0px; color: #fff; max-height: 150px; font-family: trebuchet ms; text-align: justify; overflow-x: hidden">
  129.  
  130. <div class="p-2 align-items-center" style="background: #660525; font-family: impact; position: sticky; top: 0"><i class="fas fa-info-square mr-2"></i> ABOUT</div>
  131.  
  132. <!-- can be as long as you want tbh i do not mind. add more <p> tags to make more text intends -->
  133. <div class="overflow-auto p-1" style="max-height: ; text-indent: 2em;">
  134. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  135. </div>
  136. </div>
  137.  
  138.  
  139. <!-- part 2 -->
  140. <div class="col ml-md-3 ml-md-0 mb-2 d-block d-md-flex flex-column" style="background: #9c0c20; border: 3px solid #660525; border-radius: 5px; border-top: 0px; color: #fff; max-height: 150px; font-family: trebuchet ms; text-align: justify; overflow-x: hidden">
  141.  
  142. <div class="p-2 align-items-center col" style="background: #660525; font-family: impact; position: sticky; top: 0"><i class="fas fa-info-square mr-2"></i> TRIVIA</div>
  143.  
  144. <!-- to add more you just add more <li>s above the </ul>, and what i put as placeholder is true i do hate writing these sections because i cant just lorem ipsum it up -->
  145. <div class="overflow-auto p-1" style="flex: 1 1 100px; min-height: 100px; overflow-y: auto;">
  146. <ul class="px-3">
  147. <li>au</li>
  148. <li>awoooo</li>
  149. <li>man idk what im doing</li>
  150. <li>i hate filling trivia sections i have to actually think of shit to say</li>
  151. <li>its really annoying</li>
  152. </ul>
  153. </div>
  154. </div>
  155.  
  156. </div>
  157.  
  158. <!-- bottom part: quote -->
  159. <div class="align-items-center col px-0" style="color: #fff">
  160.  
  161. <div class="col-auto text-left"><i class="fas fa-quote-left"></i></div>
  162.  
  163. <!-- can be as long as you want idgaf -->
  164. <div class="col text-center text-uppercase" style="font-family: impact">Lorem ipsum dolor sit amet, consectetur adipiscing elit. </div>
  165. <div class="col-auto text-right mt-auto"><i class="fas fa-quote-right"></i></div>
  166.  
  167. </div>
  168.  
  169. </div>
  170.  
  171. <!-- credit dont remove -->
  172. <a style="color: #cc0f08" href="/micro-wave"><i class="fas fa-microwave"></i></a>
  173.  
  174. </div>
  175. </div>
Advertisement
Add Comment
Please, Sign In to add comment