Advertisement
CanineKing

[F2U] Meet the Artist

Mar 13th, 2020
3,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. <!--
  2. F2U Code Meet the Artist
  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. Made by CanineKing
  10. -->
  11. <div class="container-fluid">
  12. <!-- HEADER, spans both columns-->
  13. <div class="row justify-content-center">
  14. <div class="col-lg-11">
  15. <div class="card w-100 border-0">
  16. <p class="text-muted font-weight-bold" style="font-size:40px;">Name Here
  17. <span class="float-right text-muted font-weight-light" style="font-size:30px;">Meet The Artist <i class="fas fa-palette ml-2"></i></span></p>
  18. </div>
  19. </div>
  20. </div>
  21. <div class="row justify-content-center">
  22. <!-- SIDE IMAGE, max size will be at 615px so it WILL cut at the bottom of the picture-->
  23. <div class="col-lg-4">
  24. <div class="card border-0 rounded-0" style="height:615px; background-image:url('IMG URL'); background-position:top center; background-size:cover;"></div>
  25. </div>
  26. <!-- INfORMATION, the ENTIRE box WILL scroll-->
  27. <div class="col-lg-7">
  28. <div class="card h-100 border-0" style="height:615px; overflow:auto">
  29. <div class="container-fluid">
  30. <div class="row align-items-center justify-content-center">
  31. <div class="col-lg-12">
  32. <!--
  33. FIRST SECTION, this box will NOT SCROLL
  34. Feel free to change this entire section below to have an about or whatever you want instead w/ a simple <p></p> tag
  35. -->
  36. <div class="card bg-faded my-2 p-3 border-0 rounded-0">
  37. <p class="text-center font-weight-light my-1" style="font-size:22px;">
  38. Gender (pronouns)<span class="mx-1">|</span>
  39. Age<span class="mx-1">|</span>
  40. Nationality<span class="mx-1">|</span>
  41. MBTI
  42. </p>
  43. <p class="text-center font-weight-light my-1" style="font-size:22px;">
  44. Birthday<span class="mx-1">|</span>
  45. Sign icon
  46. </p>
  47. <p class="text-center text-muted font-weight-light font-italic my-1" style="font-size:18px;">
  48. "Quote. Lorem ipsum dolor sit amet..."
  49. </p>
  50. <p class="my-1">
  51. Write an about if you want. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vulputate suscipit lorem, nec interdum turpis efficitur sed. Sed efficitur bibendum dolor, sit amet luctus nulla mollis at.
  52. </p>
  53. <!-- feel free to add (or remove) more elements ABOVE this line -->
  54. </div>
  55. </div>
  56. </div>
  57. <div class="row align-items-center justify-content-center">
  58. <!-- LIKES SECTION, this box will NOT scroll-->
  59. <div class="col-lg-6">
  60. <div class="card p-3 my-1 mr-0 bg-faded border-0 rounded-0">
  61. <h2 class="text-center text-muted text-uppercase font-weight-bold" style="font-size:25px;">likes
  62. <span class="float-left text-muted font-weight-bold"><i class="fas fa-heart"></i></span>
  63. </h2>
  64. <ul>
  65. <li>Lorem ipsum</li>
  66. <li>consectetur adipiscing elit</li>
  67. <li>Sed vulputate</li>
  68. <li>suscipit</li>
  69. <li>lorem</li>
  70. <!-- add more elements ABOVE this line -->
  71. </ul>
  72. </div>
  73. </div>
  74. <!-- DISLIKES SECTION, this box will NOT scroll-->
  75. <div class="col-lg-6">
  76. <div class="card p-3 my-1 ml-0 bg-faded border-0 rounded-0">
  77. <h2 class="text-center text-muted text-uppercase font-weight-bold" style="font-size:25px;">dislikes
  78. <span class="float-left text-muted font-weight-bold"><i class="fas fa-heart-broken"></i></span>
  79. </h2>
  80. <ul>
  81. <li>Lorem ipsum</li>
  82. <li>consectetur adipiscing elit</li>
  83. <li>Sed vulputate</li>
  84. <li>suscipit</li>
  85. <li>lorem</li></ul>
  86. <!-- add more elements ABOVE this line -->
  87. </div>
  88. </div>
  89. </div>
  90. <div class="row align-items-center justify-content-center" >
  91. <!-- INVENTORY SECTION, this box will NOT scroll-->
  92. <div class="col-lg-12 my-1" >
  93. <h2 class="text-center text-muted text-uppercase font-weight-bold">inventory</h2>
  94. <p class="text-center">
  95. <img class="d-inline-block m-1" style="width:130px;" src="IMG URL">
  96. <img class="d-inline-block m-1" style="width:130px;" src="IMG URL">
  97. <img class="d-inline-block m-1" style="width:130px;" src="IMG URL">
  98. <img class="d-inline-block m-1" style="width:130px;" src="IMG URL">
  99. <img class="d-inline-block m-1" style="width:130px;" src="IMG URL">
  100. <!-- add the following code ABOVE this line to add another image
  101.  
  102. <img class="d-inline-block m-1" style="width:130px;" src="IMG URL">
  103.  
  104. -->
  105. </p>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. <!-- credit -->
  113. <p class="small text-right"><a href="https://toyhou.se/6282843.-f2u-code-meet-the-artist" target="_BLANK" class="text-muted"><i class="fa fa-paw mr-1"></i><i class="fas fa-crown mr-1"></i></a></p>
  114. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement