Advertisement
ROCKETFUEL

Briefcase || Bootstrap

Jan 3rd, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. <!--
  2.  
  3. BRIEFCASE by Rocketfuel
  4.  
  5. Bootstrap Version
  6.  
  7.  
  8. -->
  9.  
  10. <div class="container">
  11.  
  12. <div class="row">
  13.  
  14. <!-- left column -->
  15.  
  16. <div class="col-md-3 p-2">
  17.  
  18. <!-- top left image! -->
  19. <div class="card bg-faded border-0 p-3"
  20.  
  21. style="background:url(https://assets.reedpopcdn.com/GothamCityPanel.jpg/BROK/thumbnail/1600x900/quality/100/GothamCityPanel.jpg) center; min-height: 100px;border-radius: 45px 0px 0px 0px;">
  22.  
  23. </div>
  24.  
  25. </div>
  26.  
  27. <!-- left col end -->
  28.  
  29.  
  30. <!-- right col start -->
  31.  
  32. <div class="col-md-9 p-2">
  33.  
  34. <div class="card border-0 bg-faded p-3 h-100" style="border-radius: 0px 45px 0px 0px;">
  35.  
  36. <h2 class="pt-3">CHARACTER NAME</h2>
  37.  
  38. </div>
  39.  
  40. </div>
  41.  
  42.  
  43. <!-- right col end -->
  44.  
  45.  
  46. </div>
  47.  
  48.  
  49. <div class="row">
  50.  
  51. <!-- left col -->
  52. <div class="col-md-3 p-2">
  53.  
  54. <!-- left box w/ info!- --->
  55.  
  56. <div class="card bg-faded border-0 p-3 h-100 rounded-0">
  57.  
  58. <p>NAME<span class="pull-right">NAME</span></p>
  59.  
  60. <p>GENDER<span class="pull-right">GENDER</span></p>
  61.  
  62. <p>RACE<span class="pull-right">RACE</span></p>
  63.  
  64. <p>AGE<span class="pull-right">AGE</span></p>
  65.  
  66. <p>ORIENTATION<span class="pull-right">ORIEN.</span></p>
  67.  
  68. <p>STATUS<span class="pull-right">STATUS</span></p>
  69.  
  70. </div>
  71.  
  72. </div>
  73.  
  74.  
  75. <!-- right col -->
  76.  
  77. <div class="col-md-9 p-2">
  78.  
  79.  
  80. <div class="card bg-faded border-0 p-3 h-100 rounded-0">
  81.  
  82. <p>The left col will grow as this one does.</p>
  83.  
  84. <p> The first time I stole so that I wouldn't starve, yes. I lost many assumptions about the simple nature of right and wrong. And when I traveled I learned the fear before a crime and the thrill of success. But I never became one of them.
  85.  
  86. <p>Someone like you. Someone who'll rattle the cages. Does it come in black? Bruce Wayne, eccentric billionaire.</p>
  87.  
  88. <p>Does it come in black? It's not who I am underneath but what I do that defines me. No guns, no killing. Hero can be anyone. Even a man knowing something as simple and reassuring as putting a coat around a young boy shoulders to let him know the world hadn't ended.</p>
  89.  
  90.  
  91.  
  92.  
  93. </div>
  94.  
  95.  
  96. </div>
  97.  
  98.  
  99. </div>
  100.  
  101. <div class="row">
  102.  
  103. <div class="col-md-3 p-2">
  104.  
  105. <div class="card bg-faded border-0 p-2 h-100" style="background:url(https://illgetdrivethru.files.wordpress.com/2019/10/who-created-batman.jpg?w=600) center; min-height:200px; border-radius: 0px 0px 0px 45px;">
  106.  
  107. </div>
  108.  
  109. </div>
  110.  
  111. <div class="col-md-9 p-2">
  112.  
  113. <!-- BOTTOM BOX -->
  114.  
  115. <div class="card bg-faded border-0 p-2 h-100" style="border-radius: 0px 0px 45px 0px;">
  116. <h2 class="text-center"><i class="fa fa-quote-left"/> Quote Here <i class="fa fa-quote-right"/></h2>
  117.  
  118. <div class="card m-1 border-0 rounded-0 p-1 w-100"><span class="border border-primary"></span></div>
  119.  
  120. <!-- Trivia(?) Add more <li> tags to add more, the image will adjust! -->
  121. <ul>
  122. <li>
  123. Every man who has lotted here over the centuries, has looked up to the light and imagined climbing to freedom. So easy, so simple! And like shipwrecked men turning to seawater foregoing uncontrollable thirst, many have died trying
  124. </li>
  125.  
  126. <li>
  127. So as I terrorize Gotham, I will feed its people hope to poison their souls.
  128. </li>
  129.  
  130. <li>
  131. That was a long time ago, I was a kid at St. Swithin’s, It used to be funded by the Wayne Foundation. It’s an orphanage. My mum died when I was small, it was a car accident. I don’t remember it. My dad got shot a couple of years later for a gambling debt.
  132. </li>
  133.  
  134. </ul>
  135.  
  136. </div>
  137.  
  138. </div>
  139.  
  140. </div>
  141.  
  142. </div>
  143.  
  144. <!--- CREDIT! Please don't remove this! ---->
  145. <a class ="text-primary p-2" href="https://toyhou.se/ROCKETFUEL" data-toggle="tooltip" title="Code by Rocket"><i class="fas fa-rocket m-2" /></a>
  146.  
  147. <!-- Code end -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement