Advertisement
meromerc

What You Know (Updated)

May 16th, 2024 (edited)
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.16 KB | None | 0 0
  1. <!--
  2.  
  3.    WHAT YOU KNOW
  4.    compact counterpart to IT'S GOOD FOR YOU
  5.    
  6.    by meromercury
  7.    
  8.    created: 06/13/20 // updated: 05/16/24
  9.    
  10.      accent color: #7154FB
  11.      highlight and ctrl+F to change
  12.      use fontawesome.com to change the symbols
  13.  
  14. -->
  15.  
  16. <div class="container">
  17. <div class="mx-auto" style="font-size:14px;max-width:950px;">
  18.  
  19. <div class="row no-gutters">
  20.  
  21.  
  22. <!-- LEFT IMAGE -->
  23. <div class="col-md-4 col-sm-12" style="z-index:-999;">
  24.     <!------- image will automatically center & cover - dimensions 610 H x 317 W ------->
  25.     <!------- replace 'IMAGE URL' with your image url ------->
  26.       <div class="card w-100" style="position:absolute;
  27.          background-image:url(IMAGE URL);
  28.      border-radius:10px;background-size:cover;background-position:center;height:610px;z-index:-1;border: 2px dashed #7154FB">
  29.  
  30.   </div>
  31. </div>
  32.  
  33. <div class="col-lg-8 col-sm-12 px-3 pl-3" style="z-index:1;">
  34. <div class="card bg-faded p-3" style="height:610px; border-radius:10px; border:2px dashed #7154FB;">
  35.  
  36. <!--------------------------- DETAILS --------------------------->
  37.  
  38. <div class="card border-0 p-2 mb-3">
  39.   <div class="row no-gutters">
  40.   <div class="col-sm">
  41.     <ul class="list-group list-group-flush">
  42.         <li class="list-group-item d-flex justify-content-between" >
  43.           <i class="fas fa-user" style="color:#7154FB"></i>
  44.           Name
  45.          </li>
  46.         <li class="list-group-item d-flex justify-content-between">
  47.           <i class="fad fa-id-card" style="color:#7154FB"></i>
  48.           Pronouns
  49.           </li>
  50.         <li class="list-group-item d-flex justify-content-between">
  51.           <i class="far fa-person-half-dress" style="color:#7154FB"></i>
  52.           Identity
  53.           </li>
  54.       </ul>
  55.   </div>
  56.  
  57.   <div class="p-2 d-none d-lg-block">
  58.     <div class="card h-100 w-0"></div>
  59.   </div>
  60.   <hr class="w-100 my-0 d-lg-none">
  61.  
  62.   <div class="col-sm">
  63.     <ul class="list-group list-group-flush">
  64.         <li class="list-group-item d-flex justify-content-between">
  65.           <i class="fad fa-clock" style="color:#7154FB"></i>
  66.           Age
  67.           </li>
  68.         <li class="list-group-item d-flex justify-content-between">
  69.           <i class="fad fa-user-md" style="color:#7154FB"></i>
  70.           Occupation
  71.           </li>
  72.         <li class="list-group-item d-flex justify-content-between">
  73.           <i class="fas fa-music" style="color:#7154FB"></i>
  74.           <!------- replace the youtube link with your own, make sure there are "quotes" around the link ------->
  75.           <a href="https://www.youtube.com/watch?v=KpCcJY-rJSs" style="color:#7154FB" target=_blank>
  76.           Artist - Title
  77.         </a></li>
  78.       </ul>
  79.   </div>
  80.   </div>
  81. </div>
  82.  
  83. <!--------------------------- BIOGRAPHY --------------------------->
  84.  
  85.   <div class="card border-0 container-fluid p-3" style="height:calc(100%); overflow-y:auto; overflow-x:hidden;">
  86.    
  87.     <p>This scrolls, but keeping it short looks best. Don't forget the < p > tags for paragraphs!</p>
  88.    
  89.     <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>
  90.    
  91.     <!-- optional list -- delete from here to /ul to remove-->
  92.     <br>
  93.     <ul style="list-style-type:circle;">
  94.       <li>And I can tell just what you want</li>
  95.       <li>You don't want to be alone</li>
  96.       <li><u>You don't want to be alone</u></li>
  97.       <li>And I can't say it's what you know</li>
  98.       <li>But you've known it <b>the whole time</b></li>
  99.       <li>Yeah, <i>you've known it the whole time</i></li>
  100.     </ul>
  101.    
  102.     <!------- add your text above this line! don't forget the <p> tags! ------->
  103.   </div>
  104. </div>
  105. </div></div></div></div>
  106. <!----- my credit! please don't touch this ----->
  107. <div class="m-1 text-center text-primary" style="font-size:14px">
  108. <a target="_blank" href="https://toyhou.se/meromercury" data-toggle="tooltip" title="code" style="color:#A4A4A4;font-weight:600"><i class="fal fa-code"></i></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement