hatchl

Simple Profile

Jan 12th, 2021 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. <!-- USAGE RULES //////////
  2.  
  3. ///// Thank you so much for choosing to use my code!
  4. ///// I have done my best to add comments and white space to make editing easier, but if you have problems please look towards the forums/google-
  5. ///// I don't check TH regularly so I won't be answering questions about this template on here.
  6.  
  7. ///// General Rules:
  8. 1. You may edit this code as much as you want. There are obviously no limits on adding/removing/editing elements.
  9. 2. You may splice this code with other templates if their creators allow you to do so. You must also add credit to them at the end of the code.
  10. 3. Make sure you have permission to use all images you put into this template; be sure to follow the Toyhouse guidelines for images as well.
  11. 4. Do not redistribute and claim this code as your own. You may pull elements from it, but if you pull significant amounts of structure and design you must credit me.
  12. 5. In general, make sure you are following Toyhouse's TOS with regard to the content you put into this template.
  13.  
  14. ///// NOTE: This code was intended for user profiles.
  15. -->
  16.  
  17.  
  18. <div class="row p-3 text-white">
  19. <div class="col-lg container rounded bg-dark">
  20. <div class="row p-3">
  21.  
  22. <!-- SIDEBAR IMAGE ////////// -->
  23. <div class=" col-3 rounded d-none d-md-block bg-primary" style="
  24.  
  25. background-image: url(LINK GOES HERE);
  26.  
  27. background-size: cover; background-position: center;"></div>
  28.  
  29. <!-- NAME + WELCOME ////////// -->
  30. <div class="col-lg">
  31. <div class="p-3">
  32. <h1 class="display-4 text-uppercase">
  33.  
  34. Hey, I'm
  35.  
  36. <span class="display-1" style="font-weight: bold;">
  37.  
  38. Name.
  39.  
  40. </span></h1>
  41. <span class="text-lowercase">
  42.  
  43. Welcome message goes here.
  44.  
  45. </span>
  46. </div>
  47.  
  48. <!-- ABOUT SECTION ////////// -->
  49. <div class="col-lg">
  50. <h3 class="display text-uppercase mb-3 mt-3" style="font-weight: bold;"><i class="fa fa-info-circle"></i> About</h3>
  51.  
  52. <!-- PRONOUNS ////////// -->
  53. <div class="justify-content-between bg-primary p-3">
  54. <span class="text-uppercase" style="font-weight: bold; letter-spacing: 2px; ">Pronouns</span>
  55. <span class="text-lowercase">
  56.  
  57. he/they/she/it
  58.  
  59. </span>
  60. </div>
  61.  
  62. <!-- AGE ////////// -->
  63. <div class="justify-content-between p-3">
  64. <span class="text-uppercase" style="font-weight: bold; letter-spacing: 2px; ">Age</span>
  65. <span class="text-lowercase">
  66.  
  67. #
  68.  
  69. </span>
  70. </div>
  71.  
  72. <!-- OTHER NAMES / ALIASES ////////// -->
  73. <div class="justify-content-between bg-primary p-3">
  74. <span class="text-uppercase" style="font-weight: bold; letter-spacing: 2px; ">Aliases</span>
  75. <span class="text-lowercase">
  76.  
  77. nickname, name, username, etc.
  78.  
  79. </span>
  80. </div>
  81.  
  82. <!-- SOCIAL MEDIA LINK ////////// -->
  83. <div class="justify-content-between p-3">
  84. <span class="text-uppercase" style="font-weight: bold; letter-spacing: 2px; ">Twitter</span>
  85. <span class="text-lowercase"><a
  86.  
  87. href="LINK GOES HERE"
  88.  
  89. ><i class="fa fa-link"></i></a></span>
  90. </div>
  91.  
  92. <!-- SOCIAL MEDIA LINK ////////// -->
  93. <div class="justify-content-between bg-primary p-3">
  94. <span class="text-uppercase" style="font-weight: bold; letter-spacing: 2px; ">Deviantart</span>
  95. <span class="text-lowercase"><a class="text-white"
  96.  
  97. href="LINK GOES HERE"
  98.  
  99. ><i class="fa fa-link"></i></a></span>
  100. </div>
  101.  
  102. <!-- COMMISSION INFO LINK ////////// -->
  103. <div class="justify-content-between p-3">
  104. <span class="text-uppercase" style="font-weight: bold; letter-spacing: 2px; ">Commissions</span>
  105. <span class="text-lowercase"><a
  106.  
  107. href="LINK GOES HERE"
  108.  
  109. ><i class="fa fa-link"></i></a></span>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114.  
  115. <!-- SIDEBAR IMAGE 2 //////////-->
  116. </div>
  117. <div class="col-lg p-3 rounded d-none d-lg-block bg-primary ml-4" style="
  118.  
  119. background-image: url(LINK GOES HERE)
  120.  
  121. ; background-size: 100%;">
  122. </div>
  123. </div>
  124.  
  125. <!-- CODE CREDIT ////////// DO NOT REMOVE. -->
  126. <div class="col-lg p-0" style="margin: auto; text-align: right;"><a href="https://toyhou.se/hatchl/" title="Code credit: Hatchl"><i class="fa fa-link"></i></a></div>
  127.  
  128.  
Add Comment
Please, Sign In to add comment