Advertisement
hanyus

f2u - playlist - (bootstrap ver)

May 2nd, 2021
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. <!-- F2U - PLAYLIST
  2.  
  3. TO ADD / REMOVE A SECTION: highlight from where it says 'BEGINNING [SECTION]' to 'END [SECTION]' then remove or copy as you wish! for example, if i wanted a block of text similar to the backstory section, i'd copy from START BACKSTORY to END BACKSTORY and paste it!
  4.  
  5. TO HAVE A SECTION OPENED BY DEFAULT: where the section you want open says <div class="collapse etc etc">, add 'show'! make sure there's a space between it and previous words or it wont work : )
  6.  
  7. TO HAVE ENTIRE CODE COLLAPSED / ONLY 'PRESS PLAY' SHOWING BY DEFAULT: go to <div class="collapse show p-4" id="play"> (just a few lines down from here!) and remove the 'show'!
  8.  
  9. FOR EASY LIVE EDITING: use th.circlejourney.net !
  10.  
  11. -->
  12.  
  13.  
  14. <div class="container-fluid bg-faded p-3" style="max-width:800px; letter-spacing:1.3px; font-family:tahoma;">
  15. <p>
  16. <a data-toggle="collapse" href="#play" aria-expanded="false" aria-controls="play" style="font-size:18px; letter-spacing:2.5px">
  17. <i class="fas fa-play m-2"></i>PRESS PLAY . </a>
  18. <div class="collapse show p-4" id="play">
  19. <div class="row">
  20.  
  21. <!--MAIN IMAGE + CHARACTER NAME-->
  22. <div class="card rounded-0 col-sm-4" style="background:url(IMAGE LINK HERE); min-height:500px; background-repeat:no-repeat; background-size:cover; background-position:center;"></div>
  23. <div class="card rounded-0 col-sm-8 p-3" style="max-height:500px; overflow:auto">
  24. <h1 class="bg-faded p-2">NAME</h1>
  25.  
  26.  
  27. <div class="row p-1" style="font-size:13px">
  28. <div class="container col-sm-6">
  29. <div class="row">
  30.  
  31.  
  32. <div class="container col-sm-5">NAME</div>
  33. <div class="container col-sm-7" style="font-size:12px;">name</div>
  34.  
  35. <div class="container col-sm-5">AGE</div>
  36. <div class="container col-sm-7" style="font-size:12px">age</div>
  37.  
  38. <div class="container col-sm-5">GENDER</div>
  39. <div class="container col-sm-7" style="font-size:12px">gender</div>
  40.  
  41. </div>
  42. </div>
  43.  
  44. <div class="container col-sm-6">
  45. <div class="row">
  46.  
  47.  
  48. <div class="container col-sm-5">PRONOUNS</div>
  49. <div class="container col-sm-7" style="font-size:12px;">pronouns</div>
  50.  
  51. <div class="container col-sm-5">JOB</div>
  52. <div class="container col-sm-7" style="font-size:12px">job</div>
  53.  
  54. <div class="container col-sm-5">HOBBY</div>
  55. <div class="container col-sm-7" style="font-size:12px">hobby</div>
  56.  
  57. </div>
  58. </div>
  59. </div>
  60.  
  61. <h1 class="bg-faded p-2">PLAYLIST</h1>
  62.  
  63.  
  64. <!--START CHARACTER INTRO-->
  65. <a data-toggle="collapse" href="#intro" aria-expanded="false" aria-controls="intro" style="font-size:14px;">
  66.  
  67. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (INTRO)</a>
  68. <div class="collapse p-3" id="intro" style="font-size:12px">intro stuff here! put as much as you want, the big box scrolls!</div>
  69.  
  70. <!--END INTRO-->
  71.  
  72.  
  73. <!--START CHARACTER TRIVIA + LIKES AND DISLIKES-->
  74. <a data-toggle="collapse" href="#trivia" aria-expanded="false" aria-controls="trivia" style="font-size:14px;">
  75.  
  76. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (TRIVIA) </a>
  77. <div class="collapse p-3" id="trivia" style="font-size:12px">
  78. <div class="row">
  79. <div class="container col-sm-6 bg-fade p-"><h6>LIKES</h6>
  80. <ul>
  81. <li>1 thing</li>
  82. <li>1 thing</li>
  83. <li>1 thing</li>
  84. </ul>
  85. </div>
  86.  
  87. <div class="container col-sm-6"><h6>DISLIKES</h6>
  88. <ul>
  89. <li>1 thing</li>
  90. <li>1 thing</li>
  91. <li>1 thing</li>
  92. </ul>
  93. </div>
  94. <div class="container"><h6>TRIVIA</h6>
  95. <ul>
  96. <li>trivia</li>
  97. <li>trivia</li>
  98. <li>trivia</li>
  99. </ul>
  100. </div>
  101. </div>
  102.  
  103.  
  104. </div>
  105. <!--END TRIVIA-->
  106.  
  107.  
  108. <!--START BACKSTORY-->
  109. <a data-toggle="collapse" href="#backstory" aria-expanded="false" aria-controls="backstory" style="font-size:14px;">
  110.  
  111. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (BACKSTORY) </a>
  112. <div class="collapse p-3" id="backstory" style="font-size:12px"><p>backstory here!!!</p>
  113.  
  114. <!--TO ADD ANOTHER PARAGRAPH: <p>paragraph content here</p>-->
  115.  
  116. <p>put as much as you want!</p></div>
  117.  
  118.  
  119. <!--END BACKSTORY-->
  120.  
  121.  
  122. <!--START RELATIONSHIPS-->
  123. <a data-toggle="collapse" href="#relationships" aria-expanded="false" aria-controls="relationships" style="font-size:14px;">
  124.  
  125. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (RELATIONSHIPS)</a>
  126. <div class="collapse p-3" id="relationships" style="font-size:12px">
  127. <!--RELATIONSHIP 1-->
  128. <div class="row m-1">
  129. <div class="card rounded-0 col-sm-4" style="background:url(IMAGE URL HERE); height:135px; background-repeat:no-repeat; background-size:cover; background-position:center"></div>
  130. <div class="card rounded-0 col-sm-8 p-2 m-2;" style="max-height:135px; overflow:auto"><h6>NAME</h6>
  131. <p>relationship desc - this scrolls!</p>
  132. </div>
  133. </div>
  134. <!--END RELATIONSHIP 1-->
  135.  
  136. <!--RELATIONSHIP 2-->
  137. <div class="row m-1">
  138. <div class="card rounded-0 col-sm-4" style="background:url(IMAGE URL HERE); height:135px; background-repeat:no-repeat; background-size:cover; background-position:center"></div>
  139. <div class="card rounded-0 col-sm-8 p-2 m-2;" style="max-height:135px; overflow:auto"><h6>NAME</h6>
  140. <p>relationship desc</p>
  141. </div>
  142. </div>
  143. <!--END RELATIONSHIP 2-->
  144.  
  145. <!--ADD MORE RELATIONSHIPS ABOVE THIS LINE! to add a new relationship copy and paste from 'START RELATIONSHIP (NUMBER)' to 'END RELATIONSHIP (number)'!-->
  146.  
  147. </div>
  148. <!--END RELATIONSHIPS-->
  149. </div>
  150. <!--CREDITS / DONT REMOVE!!!!-->
  151. </div>
  152. <a href="/hanyu" class="pull-right "style="font-size:12px">code by hanyu</a>
  153. </div>
  154.  
  155. </div>
  156.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement