View difference between Paste ID: PkbxyyVW and Yecechpw
SHOW: | | - or go back to the newest paste.
1
<!--
2
  a layout emulating the one shown in "My Hero Academia Official Character Book Ultra Archive", well to the best of my abilities. I hope everyone enjoys it and it can be helpful in the future.
3
  Per usual, feel free to frankencode, use it as a base, et cetera. Credit is nice but not required, just don't claim it as yours.
4
  Huge thanks to Jay for helping me figure out why the hell my code kept braking and fatpeanut for having very helpful links to doing tab panes.
5
  Plus Ultra!!
6
7-
  Notes: All text boxes scroll. All card headers use the BG Color #aaa - feel free to change; the code includes two pictures but more can be added, I suggest ones that are vertically orientated and not too wide; i over document stuff sorry.
7+
  Notes: All text boxes scroll. All card headers use the BG Color #aaa - feel free to change; the code includes two pictures but more can be added, I suggest ones that are vertically orientated and not too wide; i over document stuff sorry. This is a version with just the "first page" (character info, personal data, stats, img, words from a friend)
8
9
  Code name: Plus Ultra!
10
  Creator: @_featherweather
11
  Date: 24 May 2018
12
-->
13
14
<div class="container-fluid">
15-
  <div class="tab-content">
15+
16-
    <!-- first tab, basic info, personal data, stats, words from a friend -->
16+
17-
    <div class="tab-pane fade show active" id="BASICInfo">
17+
18
          <!--some basics, good for a primer on the character, box scrolls -->
19
          <div class="ui-accordion card card-outline-info bg-faded">
20
            <!-- character's name -->
21
            <h2 class="card-inverse card-info card-header" style="background-color:#aaa;border-color:#333;">Character Name</h2>
22
            <!-- post info about character below -->
23
            <div class="ui-accordion-content card-block " style="height:150px;">
24
              have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!!  have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!!  have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!
25
            </div>
26
          </div><br>
27
          <!-- a quote by the character -->
28
          <div class="row mb-5 text-center justify-content-center"><h1 class="text-center">❝[character quote here]❞</h1>  </div>
29
          <!-- basic stats using the ones featured in Ultra Archive, feel free to change -->
30
          <div class="row mb-5">
31
            <div class="col-md-6 mb-5">
32
              <div class="ui-accordion card card-outline-info bg-faded" >
33
                <h3 class="card-header" style="background-color:#aaa;border-color:#333;">Personal Data</h3>
34
                <!-- in order Affiliation, Former Instutition, Birthday, Height, Blood Type, Birthplace, Likes, Fighting Style -->
35
                <div class="ui-accordion-content card-block " style="height:180px;">
36
                  <table style="width: 100%;border:none;"><tbody>
37
                   <tr><td style="width: 50%; text-align: right;"><strong>Affiliation</strong></td><td style="width: 50%;">(U.A.? Heroes? Villians? A company?)</td></tr>
38
                   <tr><td style="width: 50%; text-align: right;"><strong>Former Institution</strong></td><td style="width: 50%;">(former group or school)</td></tr>
39
                   <tr><td style="width: 50%; text-align: right;"><strong>Birthday</strong></td><td style="width: 50%;">(obvs)</td></tr>
40
                   <tr><td style="width: 50%; text-align: right;"><strong>Height</strong><br></td><td style="width: 50%;">(normally in cm)</td></tr>
41
                   <tr><td style="width: 50%; text-align: right;"><strong>Blood Type</strong><br></td><td style="width: 50%;">(nothing says anime like blood type)</td></tr>
42
                   <tr><td style="width: 50%; text-align: right;"><strong>Birthplace</strong><br></td><td style="width: 50%;">(where you from)</td></tr>
43
                   <tr><td style="width: 50%; text-align: right;"><strong>Likes</strong><br></td><td style="width: 50%;">(whatcha into?)</td></tr>
44
                   <tr><td style="width: 50%; text-align: right;"><strong>Fighting STyle</strong><br></td><td style="width: 50%;">(how do you fight?)</td></tr>
45
                  </tbody></table>
46
                </div>
47-
                   <tr><td style="width: 50%; text-align: right;"><strong>Fighting Style</strong><br></td><td style="width: 50%;">(how do you fight?)</td></tr>
47+
48
            </div>
49
            <!-- stats, also based on the Ultra Archive. Stats are rated on a grade scale, 100% = A. To emulate the 5 levels in the UA, use 20% increments -->
50
            <div class="col-md-6 mb-5">
51
              <div class="ui-accordion card card-outline-info bg-faded">
52
                <h3 class="card-header" style="background-color:#aaa;">Statistics</h3>
53
                <div class="ui-accordion-content card-block " style="height:180px;">
54
                  <table style="width: 100%;border:none;"><tbody>
55
                    <tr><td style="width: 100%;">Power</td></tr>
56
                    <tr><td style="width: 95%; text-align:right;"><div class="progress"><div class="progress-bar" style="width:75%;"></div></div></td><td style="width: 5%;">C</td></tr>
57
                    <tr><td style="width: 100%;">Speed</td></tr>
58
                    <tr><td style="width: 95%; text-align:right;"><div class="progress"><div class="progress-bar" style="width:75%;"></div></div></td><td style="width: 5%;">C</td></tr>
59
                    <tr><td style="width: 100%;">Technique</td></tr>
60
                    <tr><td style="width: 95%; text-align:right;"><div class="progress"><div class="progress-bar" style="width:75%;"></div></div></td><td style="width: 5%;">C</td></tr>
61
                    <tr><td style="width: 100%;">Intelligence</td></tr>
62
                    <tr><td style="width: 95%; text-align:right;"><div class="progress"><div class="progress-bar" style="width:75%;"></div></div></td><td style="width: 5%;">C</td></tr>
63
                    <tr><td style="width: 100%;">Cooperativeness</td></tr>
64
                    <tr><td style="width: 95%; text-align:right;"><div class="progress"><div class="progress-bar" style="width:75%;"></div></div></td><td style="width: 5%;">C</td></tr>
65
                  </tbody></table>
66
                </div>
67
              </div>
68
            </div>
69
            <div class="col-md-12 mb-5">
70
              <!-- "Words from a Friend" - the icon links to another character of your choice; a kind of cute way for another OC to explain about the main. Don't forget to change the link's title to the character's name!-->
71
              <h2><a href="https://toyhou.se/EXAMPLE" title="[Character's Name]"><i class="fa fa-group"></i><a> Words From a Friend</h2>
72
              <div class="ui-accordion card card-outline-info bg-faded">
73
                <div class="ui-accordion-content card-block " style="height:50px;">
74
        	         have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!!  have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!!  have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!! have all sorts of text!!
75
                 </div>
76
               </div><br>
77
             </div>
78
           </div>
79
         </div>
80
         <div class="col-md-4">
81
           <!-- Insert character image here! -->
82
           <img alt="placeholder image" src="https://file.toyhou.se/images/7785566_OfeygwehX7ksgVo.png" />
83
         </div>
84
       </div>
85
     </div>
86
87
88-
     </div><!-- ends main tab -->
88+
89
<p align="right"><a href="https://toyhou.se/1505596.-feather-s-codes-" title="_featherweather's codes"><i class="fa fa-user-secret"></i></a></p>
90-
    <!-- second tab: quirkm, heroics, misc, professional -->
90+
91-
    <div class="tab-pane fade" id="INDEPTHInfo">
91+