Advertisement
Glandalf_Le_Gland

Toyhouse template

Sep 1st, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.02 KB | None | 0 0
  1. <div class="container">
  2.  <div class="row">
  3.   <div class="col-12 panel card-block bg-primary card-outline-primary rounded-0 card-header" style="height:125px;">
  4.    <p class="display-3 text-white text-center font-weight-bold" style="margin-top:25px;letter-spacing:5px">Title</p>
  5.  </div>
  6.  <div class="card card-outline-primary card-block bg-faded rounded-0 mb-4" style="border-width:5px">
  7.   <div class="row justify-content-center">
  8.    <div class="col-md-3 text-center">
  9.  
  10.     <!-- Link the profile's picture in the src="" part-->
  11.     <img src="https://en.wikifur.com/w/images/4/41/Toyhouse.png" style="margin-top:-50px;" class="img-thumbnail bg-faded border-0 rounded-circle mb-2">
  12.  
  13.   </div>
  14.   <div class="col-md-4">
  15.    <ul class="list-unstyled text-primary font-weight-bold">
  16.      <li class="mb-3">
  17.        <span class="mb-0">
  18.         Name
  19.       </span>
  20.       <span class="pull-right mb-0">
  21.         Character name
  22.       </span>
  23.       <hr class="mt-1" style="border:1px dashed;">
  24.     </li>
  25.     <li class="mb-3">
  26.      <span class="mb-0">
  27.       Age
  28.     </span>
  29.     <span class="pull-right mb-0">
  30.       Character age
  31.     </span>
  32.     <hr class="mt-1" style="border:1px dashed;">
  33.   </li>
  34.   <li>
  35.    <span class="mb-0">
  36.     Gender
  37.   </span>
  38.   <span class="pull-right mb-0">
  39.     Character gender
  40.   </span>
  41.   <hr class="mt-1" style="border:1px dashed;">
  42. </li>
  43. <li class="mb-3">
  44.  <span class="mb-0">
  45.   Species
  46. </span>
  47. <span class="pull-right mb-0">
  48.   Character species
  49. </span>
  50. <hr class="mt-1" style="border:1px dashed;">
  51. </li>
  52. </ul>
  53. </div>
  54. </div>
  55. </div>
  56. <a data-toggle="collapse" href="#collapse1" class="col-12 btn btn-block btn-lg btn-success d-inline text-left text-center display-1 rounded-0 text-white p-3" style="letter-spacing:7px">
  57.  <i class="fal fa-chevron-circle-down"></i> About
  58. </a>
  59. <div id="collapse1" class="w-100 panel-collpase collapse">
  60.  <div class="card card-block bg-faded card-outline-success rounded-0" style="border-width:5px">
  61.   <div class="row justify-content-between">
  62.    <div class="col-md-5">
  63.     <ul class="list-unstyled font-weight-bold mb-4">
  64.      <li class="mb-3">
  65.  
  66.       <!-- Sliders for personality traits, edit names if needed and progression in the next comment -->
  67.       <span class="text-warning mb-2">
  68.        Introvert
  69.      </span>
  70.      <span class="pull-right text-danger">
  71.        Extrovert
  72.      </span>
  73.      <!-- Percentage of the first trait against the other is in the style="width:X%;" part, corresponds to the orange part of the progress bar  -->
  74.      <div class="progress bg-danger rounded-0"><div class="progress-bar bg-warning rounded-0" style="width:50%;"></div></div>
  75.  
  76.    </li>
  77.    <li class="mb-3">
  78.     <!-- Sliders for personality traits, edit names if needed and progression in the next comment -->
  79.     <span class="text-warning mb-2">
  80.      Intuitive
  81.    </span>
  82.    <span class="pull-right text-danger">
  83.      Observant
  84.    </span>
  85.    <!-- Percentage of the first trait against the other is in the style="width:X%;" part, corresponds to the orange part of the progress bar  -->
  86.    <div class="progress bg-danger rounded-0"><div class="progress-bar bg-warning rounded-0" style="width:50%;"></div></div>
  87.  
  88.  </li>
  89.  <li class="mb-3">
  90.   <!-- Sliders for personality traits, edit names if needed and progression in the next comment -->
  91.   <span class="text-warning mb-2">
  92.    Thinking
  93.  </span>
  94.  <span class="pull-right text-danger">
  95.    Feeling
  96.  </span>
  97.  <div class="progress bg-danger rounded-0"><div class="progress-bar bg-warning rounded-0" style="width:50%;"></div></div>
  98. </li>
  99. <li class="mb-3">
  100.   <!-- Sliders for personality traits, edit names if needed and progression in the next comment -->
  101.   <span class="text-warning mb-2">
  102.    Judging
  103.  </span>
  104.  <span class="pull-right text-danger">
  105.    Prospecting
  106.  </span>
  107.  <!-- Percentage of the first trait against the other is in the style="width:X%;" part, corresponds to the orange part of the progress bar  -->
  108.  <div class="progress bg-danger rounded-0"><div class="progress-bar bg-warning rounded-0" style="width:50%;"></div></div>
  109. </li>
  110. </ul>
  111.  
  112. <div class="card card-block card-success text-white display-4 rounded-0 mb-4">
  113.  <em style="text-align: justify;">"Character's favorite quote"</em>
  114. </div>
  115. </div>
  116. <div class="col-md-7 mb-4">
  117.  <p class="display-4 text-success text-right font-weight-bold mb-2" style="letter-spacing:5px">Personality <i class="fa fa-cog"></i></p>
  118.  <div class="bg-success mb-2" style="height:2px; width:100%;"></div>
  119.  <p class="mb-2" style="text-align: justify;">Write a little text about your character and how they are.</p>
  120.  <p class="display-4 text-success font-weight-bold mb-2" style="letter-spacing:5px"><i class="fa fa-user"></i> Appearance</p>
  121.  <div class="bg-success mb-2" style="height:2px; width:100%;"></div>
  122.  <div class="row justify-content-between mb-4">
  123.    <div class="col-md-6 mt-4">
  124.      <p class="mb-2" style="text-align: justify;">
  125.       <!-- Link to character image or remove for text -->
  126.       <img src="https://en.wikifur.com/w/images/4/41/Toyhouse.png" width="355" height="390">
  127.     </p>
  128.   </div>
  129.   <div class="col-md-6 mt-4">
  130.     <ul style="list-style: square;">
  131.       <!-- Bullet points list of physical traits, make sure to add <li> </li> around your text when adding more -->
  132.       <li>
  133.         Point 1
  134.       </li>
  135.       <li>
  136.         Point 2
  137.       </li>
  138.       <li>
  139.         Point 3
  140.       </li>
  141.       <li>
  142.         Point 4
  143.       </li>
  144.     </ul>
  145.  
  146.   </div>
  147. </div>
  148. </div>
  149. </div>
  150. <a data-toggle="collapse" href="#collapse2" class="col-12 btn btn-block btn-lg btn-warning d-inline text-left text-center display-1 rounded-0 text-white p-3" style="letter-spacing:7px">
  151.  <i class="fal fa-chevron-circle-down"></i> Details
  152. </a>
  153. <div id="collapse2" class="w-100 panel-collpase collapse">
  154.  <div class="card card-block card-outline-warning text-warning rounded-0" style="border-width:3px">
  155.    <div class="row justify-content-between">
  156.     <div class="col-md-5">
  157.      <ul class="list-unstyled font-weight-bold">
  158.       <li class="mb-3">
  159.        <span class="mb-0">
  160.         Ethnicity
  161.       </span>
  162.       <span class="pull-right mb-0">
  163.         Character ethnicity
  164.       </span>
  165.       <hr class="mt-1" style="border:1px dashed;">
  166.     </li>
  167.     <li class="mb-3">
  168.      <span class="mb-0">
  169.       Residence
  170.     </span>
  171.     <span class="pull-right mb-0">
  172.       Character's residence
  173.     </span>
  174.     <hr class="mt-1" style="border:1px dashed;">
  175.   </li>
  176.   <li class="mb-3">
  177.    <span class="mb-0">
  178.     Job
  179.   </span>
  180.   <span class="pull-right mb-0">
  181.     Character's job
  182.   </span>
  183.   <hr class="mt-1" style="border:1px dashed;">
  184. </li>
  185. <li class="mb-3">
  186.  <span class="mb-0">
  187.   Sexuality
  188. </span>
  189. <span class="pull-right mb-0">
  190.   Character's sexuality
  191. </span>
  192. <hr class="mt-1" style="border:1px dashed;">
  193. </li>
  194. </ul>
  195. </div>
  196. <div class="col-md-7">
  197.  <ul class="list-unstyled" style="text-align: justify;">
  198.   <!-- Bullet list of traits of your character, make sure to add <li class="mb-2"> </li> if adding new points -->
  199.   <li class="mb-2">
  200.    ● Fact 1
  201.  </li>
  202.  <li class="mb-2">
  203.    ● Fact 2
  204.  </li>
  205.  <li class="mb-2">
  206.    ● Fact 3
  207.  </li>
  208.  <li class="mb-2">
  209.    ● Fact 4
  210.  </li>
  211.  <li class="mb-2">
  212.    ● Fact 5
  213.  </li>
  214. </ul>
  215. </div>
  216. </div>
  217. </div>
  218. </div>
  219. <div class="row justify-content-between mb-4">
  220.  <div class="col-md-6 mt-4">
  221.   <div class="card card-danger card-block text-left text-center font-weight-bold display-4 rounded-0 text-white" style="letter-spacing:5px">
  222.    Likes
  223.  </div>
  224.  <div class="card card-block card-outline-danger text-danger font-weight-bold rounded-0" style="border-width:3px">
  225.    <ul class="list-unstyled">
  226.  
  227.     <!-- Bullet list of likes, make sure to add  <li class="mb-1"><i class="fa fa-check"></i> and </li> around your text (the </i> goes before your text, it's the check symbol image)-->
  228.     <li class="mb-1">
  229.      <i class="fa fa-check"></i>
  230.      Likes 1
  231.    </li>
  232.    <li class="mb-1">
  233.      <i class="fa fa-check"></i>
  234.      Likes 2
  235.    </li>
  236.    <li class="mb-1">
  237.      <i class="fa fa-check"></i>
  238.      Likes 3
  239.    </li>
  240.    <li class="mb-1">
  241.      <i class="fa fa-check"></i>
  242.      Likes 3
  243.    </li>
  244.    <li class="mb-1">
  245.      <i class="fa fa-check"></i>
  246.      Likes 3
  247.    </li>
  248.    <li class="mb-1">
  249.      <i class="fa fa-check"></i>
  250.      Likes 3
  251.    </li>
  252.  </ul>
  253. </div>
  254. </div>
  255. <div class="col-md-6 mt-4">
  256.   <div class="card card-danger card-block text-left text-center font-weight-bold display-4 rounded-0 text-white" style="letter-spacing:5px">
  257.    Dislikes
  258.  </div>
  259.  <div class="card card-block card-outline-danger text-danger font-weight-bold rounded-0" style="border-width:3px">
  260.    <ul class="list-unstyled">
  261.     <!-- Bullet list of dislikes, make sure to add  <li class="mb-1"><i class="fa fa-times"></i> and </li> around your text (the </i> goes before your text, it's the cross symbol image)-->
  262.     <li class="mb-1">
  263.      <i class="fa fa-times"></i>
  264.      Dislikes 1
  265.    </li>
  266.    <li class="mb-1">
  267.      <i class="fa fa-times"></i>
  268.      Dislikes 2
  269.    </li>
  270.    <li class="mb-1">
  271.      <i class="fa fa-times"></i>
  272.      Dislikes 3
  273.    </li>
  274.    <li class="mb-1">
  275.      <i class="fa fa-times"></i>
  276.      Dislikes 4
  277.    </li>
  278.  </ul>
  279. </div>
  280. </div>
  281. </div>
  282.  
  283.  
  284. <a data-toggle="collapse" href="#collapse3" class="col-12 btn btn-block btn-lg btn-warning d-inline text-left text-center display-1 rounded-0 text-white p-3" style="letter-spacing:7px">
  285.  <i class="fal fa-chevron-circle-down"></i> Playlist
  286. </a>
  287. <div id="collapse3" class="w-100 panel-collpase collapse">
  288.   <div class="card card-block card-outline-warning text-warning rounded-0" style="border-width:3px">
  289.    <div class="row justify-content-between">
  290.     <div class="col-md-7">
  291.      <ul class="list-unstyled" style="text-align: justify;">
  292.  
  293.       <!-- Bullet list of musics, text will be clickable and head to the link you'll input, goes by this format for each music :
  294.      <li class="mb-2">
  295.       <a href="LINK TO THE MUSIC"><i class="fa fa-music"></i>
  296.       TITLE OF THE MUSIC</a>
  297.     </li>
  298.   -->
  299.    <li class="mb-2">
  300.      <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><i class="fa fa-music"></i>
  301.      TITLE OF THE MUSIC</a>
  302.    </li>
  303.  
  304.  
  305.  </ul>
  306. </div>
  307. </div>
  308. </div>
  309. </div>
  310. <div class="row justify-content-between mb-4"></div>
  311.  
  312. <p class="display-4 text-success text-right font-weight-bold mb-2" style="letter-spacing:5px">Backstory <i class="fa fa-cog"></i></p>
  313. <div class="bg-success mb-2" style="height:2px; width:100%;"></div>
  314. <!-- Backstory part, for each paragraph you want separations around, put your text between <p class="mb-2" style="text-align: justify;"> and </p> -->
  315. <p class="mb-2" style="text-align: justify;">Backstory part 1</p>
  316. <p class="mb-2" style="text-align: justify;">Backstory part 2</p>
  317.  
  318. <p class="display-4 text-success font-weight-bold mb-2" style="letter-spacing:5px"><i class="fa fa-user"></i> Relations </p>
  319. <div class="bg-success mb-2" style="height:2px; width:100%;"></div>
  320. <div class="row justify-content-between">
  321.   <!-- Relations to other character, to add more characters, change class class="col-md-4" to class="col-md-6" or class="col-md-2" and add the "<div class="col-md-6"><p style="text-align: justify;"><a href="link" class="text-success font-weight-bold">Name </a>TEXT</p></div>" accordingly(careful about the space after the name, it's important).
  322.  col-md-6 should make 2 blocks to write in, col-md-2 should make 4.
  323.  You can add `href="LINK TO WEB PAGE"` in the <a> part to make the name a clickable link.
  324. -->
  325. <div class="col-md-4"><p style="text-align: justify;"><a class="text-success font-weight-bold">Acquitance 1 </a>Text about the acquitance</p></div>
  326. <div class="col-md-4"><p style="text-align: justify;"><a class="text-success font-weight-bold">Acquitance 2 </a>Text about the acquitance</p></div>
  327. <div class="col-md-4"><p style="text-align: justify;"><a class="text-success font-weight-bold">Acquitance 3 </a>Text about the acquitance</p></div>
  328.  
  329. </div>
  330. </div>
  331. </div>
  332. </div>
  333. <p class="text-right">profile html by @hukiolukio tweaked by @FasoGris</p>
  334. <p class="text-right">Download code on <a href="https://pastebin.com/3VK99Nue">Pastebin</a></p>
  335. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement