Advertisement
Euna-

[f2u] Space Comet

Apr 21st, 2025 (edited)
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 82.51 KB | None | 0 0
  1. <!--
  2. =================================================
  3.  
  4. highlight color 1:      #a3dfff
  5. highlight color 2:      #e0fff9
  6.    
  7.    
  8. icons info:
  9.    fontawesome.com
  10.    
  11. =================================================
  12. -->
  13.  
  14.  
  15.  
  16.  
  17. <!---===== background image ===============================================
  18.  
  19. =====================-->
  20.  
  21.  
  22. <div class="card" style="
  23. background-image: url('https://images.unsplash.com/photo-1489183988443-b37b7e119ba6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1744&q=80');
  24. background-repeat: no-repeat; background-attachment: fixed; background-size: cover; padding-top: 80px; padding-bottom: 80px; padding-left: 20px; padding-right: 20px; border: 0px; border-radius: 0px; margin: -15px ;
  25. margin-top: -60px;">
  26.    
  27.  
  28.    
  29.    
  30.    
  31.    
  32.    
  33. <!--== main content box===========================================================================================-->
  34. <div class= "card p-4 mb-1" style="border-radius: 20px; max-width: 1000px; margin: auto; color: #ffffff; background: rgba(0, 0, 0, 0.6);  box-shadow: 0px 0px 8px #e0fff9; ">
  35.    
  36.  
  37.  
  38.  
  39.    
  40.    
  41. <span style="color:#ffffff; text-shadow: 0px 0px 6px #e0fff9; font-size: 300%; font-variant:small-caps; margin-top: -60px;">
  42.     <!--=icon=-->
  43.     <i class="fa-duotone fa-meteor"></i>
  44.     <!--=name=-->
  45.     Firstname Lastname
  46. </span>
  47.  
  48.  
  49.  
  50. <!--===========================buttons=============-->
  51. <ul class="nav row no-gutters" style=" border: 0px; font-variant:small-caps; margin: 10px;">
  52.  
  53.  <li class="nav-item col-auto">
  54.     <a class="nav-link active btn m-1" data-toggle="tab" href="#basics" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-id-card-clip"></i> Basics</a>
  55.   </li>
  56.  
  57.   <li class="nav-item col-auto">
  58.     <a class="nav-link btn m-1" data-toggle="tab" href="#design" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-camera-retro"></i> Design</a>
  59.   </li>
  60.  
  61.   <li class="nav-item col-auto">
  62.     <a class="nav-link btn m-1" data-toggle="tab" href="#personality" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-chart-bar"></i> Personality</a>
  63.   </li>
  64.  
  65.   <li class="nav-item col-auto">
  66.     <a class="nav-link btn m-1" data-toggle="tab" href="#lore" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-books"></i> Lore</a>
  67.  </li>
  68.  
  69.  <li class="nav-item col-auto">
  70.     <a class="nav-link btn m-1" data-toggle="tab" href="#trivia" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-message-question"></i> Trivia</a>
  71.  </li>
  72.  
  73.   <li class="nav-item col-auto">
  74.     <a class="nav-link btn m-1" data-toggle="tab" href="#details" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-chart-simple-horizontal"></i> Details</a>
  75.  </li>
  76.  
  77.  <li class="nav-item col-auto">
  78.     <a class="nav-link btn m-1" data-toggle="tab" href="#combat" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-swords"></i> Combat</a>
  79.  </li>
  80.  
  81.  <li class="nav-item col-auto">
  82.     <a class="nav-link btn m-1" data-toggle="tab" href="#inventory" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-treasure-chest"></i> Inventory</a>
  83.  </li>
  84.  
  85.  <li class="nav-item col-auto">
  86.     <a class="nav-link btn m-1" data-toggle="tab" href="#links" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-link"></i> Links</a>
  87.  </li>
  88.  
  89.  <li class="nav-item col-auto">
  90.     <a class="nav-link btn m-1" data-toggle="tab" href="#meta" style="background: rgba(0, 0, 0, 0.55); color: #ffffff; text-shadow: 0px 0px 6px #e0fff9;"> <i class="fa-duotone fa-pen-nib"></i> Meta info</a>
  91.  </li>
  92.  
  93. </ul>
  94. <!--===========================buttons=============-->
  95.  
  96.  
  97.  
  98.  
  99.     <div class="row">
  100.         <div class="col-sm-3 mb-0">
  101.            
  102.              
  103.        
  104.    
  105.  
  106.        
  107.         <p style=" margin-bottom: -25px; font-size: 180%; text-shadow: 0px 0px 8px #e0fff9; text-align: right;">
  108.             <i class="fa-duotone fa-moon-over-sun"></i>
  109.             <i class="fa-duotone fa-stars"></i>
  110.         </p>
  111.        
  112.        
  113.         <!--=== image ==-->
  114.         <div style="background-image:url(https://images.unsplash.com/photo-1526336024174-e58f5cdd8e13?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  115.        min-height:420px; background-size:cover; background-position: center; border: rgba(255, 255, 255) solid 1px; border-radius: 14px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); margin-top: 10px; padding: 10px;">
  116.            
  117.             <!-- image credit -->
  118.             <span data-toggle="tooltip" title="image by [ ]"><i class="fa-duotone fa-image"></i></span>
  119.  
  120.            
  121.            
  122.         </div>
  123.        
  124.        
  125.        
  126.        
  127.         <p style="margin-top: -25px; margin-bottom: 16px; font-size: 180%; text-shadow: 0px 0px 8px #e0fff9;">
  128.             <i class="fa-duotone fa-moon-stars"></i>
  129.             <i class="fa-duotone fa-sun-cloud"></i>
  130.             <i class="fa-duotone fa-stars"></i>
  131.         </p>
  132.  
  133.         </div>
  134.        
  135.        
  136.        
  137.         <div class="col-sm-9 mb-0">
  138.            
  139.                
  140.            
  141.                
  142.            
  143.         <div style="height: 450px; overflow-y: visible; overflow-x: hidden; padding-right: 10px;">        
  144.                
  145.         <div class="tab-content">
  146.                    
  147.         <!--=== basics tab===================================================================================================-->
  148.         <div class="tab-pane fade show active" id="basics">  
  149.                
  150.            
  151.                
  152.                    
  153.                 <!--=====basic info================================================================================================-->    
  154.                 <div class="row">
  155.                
  156.                     <div class="col-sm-6 mb-0">
  157.                          <div class="d-flex justify-content-between">
  158.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  159.                             <i class="fa-duotone fa-signature"></i>  Name </span>
  160.                             <span> content</span>
  161.                          </div>
  162.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  163.                     </div>    
  164.                    
  165.                     <div class="col-sm-6 mb-0">
  166.                          <div class="d-flex justify-content-between">
  167.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  168.                             <i class="fa-duotone fa-message-quote"></i>  Nickname </span>
  169.                             <span> content</span>
  170.                          </div>
  171.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  172.                     </div>    
  173.                    
  174.                      <div class="col-sm-6 mb-0">
  175.                          <div class="d-flex justify-content-between">
  176.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  177.                             <i class="fa-duotone fa-language"></i>  [language] Name </span>
  178.                             <span> content</span>
  179.                          </div>
  180.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  181.                     </div>    
  182.                    
  183.                     <div class="col-sm-6 mb-0">
  184.                          <div class="d-flex justify-content-between">
  185.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  186.                             <i class="fa-duotone fa-cake-candles"></i> Age </span>
  187.                             <span> content</span>
  188.                          </div>
  189.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  190.                     </div>    
  191.                    
  192.                     <div class="col-sm-6 mb-0">
  193.                          <div class="d-flex justify-content-between">
  194.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  195.                             <i class="fa-duotone fa-balloons"></i>  Birthday </span>
  196.                             <span> content</span>
  197.                          </div>
  198.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  199.                     </div>  
  200.                    
  201.                    
  202.                    
  203.                     <div class="col-sm-6 mb-0">
  204.                          <div class="d-flex justify-content-between">
  205.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  206.                             <i class="fa-duotone fa-venus-mars"></i> Gender </span>
  207.                             <span> content</span>
  208.                          </div>
  209.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  210.                     </div>  
  211.                    
  212.                     <div class="col-sm-6 mb-0">
  213.                          <div class="d-flex justify-content-between">
  214.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  215.                             <i class="fa-duotone fa-comment-pen"></i> Pronouns </span>
  216.                             <span> content</span>
  217.                          </div>
  218.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  219.                     </div>  
  220.                    
  221.                     <div class="col-sm-6 mb-0">
  222.                          <div class="d-flex justify-content-between">
  223.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  224.                             <i class="fa-duotone fa-head-side-heart"></i> Orientation </span>
  225.                             <span> content</span>
  226.                          </div>
  227.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  228.                     </div>  
  229.                    
  230.                     <div class="col-sm-6 mb-0">
  231.                          <div class="d-flex justify-content-between">
  232.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  233.                             <i class="fa-duotone fa-dna"></i> Species </span>
  234.                             <span> content</span>
  235.                          </div>
  236.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  237.                     </div>  
  238.                    
  239.                     <div class="col-sm-6 mb-0">
  240.                          <div class="d-flex justify-content-between">
  241.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  242.                             <i class="fa-duotone fa-earth-americas"></i> Ethnicity </span>
  243.                             <span> or race</span>
  244.                          </div>
  245.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  246.                     </div>  
  247.                    
  248.                    
  249.                    
  250.                     <div class="col-sm-6 mb-0">
  251.                          <div class="d-flex justify-content-between">
  252.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  253.                             <i class="fa-duotone fa-scale-unbalanced-flip"></i> Alignment </span>
  254.                             <span> content</span>
  255.                          </div>
  256.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  257.                     </div>  
  258.                    
  259.                    
  260.                     <div class="col-sm-6 mb-0">
  261.                          <div class="d-flex justify-content-between">
  262.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  263.                             <i class="fa-duotone fa-ruler-vertical"></i> Height </span>
  264.                             <span> content</span>
  265.                          </div>
  266.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  267.                     </div>
  268.                    
  269.                     <div class="col-sm-6 mb-0">
  270.                          <div class="d-flex justify-content-between">
  271.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  272.                             <i class="fa-duotone fa-briefcase"></i> Occupation </span>
  273.                             <span> content</span>
  274.                          </div>
  275.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  276.                     </div>  
  277.                    
  278.                     <div class="col-sm-6 mb-0">
  279.                          <div class="d-flex justify-content-between">
  280.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  281.                             <i class="fa-duotone fa-location-crosshairs"></i> Location </span>
  282.                             <span> content</span>
  283.                          </div>
  284.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  285.                     </div>  
  286.                    
  287.                     <div class="col-sm-6 mb-0">
  288.                          <div class="d-flex justify-content-between">
  289.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  290.                             <i class="fa-duotone fa-comments"></i>
  291.                               Languages </span>
  292.                             <span> content</span>
  293.                          </div>
  294.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  295.                     </div>    
  296.                
  297.                     <div class="col-sm-6 mb-0">
  298.                          <div class="d-flex justify-content-between">
  299.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  300.                             <i class="fa-duotone fa-brain-circuit"></i>
  301.                               MBTI </span>
  302.                             <span> content</span>
  303.                          </div>
  304.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  305.                     </div>
  306.                    
  307.                     <div class="col-sm-6 mb-0">
  308.                          <div class="d-flex justify-content-between">
  309.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  310.                             <i class="fa-duotone fa-sun"></i> Western  Zodiac </span>
  311.                             <span> content</span>
  312.                          </div>
  313.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  314.                     </div>  
  315.                    
  316.                     <div class="col-sm-6 mb-0">
  317.                          <div class="d-flex justify-content-between">
  318.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  319.                             <i class="fa-duotone fa-dragon"></i> Eastern  Zodiac </span>
  320.                             <span> content</span>
  321.                          </div>
  322.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  323.                     </div>  
  324.                    
  325.                     <div class="col-sm-6 mb-0">
  326.                          <div class="d-flex justify-content-between">
  327.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  328.                             <i class="fa-duotone fa-hand"></i>
  329.                               Dominant hand </span>
  330.                             <span> content</span>
  331.                          </div>
  332.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  333.                     </div>    
  334.                    
  335.                     <div class="col-sm-6 mb-0">
  336.                          <div class="d-flex justify-content-between">
  337.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  338.                             <i class="fa-duotone fa-syringe"></i>
  339.                               Blood type </span>
  340.                             <span> content</span>
  341.                          </div>
  342.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  343.                     </div>    
  344.                    
  345.                     <div class="col-sm-6 mb-0">
  346.                          <div class="d-flex justify-content-between">
  347.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  348.                             <i class="fa-duotone fa-seedling"></i>
  349.                               Birthplace </span>
  350.                             <span> content</span>
  351.                          </div>
  352.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  353.                     </div>
  354.                    
  355.                     <div class="col-sm-6 mb-0">
  356.                          <div class="d-flex justify-content-between">
  357.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  358.                             <i class="fa-duotone fa-book-sparkles"></i> Religion </span>
  359.                             <span> or beliefs</span>
  360.                          </div>
  361.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  362.                     </div>  
  363.                    
  364.                    
  365.                     <div class="col-sm-6 mb-0">
  366.                          <div class="d-flex justify-content-between">
  367.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  368.                             <i class="fa-duotone fa-house-heart"></i>
  369.                               Relationship status </span>
  370.                             <span> content</span>
  371.                          </div>
  372.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  373.                     </div>
  374.                    
  375.                     <div class="col-sm-6 mb-0">
  376.                          <div class="d-flex justify-content-between">
  377.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  378.                             <i class="fa-duotone fa-display-medical"></i>
  379.                               Status </span>
  380.                             <span> content</span>
  381.                          </div>
  382.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  383.                     </div>
  384.                      
  385.                      
  386.                 </div>
  387.                  
  388.                  <hr style="background: #a3dfff; height: 1px">
  389.                  
  390.                  <!--=====introduction===================================================================================-->
  391.                  
  392.                  <p>
  393.                  intro / short description.
  394.                  
  395.                  <p>
  396.                  the entire box will scroll. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  397.                 </p>
  398.                
  399.                
  400.                 <hr style="background: #a3dfff; height: 1px">
  401.                
  402.                
  403.                
  404.                
  405.                
  406.                 <!--=====more info=======================================================================-->
  407.                
  408.                 <div class="row">
  409.                    
  410.                    
  411.             </div>        
  412.  
  413.  
  414.  
  415.                
  416.         </div><!--end basic tab-->
  417.            
  418.            
  419.            
  420.         <!--=== design tab===================================================================================================-->    
  421.         <div class="tab-pane fade" id="design">
  422.  
  423.            
  424.              <span style="font-variant:small-caps; font-size: 180%;">
  425.                  Appearance
  426.              </span>
  427.              
  428.             <hr style="background: #a3dfff; height: 1px">
  429.            
  430.             <p>
  431.             describe appearance. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque. Proin sagittis nisl rhoncus mattis rhoncus urna.
  432.             </p>    
  433.              
  434.             <hr style="background: #a3dfff; height: 1px">
  435.            
  436.             <!--=reference sheet image============================-->
  437.             <img src="https://images.unsplash.com/photo-1538947151057-dfe933d688d1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80">
  438.            
  439.             <hr style="background: #a3dfff; height: 1px">
  440.            
  441.             <div class="row">
  442.                
  443.                    
  444.                    
  445.                     <div class="col-sm-6 mb-0">
  446.                          <div class="d-flex justify-content-between">
  447.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  448.                              Height </span>
  449.                             <span> content</span>
  450.                          </div>
  451.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  452.                     </div>  
  453.                    
  454.                     <div class="col-sm-6 mb-0">
  455.                          <div class="d-flex justify-content-between">
  456.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  457.                              Weight </span>
  458.                             <span> content</span>
  459.                          </div>
  460.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  461.                     </div>
  462.                    
  463.                     <div class="col-sm-6 mb-0">
  464.                          <div class="d-flex justify-content-between">
  465.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  466.                               Body type </span>
  467.                             <span> content</span>
  468.                          </div>
  469.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  470.                     </div>    
  471.                    
  472.                     <div class="col-sm-6 mb-0">
  473.                          <div class="d-flex justify-content-between">
  474.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  475.                              Skin </span>
  476.                             <span> content</span>
  477.                          </div>
  478.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  479.                     </div>
  480.                    
  481.                     <div class="col-sm-6 mb-0">
  482.                          <div class="d-flex justify-content-between">
  483.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  484.                              Eyes </span>
  485.                             <span> content</span>
  486.                          </div>
  487.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  488.                     </div>    
  489.                    
  490.                     <div class="col-sm-6 mb-0">
  491.                          <div class="d-flex justify-content-between">
  492.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  493.                              Hair color </span>
  494.                             <span> content</span>
  495.                          </div>
  496.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  497.                     </div>    
  498.                    
  499.                     <div class="col-sm-6 mb-0">
  500.                          <div class="d-flex justify-content-between">
  501.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  502.                              Hairstyle </span>
  503.                             <span> content</span>
  504.                          </div>
  505.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  506.                     </div>    
  507.                    
  508.                     <div class="col-sm-6 mb-0">
  509.                          <div class="d-flex justify-content-between">
  510.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  511.                              custom_trait </span>
  512.                             <span> content</span>
  513.                          </div>
  514.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  515.                     </div>    
  516.                    
  517.                     <div class="col-sm-6 mb-0">
  518.                          <div class="d-flex justify-content-between">
  519.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  520.                              custom_trait </span>
  521.                             <span> content</span>
  522.                          </div>
  523.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  524.                     </div>    
  525.                    
  526.                     <div class="col-sm-6 mb-0">
  527.                          <div class="d-flex justify-content-between">
  528.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  529.                              custom_trait </span>
  530.                             <span> content</span>
  531.                          </div>
  532.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  533.                     </div>    
  534.                    
  535.                     <div class="col-sm-6 mb-0">
  536.                          <div class="d-flex justify-content-between">
  537.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  538.                              custom_trait </span>
  539.                             <span> content</span>
  540.                          </div>
  541.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  542.                     </div>    
  543.             </div>        
  544.            
  545.             <hr style="background: #a3dfff; height: 1px">
  546.            
  547.            
  548.             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;"> Design notes <i class="fa-duotone fa-paintbrush"></i></i></span>
  549.                     <ul>
  550.                         <li>write</li>
  551.                         <li>design</li>
  552.                         <li>notes</li>
  553.                         <li>here</li>
  554.                         <li>you can add as much as you want</li>
  555.                     </ul>
  556.            
  557.             <hr style="background: #a3dfff; height: 1px">
  558.            
  559.            
  560.         </div> <!--==end design tab===-->
  561.        
  562.        
  563.        
  564.        
  565.        
  566.     <!--=== personality tab===================================================================================================-->    
  567.         <div class="tab-pane fade" id="personality">
  568.            
  569.                
  570.                 <span style="font-variant:small-caps; font-size: 180%;">
  571.                  Personality
  572.                 </span>
  573.                
  574.                 <!-- ==stats section==-->
  575.                 <div class="row">
  576.                    
  577.                     <div class="col-sm-6 mb-0">
  578.                         <div class="d-flex justify-content-between">
  579.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  580.                             stat </span>
  581.                             <span>
  582.                                 <i class="fa-solid fa-splotch"></i>
  583.                                 <i class="fa-solid fa-splotch"></i>
  584.                                 <i class="fa-solid fa-splotch"></i>
  585.                                 <i class="fa-duotone fa-splotch"></i>
  586.                                 <i class="fa-duotone fa-splotch"></i>
  587.                             </span>
  588.                         </div>
  589.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  590.                     </div>  
  591.                    
  592.                     <div class="col-sm-6 mb-0">
  593.                         <div class="d-flex justify-content-between">
  594.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  595.                             stat </span>
  596.                             <span>
  597.                                 <i class="fa-solid fa-splotch"></i>
  598.                                 <i class="fa-solid fa-splotch"></i>
  599.                                 <i class="fa-solid fa-splotch"></i>
  600.                                 <i class="fa-duotone fa-splotch"></i>
  601.                                 <i class="fa-duotone fa-splotch"></i>
  602.                             </span>
  603.                         </div>
  604.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  605.                     </div>  
  606.                    
  607.                     <div class="col-sm-6 mb-0">
  608.                         <div class="d-flex justify-content-between">
  609.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  610.                             stat </span>
  611.                             <span>
  612.                                 <i class="fa-solid fa-splotch"></i>
  613.                                 <i class="fa-solid fa-splotch"></i>
  614.                                 <i class="fa-solid fa-splotch"></i>
  615.                                 <i class="fa-duotone fa-splotch"></i>
  616.                                 <i class="fa-duotone fa-splotch"></i>
  617.                             </span>
  618.                         </div>
  619.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  620.                     </div>  
  621.                    
  622.                     <div class="col-sm-6 mb-0">
  623.                         <div class="d-flex justify-content-between">
  624.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  625.                             stat </span>
  626.                             <span>
  627.                                 <i class="fa-solid fa-splotch"></i>
  628.                                 <i class="fa-solid fa-splotch"></i>
  629.                                 <i class="fa-solid fa-splotch"></i>
  630.                                 <i class="fa-duotone fa-splotch"></i>
  631.                                 <i class="fa-duotone fa-splotch"></i>
  632.                             </span>
  633.                         </div>
  634.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  635.                     </div>  
  636.                    
  637.                     <div class="col-sm-6 mb-0">
  638.                         <div class="d-flex justify-content-between">
  639.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  640.                             stat </span>
  641.                             <span>
  642.                                 <i class="fa-solid fa-splotch"></i>
  643.                                 <i class="fa-solid fa-splotch"></i>
  644.                                 <i class="fa-solid fa-splotch"></i>
  645.                                 <i class="fa-duotone fa-splotch"></i>
  646.                                 <i class="fa-duotone fa-splotch"></i>
  647.                             </span>
  648.                         </div>
  649.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  650.                     </div>  
  651.                    
  652.                     <div class="col-sm-6 mb-0">
  653.                         <div class="d-flex justify-content-between">
  654.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  655.                             stat </span>
  656.                             <span>
  657.                                 <i class="fa-solid fa-splotch"></i>
  658.                                 <i class="fa-solid fa-splotch"></i>
  659.                                 <i class="fa-solid fa-splotch"></i>
  660.                                 <i class="fa-duotone fa-splotch"></i>
  661.                                 <i class="fa-duotone fa-splotch"></i>
  662.                             </span>
  663.                         </div>
  664.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  665.                     </div>  
  666.                    
  667.                     <div class="col-sm-6 mb-0">
  668.                         <div class="d-flex justify-content-between">
  669.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  670.                             stat </span>
  671.                             <span>
  672.                                 <i class="fa-solid fa-splotch"></i>
  673.                                 <i class="fa-solid fa-splotch"></i>
  674.                                 <i class="fa-solid fa-splotch"></i>
  675.                                 <i class="fa-duotone fa-splotch"></i>
  676.                                 <i class="fa-duotone fa-splotch"></i>
  677.                             </span>
  678.                         </div>
  679.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  680.                     </div>  
  681.                    
  682.                     <div class="col-sm-6 mb-0">
  683.                         <div class="d-flex justify-content-between">
  684.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  685.                             stat </span>
  686.                             <span>
  687.                                 <i class="fa-solid fa-splotch"></i>
  688.                                 <i class="fa-solid fa-splotch"></i>
  689.                                 <i class="fa-solid fa-splotch"></i>
  690.                                 <i class="fa-duotone fa-splotch"></i>
  691.                                 <i class="fa-duotone fa-splotch"></i>
  692.                             </span>
  693.                         </div>
  694.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  695.                     </div>  
  696.                    
  697.                 </div>
  698.                 <!-- == end stats section==-->
  699.                
  700.                 <hr style="background: #a3dfff; height: 1px">
  701.                
  702.                 <!--=====likes&dislikes=======================================================================-->
  703.                 <div class="row">
  704.                     <div class="col-sm-6 mb-0">
  705.                    
  706.                         <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;"> Likes <i class="fa-duotone fa-heart-pulse"></i></span>
  707.                             <ul>
  708.                                 <li>content</li>
  709.                                 <li>content</li>
  710.                                 <li>content</li>
  711.                                 <li>content</li>
  712.  
  713.                             </ul>    
  714.                        
  715.                     </div>
  716.                    
  717.                    
  718.                     <div class="col-sm-6 mb-0">
  719.                         <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;"> Dislikes <i class="fa-duotone fa-heart-crack"></i></span>
  720.                             <ul>
  721.                                 <li>content</li>
  722.                                 <li>content</li>
  723.                                 <li>content</li>
  724.                                 <li>content</li>
  725.                             </ul>
  726.                     </div>
  727.                
  728.                 </div>
  729.                
  730.                
  731.                 <hr style="background: #a3dfff; height: 1px">
  732.                
  733.                 <p>
  734.                    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  735.                 </p>
  736.                
  737.                
  738.                
  739.                
  740.  
  741.                
  742.            
  743.         </div><!--=end _ tab=-->  
  744.        
  745.        
  746.        
  747.        
  748.         <!--=== lore tab===================================================================================================-->    
  749.         <div class="tab-pane fade" id="lore">
  750.                
  751.              
  752.              <h2 style="font-variant:small-caps;">
  753.                 <i class="fa-duotone fa-bookmark"></i>
  754.                 Header</h2>
  755.              
  756.              <p>
  757.                  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque. Proin sagittis nisl rhoncus mattis rhoncus urna. Blandit cursus risus at ultrices mi tempus. Felis imperdiet proin fermentum leo vel. Et malesuada fames ac turpis egestas integer eget aliquet. Tempus egestas sed sed risus pretium quam vulputate dignissim suspendisse. Nec tincidunt praesent semper feugiat nibh sed. Id venenatis a condimentum vitae sapien pellentesque habitant. Phasellus egestas tellus rutrum tellus. Faucibus interdum posuere lorem ipsum dolor sit amet. Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Quisque id diam vel quam elementum pulvinar. Magna sit amet purus gravida quis blandit turpis cursus.
  758.             </p>  
  759.            
  760.             <hr style="background: #a3dfff; height: 1px">
  761.            
  762.             <h2 style="font-variant:small-caps;">
  763.                 <i class="fa-duotone fa-bookmark"></i>
  764.                 Header</h2>
  765.                
  766.                
  767.              <p>
  768.                  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque. Proin sagittis nisl rhoncus mattis rhoncus urna. Blandit cursus risus at ultrices mi tempus. Felis imperdiet proin fermentum leo vel. Et malesuada fames ac turpis egestas integer eget aliquet. Tempus egestas sed sed risus pretium quam vulputate dignissim suspendisse. Nec tincidunt praesent semper feugiat nibh sed. Id venenatis a condimentum vitae sapien pellentesque habitant. Phasellus egestas tellus rutrum tellus. Faucibus interdum posuere lorem ipsum dolor sit amet. Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Quisque id diam vel quam elementum pulvinar. Magna sit amet purus gravida quis blandit turpis cursus.
  769.             </p>  
  770.            
  771.             <p>
  772.                  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque. Proin sagittis nisl rhoncus mattis rhoncus urna. Blandit cursus risus at ultrices mi tempus. Felis imperdiet proin fermentum leo vel. Et malesuada fames ac turpis egestas integer eget aliquet. Tempus egestas sed sed risus pretium quam vulputate dignissim suspendisse. Nec tincidunt praesent semper feugiat nibh sed. Id venenatis a condimentum vitae sapien pellentesque habitant. Phasellus egestas tellus rutrum tellus. Faucibus interdum posuere lorem ipsum dolor sit amet. Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Quisque id diam vel quam elementum pulvinar. Magna sit amet purus gravida quis blandit turpis cursus.
  773.             </p>  
  774.            
  775.             <hr style="background: #a3dfff; height: 1px">
  776.            
  777.             <h2 style="font-variant:small-caps;">
  778.                 <i class="fa-duotone fa-bookmark"></i>
  779.                 Header</h2>
  780.                
  781.                
  782.              <p>
  783.                  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque. Proin sagittis nisl rhoncus mattis rhoncus urna. Blandit cursus risus at ultrices mi tempus. Felis imperdiet proin fermentum leo vel. Et malesuada fames ac turpis egestas integer eget aliquet. Tempus egestas sed sed risus pretium quam vulputate dignissim suspendisse. Nec tincidunt praesent semper feugiat nibh sed. Id venenatis a condimentum vitae sapien pellentesque habitant. Phasellus egestas tellus rutrum tellus. Faucibus interdum posuere lorem ipsum dolor sit amet. Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Quisque id diam vel quam elementum pulvinar. Magna sit amet purus gravida quis blandit turpis cursus.
  784.            
  785.            
  786.            
  787.            
  788.            
  789.         </div> <!--end lore tab===-->
  790.        
  791.        
  792.        
  793.          <!--=== trivia tab===================================================================================================-->    
  794.         <div class="tab-pane fade" id="trivia">
  795.                
  796.                 <span style="font-variant:small-caps; font-size: 180%;">
  797.                     <i class="fa-duotone fa-comment-text"></i>
  798.                  Trivia
  799.                 </span>
  800.                 <ul>
  801.                     <li> add as many as you want </li>
  802.                     <li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </li>
  803.                     <li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </li>
  804.                     <li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </li>
  805.                     <li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </li>
  806.                     <li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </li>
  807.                     <li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque. Proin sagittis nisl rhoncus mattis rhoncus urna. Blandit cursus risus at ultrices mi tempus.</li>
  808.                 </ul>    
  809.                
  810.                
  811.         </div><!--=end trivia tab=-->  
  812.        
  813.         <!--=== details tab===================================================================================================-->    
  814.         <div class="tab-pane fade" id="details">
  815.  
  816.                
  817.  
  818.             <hr style="background: #a3dfff; height: 1px">
  819.                
  820.             <span style="font-variant:small-caps; font-size: 180%;">
  821.                 <i class="fa-duotone fa-circle-heart"></i>
  822.                  Favorites
  823.             </span>  
  824.            
  825.             <div class="row">
  826.                
  827.                     <div class="col-sm-6 mb-0">
  828.                          <div class="d-flex justify-content-between">
  829.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  830.                               Color </span>
  831.                             <span> content</span>
  832.                          </div>
  833.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  834.                     </div>    
  835.                    
  836.                     <div class="col-sm-6 mb-0">
  837.                          <div class="d-flex justify-content-between">
  838.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  839.                              Food </span>
  840.                             <span> content</span>
  841.                          </div>
  842.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  843.                     </div>
  844.                    
  845.                     <div class="col-sm-6 mb-0">
  846.                          <div class="d-flex justify-content-between">
  847.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  848.                              Drink </span>
  849.                             <span> content</span>
  850.                          </div>
  851.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  852.                     </div>
  853.                    
  854.                     <div class="col-sm-6 mb-0">
  855.                          <div class="d-flex justify-content-between">
  856.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  857.                              Animal </span>
  858.                             <span> content</span>
  859.                          </div>
  860.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  861.                     </div>
  862.                    
  863.                     <div class="col-sm-6 mb-0">
  864.                          <div class="d-flex justify-content-between">
  865.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  866.                              Place </span>
  867.                             <span> content</span>
  868.                          </div>
  869.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  870.                     </div>
  871.                    
  872.                     <div class="col-sm-6 mb-0">
  873.                          <div class="d-flex justify-content-between">
  874.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  875.                              Time of day </span>
  876.                             <span> content</span>
  877.                          </div>
  878.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  879.                     </div>
  880.                    
  881.                     <div class="col-sm-6 mb-0">
  882.                          <div class="d-flex justify-content-between">
  883.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  884.                              Weather </span>
  885.                             <span> content</span>
  886.                          </div>
  887.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  888.                     </div>
  889.                    
  890.                     <div class="col-sm-6 mb-0">
  891.                          <div class="d-flex justify-content-between">
  892.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  893.                              Season </span>
  894.                             <span> content</span>
  895.                          </div>
  896.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  897.                     </div>
  898.                    
  899.                     <div class="col-sm-6 mb-0">
  900.                          <div class="d-flex justify-content-between">
  901.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  902.                              Genre </span>
  903.                             <span> content</span>
  904.                          </div>
  905.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  906.                     </div>
  907.                    
  908.                     <div class="col-sm-6 mb-0">
  909.                          <div class="d-flex justify-content-between">
  910.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  911.                              Style </span>
  912.                             <span> content</span>
  913.                          </div>
  914.                          <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  915.                     </div>
  916.             </div>  
  917.            
  918.             <hr style="background: #a3dfff; height: 1px">
  919.            
  920.             <span style="font-variant:small-caps; font-size: 180%;">
  921.                 <i class="fa-duotone fa-angles-right"></i>
  922.                  Strengths
  923.             </span>  
  924.             <p>  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque.
  925.                 </p>    
  926.                
  927.                
  928.             <hr style="background: #a3dfff; height: 1px">    
  929.                
  930.             <span style="font-variant:small-caps; font-size: 180%;">
  931.                 <i class="fa-duotone fa-angles-right"></i>
  932.                  Weaknesses
  933.             </span>  
  934.             <p>  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque.
  935.                 </p>        
  936.  
  937.  
  938.            
  939.             <hr style="background: #a3dfff; height: 1px">
  940.  
  941.             <span style="font-variant:small-caps; font-size: 180%;">
  942.                 <i class="fa-duotone fa-angles-right"></i>
  943.                  Fears
  944.             </span>  
  945.             <p>  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque.
  946.                 </p>
  947.  
  948.  
  949.              
  950.              <hr style="background: #a3dfff; height: 1px">
  951.  
  952.                
  953.             <span style="font-variant:small-caps; font-size: 180%;">
  954.                 <i class="fa-duotone fa-angles-right"></i>
  955.                  Flaws
  956.             </span>  
  957.             <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis blandit turpis cursus in hac habitasse platea dictumst quisque.
  958.                 </p>    
  959.                
  960.                
  961.             <hr style="background: #a3dfff; height: 1px">
  962.  
  963.                
  964.  
  965.                
  966.         </div><!--=end details tab=-->
  967.        
  968.         <!--=== combat tab===================================================================================================-->    
  969.         <div class="tab-pane fade" id="combat">
  970.                
  971.                 <span style="font-variant:small-caps; font-size: 180%;">
  972.                  Combat
  973.                 </span>
  974.                
  975.                 <hr style="background: #a3dfff; height: 1px">  
  976.                
  977.                
  978.                 <!-- ==stats section==-->
  979.                 <div class="row">
  980.                    
  981.                     <div class="col-sm-6 mb-0">
  982.                         <div class="d-flex justify-content-between">
  983.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  984.                             stat </span>
  985.                             <span>
  986.                                 <i class="fa-solid fa-splotch"></i>
  987.                                 <i class="fa-solid fa-splotch"></i>
  988.                                 <i class="fa-solid fa-splotch"></i>
  989.                                 <i class="fa-duotone fa-splotch"></i>
  990.                                 <i class="fa-duotone fa-splotch"></i>
  991.                             </span>
  992.                         </div>
  993.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  994.                     </div>  
  995.                    
  996.                     <div class="col-sm-6 mb-0">
  997.                         <div class="d-flex justify-content-between">
  998.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  999.                             stat </span>
  1000.                             <span>
  1001.                                 <i class="fa-solid fa-splotch"></i>
  1002.                                 <i class="fa-solid fa-splotch"></i>
  1003.                                 <i class="fa-solid fa-splotch"></i>
  1004.                                 <i class="fa-duotone fa-splotch"></i>
  1005.                                 <i class="fa-duotone fa-splotch"></i>
  1006.                             </span>
  1007.                         </div>
  1008.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1009.                     </div>  
  1010.                    
  1011.                     <div class="col-sm-6 mb-0">
  1012.                         <div class="d-flex justify-content-between">
  1013.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1014.                             stat </span>
  1015.                             <span>
  1016.                                 <i class="fa-solid fa-splotch"></i>
  1017.                                 <i class="fa-solid fa-splotch"></i>
  1018.                                 <i class="fa-solid fa-splotch"></i>
  1019.                                 <i class="fa-duotone fa-splotch"></i>
  1020.                                 <i class="fa-duotone fa-splotch"></i>
  1021.                             </span>
  1022.                         </div>
  1023.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1024.                     </div>  
  1025.                    
  1026.                     <div class="col-sm-6 mb-0">
  1027.                         <div class="d-flex justify-content-between">
  1028.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1029.                             stat </span>
  1030.                             <span>
  1031.                                 <i class="fa-solid fa-splotch"></i>
  1032.                                 <i class="fa-solid fa-splotch"></i>
  1033.                                 <i class="fa-solid fa-splotch"></i>
  1034.                                 <i class="fa-duotone fa-splotch"></i>
  1035.                                 <i class="fa-duotone fa-splotch"></i>
  1036.                             </span>
  1037.                         </div>
  1038.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1039.                     </div>  
  1040.                    
  1041.                     <div class="col-sm-6 mb-0">
  1042.                         <div class="d-flex justify-content-between">
  1043.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1044.                             stat </span>
  1045.                             <span>
  1046.                                 <i class="fa-solid fa-splotch"></i>
  1047.                                 <i class="fa-solid fa-splotch"></i>
  1048.                                 <i class="fa-solid fa-splotch"></i>
  1049.                                 <i class="fa-duotone fa-splotch"></i>
  1050.                                 <i class="fa-duotone fa-splotch"></i>
  1051.                             </span>
  1052.                         </div>
  1053.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1054.                     </div>  
  1055.                    
  1056.                     <div class="col-sm-6 mb-0">
  1057.                         <div class="d-flex justify-content-between">
  1058.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1059.                             stat </span>
  1060.                             <span>
  1061.                                 <i class="fa-solid fa-splotch"></i>
  1062.                                 <i class="fa-solid fa-splotch"></i>
  1063.                                 <i class="fa-solid fa-splotch"></i>
  1064.                                 <i class="fa-duotone fa-splotch"></i>
  1065.                                 <i class="fa-duotone fa-splotch"></i>
  1066.                             </span>
  1067.                         </div>
  1068.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1069.                     </div>  
  1070.                    
  1071.                     <div class="col-sm-6 mb-0">
  1072.                         <div class="d-flex justify-content-between">
  1073.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1074.                             stat </span>
  1075.                             <span>
  1076.                                 <i class="fa-solid fa-splotch"></i>
  1077.                                 <i class="fa-solid fa-splotch"></i>
  1078.                                 <i class="fa-solid fa-splotch"></i>
  1079.                                 <i class="fa-duotone fa-splotch"></i>
  1080.                                 <i class="fa-duotone fa-splotch"></i>
  1081.                             </span>
  1082.                         </div>
  1083.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1084.                     </div>  
  1085.                    
  1086.                     <div class="col-sm-6 mb-0">
  1087.                         <div class="d-flex justify-content-between">
  1088.                             <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1089.                             stat </span>
  1090.                             <span>
  1091.                                 <i class="fa-solid fa-splotch"></i>
  1092.                                 <i class="fa-solid fa-splotch"></i>
  1093.                                 <i class="fa-solid fa-splotch"></i>
  1094.                                 <i class="fa-duotone fa-splotch"></i>
  1095.                                 <i class="fa-duotone fa-splotch"></i>
  1096.                             </span>
  1097.                         </div>
  1098.                         <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1099.                     </div>  
  1100.                    
  1101.                 </div>
  1102.                 <!-- == end stats section==-->
  1103.                
  1104.                 <hr style="background: #a3dfff; height: 1px">
  1105.                
  1106.                
  1107.                
  1108.                 <!--== skill == -->
  1109.                 <div class="d-flex justify-content-between">  
  1110.                     <span style="font-variant:small-caps; font-size: 120%;">
  1111.                         <i class="fa-duotone fa-angles-right"></i>
  1112.                          Skill name
  1113.                     </span>  
  1114.                     <span>
  1115.                         type
  1116.                     </span>
  1117.                 </div>
  1118.                
  1119.                 <p>
  1120.                 description. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1121.                 </p>
  1122.                
  1123.                 <hr style="background: #a3dfff; height: 1px">
  1124.                 <!--== end skill == -->
  1125.                
  1126.                 <!--== skill == -->
  1127.                 <div class="d-flex justify-content-between">  
  1128.                     <span style="font-variant:small-caps; font-size: 120%;">
  1129.                         <i class="fa-duotone fa-angles-right"></i>
  1130.                          Skill name
  1131.                     </span>  
  1132.                     <span>
  1133.                         type
  1134.                     </span>
  1135.                 </div>
  1136.                
  1137.                 <p>
  1138.                 description. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1139.                 </p>
  1140.                
  1141.                 <hr style="background: #a3dfff; height: 1px">
  1142.                 <!--== end skill == -->
  1143.                
  1144.                 <!--== skill == -->
  1145.                 <div class="d-flex justify-content-between">  
  1146.                     <span style="font-variant:small-caps; font-size: 120%;">
  1147.                         <i class="fa-duotone fa-angles-right"></i>
  1148.                          Skill name
  1149.                     </span>  
  1150.                     <span>
  1151.                         type
  1152.                     </span>
  1153.                 </div>
  1154.                
  1155.                 <p>
  1156.                 description. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1157.                 </p>
  1158.                
  1159.                 <hr style="background: #a3dfff; height: 1px">
  1160.                 <!--== end skill == -->
  1161.                
  1162.                
  1163.                
  1164.                
  1165.                
  1166.         </div><!--=end combat tab=-->
  1167.        
  1168.         <!--=== inventory tab===================================================================================================-->    
  1169.         <div class="tab-pane fade" id="inventory">
  1170.            
  1171.                 <span style="font-variant:small-caps; font-size: 180%;">
  1172.                  Inventory
  1173.                 </span>
  1174.                
  1175.                 <hr style="background: #a3dfff; height: 1px">  
  1176.                
  1177.                 <!--==============item===============-->
  1178.                 <div class="row">
  1179.                     <div class="col-sm-4 mb-0">
  1180.                        
  1181.                         <!-- ==== image ====-->
  1182.                         <div style="background-image:url(https://images.unsplash.com/photo-1536481351195-04a50ee18278?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  1183.                            min-height:200px; max-width: 200px; margin: auto; background-size:cover; background-position:center; border-radius: 14px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);"></div>
  1184.                     </div>
  1185.                     <div class="col-sm-8 mb-0">
  1186.                         <div class="d-flex justify-content-between">
  1187.                            
  1188.                             <span style="font-variant:small-caps; font-weight: 700;  font-size: 140%; color: #e0fff9;">
  1189.                             Title here
  1190.                             </span>
  1191.                            
  1192.                             <span>
  1193.                             content (remove if not needed)
  1194.                             </span>    
  1195.                            
  1196.                         </div>
  1197.                        
  1198.                         <hr style="background: #a3dfff; height: 0.1px; margin-top: 1px; margin-bottom: 4px;">  
  1199.                        
  1200.                         <div style="height: 160px;  overflow-y: visible; overflow-x: hidden; padding-right: 8px;">
  1201.                             <p>
  1202.                                description here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1203.                             </p>
  1204.                         </div>
  1205.                     </div>    
  1206.                 </div>
  1207.                 <hr style="background: #a3dfff; height: 1px">  
  1208.                 <!--=end item=================-->
  1209.                
  1210.                 <!--==============item===============-->
  1211.                 <div class="row">
  1212.                     <div class="col-sm-4 mb-0">
  1213.                        
  1214.                         <!-- ==== image ====-->
  1215.                         <div style="background-image:url(https://images.unsplash.com/photo-1536481351195-04a50ee18278?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  1216.                            min-height:200px; max-width: 200px; margin: auto; background-size:cover; background-position:center; border-radius: 14px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);"></div>
  1217.                     </div>
  1218.                     <div class="col-sm-8 mb-0">
  1219.                         <div class="d-flex justify-content-between">
  1220.                            
  1221.                             <span style="font-variant:small-caps; font-weight: 700;  font-size: 140%; color: #e0fff9;">
  1222.                             Title here
  1223.                             </span>
  1224.                            
  1225.                             <span>
  1226.                             content (remove if not needed)
  1227.                             </span>    
  1228.                            
  1229.                         </div>
  1230.                        
  1231.                         <hr style="background: #a3dfff; height: 0.1px; margin-top: 1px; margin-bottom: 4px;">  
  1232.                        
  1233.                         <div style="height: 160px;  overflow-y: visible; overflow-x: hidden; padding-right: 8px;">
  1234.                             <p>
  1235.                                description here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1236.                             </p>
  1237.                         </div>
  1238.                     </div>    
  1239.                 </div>
  1240.                 <hr style="background: #a3dfff; height: 1px">  
  1241.                 <!--=end item=================-->
  1242.                
  1243.                 <!--==============item===============-->
  1244.                 <div class="row">
  1245.                     <div class="col-sm-4 mb-0">
  1246.                        
  1247.                         <!-- ==== image ====-->
  1248.                         <div style="background-image:url(https://images.unsplash.com/photo-1536481351195-04a50ee18278?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  1249.                            min-height:200px; max-width: 200px; margin: auto; background-size:cover; background-position:center; border-radius: 14px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);"></div>
  1250.                     </div>
  1251.                     <div class="col-sm-8 mb-0">
  1252.                         <div class="d-flex justify-content-between">
  1253.                            
  1254.                             <span style="font-variant:small-caps; font-weight: 700;  font-size: 140%; color: #e0fff9;">
  1255.                             Title here
  1256.                             </span>
  1257.                            
  1258.                             <span>
  1259.                             content (remove if not needed)
  1260.                             </span>    
  1261.                            
  1262.                         </div>
  1263.                        
  1264.                         <hr style="background: #a3dfff; height: 0.1px; margin-top: 1px; margin-bottom: 4px;">  
  1265.                        
  1266.                         <div style="height: 160px;  overflow-y: visible; overflow-x: hidden; padding-right: 8px;">
  1267.                             <p>
  1268.                                description here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1269.                             </p>
  1270.                         </div>
  1271.                     </div>    
  1272.                 </div>
  1273.                 <hr style="background: #a3dfff; height: 1px">  
  1274.                 <!--=end item=================-->
  1275.  
  1276.                
  1277.         </div><!--=end inventory tab=-->
  1278.        
  1279.         <!--=== links tab===================================================================================================-->    
  1280.         <div class="tab-pane fade" id="links">
  1281.                
  1282.                 <span style="font-variant:small-caps; font-size: 180%;">
  1283.                  Links
  1284.                 </span>
  1285.                 <hr style="background: #a3dfff; height: 1px">  
  1286.                
  1287.                 <!--==============character link===============-->
  1288.                 <div class="row">
  1289.                     <div class="col-sm-4 mb-0">
  1290.                        
  1291.                         <!-- ==== image ====-->
  1292.                         <div style="background-image:url(https://images.unsplash.com/photo-1536481351195-04a50ee18278?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  1293.                            min-height:200px; max-width: 200px; margin: auto; background-size:cover; background-position:center; border-radius: 14px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);"></div>
  1294.                     </div>
  1295.                     <div class="col-sm-8 mb-0">
  1296.                         <div class="d-flex justify-content-between">
  1297.                            
  1298.                             <span>
  1299.                                 <span style="font-variant:small-caps; font-weight: 700;  font-size: 140%; color: #e0fff9;">
  1300.                                 Name Here
  1301.                                 </span>
  1302.                            
  1303.                             <br>
  1304.                            
  1305.                                 <span>
  1306.                                 Relation    
  1307.                                 </span>  
  1308.                             </span>
  1309.                            
  1310.                             <span>
  1311.                                 <i class="fa-solid fa-heart"></i>
  1312.                                 <i class="fa-solid fa-heart"></i>
  1313.                                 <i class="fa-solid fa-heart"></i>
  1314.                                 <i class="fa-duotone fa-heart"></i>
  1315.                                 <i class="fa-duotone fa-heart"></i>
  1316.                             </span>    
  1317.                            
  1318.                         </div>
  1319.                        
  1320.                         <hr style="background: #a3dfff; height: 0.1px; margin-top: 1px; margin-bottom: 4px;">  
  1321.                        
  1322.                         <div style="height: 140px;  overflow-y: visible; overflow-x: hidden; padding-right: 8px;">
  1323.                             <p>
  1324.                                description here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1325.                             </p>
  1326.                         </div>
  1327.                     </div>    
  1328.                 </div>
  1329.                 <hr style="background: #a3dfff; height: 1px">  
  1330.                 <!--=end character link=================-->
  1331.                
  1332.                 <!--==============character link===============-->
  1333.                 <div class="row">
  1334.                     <div class="col-sm-4 mb-0">
  1335.                        
  1336.                         <!-- ==== image ====-->
  1337.                         <div style="background-image:url(https://images.unsplash.com/photo-1536481351195-04a50ee18278?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  1338.                            min-height:200px; max-width: 200px; margin: auto; background-size:cover; background-position:center; border-radius: 14px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);"></div>
  1339.                     </div>
  1340.                     <div class="col-sm-8 mb-0">
  1341.                         <div class="d-flex justify-content-between">
  1342.                            
  1343.                             <span>
  1344.                                 <span style="font-variant:small-caps; font-weight: 700;  font-size: 140%; color: #e0fff9;">
  1345.                                 Name Here
  1346.                                 </span>
  1347.                            
  1348.                             <br>
  1349.                            
  1350.                                 <span>
  1351.                                 Relation    
  1352.                                 </span>  
  1353.                             </span>
  1354.                            
  1355.                             <span>
  1356.                                 <i class="fa-solid fa-heart"></i>
  1357.                                 <i class="fa-solid fa-heart"></i>
  1358.                                 <i class="fa-solid fa-heart"></i>
  1359.                                 <i class="fa-duotone fa-heart"></i>
  1360.                                 <i class="fa-duotone fa-heart"></i>
  1361.                             </span>    
  1362.                            
  1363.                         </div>
  1364.                        
  1365.                         <hr style="background: #a3dfff; height: 0.1px; margin-top: 1px; margin-bottom: 4px;">  
  1366.                        
  1367.                         <div style="height: 140px;  overflow-y: visible; overflow-x: hidden; padding-right: 8px;">
  1368.                             <p>
  1369.                                description here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1370.                             </p>
  1371.                         </div>
  1372.                     </div>    
  1373.                 </div>
  1374.                 <hr style="background: #a3dfff; height: 1px">  
  1375.                 <!--=end character link=================-->
  1376.                
  1377.                 <!--==============character link===============-->
  1378.                 <div class="row">
  1379.                     <div class="col-sm-4 mb-0">
  1380.                        
  1381.                         <!-- ==== image ====-->
  1382.                         <div style="background-image:url(https://images.unsplash.com/photo-1536481351195-04a50ee18278?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  1383.                            min-height:200px; max-width: 200px; margin: auto; background-size:cover; background-position:center; border-radius: 14px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);"></div>
  1384.                     </div>
  1385.                     <div class="col-sm-8 mb-0">
  1386.                         <div class="d-flex justify-content-between">
  1387.                            
  1388.                             <span>
  1389.                                 <span style="font-variant:small-caps; font-weight: 700;  font-size: 140%; color: #e0fff9;">
  1390.                                 Name Here
  1391.                                 </span>
  1392.                            
  1393.                             <br>
  1394.                            
  1395.                                 <span>
  1396.                                 Relation    
  1397.                                 </span>  
  1398.                             </span>
  1399.                            
  1400.                             <span>
  1401.                                 <i class="fa-solid fa-heart"></i>
  1402.                                 <i class="fa-solid fa-heart"></i>
  1403.                                 <i class="fa-solid fa-heart"></i>
  1404.                                 <i class="fa-duotone fa-heart"></i>
  1405.                                 <i class="fa-duotone fa-heart"></i>
  1406.                             </span>    
  1407.                            
  1408.                         </div>
  1409.                        
  1410.                         <hr style="background: #a3dfff; height: 0.1px; margin-top: 1px; margin-bottom: 4px;">  
  1411.                        
  1412.                         <div style="height: 140px;  overflow-y: visible; overflow-x: hidden; padding-right: 8px;">
  1413.                             <p>
  1414.                                description here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1415.                             </p>
  1416.                         </div>
  1417.                     </div>    
  1418.                 </div>
  1419.                 <hr style="background: #a3dfff; height: 1px">  
  1420.                 <!--=end character link=================-->
  1421.  
  1422.                
  1423.         </div><!--=end links tab=-->
  1424.        
  1425.         <!--=== meta info tab===================================================================================================-->    
  1426.         <div class="tab-pane fade" id="meta">
  1427.                
  1428.  
  1429.                 <div class="d-flex justify-content-between">
  1430.                     <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1431.                          Creation date </span>
  1432.                     <span> content</span>
  1433.                 </div>
  1434.                 <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1435.                
  1436.                 <div class="d-flex justify-content-between">
  1437.                     <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1438.                          First creation medium </span>
  1439.                     <span> content</span>
  1440.                 </div>
  1441.                 <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1442.                
  1443.                 <div class="d-flex justify-content-between">
  1444.                     <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1445.                          Design: version </span>
  1446.                     <span> content</span>
  1447.                 </div>
  1448.                 <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1449.                
  1450.                 <div class="d-flex justify-content-between">
  1451.                     <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1452.                          Lore: version </span>
  1453.                     <span> content</span>
  1454.                 </div>
  1455.                 <hr style="background: #a3dfff; height: 0.1px; margin:1px">
  1456.                
  1457.                 <span style="font-variant:small-caps; color: #e0fff9; font-weight: 700; font-size: 125%;">
  1458.                     Author notes</span>
  1459.                 <p> extra info. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1460.                 </p>
  1461.  
  1462.  
  1463.                
  1464.         </div><!--=end meta info tab=-->
  1465.        
  1466.         <!--=== _ tab===================================================================================================-->    
  1467.         <div class="tab-pane fade" id="basictab">
  1468.            
  1469.                
  1470.                 <span style="font-variant:small-caps; font-size: 180%;">
  1471.                  ___
  1472.                 </span>
  1473.  
  1474.                
  1475.         </div><!--=end _ tab=-->  
  1476.        
  1477.  
  1478.        
  1479.        
  1480.            
  1481.            
  1482.            
  1483.     </div><!-- end tab content-->
  1484.    
  1485.         </div><!-- end right content box -->
  1486.        
  1487.        
  1488.     </div><!-- end column -->
  1489.     </div><!-- end row -->
  1490.        
  1491.        
  1492.        
  1493.  
  1494.  <!--= extra text/icon==============================
  1495. remove if not needed
  1496. ===-->          
  1497.      <span style="color:#ffffff; text-shadow: 0px 0px 6px #e0fff9; font-size: 200%; font-variant:small-caps; margin-bottom: -40px; text-align: right;">
  1498.        
  1499.         Text Here
  1500.         <!--=icon=-->
  1501.         <i class="fa-duotone fa-sparkles"></i>
  1502.     </span>  
  1503.  <!--==================-->  
  1504.  
  1505.  
  1506.        
  1507. </div>
  1508.    
  1509.  
  1510.    
  1511. <div style="max-width: 900px; margin: auto; color: #ffffff; font-size: 100%; text-shadow: 0px 0px 4px #000000;">
  1512.     <a style="color: #ffffff;" href="https://toyhou.se/EunaCodes">code</a>
  1513. </div>
  1514.  
  1515.        
  1516.    
  1517.        
  1518. </div>  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement