Advertisement
kanapuro

trailblazers page code

Apr 3rd, 2025
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.96 KB | Writing | 0 0
  1. <!-- ------------------------------
  2.  
  3.  
  4.        HEAVY — Custom Colours version.
  5.        (code by jiko)
  6.        
  7.        
  8.        RULES
  9.        → Read this thoroughly please, and maybe drop a small comment saying that you've read it? :'3
  10.        thank youu [ https://toyhou.se/~bulletins/127417.code-rules ]
  11.        
  12.        → turn OFF WYSIWYG
  13.        → turn ON Code Editor
  14.        
  15.        
  16.        TIPPY TIPS
  17.        → insert your img links INSIDE or quotation marks!!
  18.        → for the stats, change the number in [ width:50% ] to your desired percentage [ 0% to 100% ]
  19.        
  20.        
  21.        ACCENT : #ffffff
  22.        → use ctrl + f in the editor to easily replace all!
  23.  
  24.  
  25. ------------------------------- -->
  26.  <div class="row no-gutters mx-auto text-justify" style="font-size:90%; max-width:1000px">
  27.  <!-- ------------------------------
  28.  
  29.  
  30.            HEADER
  31.            → can actually be name, lyric or quote!
  32.            → the icon could represent your character's clan!
  33.  
  34.  
  35. ------------------------------- -->
  36.  <div class="col-lg-12 p-1">
  37.  <div class="bg-faded justify-content-between text-uppercase text-right p-3" style="font-size:150%; letter-spacing:0.2em;">
  38.    
  39.     <i class="fas fa-cat fa-fw my-auto"></i>
  40.     Trailblazers - NAME
  41.  
  42.  </div>
  43.  </div>
  44.  <!-- ------------------------------
  45.  
  46.  
  47.            FIRST SECTION
  48.            → sidebar
  49.  
  50.  
  51. ------------------------------- -->
  52.  <div class="col-lg-4 p-1">
  53.  <div class="bg-faded p-3 px-4 h-100">
  54.    
  55.    
  56.     <!-- ------------------------------------
  57.                 AVATAR
  58.    ------------------------------------- -->
  59.     <!--
  60.    → i'd recommand a square image — 200x200 is best!
  61.    → paste [fr-rounded] in the img class if you want a circle icon!
  62.    -->
  63.     <div class="text-center">
  64.        
  65.         <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Square_200x200.svg/1200px-Square_200x200.svg.png"
  66.        class="img-thumbnail rounded-0 p-2 my-2 mx-auto" style="height: 200px; width: 200px;">
  67.        
  68.     </div>
  69.    
  70.    
  71.    
  72.     <!-- ------------------------------------
  73.                 BASIC INFO
  74.    ------------------------------------- -->
  75.     <div class="row no-gutters mt-4">
  76.        
  77.        
  78.         <div class="col-lg-12 justify-content-between">
  79.             <span class="text-uppercase text-muted">Names</span>
  80.             <span class="text-right">TEXT HERE</span>
  81.         </div><hr class="mt-2 mb-4 w-100">
  82.        
  83.        
  84.         <div class="col-lg-12 justify-content-between">
  85.             <span class="text-uppercase text-muted">Nicknames</span>
  86.             <span class="text-right">
  87.                 TEXT HERE<br>
  88.             </span>
  89.         </div><hr class="mt-2 mb-4 w-100">
  90.        
  91.        
  92.         <div class="col-lg-12 justify-content-between">
  93.             <span class="text-uppercase text-muted">Pronouns</span>
  94.             <span class="text-right">TEXT HERE</span>
  95.         </div><hr class="mt-2 mb-4 w-100">
  96.        
  97.        
  98.         <div class="col-lg-12 justify-content-between">
  99.             <span class="text-uppercase text-muted">Attraction</span>
  100.             <span class="text-right">TEXT HERE</span>
  101.         </div><hr class="mt-2 mb-4 w-100">
  102.        
  103.        
  104.         <div class="col-lg-12 justify-content-between">
  105.             <span class="text-uppercase text-muted">Allegiances</span>
  106.             <span class="text-right">TEXT HERE</span>
  107.         </div><hr class="mt-2 mb-4 w-100">
  108.        
  109.        
  110.         <div class="col-lg-12 justify-content-between">
  111.             <span class="text-uppercase text-muted">Birthdate</span>
  112.             <span class="text-right">TEXT HERE</span>
  113.         </div><hr class="mt-2 mb-4 w-100">
  114.        
  115.        
  116.         <div class="col-lg-12 justify-content-between">
  117.             <span class="text-uppercase text-muted">Relevance</span>
  118.             <span class="text-right">TEXT HERE</span>
  119.         </div><hr class="mt-2 mb-4 w-100">
  120.        
  121.        
  122.         <div class="col-lg-12 justify-content-between">
  123.             <span class="text-uppercase text-muted">Abilities</span>
  124.           <span class="text-right">TEXT HERE</span>
  125.         </div><hr class="mt-2 mb-4 w-100">
  126.        
  127.        
  128.     </div>
  129.  </div>
  130.  </div>
  131.  <!-- ------------------------------
  132.  
  133.  
  134.            SECOND SECTION
  135.            → profile content
  136.  
  137.  
  138. ------------------------------- -->
  139.  <div class="col-lg-8 p-1">
  140.  <!--
  141. don't want the scrolling feature?
  142. delete [style="height: 710px; overflow:auto"] below!
  143. -->
  144. <div class="card rounded-0 border-0 p-3" style="height: 710px; overflow:auto">
  145.    
  146.    
  147.           <img src="https://s3-alpha.figma.com/hub/file/6308025122/83d719d3-68c3-4747-871d-34a6efcd926e-cover.png">
  148.  
  149.        
  150.     <!-- ------------------------------------
  151.                 PERSONALITY
  152.    ------------------------------------- -->
  153.     <div class="mb-3">
  154.        
  155.         <!-- ------ HEADER ------------------------------ -->
  156.         <div class="p-1 text-uppercase" style="font-size:120%; letter-spacing:2px">
  157.            
  158.             <i class="far fa-heart fa-fw" style="color:#ffffff"></i>
  159.             Personality
  160.            
  161.         </div>
  162.         <hr class="my-1 mb-2 w-100">
  163.        
  164.        
  165.         <!-- ------ CONTENT ------------------------------ -->
  166.         <div class="ml-lg-4 text-muted">
  167.            
  168.               <b>Personality Traits</b>
  169.               <p>TEXT HERE</p>
  170.              
  171.               <b>Motives & Methods</b>
  172.              <p>TEXT HERE</p>
  173.              
  174.              <b>Weaknesses & Flaws</b>
  175.              <p>TEXT HERE</p>
  176.              
  177.              <b>Quirks & Tropes</b>
  178.              <p>TEXT HERE</p>
  179.              
  180.        </div>
  181.    </div>
  182.    
  183.    
  184.    <!-- ------------------------------------
  185.                 RELATIONSHIPS
  186.    ------------------------------------- -->
  187.    <div class="mb-0">
  188.        
  189.        <!-- ------ HEADER ------------------------------ -->
  190. <div class="p-1 text-uppercase" style="font-size:120%; letter-spacing:2px">
  191.            
  192.             <i class="far fa-link fa-fw" style="color:#ffffff"></i>
  193.             Relationships
  194.            
  195.         </div>
  196.         <hr class="my-1 mb-2 w-100">
  197.        
  198.         <!-- ------ CONTENT ------------------------------ -->
  199.         <!--
  200.        optional but feel free to add [†] after [Relation] to show that the character is dead!
  201.        -->
  202.         <div class="row no-gutters">
  203.            
  204.             <!-- --- RELATIONSHIP --- -->
  205.             <div class="col-lg-6 p-3">
  206.                
  207.                 <!-- GENERAL INFO -->  
  208.                 <div class="text-uppercase">
  209.                    
  210.                     <a href="https://toyhou.se/4955766.sana" style="color:#ffffff">PERSON RELATED TO</a>
  211.                    
  212.                 </div>
  213.                 <hr class="my-1 w-100">
  214.                 <div class="mb-1 justify-content-between">
  215.                 <!--
  216.                full : <i class="fas fa-heart"></i>
  217.                empty: <i class="far fa-heart text-muted"></i>
  218.                -->
  219.                     <span>RELATION</span>
  220.                     <span>
  221.                         <i class="fas fa-heart"></i>
  222.                         <i class="fas fa-heart"></i>
  223.                         <i class="fas fa-heart text-muted"></i>
  224.                         <i class="fas fa-heart text-muted"></i>
  225.                         <i class="fas fa-heart text-muted"></i>
  226.                     </span>
  227.                    
  228.                 </div>
  229.                
  230.                 <!-- IMAGE -->
  231.                 <!--
  232.                → i'd recommand a square image
  233.                → delete [fr-rounded] in the img class if you want a square icon!
  234.                -->
  235.                 <div class="mr-2 float-left justify-content-center">
  236.                    
  237.                     <img src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Square_200x200.png"
  238.                    class="fr-rounded p-1 mr-lg-1" style="height:90px; width:90px;">
  239.                    
  240.                 </div>
  241.                
  242.                 <!-- CONTENT -->  
  243.                 <div class="pt-2 text-muted">
  244.                    
  245.                     <p>RELATION QUOTE</p>
  246.                     <p>DESCRIPTION OF RELATIONSHIP</p>
  247.  
  248.                 </div>
  249.             </div>
  250.            
  251.         <!-- add/delete more relationship boxes ABOVE this line! -->
  252.         </div>
  253.     </div>
  254.    
  255.     <!-- don't touch the below thanks! -->
  256.     </div>
  257.  </div>
  258.    
  259.  <!-- ------------------------------
  260.  
  261.  
  262.            CREDITS
  263.            → please keep credits on the profile
  264.            if you decide to move it!
  265.  
  266.  
  267. ------------------------------- -->
  268.  <div class="col-lg-12 p-1">
  269.     <div class="bg-faded text-right p-2" style="font-size:90%; letter-spacing:0.05em;">
  270.        
  271.         original code by <a href="https://toyhou.se/5634482.-f2u-heavy-warrior-cats-" style="color:#ffffff; text-decoration: none">jiko</a>
  272.        
  273.     </div>
  274.  </div>
  275. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement