CanineKing

[F2U] Simple Card

May 15th, 2020
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. <!--
  2. Simple Card
  3.  
  4. Free to use & free to edit
  5. Ripping and "Frankenstein-ing" code is allowed
  6. Credit not necessary but appreciated
  7. Feel free to message me for any help/ questions
  8.  
  9. Code by @CanineKing
  10. -->
  11. <div class="containter">
  12. <div class="row justify-content-center">
  13. <div class="col-lg-6">
  14. <!--top section-->
  15. <ul class="list-unstyled mb-1">
  16. <li class="d-flex justify-content-between align-items-center display-1" style="font-size:26px;">
  17. <span>Name<span class="mx-2">.</span>Age<span class="mx-2">.</span>Gender (pronouns/ pronouns)</span>
  18. <span class="text-muted">@/Username</span> <!-- add the / before your username to not show up as a ping-->
  19. </li>
  20. </ul>
  21. <!--top section END-->
  22. <div class="card bg-faded p-3">
  23. <div class="container-fluid">
  24. <div class="row justify-content-center">
  25. <div class="col-md-6 p-1">
  26. <!--icon image-->
  27. <img class="d-block mx-auto rounded-circle" style="width:240px;" src="IMGURL">
  28. </div>
  29. <div class="col-md-6 p-1">
  30. <!--social media links-->
  31. <ul class="list-unstyled mb-0">
  32. <li class="d-flex justify-content-between align-items-center" style="font-size:18px;">
  33. <span><a href="#"><i class="fab fa-tumblr"></i></a></span>
  34. <span><a href="#"><i class="fab fa-twitter"></i></a></span>
  35. <span><a href="#"><i class="fab fa-deviantart"></i></a></span>
  36. <span><a href="#"><i class="fab fa-instagram"></i></a></span>
  37. </li>
  38. </ul>
  39. <!--social media links END-->
  40. <hr class="my-1">
  41. <!--art status-->
  42. <ul class="list-unstyled mb-0">
  43. <!--i usually mean like, "Active", "On Hiatus", "Semi-Hiatus"-->
  44. <li class="d-flex justify-content-between align-items-center" style="font-size:18px;">
  45. <span class="text-muted"><i class="fas fa-user mr-2"></i>Status</span>
  46. <span>On hiatus</span>
  47. </li>
  48. </ul>
  49. <hr class="my-1">
  50. <!--art status open/closed-->
  51. <!--
  52. i'm using bootstrap colours, and i use the dark theme, but here was what the colours are
  53. "text-success" = green coloured
  54. "text-warning" = yellow/ orange colour
  55. "text-danger" = red colour
  56. -->
  57. <ul class="list-unstyled mb-1">
  58. <li class="d-flex justify-content-between align-items-center">
  59. <span class="text-muted">Commissions</span>
  60. <span class="text-success">Open</span>
  61. </li>
  62. <li class="d-flex justify-content-between align-items-center">
  63. <span class="text-muted">Trades</span>
  64. <span class="text-warning">On hold</span>
  65. </li>
  66. <li class="d-flex justify-content-between align-items-center">
  67. <span class="text-muted">Requests</span>
  68. <span class="text-danger">Closed</span>
  69. </li>
  70. </ul>
  71. <!--art status END-->
  72. <!--button links-->
  73. <a class="btn btn-outline-primary btn-block btn-sm" href="#"><i class="fas fa-dollar-sign mr-2"></i>Commissions</a>
  74. <a class="btn btn-outline-primary btn-block btn-sm my-1" href="#"><i class="fas fa-exchange-alt mr-2"></i>Trades</a>
  75. <a class="btn btn-outline-primary btn-block btn-sm" href="#"><i class="fas fa-folder mr-2"></i>UFT/ UFS Folder</a>
  76. <!-- button links end-->
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. <!--credit-->
  82. <p class="small text-right"><a href="https://toyhou.se/6919639.-f2u-simple-card" target="_BLANK" class="text-muted"><i class="fa fa-paw mr-1"></i><i class="fas fa-crown mr-1"></i></a></p>
  83. </div>
  84. </div>
  85. </div>
Add Comment
Please, Sign In to add comment