lowkeywicked

Freebie - User Screen

Oct 31st, 2021 (edited)
6,518
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 1 0
  1. <div class="container p-0 my-5" style="max-width: 900px; font-family: helvetica;">
  2. <div class="row no-gutters">
  3. <div class="col-md-5 push-md-7 pl-md-2">
  4. <!-- page doll here -- will resize to fit space & center itself --------------->
  5. <div style="background-image: url('IMG_URL');
  6. background-size: contain; background-position: center; background-repeat: no-repeat; min-height: 400px;" class="h-100"></div>
  7. </div>
  8. <div class="col-md-7 pull-md-5"><div class="card border-0 bg-faded p-2" style="border-radius: 16px;">
  9. <div class="card border-0 p-2" style="border-radius: 16px;"><div class="card border-0 bg-faded p-2" style="border-radius: 16px;">
  10. <div class="card border-0 p-3 text-center" style="border-radius: 16px 16px 0px 0px;">
  11. <h1 class="text-primary text-uppercase mb-1" style="font-size: 2em; letter-spacing: 1px;">
  12. <!-- title & adjectives here ---------------->
  13. Your Name
  14. </h1><p class="text-primary faded small mb-0" style="font-weight: 600; letter-spacing: 1px;">
  15. adjective . adjective . adjective
  16. </p>
  17. </div>
  18. <div class="card d-block border-0 rounded-0 px-3 pt-3 pb-1 text-center" style="font-size: 10pt; letter-spacing: .45px; height: 225px; overflow: auto;">
  19. <!-- write about yourself here ------------------->
  20. <p>this is a cool little box for you to write about yourself... nice. This area will scroll.</p>
  21. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi varius libero non sem dapibus, eget viverra nisl sagittis. Ut interdum mi non sagittis euismod. Suspendisse id venenatis massa. Aliquam ornare, nibh sit amet interdum elementum, leo sem laoreet nibh, at sollicitudin diam ipsum eu risus.</p>
  22.  
  23. </div>
  24. <div class="card border-0 flex-row p-3 justify-content-around" style="border-radius: 0px 0px 16px 16px; font-size: 1.25em;">
  25. <!-- links here -- use font awesome icons to update the icons ------------------->
  26. <a href="LINK_HERE" target="_BLANK">
  27. <i class="fab fa-twitter fa-fw" />
  28. </a>
  29. <a href="LINK_HERE" target="_BLANK">
  30. <i class="fab fa-deviantart fa-fw" />
  31. </a>
  32. <a href="LINK_HERE" target="_BLANK">
  33. <i class="fab fa-tumblr fa-fw" />
  34. </a>
  35. <a href="LINK_HERE" target="_BLANK">
  36. <i class="fab fa-twitch fa-fw" />
  37. </a>
  38. <!-- image credit -- for our pagedoll --->
  39. <a href="IMAGE_CREDIT" target="_BLANK">
  40. <i class="fas fa-image fa-fw" />
  41. </a>
  42. <!-- coding credit -- leave this --->
  43. <a href="/Pinky" target="_BLANK">
  44. <i class="fas fa-code fa-fw" />
  45. </a>
  46. </div>
  47. </div>
  48. </div>
  49. </div></div>
  50. </div></div>
Add Comment
Please, Sign In to add comment