OneAlbatross

Minimal User Directory V1

Jan 17th, 2023
2,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.38 KB | None | 0 0
  1.  
  2. <!-- ---------------------  CODE BY OneAlbatross  ------------------------
  3. ---- ---------------------------------------------------------------------
  4.  
  5. |[All links, socials, etc]:  https://onealbatross.carrd.co/
  6. |[Tip jar]:  https://ko-fi.com/onealbatross
  7.  
  8. |[How to use Templates - Video Guide by Indianimations]: https://youtu.be/B-X57fmPuPo?t=93
  9.  
  10. |[ Rules ]
  11.        - Modify the code as much as you like but please do not redistribute or claim it as your own.
  12.        - Please DO NOT remove credit regardless of how much you edit/Frankenstein the code.
  13.        - Keep WYSIWYG off while adding or editing code
  14.        - Turn "Enable Code Editor" off if you are on mobile to be able to paste.
  15.  
  16. |[ Info ]
  17.    Color Key Index - use these to find and replace (ctrl+f -> "All" button -> type your desired #hex color code or rgba() value)
  18.        - the only color used is bootstrap's btn-primary (there is code that automatically changes the colors of the bottom two buttons by using a hue-shift - )
  19.        - change "btn-primary" to any other bootstrap button color and the two bottom buttons will adjust to maintain the staggered hue shift
  20.        - select and delete "filter:hue-rotate(20deg)" and "filter:hue-rotate(40deg)" if you do not want the automatic hue shifting (you could also play with the degrees to get different results)
  21.  
  22. |[ Images ]
  23.    To fill in/replace images:
  24.        - your desired image can be anywhere online like a free image website, your Deviantart stash, Discord, or here on Toyhouse
  25.        - right click the image and select "copy image address" (should end in .png, .jpg, .gif, etc - NOT a .webp)
  26.        - paste this web address within areas like url(LINK_HERE) or src="IMG URL HERE"
  27.        
  28.    - Some info on adjusting images can be seen here: https://toyhou.se/4930674](https://toyhou.se/4930674
  29.  
  30. |[ Icons ]
  31.    - Icons used are from FontAwesome.com and you can find more info here: https://toyhou.se/3536712
  32.  
  33. ---------------------------------------------------------------------------
  34. ----------------------------------------------------------------------- -->
  35.  
  36.  
  37.  
  38. <div class="mx-auto mt-5 pt-4 px-1" style="max-width:585px">
  39.    
  40.     <div class="display-4 mb-4 text-center"><i class="fa-thin fa-meteor mr-3 fa-flip-horizontal" style="font-size:25px" ></i>Username<i class="fa-thin fa-planet-ringed ml-3"  style="font-size:25px" ></i></div>
  41.  
  42. <!-- LEFT THREE BUTTONS ---------------- -->
  43.     <div class="row" style="">
  44.    
  45.         <div class="col-md col-6 order-3 order-md-1 mb-0 mb-md-3 pr-md-4 pr-1">
  46. <!-- BUTTON #1 ---------------- -->
  47.             <a href="LINK_HERE" class="btn btn-outline-primary pt-3 pb-3 pl-3 mb-2 text-right w-100" style="border-radius:20px 20px 20px 0px; ">
  48.                 For sale
  49.                 <!-- ICON --><i class="fa-duotone fa-money-bill-transfer pl-3 pr-2" style="font-size:24px;"></i>
  50.             </a>
  51. <!-- BUTTON #2 ---------------- -->            
  52.             <a href="LINK_HERE" class="btn btn-outline-primary pt-3 pb-3 pl-3 mb-2 text-right w-100 ml-md-n4" style="border-radius:20px; filter:hue-rotate(20deg)">
  53.                 Directory
  54.                 <!-- ICON --><i class="fa-duotone fa-list pl-3 pr-2" style="font-size:24px; "></i>
  55.                
  56.             </a>
  57. <!-- BUTTON #3 ---------------- -->            
  58.             <a href="LINK_HERE" class="btn btn-outline-primary pt-3 pb-3 pl-3 mb-2 text-right w-100" style="border-radius:0px 20px 20px 20px; filter:hue-rotate(40deg)">
  59.                 Notices
  60.                 <!-- ICON --><i class="fa-duotone fa-warning pl-3 pr-2" style="font-size:24px; "></i>
  61.                
  62.             </a>
  63.            
  64.         </div>
  65.        
  66.         <div class="col-auto order-1 order-md-2 mx-auto">
  67.            
  68.             <div class="rounded-circle p-1 mt-md-3 bg-dark">
  69. <!-- PROFILE PICTURE - image address goes inbetween the apostrophes in url('') ---------------- -->
  70.                 <div class="rounded-circle " style="background-image:url('https://f2.toyhou.se/file/f2-toyhou-se/characters/18738562?1667801640'); height:140px; width:140px; background-size:contain; background-repeat:no-repeat; background-position:center;">
  71.                 </div>
  72.             </div>
  73.        
  74.         </div>
  75.        
  76.  <!-- RIGHT THREE BUTTONS ---------------- -->      
  77.         <div class="col-md col-6 order-4 order-md-3 mb-0 mb-md-3 pl-md-4 pl-1">
  78.            
  79. <!-- BUTTON #4 ---------------- -->
  80.             <a href="LINK_HERE" class="btn btn-outline-primary pt-3 pb-3 pl-3 mb-2 pull-right text-left w-100" style="border-radius:20px 20px 0px 20px; ">
  81.                 <!-- ICON --><i class="fa-duotone fa-user pr-3" style="font-size:24px; "></i>
  82.                 Alts
  83.             </a>
  84.            
  85. <!-- BUTTON #5 ---------------- -->
  86.             <a href="LINK_HERE" class="btn btn-outline-primary pt-3 pb-3 pl-3 mb-2 pull-right text-left w-100 mr-md-n4" style="border-radius:20px 20px 20px 20px; filter:hue-rotate(20deg)">
  87.                 <!-- ICON --><i class="fa-duotone fa-stars pr-3" style="font-size:24px; "></i>
  88.                 Mains
  89.             </a>
  90.            
  91. <!-- CREDIT - DO NOT REMOVE ---------------- --><a href="https://toyhou.se/OneAlbatross/characters/folder:3801186" class="btn btn-outline-primary pt-3 pb-3 pl-3 mb-2 pull-right text-left w-100" style="border-radius:20px 0px 20px 20px; filter:hue-rotate(40deg)" title="Code by OneAlbatross" data-toggle="tooltip" data-placement="bottom" >
  92.                 <i class="fa-duotone fa-code pr-3" style="font-size:24px; "></i>
  93.                 Code
  94.             </a>
  95.         </div>
  96.        
  97. <!-- EXTRA INFO UNDER THE PICTURE ---------------- -->        
  98.         <div class="row mx-auto pb-4 px-4 mt-md-n2 mt-3 order-2 order-md-4 " style="justify-content: center; ">
  99.             <!-- remove "white-space:nowrap" if you're running into issues with your content being too long and spilling over (this will allow it to word-break again) ---------------- -->  
  100.             <div class="col faded d-inline text-right" style="white-space:nowrap">smol info</div> <div class="col px-3 faded d-inline text-center" style="font-size:20px; ">info</div><div class="col faded d-inline text-left" style="white-space:nowrap">small info </div>
  101.         </div>
  102.    
  103.     </div>
  104.    
  105.    
  106.    
  107.     <!--
  108.    <div class="pt-2 pb-4 px-4 text-center">
  109.        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit.
  110.    </div>
  111.    -->
  112.    
  113. </div>
  114.  
Advertisement
Add Comment
Please, Sign In to add comment