t3ch13-c0l0rs

modify

Jan 21st, 2023
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. <!--
  2.  
  3. . Hi again
  4. this is just a guillotine code idk what else to say you wont be doing much customization lol
  5.  
  6. -->
  7.  
  8. <div class="col-sm-12 col-md-4 mx-auto p-0">
  9. <div class="px-4 pt-4 bg-faded">
  10. <div class="card rounded-0 border-0 p-0" style="height: 400px; overflow: hidden">
  11.  
  12. <!-- the accordion -->
  13. <div id="accordion">
  14.  
  15. <!-- the rope -->
  16. <div id="chop" class="collapse px-2" data-parent="#accordion">
  17. <div style="width: 7px; height: 325px;" class="mx-auto bg-secondary"></div>
  18. </div>
  19.  
  20. <!-- the pulley thing -->
  21. <div class="p-2 mx-auto mt-1" style="border-radius: 100% 100% 0px 0px; background-color: #a3a3a3; max-width: 30px"></div>
  22.  
  23. <!-- the board -->
  24. <div class="p-2 bg-faded">
  25. <div class="row no-gutters">
  26. <div class="col-6 justify-content-start mb-3"><i class="fas fa-hexagon"></i></div>
  27. <div class="col-6 justify-content-end mb-3"><i class="fas fa-hexagon"></i></div>
  28. <div class="col-6 justify-content-start"><i class="fas fa-hexagon"></i></div>
  29. <div class="col-6 justify-content-end"><i class="fas fa-hexagon"></i></div>
  30. </div>
  31. </div>
  32.  
  33. <!-- the actual guillotine thing-->
  34. <div class="px-2">
  35. <a class="stretched-link" style="cursor:pointer;" data-toggle="collapse" data-target="#chop" aria-expanded="true" aria-controls="chop"></a>
  36. <div style="clip-path: polygon(0 0, 100% 0, 100% 65%, 0 10%); background-color: #a3a3a3; padding-top: 150px"></div>
  37. </div>
  38.  
  39. <!-- if you want the info to be visible just remove the style="display: none" from the div -->
  40. <div id="unchop" class="collapse show p-2 mt-n4" data-parent="#accordion">
  41. <div style="display: none">
  42.  
  43. <!-- name -->
  44. <div class="justify-content-between">
  45. <p class="mb-0"> <i class="fal fa-user"></i> name </p>
  46. <p>lorem ipsum</p>
  47. </div>
  48.  
  49. <hr class="my-1">
  50.  
  51. <!-- gender -->
  52. <div class="justify-content-between">
  53. <p class="mb-0"> <i class="fal fa-venus-mars"></i> gender </p>
  54. <p>none</p>
  55. </div>
  56.  
  57. <hr class="my-1">
  58.  
  59. <!-- pronouns -->
  60. <div class="justify-content-between">
  61. <p class="mb-0"> <i class="fal fa-transgender"></i> pronouns </p>
  62. <p>it/its</p>
  63. </div>
  64.  
  65. <hr class="my-1">
  66.  
  67. <!-- age -->
  68. <div class="justify-content-between">
  69. <p class="mb-0"> <i class="fal fa-birthday-cake"></i> age </p>
  70. <p>69</p>
  71. </div>
  72.  
  73. <hr class="my-1">
  74.  
  75. <!-- birthday -->
  76. <div class="justify-content-between">
  77. <p class="mb-0"> <i class="fal fa-calendar-alt"></i> birthday </p>
  78. <p>01/01/01</p>
  79. </div>
  80.  
  81. <hr class="my-1">
  82.  
  83. <!-- species -->
  84. <div class="justify-content-between">
  85. <p class="mb-0"> <i class="fal fa-cat"></i> species </p>
  86. <p>text</p>
  87. </div>
  88. </div>
  89. </div>
  90.  
  91. <!-- hidden info end -->
  92.  
  93. </div>
  94. </div>
  95.  
  96. <!-- the chopping board -->
  97. <div class="bg-faded py-5 px-0" style="text-align: center">
  98. <div class="row no-gutters py-1">
  99. <div class="col-12 ml-n4 mt-n5" style="text-align: center; position: absolute; z-index: 1">
  100. <a class="mx-auto w-100" style="cursor:pointer" data-toggle="collapse" data-target="#unchop" aria-expanded="true" aria-controls="unchop">
  101.  
  102. <!-- put oc profile picture here. be square or be there -->
  103. <img src="imgurlhere" class="rounded-circle mx-auto" style="max-height: 100px; max-width: 100px">
  104. </a>
  105. </div>
  106.  
  107. <div class="card w-100 border-0 rounded-0 py-1 w-100 col-12"></div>
  108. </div>
  109. </div>
  110. </div>
  111.  
  112. <!-- did you kjnow that fontawesome has no basket icon that isnt a shopping basket. fun right -->
  113.  
  114. <div><i class="fal fa-6x fa-basket-shopping mt-n5" style="margin-left: 2em; z-index: 2; position: absolute"></i>
  115. </div>
  116.  
  117. <!-- dont remove the credit thx -->
  118. <div>
  119. <a href="/micro-wave"><i class="fal fa-microwave"></i></a>
  120. </div>
  121. </div>
Advertisement
Add Comment
Please, Sign In to add comment