Advertisement
sonneambedo

nvnzz

Apr 25th, 2023 (edited)
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.92 KB | None | 0 0
  1. <!--
  2.  
  3. turn off WYSIWYG editor.
  4. do not sell for profit.
  5. do not remove credit.
  6.  
  7. -->
  8.  
  9. <div class="container" style="max-width:900px;">
  10.    
  11.     <div class="row my-2 mx-0">
  12.  
  13. <!-- avatar -->
  14.         <div class="col-md-3 mr-md-2 bg-dark text-muted" style="height:200px; background:url(IMAGE_URL_HERE) center no-repeat; background-size:cover;"></div>
  15.  
  16.         <div class="col p-0">
  17.                 <div class="p-5" style="background:url(IMAGE_URL_HERE) center no-repeat fixed; background-size:cover;"></div>
  18. <!-- Name Surname -->  
  19.             <div class="row my-2 pt-1 mx-0">
  20.                 <div class="col-md-4"></div>
  21.                 <div class="col bg-dark text-center font-italic text-muted p-2" style="font-size:1.2rem;">
  22.                     <i class="fa-duotone fa-sparkles fa-rotate-180 fa-2x" style="position:absolute; left:3px; top:3px; opacity:50%"></i>
  23.                     Name Surname
  24.                     <i class="fa-duotone fa-sparkles fa-2x" style="position:absolute; right:3px; top:3px; opacity:50%"></i> </div>
  25.             </div>
  26. <!-- tags -->  
  27.             <div class="row mx-0" style="letter-spacing:2px;">
  28.                 <div class="col bg-dark text-center text-muted p-2">
  29.                     <i class="fa-duotone fa-hashtag fa-rotate-180 fa-2x" style="position:absolute; left:3px; top:3px; opacity:50%"></i> word  </div>
  30.                 <div class="col mx-2 text-center bg-secondary text-dark p-2">
  31.                     <i class="fa-duotone fa-hashtag fa-rotate-180 fa-2x" style="position:absolute; left:3px; top:3px; opacity:50%"></i>  word </div>
  32.                 <div class="col bg-dark text-center text-muted p-2">
  33.                     <i class="fa-duotone fa-hashtag fa-rotate-180 fa-2x" style="position:absolute; left:3px; top:3px; opacity:50%"></i>  word </div>
  34.             </div>
  35.             </div>
  36. </div>
  37.  
  38. <!-- about -->
  39.     <div class="bg-faded text-muted p-2 my-2" style="height:300px; overflow-y:auto;">
  40.        
  41. <!-- basic info -->
  42.       <p>
  43.         text
  44.         </p>
  45.  
  46. <!-- additional info title -->
  47. <div class="align-items-center font-italic px-2" style="font-size: 1.2rem; letter-spacing: 2px;">
  48.                     <span>additional details</span>
  49.                     <span class="col mx-2 mt-2 bg-dark" style="padding: .5px;"></span>
  50.                 </div>
  51.                
  52. <!-- additional info -->
  53.       <p>
  54.           text
  55.       </p>
  56.     </div>
  57.    
  58.     <div class="row my-2 mx-0">
  59.         <div class="col mr-md-2">
  60.            
  61. <!-- moodboard -->
  62.             <div class="row">
  63.                 <div class="col bg-dark text-muted p-2" style="height:96px; background:url(IMAGE_URL_HERE) center no-repeat; background-size:cover;"> </div>
  64.                 <div class="col mx-2 bg-secondary text-dark p-2" style="height:96px; background:url(IMAGE_URL_HERE) center no-repeat; background-size:cover;">  </div>
  65.                 <div class="col bg-dark text-muted p-2" style="height:96px; background:url(IMAGE_URL_HERE) center no-repeat; background-size:cover;">  </div>
  66.             </div>
  67.  
  68. <!-- quote -->
  69.             <div class="row my-2">
  70.                 <div class="col bg-dark text-muted align-items-center font-italic text-center p-2" style="font-size: 1.2rem; letter-spacing: 2px; height:96px; overflow-y:auto;">
  71.                     <i class="fa-duotone fa-quote-left fa-2x" style="position:absolute; left:3px; top:3px; opacity:50%"></i>
  72.                 <p class="w-100">
  73.                 quote
  74. </p>
  75.  
  76.                     <i class="fa-duotone fa-quote-right fa-2x" style="position:absolute; right:3px; bottom:3px; opacity:50%"></i>
  77.                     </div>
  78.             </div>
  79.         </div>
  80.  
  81. <!-- another image -->
  82.         <div class="col-md-3 bg-dark p-3 text-muted" style="height:200px; background:url(IMAGE_URL_HERE) center no-repeat;">
  83.         </div>
  84.        
  85.     </div>
  86. <div class="row mx-1">
  87.     <div class="col p-0"></div>
  88.     <span><small>code by @yaboisonne</small></span>
  89. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement