Advertisement
rikatoola

F2U ✦ loafer & skip | BS

Jun 12th, 2023 (edited)
1,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.90 KB | Source Code | 0 0
  1. <!---
  2.  
  3. beginning of the code.
  4. do note remove my credit tags.
  5. feel free to stitch and edit my codes to your hearts content, just please remember to credit me propperly.
  6.  
  7. if you have any questions, comments, or concerns, please comment on the code profile and ping @honeybree (main account), and i will get back to you asap!
  8.  
  9. --->
  10.  
  11. <div class="card p-2 bg-faded mx-auto" style="width: 760px; border-radius: 0px;">
  12.    
  13. <div class="row no-gutters">
  14.    
  15.     <!--- left collum info. general information --->
  16.     <div class="col-lg-6">
  17.    
  18.     <!--- nickname & username --->
  19.     <div class="m-3 mb-2 bg-faded text-muted" style="font-size: 30px; border-radius: 0px; border: solid 0px;">
  20.        
  21.     <!--- nickname goes here --->
  22.     <div class="row no-gutters">
  23.         <div class="col-lg-11">
  24.             <p class="text-right p-1" style="letter-spacing: 0.1em;">
  25.                 <b>N</b><i>ICKNAME</i>
  26.             </p>
  27.         </div>
  28.    
  29.     <!--- aesthetic image, icon, etc goes here --->
  30.         <div class="col-lg-1">
  31.             <p class="p-1 text-right">
  32.                 <i class="fa-duotone fa-flower fa-spin" style="--fa-animation-duration: 15s;"></i>
  33.             </p>
  34.         </div>
  35.     </div>
  36.    
  37.     <!--- username goes here. remove the dot if you want the link to work. --->
  38.     <p class="text-lowercase text-right" style="font-size: 15px; opacity: 0.5;">
  39.         @.username
  40.     </p>
  41.        
  42.     </div>
  43.    
  44.     <!--- pronouns & info --->
  45.     <div class="m-3 mb-4 bg-faded text-muted" style="border-radius: 0px; border: solid 0px;">
  46.     <div class="row no-gutters">
  47.        
  48.         <!--- tip: change collum size depending on how long each text is, etc!
  49.        example: col-lg is set at 7 right now, if you want it smaller lower the number, if you want it bigger, raise it. but make sure you lower or raise the other collum as well.
  50.        the values have to equal 12. i.e, 4 would equal 8, 7 equals 5, 6 equals 6, etc etc --->
  51.         <div class="col-lg-7">
  52.             <p class="text-lowercase text-right" style="font-size: 12px;">
  53.                 age, orient, starsign, etc
  54.             </p>
  55.         </div>
  56.        
  57.         <div class="col-lg-5">
  58.             <p class="text-uppercase text-right" style="font-size: 12px; font-weight: 800;">
  59.                 pro / nouns / etc
  60.             </p>
  61.         </div>
  62.     </div>
  63.    
  64.         <p class="text-right" style="font-size: 12px;">
  65.             hello! brief introduction to yourself, what you are like, etc! keep this three lines long, but honestly just put whatever feels best aesthetically / whatever matches your layout!
  66.         </p>
  67.     </div>
  68.    
  69.     <!--- aesthetic image #1 / its best to choose an image with equal proportions --->
  70.     <div class="card m-3 mb-4 bg-faded text-muted" style="
  71.    background-image: url('https://cdn.discordapp.com/attachments/1031759070069280890/1117714284370219008/skipandloafer5.png');
  72.    background-size: 100%;
  73.    background-position: center;
  74.    height: 82px;
  75.    border-radius: 0px;
  76.    border: 1px solid;">
  77.     </div>
  78.    
  79.     <!--- interests, likes, etc etc! --->
  80.     <div class="p-2 m-3 mb-4 bg-faded text-muted" style="font-size: 12px; border-radius: 0px; border: solid 1px; overflow-y: scroll; height: 75px;">
  81.         <p class="text-left" style="font-size: 12px;">
  82.             <b>INTERESTS</b>
  83.            
  84.             interest, interest number two, interest number three, another interest, etc etc. try to keep it to three lines long. if you cant though, this box will scroll.
  85.         </p>
  86.     </div>
  87.        
  88.     <!--- before you follow. i.e, your a minor, you dont want to interact with minors/adults, etc --->
  89.     <div class="p-2 m-3 bg-faded text-muted" style="font-size: 12px; border-radius: 0px; border: solid 1px; overflow-y: scroll; height: 55px;">
  90.         <p class="text-left" style="font-size: 12px;">
  91.             <b>BYF / TW</b>
  92.            
  93.             before you follow criteria. list everything here, trigger warns, etc. keep this two lines long.
  94.         </p>
  95.     </div>
  96.        
  97.     </div>
  98.     <!--- end of the left collum --->
  99.    
  100.     <!--- right collum info. other information --->
  101.     <div class="col-lg-6">
  102.        
  103.     <!--- aesthetic image #3 / its best to choose an image with equal proportions --->
  104.     <div class="card m-3 bg-faded text-muted" style="
  105.    background-image: url('https://cdn.discordapp.com/attachments/1031759070069280890/1117695387457818704/skipandloafer1.png');
  106.    background-size: 110%;
  107.    background-position: center;
  108.    height: 305px;
  109.    border-radius: 0px;
  110.    border: 1px solid;"></div>
  111.    
  112.     <!--- this box is specifically for the line border for the right side of the collum. if you dont like it asthetically, just delete the border bit and put border-radius: 0px; !! --->
  113.     <div class="bg-faded p-2 m-3 text-muted" style="border-left: 1px solid; border-top: 0px solid; border-right: 0px solid; border-bottom: 1px solid;">
  114.        
  115.     <!--- DNI info --->
  116.     <p class="text-left text-muted mb-2" style="font-size: 12px;">
  117.         <b>DO NOT INTERACT!</b>
  118.            
  119.         <i>list everything here. keep it to two lines, but do whatever feels aesthetically best for you.</i>
  120.     </p>
  121.        
  122.     <!--- aesthetic images --->
  123.     <div class="row no-gutters">
  124.         <div class="col-lg-4">
  125.             <!--- aesthetic image #4 / its best to choose an image with a wider width proportion --->
  126.             <div class="card m-2 bg-faded" style="
  127.            background-image: url('https://cdn.discordapp.com/attachments/1031759070069280890/1117711620056023120/skipandloafer2.png');
  128.            background-size: 110%;
  129.            background-position: center;
  130.            height: 50px;
  131.            border-radius: 0px;
  132.            border: 1px solid;"></div>
  133.         </div>
  134.        
  135.         <!--- aesthetic image #5 / its best to choose an image with a wider width proportion --->
  136.         <div class="col-lg-4">
  137.             <div class="card m-2 bg-faded" style="
  138.            background-image: url('https://cdn.discordapp.com/attachments/1031759070069280890/1117711620328673322/skipandloafer3.png');
  139.            background-size: 90%;
  140.            background-position: center;
  141.            height: 50px;
  142.            border-radius: 0px;
  143.            border: 1px solid;"></div>
  144.         </div>
  145.        
  146.         <!--- aesthetic image #6 / its best to choose an image with a wider width proportion --->
  147.         <div class="col-lg-4">
  148.             <div class="card m-2 bg-faded" style="
  149.            background-image: url('https://cdn.discordapp.com/attachments/1031759070069280890/1117711620546756658/skipandloafer4.png');
  150.            background-size: 110%;
  151.            background-position: center;
  152.            height: 50px;
  153.            border-radius: 0px;
  154.            border: 1px solid;"></div>
  155.         </div>
  156.     </div>
  157.     </div>
  158.     </div>
  159.     </div>
  160.     <!--- end of the right collum --->
  161.    
  162.     <!--- list of friends, or whatever else you want to put here tbh! --->
  163.    
  164.     <div class="row no-gutters">
  165.        
  166.         <!--- social medias, links, etc etc --->
  167.         <div class="col-6">
  168.             <p class="text-right p-2 text-muted" style="font-size: 20px; letter-spacing: 0.5em;">
  169.            
  170.            <!--- an about page, carrd, etc --->
  171.             <a href="#"><i class="fa-solid fa-user tooltipster" title="about me" style="opacity: 0.9;"></i></a>
  172.            
  173.             <!--- twitter, or you can replace it with any other social media (with limitations to font awesome --->
  174.             <a href="#"><i class="fa-brands fa-twitter tooltipster" title="social media" style="opacity: 0.9;"></i></a>
  175.            
  176.             <!--- commissions --->
  177.             <a href="#"><i class="fa-solid fa-pencil tooltipster" title="commissions: open, closed, etc" style="opacity: 0.9;"></i></a>
  178.            
  179.             <!--- character sales folder --->
  180.             <a href="#"><i class="fa-solid fa-dollar tooltipster" title="sales folder" style="opacity: 0.9;"></i></a>
  181.            
  182.             <!--- trades --->
  183.             <i class="fa-solid fa-arrow-right-arrow-left tooltipster" title="trades: open, closed, etc" style="opacity: 0.9;"></i>
  184.            
  185.             <!--- requests --->
  186.             <i class="fa-solid fa-gift tooltipster" title="requests: open, closed, etc" style="opacity: 0.9;"></i>
  187.             </p>
  188.         </div>
  189.        
  190.         <div class="col-lg-6">
  191.             <div class="bg-faded m-2 text-muted">
  192.                
  193.                 <!--- my coding credit. DO NOT REMOVE! --->
  194.                 <p class="text-right text-muted" style="font-size: 20px; letter-spacing: 0.5em; opacity: 0.3;">
  195.                     ☄. *. ⋆` ✧.* +
  196.                    
  197.                     <a href="https://toyhou.se/bumblebree/characters"><i class="fa-solid fa-code tooltipster" title="code by honeybree"></i></a>
  198.                 </p>
  199.                
  200.             </div>
  201.         </div>
  202.     </div>
  203. </div>
  204.    
  205. </div>
  206.  
  207. <!--- end of the code --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement