LeafJelly

Trifold Character Code

Dec 3rd, 2022 (edited)
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.55 KB | None | 0 0
  1. <!--------------------------------------------
  2.    Free to Use- Trifold Character Code
  3.        By LeafJelly
  4.  
  5.        Rules
  6. 1. DO NOT REMOVE credits
  7. 2. DO NOT redistribute purchased codes
  8. 3. Turn off WYSIWYG before using my HTML codes and while editing, it'll break otherwise
  9. 4. You can modify and frankestein my codes with credit to all the source codes, and only if the other coders allow it.
  10. 5. You may NOT redistribute frankesteined codes under your own name, claiming it as your own work. Copy and pasting parts of my code without credit is theft, and takes advantage of my work that's provided for free.
  11. 6.You're allowed to heavily modify my codes, as long as credit to me stays on the page. If the credit breaks, feel free to write it in somewhere instead or at the bottom.
  12. --------------------------------------------->
  13. <div class="col-12 p-0">
  14. <div class="card col-12 bg-faded p-2"><div class="row no-gutters">
  15.    
  16. <!----------- Image Carousel ----------------
  17.  
  18. Replace the URLs with a Image URL/Address
  19.  
  20. -------------------------------------------->
  21. <div class="col-lg-3 p-1">
  22. <div id="carouselb" class="carousel slide" data-ride="carousel">
  23.     <div class="carousel-inner">
  24.         <!--------Character Image 1--------->
  25.         <div class="carousel-item active">
  26.         <div style="background-image:url(
  27.        
  28.        https://via.placeholder.com/300x800
  29.        
  30.        );background-position:center; background-size:cover;height:728px;" class="p-1"></div></div>
  31.  
  32.         <!--------Character Image 2--------->
  33.         <div class="carousel-item">
  34.         <div style="background-image:url(
  35.        
  36.        https://via.placeholder.com/300x800
  37.        
  38.        );background-position:center; background-size:cover;height:728px" class="p-1"></div></div>
  39.        
  40.         <!--------Character Image 3--------->
  41.         <div class="carousel-item">
  42.         <div style="background-image:url(
  43.        
  44.        https://via.placeholder.com/300x800
  45.        
  46.        );background-position:center; background-size:cover;height:728px" class="p-1"></div></div>
  47.        
  48.     <!-------- Copy and paste above here for more ---------->  
  49.     </div>
  50. </div>        
  51.  
  52. <!-- Carousel CONTROLS Don't touch it -->
  53.     <a class="carousel-control-prev" href="#carouselb" data-slide="prev">
  54.         <span><i class="fas fa-chevron-left fa-lg" style="color:#999;margin-left:-20px;"></i></span></a>
  55.     <a class="carousel-control-next" href="#carouselb" data-slide="next">
  56.         <span><i class="fas fa-chevron-right fa-lg" style="color:#999;margin-left:20px;"></i></span></a>
  57. </div>
  58. <!----------- Middle Section ----------------
  59.  
  60. Basic Character Information. It goes left to right
  61.  
  62. -------------------------------------------->
  63. <div class="col-lg-6"><div class="row no-gutters">
  64. <div class="col-lg-9 p-1"><div class="card rounded-0 border-0 p-1 text-center" style="height:203px;overflow:auto">
  65.  
  66. <span style="font-weight:500; font-size:1.4em;letter-spacing:1px">
  67. <!---- Character Name ---->      
  68.     Character Name
  69. </span><span style="font-size:1.1em">
  70. <!----- Subtitle, Delete it if you don't want it----->      
  71.      Title or Adjs or a Quote
  72. </span>
  73. <hr class="m-0 my-2"><div class="row no-gutters ">
  74.  
  75. <!----------- Info 1 ------------>      
  76. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  77. <span style="font-weight:500" class="text-uppercase">
  78.     Name
  79. </span><span>
  80.     Content
  81. </span></div><hr class="m-0 my-1"></div>
  82.  
  83. <!----------- Info 2 ------------>      
  84. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  85. <span style="font-weight:500" class="text-uppercase">
  86.     Age
  87. </span><span>
  88.     Content
  89. </span></div><hr class="m-0 my-1"></div>
  90.  
  91. <!----------- Info 3 ------------>      
  92. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  93. <span style="font-weight:500" class="text-uppercase">
  94.     Pronouns
  95. </span><span>
  96.     Content
  97. </span></div><hr class="m-0 my-1"></div>
  98.  
  99. <!----------- Info 4 ------------>      
  100. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  101. <span style="font-weight:500" class="text-uppercase">
  102.     Gender
  103. </span><span>
  104.     Content
  105. </span></div><hr class="m-0 my-1"></div>
  106.  
  107. <!----------- Info 5 ------------>      
  108. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  109. <span style="font-weight:500" class="text-uppercase">
  110.     Race
  111. </span><span>
  112.     Content
  113. </span></div><hr class="m-0 my-1"></div>
  114.  
  115. <!----------- Info 6 ------------>      
  116. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  117. <span style="font-weight:500" class="text-uppercase">
  118.     Height
  119. </span><span>
  120.     Content
  121. </span></div><hr class="m-0 my-1"></div>
  122.  
  123. <!----------- Info 7 ------------>      
  124. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  125. <span style="font-weight:500" class="text-uppercase">
  126.     Alignment
  127. </span><span>
  128.     Content
  129. </span></div><hr class="m-0 my-1"></div>
  130.  
  131. <!----------- Info 8 ------------>      
  132. <div class="col-lg-6 px-2 mx-auto"><div class="justify-content-between">
  133. <span style="font-weight:500" class="text-uppercase">
  134.     Job
  135. </span><span>
  136.     Content
  137. </span></div><hr class="m-0 my-1"></div>
  138.  
  139. <!------------Copy and paste above here for more-------------->
  140. </div></div></div>
  141.  
  142. <!----------- Right Side Icon/Image ----------------
  143. This could be an aesthetic image too instead of a character icon
  144. Replace the URLs with a Image URL/Address
  145. -------------------------------------------->
  146. <div class="col-md-3 p-1"><div class="card h-100 rounded-0 border-0" style="min-height:130px;background-position:center; background-image:url(
  147.    https://via.placeholder.com/200x300
  148.    
  149.    ); background-size:cover;">
  150. </div></div>
  151. <!----------- About Section ----------------
  152. -------------------------------------------->
  153. <div class="col-12 p-1"><div class="card rounded-0 border-0 p-2" style="height:170px;">
  154. <span style="font-weight:500" class="text-uppercase"><i class="far fa-book px-1"></i>
  155.      About
  156. </span>
  157. <div style="overflow:auto">
  158.      <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>
  159.      
  160.      <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>
  161.  
  162. <!---- Put more paragraphs above here ------>    
  163. </div></div></div>
  164.  
  165. <!----------- Left Side Image/Icon ----------------
  166. This could be an aesthetic image too instead of a character icon
  167. Replace the URLs with a Image URL/Address
  168. -------------------------------------------->
  169. <div class="col-lg-3 p-1"><div class="card h-100 rounded-0 border-0 p-2" style="min-height:100px;background-position:center; background-image:url(
  170.    https://via.placeholder.com/300
  171.    
  172.    ); background-size:cover;">
  173.  
  174. <!----------- Music Player----------------
  175. The button is on top of the image. This could be a song or a voice claim!
  176.  
  177. Changed the youtube ID, replacing ONLY the words ID_HERE
  178. KEEP the /embed/ amd ?controls=0 after the ID_HERE
  179.  
  180. You can find the youtube ID by clicking the share button on the video
  181. and copying the string of letters and numbers at the end
  182. of the https://youtu.be/ URL.
  183. -------------------------------------------->
  184. <div class="btn-info rounded m-auto" style="opacity:.i9;border-width:1px;border-style:solid;">
  185. <a class="btn melody-embed border-0 p-1 m-auto">
  186.     <iframe style="opacity:.01;position:absolute;left:-0px;bottom:0px;height:100%;width:100%;transform:rotate(180deg)"
  187.  
  188.    src="https://www.youtube-nocookie.com/embed/NinLIDs9qmU?controls=0" frameborder="0"></iframe>
  189.  
  190.         <i class="fas fa-lg my-1 fa-play fa-fw"></i></a>
  191. </div>
  192. <!------Music Player End------->
  193. </div></div>
  194.  
  195. <!----------- Trivia Section ----------------
  196.  
  197. This will scroll as you add more.
  198.  
  199. -------------------------------------------->
  200. <div class="col-lg-9 p-1"><div class="card rounded-0 border-0 p-2" style="height:161px;">
  201. <span style="font-weight:500" class="text-uppercase"><i class="far fa-star px-1"></i>
  202.      Trivia
  203. </span>
  204. <div style="overflow:auto">
  205. <!----- Bulletin Points ---->    
  206. <ul class="m-0">
  207.      <li>The button on the left plays music! It can also be a voice claim instead.</li>
  208.      <li>Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat.</li>
  209.      <li> Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus. Vestibulum auctor dapibus neque.</li>
  210.      <li>Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat</li>
  211.      
  212. <!------ Copy and Paste Above here for More Bulletins------->    
  213. </ul>
  214. </div></div></div>
  215.  
  216. <!----------- Trivia Section ----------------
  217.  
  218. This will scroll as you add more.
  219.  
  220. -------------------------------------------->
  221. <div class="col-10 col-md-11 p-1"><div class="card rounded-0 border-0 p-2" style="height:170px;">
  222. <span style="font-weight:500" class="text-uppercase"><i class="far fa-palette px-1"></i>
  223.      Design Notes
  224. </span>
  225. <div style="overflow:auto">
  226. <!----- Bulletin Points ---->    
  227. <ul class="m-0">
  228.      <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio.</li>
  229.      <li>Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat.</li>
  230.      <li> Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus. Vestibulum auctor dapibus neque.</li>
  231.      <li>Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat</li>
  232.      
  233. <!------ Copy and Paste Above here for More Bulletins------->    
  234. </ul>
  235. </div></div></div>
  236.  
  237. <!----------- Color Palette ----------------
  238.  
  239. Replaced the background hexcode with the color you want
  240.  
  241. -------------------------------------------->
  242. <div class="col-2 col-md-1 flex-column p-1">
  243.     <div class="col" style="background:#999"></div>
  244.     <div class="col" style="background:#888"></div>
  245.     <div class="col" style="background:#666"></div>
  246.     <div class="col" style="background:#444"></div>
  247.     <div class="col" style="background:#000"></div>
  248.     <!------- Copy and paste above here for more color swatches ---------->
  249. </div>
  250.  
  251. </div></div>
  252.  
  253.  
  254. <div class="col-lg-3"><div class="row no-gutters">
  255.    
  256. <!----------- Likes Section ----------------
  257. -------------------------------------------->    
  258. <div class="col-12 p-1"><div class="card rounded-0 border-0 p-2" style="height:128px; overflow:auto;">
  259. <span style="font-weight:500" class="text-uppercase"><i class="far fa-heart px-1"></i>
  260.      Likes
  261. </span>
  262. <!----- Bulletin Points ---->    
  263. <ul class="m-0">
  264.      <li>one</li>
  265.      <li>two</li>
  266.      <li>three</li>
  267.      <li>four</li>
  268.      
  269. <!------ Copy and Paste Above here for More Bulletins------->    
  270. </ul>    
  271. </div></div>
  272.  
  273. <!----------- Dislikes Section ----------------
  274. -------------------------------------------->    
  275. <div class="col-12 p-1 order-2"><div class="card rounded-0 border-0 p-2" style="height:128px; overflow:auto;">
  276. <span style="font-weight:500" class="text-uppercase"><i class="far fa-xmark px-1"></i>
  277.      Disikes
  278. </span>
  279. <!----- Bulletin Points ---->    
  280. <ul class="m-0">
  281.      <li>one</li>
  282.      <li>two</li>
  283.      <li>three</li>
  284.      <li>four</li>
  285.      
  286. <!------ Copy and Paste Above here for More Bulletins------->    
  287. </ul>
  288. </div></div>
  289.  
  290. <!----------- Relationships Section ----------------
  291.  
  292. Copy and Paste as many relationships as you want.
  293. The start and end of each one are labelled.
  294. Change the relationship type symbols using https://fontawesome.com/search
  295. -------------------------------------------->    
  296. <div class="col-12 p-1 order-3"><div class="card rounded-0 border-0 p-2" style="height:200px; overflow:auto;">
  297. <span style="font-weight:500" class="text-uppercase"><i class="far fa-user px-1"></i>
  298.      Relationships
  299. </span>
  300.  
  301. <!------- Relationship 1 Start ----------->
  302. <div class="p-1 text-center">
  303. <div class="justify-content-center px-1"><div class="row no-gutters text-right">
  304. <!----- Character Icon ------>    
  305. <img class="rounded-circle col-0" src="
  306. https://via.placeholder.com/70
  307. " width="70">
  308. <!------ Link ------->
  309. <div class="col-0 text-center my-auto ml-2" style="font-weight:500">
  310.      <a target="_BLANK" class="text-uppercase"
  311.         href="URL_HERE">
  312.          Character Name
  313.      </a>
  314. <!------ Symbol ------->
  315.      <p><i class="fa-regular fa-handshake"></i>
  316.          Relationship Type
  317.      </p>
  318. </div></div></div>
  319. <!------ Text -------->
  320.     <p>
  321.         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.
  322.     </p>
  323.     <hr class="m-0 my-1"></div>
  324. <!------- Relationship 1 End ----------->
  325.  
  326. <!------- Relationship 2 Start ----------->
  327. <div class="p-1 text-center">
  328. <div class="px-1 justify-content-center"><div class=" row no-gutters">
  329. <!----- Character Icon ------>    
  330. <img class="rounded-circle col-0" src="
  331. https://via.placeholder.com/70
  332. " width="70">
  333. <!------ Link ------->
  334. <div class="col-0 text-center my-auto ml-2" style="font-weight:500">
  335.      <a target="_BLANK" class="text-uppercase"
  336.         href="URL_HERE">
  337.          Character Name
  338.      </a>
  339. <!------ Symbol ------->
  340.      <p><i class="fa-regular fa-face-smile"></i>
  341.          Relationship Type
  342.      </p>
  343. </div></div></div>
  344. <!------ Text -------->
  345.     <p>
  346.         Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio.
  347.     </p>
  348.     <hr class="m-0 my-1"></div>
  349. <!------- Relationship 2 End ----------->
  350.  
  351. <!-------- Copy and Paste above here for more relationships ----------->
  352. </div></div></div>
  353.  
  354. <!----------- Moodboard Section ----------------
  355. Replace the URLs with a image url/address
  356. ----------------------------------------------->    
  357. <div class="col-12 p-1 order-3 row no-gutters">
  358. <!------ Image 1 ----------->    
  359. <div class="col-6 pr-1 pb-1"><div style="background-image:url(
  360.    
  361.     https://via.placeholder.com/200
  362.        
  363.     );background-position:center; background-size:cover;height:120px">
  364.    
  365. </div></div>
  366.  
  367. <!------ Image 2 ----------->    
  368. <div class="col-6 pl-1 pb-1"><div class="h-100" style="background-image:url(
  369.    
  370.     https://via.placeholder.com/200
  371.        
  372.     );background-position:center; background-size:cover">
  373.    
  374. </div></div>
  375.  
  376. <!------ Image 1 ----------->    
  377. <div class="col-6 pt-1 pr-1"><div style="background-image:url(
  378.    
  379.     https://via.placeholder.com/200
  380.        
  381.     );background-position:center; background-size:cover;height:120px">
  382.    
  383. </div></div>
  384.  
  385. <!------ Image 1 ----------->    
  386. <div class="col-6 pt-1 pl-1"><div class="h-100" style="background-image:url(
  387.    
  388.     https://via.placeholder.com/200
  389.        
  390.     );background-position:center; background-size:cover">
  391.    
  392. </div></div>
  393.  
  394. </div></div></div></div></div>
  395. <!------- Credit Do Not Remove  -------->
  396. <p class="text-muted pull-right" style="font-size:.8em">
  397.     HTML by @LeafJelly
  398. </p>
Advertisement
Add Comment
Please, Sign In to add comment