Advertisement
icecreampizzer

TH CODE 08 || SIMPLY SERENE (CHARACTER)

Dec 12th, 2020
4,597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.40 KB | None | 0 0
  1. <!-- 08 || SIMPLY SERENE (CHARACTER) by icecreampizzer
  2.    USER VERSION IS FOUND HERE: https://pastebin.com/aCb8dXUw
  3.    
  4.         RULES:
  5.            - Don't remove my credit please!
  6.            - Feel free to modify/frankenstein as much as you want!
  7.            - Don't redistribute my codes please!
  8.            
  9.        COLOR GUIDE:
  10.            #9F5C37
  11.            #BE7D4B
  12.            #292213
  13.            #474419
  14.            #C1BDBE
  15.            text-secondary - accents
  16.            
  17.        find (ctrl + f) URLHERE for links, IMG for image addresses
  18.             -->
  19.            
  20. <!-- WHOLE thing -->
  21. <div class="container p-0 mt-4" style="max-width: 700px; letter-spacing: 0.2px">
  22.    
  23.     <div class="row no-gutters">
  24.        
  25.         <!-- side image -->
  26.         <div class="card col-md-4 push-md-8 border-0 rounded-0" style="background:url(IMG) center; background-size: cover; background-repeat: no-repeat; min-height: 300px;">
  27.            
  28.             <!-- image credit -->
  29.             <div class="mt-auto text-right p-2">
  30.                 <a class="bg-faded px-2 mx-1 rounded" href="URLHERE" data-toggle="tooltip" data-placement="top" title="image credit" style="font-size: 1.5rem;">
  31.                     <i class="fas fa-image"></i>
  32.                 </a>
  33.             </div>
  34.            
  35.         </div>
  36.         <!-- end side image -->
  37.        
  38.         <!-- color palette -->
  39.         <div class="card col-md-1 push-md-3 border-0 rounded-0">
  40.             <div class="row no-gutters h-100">
  41.                 <div class="col-md col p-3" style="background:#9F5C37;"></div>
  42.                 <div class="col-md col p-3" style="background:#BE7D4B;"></div>
  43.                 <div class="col-md col p-3" style="background:#292213;"></div>
  44.                 <div class="col-md col p-3" style="background:#474419;"></div>
  45.                 <div class="col-md col p-3" style="background:#C1BDBE;"></div>
  46.             </div>
  47.         </div>
  48.         <!-- end color palette -->
  49.        
  50.         <!-- main text content -->
  51.         <div class="card col-md pull-md-5 border-0 rounded-0" style="text-align: justify;">
  52.            
  53.             <!-- title - for the icon, find your pick at https://fontawesome.com ! replace fas fa-leaf with the icon of your choice. -->
  54.             <div class="text-md-right text-center text-secondary px-3 pb-3 mx-3 mt-2 mb-3" style="border-bottom: 1px solid">
  55.                 <p class="mb-0" style="font-size: 2.3rem; font-weight: 100;"><i class="fas fa-leaf fa-sm px-1"></i> NAME</p>
  56.                 <p style="font-size: 1.2rem; font-weight: 100;">adjective / adjective / adjective</p>
  57.             </div>
  58.             <!-- end title -->
  59.            
  60.             <!-- scrolling text content - if you don't like the scrolling, delete the HEIGHT and OVERFLOW in the line below. the palette and image will expand with the text! -->
  61.             <div class="px-3 mx-1" style="height: 350px; overflow: auto;">
  62.            
  63.                 <!-- gen info -->
  64.                 <div class="row no-gutters mb-3 text-secondary">
  65.                     <div class="col">
  66.                         <i class="fal fa-user pr-1"></i> Name<br>
  67.                         <i class="fal fa-clock pr-1"></i> Age<br>
  68.                         <i class="fal fa-transgender-alt pr-1"></i> Pronouns<br>
  69.                         <i class="fal fa-id-card pr-1"></i> Occupation<br>
  70.                     </div>
  71.                    
  72.                     <div class="col">
  73.                         <i class="fal fa-dna pr-1"></i> Species<br>
  74.                         <i class="fal fa-birthday-cake pr-1"></i> Birthday<br>
  75.                         <i class="fal fa-heart pr-1"></i> Orientation<br>
  76.                         <a class="text-secondary" href="#"><i class="fal fa-music pr-1"></i> Theme</a><br>
  77.                     </div>
  78.                 </div>
  79.                 <!-- end gen info -->
  80.                
  81.                 <p><span class="px-3"></span> A simple character code! This will scroll with text. Best for short character descriptions! But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness.</p>
  82.                 <p><span class="px-3"></span> Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?</p>
  83.             </div>
  84.         </div>
  85.         <!-- end main text content -->
  86.        
  87.         <!-- aes images - these are clickable, and will redirect to the source! -->
  88.         <div class="card col-md-12 mt-3 border-0 rounded-0">
  89.             <div class="row no-gutters">
  90.                
  91.                 <!-- image -->
  92.                 <div class="card border-0 rounded-0 col mr-3" style="background:url(IMG) center; background-size:cover; background-repeat: no-repeat; height: 150px;">
  93.                    
  94.                     <!-- source -->
  95.                     <a class="h-100" href="URLHERE" data-toggle="tooltip" data-placement="top" title="source"></a>
  96.                 </div>
  97.                
  98.                 <!-- image -->
  99.                 <div class="card border-0 rounded-0 col mr-3" style="background:url(IMG) center; background-size:cover; background-repeat: no-repeat; height: 150px;">
  100.                    
  101.                     <!-- source -->
  102.                     <a class="h-100" href="URLHERE" data-toggle="tooltip" data-placement="top" title="source"></a>
  103.                 </div>
  104.                
  105.                 <!-- image -->
  106.                 <div class="card border-0 rounded-0 col" style="background:url(IMG) center; background-size:cover; background-repeat: no-repeat; height: 150px;">
  107.                    
  108.                     <!-- source -->
  109.                     <a class="h-100" href="URLHERE" data-toggle="tooltip" data-placement="top" title="source"></a>
  110.                 </div>
  111.                
  112.             </div>
  113.         </div>
  114.         <!-- end aes images -->
  115.        
  116.     </div>
  117.    
  118.     <!-- credits! please dont remove <3 -->
  119.     <p class="text-secondary text-right mt-2" style="font-size: 0.7rem;">code by <a href="https://toyhou.se/icecreampizzer">icecreampizzer</a></p>
  120.    
  121. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement