Advertisement
CrispinAsheYA

World Front Page (Bootstrap)

Feb 1st, 2024 (edited)
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.44 KB | Source Code | 0 0
  1. <!-- PLEASE SEE HERE FOR MY CODE RULES: https://toyhou.se/12931952.bonus-content/17098747.03-terms-of-service --
  2.  
  3. Version: 1.0
  4.  
  5. Default Colours
  6. -Border Black: #000000
  7.  
  8. Scroll To The Bottom for every single "Find & Replace" Variable! Make sure you also include the square brackets when you highlight to Find & Replace!
  9. (Feel free to move to the top when you turn this into a personal template, I just keep it at the bottom for organisation.)
  10.  
  11. Thank you for reading!
  12. Crispin
  13.  
  14. -->
  15.  
  16. <!---------- START TOP IMAGE ----------->
  17. <div class="col-12 my-3 p-0 rounded-0" style="background:url([IMAGETOP]) center; background-size:cover; background-attachment:fixed; height:420px; border:#000000 8px solid;">
  18. </div>
  19. <!---------- END TOP IMAGE ----------->
  20.  
  21. <!---------- START TAGS ----------->
  22. <div class="col-12 bg-dark p-3 my-3 rounded-0 text-center" style="border:#000000 8px solid;">
  23.     <span class="btn bg-primary mx-2 my-2 my-lg-0 py-2 px-5 text-white border-0 rounded-0">[SETTING]</span>
  24.     <span class="btn bg-primary mx-2 my-2 my-lg-0 py-2 px-5 text-white border-0 rounded-0">[GENRE]</span>
  25.     <span class="btn bg-primary mx-2 my-2 my-lg-0 py-2 px-5 text-white border-0 rounded-0">[RATING]</span>
  26.     <span class="btn bg-primary mx-2 my-2 my-lg-0 py-2 px-5 text-white border-0 rounded-0">[TIMEPERIOD]</span>
  27.     <span class="btn bg-primary mx-2 my-2 my-lg-0 py-2 px-5 text-white border-0 rounded-0">Joining World [OPEN/CLOSED]</span>
  28.     <span class="btn bg-primary mx-2 my-2 my-lg-0 py-2 px-5 text-white border-0 rounded-0">RP [OPEN/CLOSED]</span>
  29. </div>
  30. <!---------- END TAGS ----------->
  31.  
  32. <!---------- START SIDEBAR & INFO ----------->
  33. <div class="col-12 row no-gutters my-3 p-0 h-100">
  34.  
  35.   <!---------- START SIDEBAR ----------->
  36.   <div class="col-lg-3 col-12 py-2 pr-lg-2">
  37.     <div class="col-12 bg-dark row no-gutters h-100 p-3 m-0 rounded-0" style="border:#000000 8px solid;">
  38.    
  39.     <!---------- START BUTTONS ----------->
  40.     <a class="btn btn-block btn-primary m-2 text-white border-0 rounded-0" href="[LINKBUTTON]">[TEXTBUTTON]</a>
  41.     <a class="btn btn-block btn-primary m-2 text-white border-0 rounded-0" href="[LINKBUTTON]">[TEXTBUTTON]</a>
  42.     <a class="btn btn-block btn-primary m-2 text-white border-0 rounded-0" href="[LINKBUTTON]">[TEXTBUTTON]</a>
  43.     <a class="btn btn-block btn-primary m-2 text-white border-0 rounded-0" href="[LINKBUTTON]">[TEXTBUTTON]</a>
  44.     <a class="btn btn-block btn-primary m-2 text-white border-0 rounded-0" href="[LINKBUTTON]">[TEXTBUTTON]</a>
  45.     <!---------- END BUTTONS ----------->
  46.    
  47.     </div>
  48.   </div>
  49.   <!---------- END SIDEBAR ----------->
  50.  
  51.   <!---------- START INFO ----------->
  52.   <div class="col-lg-9 col-12 py-2 pl-lg-2">
  53.     <div class="col-12 bg-dark text-light h-100 p-4 m-0 rounded-0" style="border:#000000 8px solid;">
  54.       <h1 class="display-3 text-primary text-uppercase"><i class="fas fa-leaf-maple fa-flip-horizontal"></i> <b>OVERVIEW</b></h1>
  55.       <p>[TEXTDESCRIPTION]</p>
  56.     </div>
  57.   </div>
  58.   <!---------- END INFO ----------->
  59.  
  60. </div>
  61. <!---------- END SIDEBAR & INFO ----------->
  62.  
  63. <!---------- START MAIN CAST ----------->
  64. <div class="col-12 bg-dark my-3 p-0 rounded-0" style="border:#000000 8px solid;">
  65.   <h1 class="display-3 text-primary text-uppercase text-center pt-3"><i class="fas fa-leaf-maple fa-flip-horizontal"></i> <b>MAIN CAST</b> <i class="fas fa-leaf-maple"></i></h1>
  66.   <div class="row no-gutters p-3 justify-content-around text-center">
  67.    
  68.     <div class="card bg-transparent m-3 border-0" style="width:190px; margin-left:auto; margin-right:auto;">
  69.       <a data-toggle="tooltip" href="[LINKCHARACTER]"><img src="[IMAGECHARACTER]" style="width:190px; height:190px;"></a>
  70.       <a class="btn-block btn-primary text-white p-2 border-0 rounded-0" href="[LINKCHARACTER]">【 [CHARACTERNAME] 】</a>
  71.       <div class="bg-secondary text-light p-2 border-0 rounded-0">[ROLE/QUOTE/TITLE]</div>
  72.     </div>
  73.    
  74.   </div>
  75. </div>
  76. <!---------- END MAIN CAST ----------->
  77.  
  78. <!---------- START OTHER CHARACTERS ----------->
  79. <div style="border:#000000 8px solid;">
  80.  
  81.   <div class="col-12 collapsed btn btn-primary m-0 p-0 rounded-0">
  82.   <a class="nav-link text-white" href="#othercharacters" data-toggle="collapse" aria-expanded="true">
  83.       <h1 class="display-3 text-uppercase text-center"><b>Other Characters</b></h1>
  84.   </a>
  85.   </div>
  86.  
  87.   <div class="collapse bg-dark" id="othercharacters">
  88.    
  89.     <div class="row no-gutters p-3 justify-content-around text-center">
  90.      
  91.       <div class="card bg-transparent m-3 border-0" style="width:190px; margin-left:auto; margin-right:auto;">
  92.         <a data-toggle="tooltip" href="[LINKCHARACTER]"><img src="[IMAGECHARACTER]" style="width:190px; height:190px;"></a>
  93.         <a class="btn-block btn-primary text-white p-2 border-0 rounded-0" href="[LINKCHARACTER]">【 [CHARACTERNAME] 】</a>
  94.         <div class="bg-secondary text-light p-2 border-0 rounded-0">[ROLE/QUOTE/TITLE]</div>
  95.       </div>
  96.      
  97.     </div>
  98.    
  99.   </div>
  100.  
  101. </div>
  102. <!---------- END OTHER CHARACTERS ----------->
  103.  
  104. <div class="text-center">
  105.   <a class="text-white" href="https://toyhou.se/25599261.world-front-page"><i class="fas fa-leaf-maple fa-flip-horizontal"></i> Code By TomcatCodes / CrispinAsheYA <i class="fas fa-leaf-maple"></i></a>
  106. </div>
  107.  
  108. <!--
  109. [IMAGETOP]
  110. [SETTING] | [GENRE] | [RATING] | [TIMEPERIOD]| [OPEN/CLOSED]
  111. [LINKBUTTON] | [TEXTBUTTON]
  112. [TEXTDESCRIPTION]
  113. [LINKCHARACTER] | [IMAGECHARACTER] | [CHARACTERNAME] | [ROLE/QUOTE/TITLE]
  114. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement