Advertisement
circlejourney

Theme for Azrael (pagedoll version)

Apr 26th, 2020
1,393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.08 KB | None | 0 0
  1. <!--
  2.    THEME BY CIRCLEJOURNEY FOR AZRAEL
  3.    Pagedoll version
  4. -->
  5. <!-- Replace the URL inside the url() brackets below to change the background image -->
  6. <div class="justify-content-center" style="background-image: url(https://apod.nasa.gov/apod/image/1501/TrapeziumCluster_Francsics_apod1024.jpg); margin: -15px; background-size: cover; min-height: 750px; position: relative;">
  7.     <div class="row m-auto no-gutters p-2 pb-4" style="max-width: 600px;">
  8.         <div class="col-12 mb-4 text-center">
  9.                 <!-- Replace the URL inside the src property below to change the pagedoll image -->
  10.                 <img class="border-0 p-2" src="https://i.imgur.com/2kQI4xm.png" style="height: 250px; z-index: 2;">
  11.             <div class="card bg-faded p-2 pt-3 w-50 mx-auto" style="margin-top: -15px;">
  12.                 <span class="text-uppercase font-weight-bold" style="font-size: 12pt;">
  13.                    
  14.                     Name
  15.                    
  16.                 </span>
  17.                 <span class="text-muted">
  18.                    
  19.                     age &bull; gender &bull; pronouns
  20.                    
  21.                 </span>
  22.             </div>
  23.         </div>
  24.        
  25.         <ul class="col-lg-4 d-flex flex-column justify-content-between nav nav-pills pr-lg-2 mb-lg-0 mb-2" style="min-height: 150px;">
  26.             <li class="nav-item"><a class="nav-link active btn btn-primary btn-lg w-100" href="#profile-1" data-toggle="tab">About</a></li>
  27.             <li class="nav-item"><a class="nav-link btn btn-primary btn-lg w-100" href="#profile-2" data-toggle="tab">Projects</a></li>
  28.             <li class="nav-item"><a class="nav-link btn btn-primary btn-lg w-100" href="#profile-3" data-toggle="tab">Links</a></li>
  29.             <li class="nav-item"><a class="nav-link btn btn-primary btn-lg w-100" href="#profile-4" data-toggle="tab">Disclaimer</a></li>
  30.         </ul    >
  31.    
  32.         <div class="tab-content col-lg-8 card table-responsive" style="height: 250px; overflow-x: hidden;" id="profiles">
  33.             <!-- ABOUT tab -->
  34.                 <div id="profile-1" class="tab-pane show active card-block w-100">
  35.                     <p class="text-center" style="font-size: 16pt;">
  36.                         <i class="fa fa-user"></i> About
  37.                     </p>
  38.                    
  39.                     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
  40.                    
  41.                 </div>
  42.                
  43.                 <!-- PROJECTS tab -->
  44.                 <div id="profile-2" class="tab-pane card-block w-100">
  45.                     <p class="text-center" style="font-size: 16pt;">
  46.                         <i class="fa fa-books"></i> Projects
  47.                     </p>
  48.                    
  49.                     <p class="text-uppercase text-muted" style="font-size: 14pt;">Project 1</p>
  50.                     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
  51.                    
  52.                     <!-- Copy this part to add more projects -->
  53.                     <hr>
  54.                    
  55.                     <p class="text-uppercase text-muted" style="font-size: 14pt;">Project 2</p>
  56.                     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
  57.                     <!-- End of part to copy -->
  58.                 </div>
  59.                
  60.                 <!-- LINKS tab -->
  61.                 <div id="profile-3" class="tab-pane card-block w-100">
  62.                     <p class="text-center" style="font-size: 16pt;"><i class="fa fa-users"></i> Links</p>
  63.                     <br>
  64.                     <div class="list-group" style="font-size: 13pt;">
  65.                        
  66.                         <!-- Update LINK in each a tag to your preferred link -->
  67.                         <a href="LINK" target="_blank"><i class="fa fa-address-card"></i> Carrd.co</a>
  68.                        
  69.                         <a href="LINK" target="_blank"><i class="fa fa-deviantart"></i> DeviantArt</a>
  70.                    
  71.                         <a href="LINK" target="_blank"><i class="fa fa-tumblr"></i> Tumblr</a>
  72.                    
  73.                         <a href="LINK" target="_blank"><i class="fa fa-twitter"></i> Twitter</a>
  74.                        
  75.                         <a href="LINK" target="_blank"><i class="fa fa-info"></i> Commissions</a>
  76.                     </div>
  77.                 </div>
  78.                
  79.                 <!-- DISCLAIMER tab -->
  80.                 <div id="profile-4" class="tab-pane card-block w-100">
  81.                     <p class="text-center" style="font-size: 16pt;">
  82.                         <i class="fa fa-warning"></i> Disclaimer
  83.                     </p>
  84.                    
  85.                     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
  86.                    
  87.                 </div>
  88.         </div>
  89.     </div>
  90.     <div class="d-flex" style="position: absolute; bottom: 5px; right: 5px; font-size: 9pt; opacity: 0.8">
  91.         <a href="https://toyhou.se/~forums/16.htmlcss-graphics/75580" target="_blank">
  92.             <i class="fa fa-code"></i> theme by circlejourney
  93.         </a>
  94.     </div>
  95. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement