lowkeywicked

Freebie - Custom Carrd

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