Advertisement
meromerc

What You Know (Outdated)

Feb 25th, 2023 (edited)
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.00 KB | None | 0 0
  1. <!--
  2.  
  3.    WHAT YOU KNOW
  4.    
  5.    compact counterpart to IT'S GOOD FOR YOU
  6.    
  7.    a code by meromercury
  8.    
  9.    created: 06/13/20 // updated: 2/25/23
  10.    
  11.      accent color: #7154FB
  12.      ctrl+F to change. replace the hex code with a space for no color
  13.      use fontawesome to change the symbols!
  14.  
  15. -->
  16.  
  17. <div class="container">
  18. <div class="mx-auto" style="font-size:14px;max-width:950px;">
  19.  
  20. <div class="row no-gutters">
  21.  
  22.  
  23. <!-- LEFT IMAGE -->
  24. <div class="col-md-4 no-gutters">
  25.   <div class="card m-1 border-0" style="height:610px;width:320px;z-index:-1;">
  26.     <!-- image dimensions are 610 H x 320 W, crop it with any editing software -->
  27.     <img alt="ALT TEXT HERE" src="https://via.placeholder.com/320x610" class="w-100 h-100" style="border-radius:10px;"></img>
  28.   </div>
  29. </div>
  30.  
  31. <div class="col-lg-8 no-gutters">
  32. <div class="col-lg-12 p-1 pl-3">
  33.  
  34.  
  35. <div class="p-3 mb-2 h-100 bg-faded" style="border-radius:10px;min-height:610px">
  36. <div class="row no-gutters container-fluid p-1" style="height:520px">
  37.  
  38.  
  39. <!--------------------------- DETAILS --------------------------->
  40.  
  41. <div class="card card-block border-0 p-2 mb-3">
  42.   <div class="row no-gutters">
  43.   <div class="col-sm">
  44.     <ul class="list-group list-group-flush">
  45.         <li class="list-group-item d-flex justify-content-between" >
  46.           <i class="fas fa-user" style="color:#7154FB"></i>
  47.           Name</li>
  48.         <li class="list-group-item d-flex justify-content-between">
  49.           <i class="fad fa-id-card" style="color:#7154FB"></i>
  50.           Pronunciation</li>
  51.         <li class="list-group-item d-flex justify-content-between">
  52.           <i class="far fa-transgender" style="color:#7154FB"></i>
  53.           Gender</li>
  54.       </ul>
  55.   </div>
  56.  
  57.   <div class="p-2">
  58.     <div class="card h-100 w-0"></div>
  59.   </div>
  60.  
  61.   <div class="col-sm">
  62.     <ul class="list-group list-group-flush">
  63.         <li class="list-group-item d-flex justify-content-between">
  64.           <i class="fad fa-tint" style="color:#7154FB"></i>
  65.           Color</li>
  66.         <li class="list-group-item d-flex justify-content-between">
  67.           <i class="fad fa-user-md" style="color:#7154FB"></i>
  68.           Occupation</li>
  69.         <li class="list-group-item d-flex justify-content-between">
  70.           <i class="fas fa-music" style="color:#7154FB"></i>
  71.           <a href="https://www.youtube.com/watch?v=KpCcJY-rJSs" style="color:#7154FB" target=_blank>Artist - Theme</a></li>
  72.       </ul>
  73.   </div>
  74.   </div>
  75. </div>
  76.  
  77. <!--------------------------- BIOGRAPHY --------------------------->
  78.  
  79.   <div class="col-lg-12 card card-block border-0 container-fluid m-0 p-2 mb-3" style="height:400px">
  80.     <div class="col-12 h-100 p-2 table-responsive container-fluid" style="min-height:380px;max-height:380px">
  81.     <p>This scrolls, but keeping it short looks best. Don't forget the < p > tags for paragraphs!</p>
  82.    
  83.     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent tempus vehicula eros a rhoncus. Aenean auctor pallentesque elit, ut feugiat nibh molestie eu. Nunc sit amet lacus accumsan, tempus leo eu, condimentum mi. Morbi vitae ultrices sem. Aliquam euismod justo in nibh consectetur, id posuere eros viverra.</p>
  84.    
  85.  
  86.    
  87. <!-- optional list -- delete from here to /ul to remove-->
  88.     <br>
  89.     <ul style="list-style-type:circle;">
  90.       <li>And I can tell just what you want</li>
  91.       <li>You don't want to be alone</li>
  92.       <li><u>You don't want to be alone</u></li>
  93.       <li>And I can't say it's what you know</li>
  94.       <li>But you've known it <b>the whole time</b></li>
  95.       <li>Yeah, <i>you've known it the whole time</i></li>
  96.     </ul>
  97.    
  98.     </div>
  99.   </div>
  100.  
  101.  
  102. </div>
  103. </div>
  104.  
  105. </div>
  106. </div>
  107. </div>
  108.  
  109. </div>
  110.  
  111. </div>
  112.  
  113. <!----- my credit! please don't touch this ----->
  114. <div class="m-1 text-center text-primary" style="font-size:14px">
  115. <a target="_blank" href="https://toyhou.se/meromercury" data-toggle="tooltip" title="made by cass" style="color:#A4A4A4;font-weight:600"><i class="fal fa-code"></i></a></div>
  116.  
  117. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement