lowkeywicked

Freebie - BS Carrd

Jan 17th, 2021 (edited)
11,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. <!-- main background image here --- use a very big/high res image -->
  2. <div style="background-image: url('IMG_URL');
  3. background-size: cover; background-position: center; max-width: 1250px; border-radius: 1em;" class="container-fluid py-5 px-md-5 px-4 my-5">
  4. <div class="container-fluid py-md-5 py-4 px-0" style="max-width: 600px;">
  5. <div style="font-size: 10.5pt; letter-spacing: .25px; border-radius: 1em;" class="card d-block p-md-5 p-4 text-center">
  6. <div class="row no-gutters justify-content-center">
  7. <div class="col-md-auto px-lg-2 mb-md-0 mb-3">
  8.  
  9. <!-- avatar icon here -->
  10. <img src="IMG_URL"
  11. class="rounded" style="max-height: 150px;">
  12.  
  13. </div>
  14. <div class="col-md-auto"><div class="h-100 w-100 flex-column justify-content-center align-items-center">
  15. <div class="mb-2"><h1 style="font-size: 2em; letter-spacing: 1px;" class="text-primary text-uppercase">
  16.  
  17. <!-- name/title here -->
  18. Your Name Here
  19.  
  20. </h1></div>
  21. <div><h4 style="font-weight:400; letter-spacing: 1px;" class="text-uppercase mb-0">
  22.  
  23. <!-- subtitle adjectives here --->
  24. Age | Gender | Adj
  25.  
  26. </h4></div>
  27. </div></div>
  28. </div>
  29. <hr class="w-50 bg-primary my-4">
  30. <div class="text-uppercase mb-4" style="letter-spacing: 1px;">
  31.  
  32. <!-- page links -- i put in some random examples for demo but you can customize these links to be whatever you want -->
  33. <a href="LINK_HERE" style="border-radius:.5em;" class="btn btn-primary d-inline-block m-1">
  34. About
  35. </a>
  36. <a href="LINK_HERE" style="border-radius:.5em;" class="btn btn-primary d-inline-block m-1">
  37. FAQ
  38. </a>
  39. <a href="LINK_HERE" style="border-radius:.5em;" class="btn btn-primary d-inline-block m-1">
  40. Commissions
  41. </a>
  42. <a href="LINK_HERE" style="border-radius:.5em;" class="btn btn-primary d-inline-block m-1">
  43. Queue
  44. </a>
  45. <a href="LINK_HERE" style="border-radius:.5em;" class="btn btn-primary d-inline-block m-1">
  46. Trades
  47. </a>
  48. <a href="LINK_HERE" style="border-radius:.5em;" class="btn btn-primary d-inline-block m-1">
  49. RP Info
  50. </a>
  51. </div>
  52.  
  53. <!-- small about blurb here --------------->
  54. <p>Write a SMALL blurb here. This box grows with content, it does not scroll. The buttons above are all links. This layout is inspired by carrd, it's meant to serve a quick & easy hub for creators with lots of pages/social media sites!</p>
  55.  
  56. <hr class="w-50 mt-4 mb-md-5 mb-4 bg-primary">
  57. <!-- SOCIAL MEDIA LINKS -- use "font awesome" icons -- erase or add icons & links based on what you need -->
  58. <a href="TWITTER_LINK" target="_BLANK">
  59. <i class="fab fa-twitter fa-fw fa-2x "/>
  60. </a>
  61. <a href="DEVIANTART_LINK" target="_BLANK">
  62. <i class="fab fa-deviantart fa-fw fa-2x "/>
  63. </a>
  64. <a href="FA_LINK" target="_BLANK">
  65. <i class="fas fa-paw fa-fw fa-2x "/>
  66. </a>
  67. <a href="YOUTUBE_LINK" target="_BLANK">
  68. <i class="fab fa-youtube fa-fw fa-2x "/>
  69. </a>
  70. <a href="TWITCH_LINK" target="_BLANK">
  71. <i class="fab fa-twitch fa-fw fa-2x "/>
  72. </a>
  73. <a href="CURIOUSCAT_LINK" target="_BLANK">
  74. <i class="fas fa-cat fa-fw fa-2x "/>
  75. </a>
  76.  
  77. <!-- background image credit ---->
  78. <a href="CREDIT_LINK" target="_BLANK">
  79. <i class="fas fa-image fa-fw fa-2x "/>
  80. </a>
  81.  
  82. <!-- coding credit -- please leave this link -->
  83. <a href="/Pinky" target="_BLANK">
  84. <i class="fas fa-code fa-fw fa-2x "/>
  85. </a>
  86.  
  87. </div> </div>
  88. </div>
Add Comment
Please, Sign In to add comment