snail-legs

layout: unlisted

Oct 6th, 2020 (edited)
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.24 KB | None | 0 0
  1. <div class="container">
  2.   <div class="col">
  3.     <div class="card bg-faded border-0">
  4.        
  5.       <!-- header section; your name, pronouns + other quick info goes here -->
  6.       <div class="card-header">
  7.         <!-- username -->
  8.         <h1 class="display-2 text-primary text-center" style="margin: 4px;">username</h1>
  9.         <!-- quick info, eg. pronouns, age, etc -->
  10.         <ul class="text-secondary text-center" style="margin: auto;">
  11.           <li style="display: inline-block; margin-right: 14px;">quick info</li>
  12.           <li style="display: inline-block; margin-right: 14px;">quick info</li>
  13.           <li style="display: inline-block; margin-right: 14px;">quick info</li>
  14.           <li style="display: inline-block;">quick info</li>
  15.         </ul>
  16.       </div>
  17.      
  18.       <!-- main body text- put some info about yourself here!! -->
  19.       <div class="container" style="padding: 1.5em 3em;">
  20.         <!-- short bio/about me section -->
  21.         <div class="row">
  22.           <div class="col">
  23.             <!-- pfp, not visible on mobile -->
  24.             <img src="https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0" class="rounded-circle d-none d-sm-block" style="width: 12em; float: left; margin-right: 1.5em;">
  25.             <!-- about me -->
  26.             <h1 class="text-secondary"><i class="fas fa-heart"></i> about me</h1>
  27.             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
  28.           </div>
  29.          
  30.           <!-- extra links -->
  31.           <div class="col-sm-3">
  32.           <hr class="d-sm-none" style="width: 50%;"> <!-- this only shows on mobile!! -->
  33.             <ul>
  34.               <li style="list-style-type: none; margin: 0.5em;"><a href="#" class="btn btn-primary"><i class="fad fa-code"></i> link</a></li>
  35.               <li style="list-style-type: none; margin: 0.5em;"><a href="#" class="btn btn-primary"><i class="fas fa-user"></i> link</a></li>
  36.               <li style="list-style-type: none; margin: 0.5em;"><a href="#" class="btn btn-primary"><i class="fad fa-link"></i> link</a></li>
  37.             </ul>
  38.           </div>
  39.         </div>
  40.         <hr style="width: 50%;">
  41.        
  42.         <!-- art status and comics/self-promo/other info -->
  43.         <div class="row">
  44.            
  45.           <!-- art status -->
  46.           <div class="col-sm-6">
  47.             <h1 class="text-secondary"><i class="fad fa-pencil-paintbrush"></i> art status</h1>
  48.             <table class="table table-bordered table-hover table-sm">
  49.               <tbody>
  50.                 <tr>
  51.                   <th scope="row">commissions:</th>
  52.                   <td><a href="#">open/closed/ask</a></td>
  53.                 </tr>
  54.                 <tr>
  55.                   <th scope="row">art trades:</th>
  56.                   <td><a href="#">open/closed/ask</a></td>
  57.                 </tr>
  58.                 <tr>
  59.                   <th scope="row">requests:</th>
  60.                   <td><a href="#">open/closed/ask</a></td>
  61.                 </tr>
  62.               </tbody>
  63.             </table>
  64.           </div>
  65.           <hr class="d-sm-none" style="width: 50%;"> <!-- this only shows on mobile!! -->
  66.          
  67.           <!-- comics/self-promo/other info section,, I used this for info on my comics but you can use it however you'd like <3 -->
  68.           <div class="col-sm-6">
  69.             <h1 class="text-secondary"><i class="fad fa-books"></i> comics/self-promo/other info</h1>
  70.             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
  71.           </div>
  72.         </div>
  73.         <hr style="width: 50%;">
  74.        
  75.         <!-- social media links!  delete/change them as you feel is needed -->
  76.         <div class="row" style="margin: auto; text-align: center; width: 60%;">
  77.           <!-- instagram -->
  78.           <div class="col"><a href="#" class="text-secondary"><i class="fab fa-instagram fa-2x"></i></a></div>
  79.           <!-- twitch -->
  80.           <div class="col"><a href="#" class="text-secondary"><i class="fab fa-twitch fa-2x"></i></a></div>
  81.           <!-- twitter -->
  82.           <div class="col"><a href="#" class="text-secondary"><i class="fab fa-twitter fa-2x"></i></a></div>
  83.           <!-- tumblr -->
  84.           <div class="col"><a href="#" class="text-secondary"><i class="fab fa-tumblr fa-2x"></i></a></div>
  85.           <!-- youtube -->
  86.           <div class="col"><a href="#" class="text-secondary"><i class="fab fa-youtube fa-2x"></i></a></div>
  87.         </div>
  88.       </div>
  89.     </div>
  90.   </div>
  91.   <div class="card-block" style="width: 99%; margin: auto;">
  92.     <!-- this is the code credit! feel free to move or re-style it, but please keep it in here somewhere -->
  93.     <p style="text-align: right; line-height: 0px;">profile code by [<a href="https://toyhou.se/snail-legs">snail-legs</a>]</p>
  94. </div>
  95. </div>
Add Comment
Please, Sign In to add comment