Advertisement
meromerc

Aura

Apr 20th, 2024 (edited)
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.44 KB | None | 0 0
  1. <!--
  2.  
  3.    AURA
  4.    by meromercury
  5.    
  6.    created and released: 4/20/24
  7.    
  8.    FontAwesome icons included, remove <! -- and -- > to use.
  9.    See the FontAwesome website for a full list of icon options.
  10.    
  11.      accent color: #c4205a
  12.      highlight and use ctrl+F to change
  13.  
  14. --->
  15.  
  16.  
  17. <div class="container border-0" style="width:50%">
  18.  
  19.   <!----- place your image URL between the ( parentheses ) ----->
  20.     <div class="card rounded-0 bg-faded" style="height:125px;width:100%;
  21.    background-image:url(IMAGE URL);
  22.    background-size:cover;background-position:center center;border: 0px;"></div>
  23.  
  24.     <div class="container py-3">
  25.     <div class="card w-100 text-uppercase text-center bg-none border-top-0 border-bottom-0 rounded-0 py-3 px-2 display-4" style="color:#c4205a ;letter-spacing:.1em;border: 2px solid;">
  26.  
  27.   <!----- quote or name ----->
  28.       <p>
  29.         Do you want to see the girl who lives <b>behind the aura?</b>
  30.       </p>
  31.     </div>
  32.     </div>
  33.  
  34.   <div class="card px-0 rounded-0 bg-faded" style="max-height:350px;width:100%;border-width:2px;border:0px solid #c4205a ;">
  35.  
  36. <!----- BENEATH THIS LINE: remove the <! --  -- > AND the words to use the fontawesome icons ----->
  37.  
  38.     <div class="row m-2 mb-0" style="font-size:16px">
  39.       <div class="col-md pl-4 m-2">
  40.         <div class="d-inline-flex w-100 my-0">
  41.           <span class="my-2 font-weight-bold" style="color:#c4205a">
  42.            
  43.             <!--
  44.            <i class="fa-duotone fa-address-card fa-lg"></i>
  45.            -->
  46.             NAME
  47.            
  48.           </span>
  49.           <hr class="flex-grow-1 mx-4 my-auto">
  50.           <span class="my-2">
  51.             info
  52.           </span>
  53.         </div>
  54.         <div class="d-inline-flex w-100">
  55.           <span class="my-2 font-weight-bold" style="color:#c4205a">
  56.            
  57.             <!--
  58.            <i class="fa-duotone fa-clock fa-lg"></i>
  59.            -->
  60.             AGE
  61.            
  62.           </span>
  63.           <hr class="flex-grow-1 mx-4 my-auto">
  64.           <span class="my-2">
  65.             info
  66.           </span>
  67.         </div>
  68.         <div class="d-inline-flex w-100">
  69.           <span class="my-2 font-weight-bold" style="color:#c4205a">
  70.            
  71.             <!--
  72.            <i class="fa-solid fa-person-dress-simple fa-lg"></i>
  73.            -->
  74.             PRONOUNS
  75.            
  76.           </span>
  77.           <hr class="flex-grow-1 mx-4 my-auto">
  78.           <span class="my-2">
  79.             info
  80.           </span>
  81.         </div>
  82.       </div>
  83.      
  84.       <div class="card h-auto w-0 m-2 mt-3 rounded-0" style="border:2px solid #c4205a"></div>
  85.      
  86.       <div class="col-md pr-4 m-2">
  87.         <div class="d-inline-flex w-100 my-0">
  88.           <span class="my-2 font-weight-bold" style="color:#c4205a">
  89.            
  90.             <!--
  91.            <i class="fa-duotone fa-calendar-days fa-lg"></i>
  92.            -->
  93.             OBTAINED
  94.            
  95.           </span>
  96.           <hr class="flex-grow-1 mx-4 my-auto">
  97.           <span class="my-2">
  98.             info
  99.           </span>
  100.         </div>
  101.         <div class="d-inline-flex w-100">
  102.           <span class="my-2 font-weight-bold" style="color:#c4205a">
  103.            
  104.             <!--
  105.            <i class="fa-duotone fa-paintbrush fa-lg"></i>
  106.            -->
  107.             DESIGNER
  108.            
  109.           </span>
  110.           <hr class="flex-grow-1 mx-4 my-auto">
  111.           <span class="my-2">
  112.             info
  113.           </span>
  114.         </div>
  115.         <div class="d-inline-flex w-100">
  116.           <span class="my-2 font-weight-bold" style="color:#c4205a">
  117.            
  118.             <!--
  119.            <i class="fa-sharp fa-solid fa-dollar-sign fa-lg"></i>
  120.            -->
  121.             WORTH
  122.            
  123.           </span>
  124.           <hr class="flex-grow-1 mx-4 my-auto">
  125.           <span class="my-2">
  126.             info
  127.           </span>
  128.         </div>
  129.       </div>
  130.     </div>
  131.    <!------- end rows ------->
  132.    
  133.    
  134.    <!------- bio start ------->
  135.    <div class="mt-0 mb-3 text-muted table-responsive" style="max-height:120px;font-size:12px;padding:0px 28px 0px 28px">
  136.      
  137.       <p>This scrolls, but shorter looks better. Or delete this paragraph if you don't want text. Remember to use < p > tags for paragraphs. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mollis justo sollicitudin posuere sollicitudin. Phasellus ut pellentesque elit. Fusce magna turpis, posuere tristique eros vitae, dapibus convallis odio. Nunc lobortis id nunc at efficitur. Nullam arcu velit, interdum a turpis vel, consectetur euismod ligula. Fusce quis sem tincidunt, auctor sapien vel, vulputate dolor.</p>
  138.      
  139.       <!-- paste above this line to expand the biography -->
  140.      </div>
  141.    <!------- end bio ------->
  142.    
  143.    <!------- player start ------->
  144.    <div class="container px-4 mt-0 mb-3">
  145.      
  146.       <div class="d-inline-flex w-100" style="font-size:18px">
  147.           <a class="my-auto ml-2 px-0 btn border-0 melody-embed" style="color:#c4205a;" href="#">
  148.             <iframe frameborder="0" style="height:30px;width:30px;opacity:0.0001;position:absolute;"
  149.              
  150.              src="https://www.youtube.com/embed/URL">
  151.             <!--
  152.            MUSIC PLAYER TUTORIAL
  153.            
  154.            for playlists, copy everything after ?list= and paste at the end:
  155.            https://www.youtube.com/embed/videoseries?
  156.            ^^ then paste that in the quotes of src= so it looks like this:
  157.            src="https://www.youtube.com/embed/videoseries?URL HERE"
  158.            
  159.            for songs, copy everything after watch?v= and replace "URL" with that
  160.            
  161.            remember to keep the "QUOTATION MARKS" around the link or else it could break.
  162.            -->            
  163.              
  164.             </iframe>
  165.             <i class="fa-regular fa-circle-play fa-2x"></i>
  166.           </a>
  167.           <hr class="flex-grow-1 mx-4 my-auto">
  168.           <p class="my-2" style="letter-spacing:.2em;">
  169.             <span style="color:#c4205a;font-weight:bold"><i class="fa-solid fa-music fa-sm pr-2"></i>
  170.             TITLE
  171.             </span>-<span style="font-style:italic;">
  172.             ARTIST
  173.             </span>
  174.           </p>
  175.       </div>
  176.      
  177.    </div>
  178. </div>
  179. <div class="m-1 text-right text-primary" style="font-size:14px">
  180. <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>
  181. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement