LivvyAh

Our House V.1

Aug 27th, 2019 (edited)
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.92 KB | None | 0 0
  1. <!--
  2. Code by LivvyAh, this time I did it by me self.
  3. Don't remove my credit! You can put it somewhere else on the page if you want but it's gotta be on the page.
  4. Comment when you use this code! I love seeing it used!
  5.  
  6. USE NOTES
  7. + Haven't tried editing in WYSIWYG, try at your own risk.
  8. - Feel free to add or remove housemates, some notes on that before that section.
  9. + Ctrl+F Replace All is your friend!
  10. - Images resize!
  11.  
  12. COLORS
  13. - Main Font Color: #000000
  14. + Striped Walls: #444B95
  15. - Other Walls/About Box: #7C81B5
  16. + Icons/Line/Links: #ffffff
  17. -->
  18.  
  19. <div class="container-fluid"
  20. Style="color: #000000;">
  21. <div class="row">
  22.  
  23. <!-- roof -->
  24. <div class="col-12 p-2">
  25. <div class="p-3 text-uppercase"
  26. style="background:#444B95;
  27. height:200px;
  28. background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/images/16240658_HVIcxp032F6o2cN.png);
  29. background-size: tile;
  30. background-position: center;
  31. background-attachment: fixed;
  32. clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);">
  33. </div></div>
  34. </div>
  35.  
  36. <div class="row">
  37.  
  38. <!-- wall with bird -->
  39. <div class="col-lg-1 col-xs-2 col-md-2 col-2 p-2">
  40. <div class="p-3"
  41. style="background:#444B95;
  42. height:235px;
  43. background-image: url(https://file.toyhou.se/images/11617956_HgaJ1JZrrxffWxv.png);">
  44. <br><br><br><br><br><br><br><br><br>
  45. <i class="fas fa-crow" style="color:#ffffff;font-size: 25px;"></i>
  46. </div></div>
  47.  
  48. <!-- window 1 -->
  49. <div class="col-lg-2 col-xs-8 col-md-8 col-8 p-2">
  50. <div class="p-3"
  51. style="background:#444B95;
  52. height:235px;
  53. background: url(https://f2.toyhou.se/file/f2-toyhou-se/images/16240658_HVIcxp032F6o2cN.png);
  54. background-size: cover;
  55. background-position: center;
  56. background-attachment: fixed;">
  57. </div></div>
  58.  
  59. <!-- wall -->
  60. <div class="col-xs-2 col-md-2 col-2 p-2 hidden-lg-up">
  61. <div class="p-3
  62. table-responsive"
  63. style="background:#444B95;
  64. height:235px;
  65. text-align: center;
  66. font-size: 20px;
  67. background-image: url(https://file.toyhou.se/images/11617956_HgaJ1JZrrxffWxv.png);">
  68. </div></div>
  69.  
  70. <!-- About.-->
  71. <div class="col-lg-9 col-xs-12 col-md-12 col-12 p-2">
  72. <div class="p-3"
  73. style="background:#7C81B5;">
  74. <div class="text-uppercase d-flex justify-content-between"
  75. style="border-bottom: 1px solid #ffffff;
  76. font-size:20px;">
  77. The Name Household<i style="color: #ffffff;" class="fas fa-home"></i></div>
  78. <div class="table-responsive p-1" style="height:172px;">
  79. <br>
  80. <p>Just a fun code for all those kids who share a place.
  81. <br>Is there a demand for this? IDK.</p>
  82. <p>Mobile friendly EXCEPT the fun hovers, sorry guys.</p>
  83. <p><a href="https://toyhou.se/2978476.free-use-backgrounds" style="color:#ffffff;">Free backgrounds</a></p>
  84. </div></div></div>
  85.  
  86. <!-- Housemates
  87. Add or remove as desired.
  88.  
  89. If you only have 4 housemates: change col-lg-2 to col-lg-3
  90. If you only have 3 housemates: change col-lg-2 to col-lg-4
  91. If you only have 2 housemates: change col-lg-2 to col-lg-6
  92.  
  93. You can also change the max-height to your liking.-->
  94. <div class="col-lg-12 col-xs-12 col-md-12 col-12 p-2">
  95. <div class="p-4
  96. table-responsive"
  97. style="background:#444B95;
  98. background-image: url(https://file.toyhou.se/images/11617956_HgaJ1JZrrxffWxv.png);">
  99. <div class="row">
  100.  
  101. <!-- person 1-->
  102. <div class="col-lg-2 col-xs-6 col-md-6 col-6 text-center mb-2">
  103. <a href="#"
  104. title="Full Name"
  105. data-toggle="popover"
  106. data-trigger="hover"
  107. data-content="A short description of this person"
  108. style="color:#ffffff;">
  109. <img src="IMG HERE"
  110. class="d-block mx-auto mb-2 rounded-circle"
  111. style="max-height:125px;">
  112. <p class="text-uppercase">
  113. Character Name</p></a>
  114. </div>
  115. <!-- end 1-->
  116.  
  117. <!-- person 2-->
  118. <div class="col-lg-2 col-xs-6 col-md-6 col-6 text-center mb-2">
  119. <a href="#"
  120. title="Full Name"
  121. data-toggle="popover"
  122. data-trigger="hover"
  123. data-content="A short description of this person"
  124. style="color:#ffffff;">
  125. <img src="IMG HERE"
  126. class="d-block mx-auto mb-2 rounded-circle"
  127. style="max-height:125px;">
  128. <p class="text-uppercase">
  129. Character Name</p></a>
  130. </div>
  131. <!-- end 2-->
  132.  
  133. <!-- person 3-->
  134. <div class="col-lg-2 col-xs-6 col-md-6 col-6 text-center mb-2">
  135. <a href="#"
  136. title="Full Name"
  137. data-toggle="popover"
  138. data-trigger="hover"
  139. data-content="A short description of this person"
  140. style="color:#ffffff;">
  141. <img src="IMG HERE"
  142. class="d-block mx-auto mb-2 rounded-circle"
  143. style="max-height:125px;">
  144. <p class="text-uppercase">
  145. Character Name</p></a>
  146. </div>
  147. <!-- end 3-->
  148.  
  149. <!-- person 4-->
  150. <div class="col-lg-2 col-xs-6 col-md-6 col-6 text-center mb-2">
  151. <a href="#"
  152. title="Full Name"
  153. data-toggle="popover"
  154. data-trigger="hover"
  155. data-content="A short description of this person"
  156. style="color:#ffffff;">
  157. <img src="IMG HERE"
  158. class="d-block mx-auto mb-2 rounded-circle"
  159. style="max-height:125px;">
  160. <p class="text-uppercase">
  161. Character Name</p></a>
  162. </div>
  163. <!-- end 4-->
  164.  
  165. <!-- person 5-->
  166. <div class="col-lg-2 col-xs-6 col-md-6 col-6 text-center mb-2">
  167. <a href="#"
  168. title="Full Name"
  169. data-toggle="popover"
  170. data-trigger="hover"
  171. data-content="A short description of this person"
  172. style="color:#ffffff;">
  173. <img src="IMG HERE"
  174. class="d-block mx-auto mb-2 rounded-circle"
  175. style="max-height:125px;">
  176. <p class="text-uppercase">
  177. Character Name</p></a>
  178. </div>
  179. <!-- end 5-->
  180.  
  181. <!-- person 6-->
  182. <div class="col-lg-2 col-xs-6 col-md-6 col-6 text-center mb-2">
  183. <a href="#"
  184. title="Full Name"
  185. data-toggle="popover"
  186. data-trigger="hover"
  187. data-content="A short description of this person"
  188. style="color:#ffffff;">
  189. <img src="IMG HERE"
  190. class="d-block mx-auto mb-2 rounded-circle"
  191. style="max-height:125px;">
  192. <p class="text-uppercase">
  193. Character Name</p></a>
  194. </div>
  195. <!-- end 6-->
  196.  
  197. </div></div></div></div>
  198.  
  199. <div class="row">
  200.  
  201. <!-- wall with cat -->
  202. <div class="col-lg-3 col-xs-3 col-md-3 col-3 p-2">
  203. <div class="p-3"
  204. style="background:#444B95;
  205. height:235px;
  206. background-image: url(https://file.toyhou.se/images/11617956_HgaJ1JZrrxffWxv.png);
  207. text-align:right;">
  208. <br><br><br><br><br><br><br><br><br>
  209. <i class="fas fa-cat" style="color:#ffffff;font-size: 25px;"></i>
  210. </div></div>
  211.  
  212. <!-- window 2 -->
  213. <div class="col-lg-5 col-xs-9 col-md-9 col-9 p-2">
  214. <div class="p-3"
  215. style="height:235px;
  216. background:#444B95;
  217. background: url(https://f2.toyhou.se/file/f2-toyhou-se/images/16240658_HVIcxp032F6o2cN.png);
  218. background-size: cover;
  219. background-position: center;
  220. background-attachment: fixed;">
  221. </div></div>
  222.  
  223. <!-- wall with light and doorbell-->
  224. <div class="col-lg-1 col-xs-2 col-md-2 col-2 p-2">
  225. <div class="p-3 text-center"
  226. style="background:#7C81B5;
  227. height:235px;">
  228. <i class="fas fa-lightbulb" style="color:#ffffff;font-size: 25px;"></i>
  229. <br><Br>
  230. &nbsp;&nbsp;<i class="fas fa-music" style="color:#ffffff;font-size: 12px;"></i>
  231. <br>
  232. <i class="fas fa-music" style="color:#ffffff;font-size: 10px;"></i>&nbsp;&nbsp;&nbsp;
  233. <br>
  234. <i class="far fa-dot-circle" style="color:#ffffff;font-size: 15px;"></i>
  235. </div></div>
  236.  
  237. <!-- door -->
  238. <div class="col-lg-2 col-xs-5 col-md-5 col-5 p-2">
  239. <div class="p-3"
  240. style="background:#444B95;
  241. height:235px;
  242. background: url(https://f2.toyhou.se/file/f2-toyhou-se/images/16240658_HVIcxp032F6o2cN.png);
  243. background-size: cover;
  244. background-position: center;
  245. background-attachment: fixed;
  246. clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 100% 100%, 50% 100%, 15% 100%, 0 100%, 0% 35%, 20% 10%);">
  247. </div></div>
  248.  
  249. <!-- wall with mailbox and plant-->
  250. <div class="col-lg-1 col-xs-5 col-md-5 col-5 p-2">
  251. <div class="p-3 text-center"
  252. style="background:#7C81B5;
  253. height:235px;"><br><br><br><br>
  254. <i class="fas fa-envelope-square" style="color:#ffffff;font-size: 30px;"></i>
  255. <br><br><br><br>
  256. <!-- Credit! Moving OK! Removing not! -->
  257. <a href="https://toyhou.se/CivilEngideer" style="color: #ffffff;">
  258. <i class="fas fa-seedling" style="color:#ffffff;font-size: 25px;" data-placement="left" title="coding by civ"></i></a>
  259. </div></div>
  260.  
  261. </div></div>
Add Comment
Please, Sign In to add comment