Guest User

Untitled

a guest
May 7th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.33 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. CREDIT: vom | vomcodesstuff | vomwastaken
  5.  
  6. INFO:
  7. • Images can be whatever size, the user avatar image should probably be square but there's a seperate code for images like page dolls
  8. • Change progress bar widths by changing w-[#] to w-25 w-50 w-75 or w-100
  9. • WYSIWYG will ruin this code - don't run it through the bitch I s2g
  10.  
  11.  
  12. -------------------------------
  13.  
  14.  
  15. HEADER
  16.  
  17.  
  18. --------------------------- -->
  19. <div style="height:200px;background:
  20.  
  21.  
  22. url(https://file.toyhou.se/images/15649819_jCYYFff16AoaCTb.jpg) center fixed">
  23.  
  24.  
  25. </div>
  26. <div class="row no-gutters py-1" style="line-height:1.7;margin:0 -4px">
  27. <!-- --------------------------
  28.  
  29.  
  30. ROW ONE
  31.  
  32.  
  33. --------------------------- -->
  34. <div class="col-lg-3 row no-gutters">
  35. <!-- --------------------------
  36.  
  37. MODULE 1
  38. about & SM links
  39.  
  40. --------------------------- -->
  41. <div class="col-12 p-1">
  42. <div class="bg-faded p-3 h-100">
  43. <!-- --------------------------
  44.  
  45. AVATAR
  46.  
  47. --------------------------- -->
  48. <img src="https://file.toyhou.se/images/11555664_zrEzqO1gERNnZfQ.gif" class="fr-rounded d-block mx-auto p-2 bg-faded mb-3" style="margin-top:-125px">
  49. <!-- if you want a regular image like a page doll, just replace the above img line with the following: <img src="IMG HERE" class="d-block mx-auto"> -->
  50. <!-- --------------------------
  51.  
  52. USERNAME
  53.  
  54. --------------------------- -->
  55. <h1 class="display-4 text">SinisterStephanie</h1>
  56. <span class="text-muted">@SinisterStephanie</span>
  57. <!-- keep the @/ like it is to prevent your username from rendering as a link -->
  58. <!-- --------------------------
  59.  
  60. ABOUT
  61.  
  62. --------------------------- -->
  63. <div class="my-3">
  64.  
  65.  
  66. <p>Hello! I'm an aspiring artist. I plan on improving in art, animation and character design and having art as a side job, and to perhaps just be a normal pet shop worker as my main career! I don't think I'll really get too far in art, honestly. But i still definitely want to improve and make it something I can learn from.</p>
  67.  
  68.  
  69. </div>
  70. <!-- --------------------------
  71.  
  72. LINKS
  73.  
  74. --------------------------- -->
  75. <a class="d-block" href="https://www.deviantart.com/sinisterstephanie"><i class="fab fa-deviantart fa-fw mr-2"></i>Deviantart</a>
  76. <a class="d-block" href="#"><i class="fab fa-tumblr fa-fw mr-2"></i>Tumblr</a>
  77. <a class="d-block" href="https://www.instagram.com/sinisterstephanie/"><i class="fab fa-instagram fa-fw mr-2"></i>Instagram</a>
  78. <a class="d-block" href="https://twitter.com/MsSSHorror"><i class="fab fa-twitter fa-fw mr-2"></i>Twitter</a>
  79. <a class="d-block" href="#"><i class="fas fa-paw fa-fw mr-2"></i>Furaffinity</a>
  80. <a class="d-block" href="https://trello.com/b/JTGomxub/art"><i class="fas fa-link fa-fw mr-2"></i>To-Do List</a>
  81.  
  82. </div>
  83. </div>
  84. <!-- --------------------------
  85.  
  86. MODULE 2
  87. art status
  88.  
  89. --------------------------- -->
  90. <div class="col-lg-12 col-sm-6 p-1">
  91. <div class="bg-faded p-3 h-100">
  92. <h1 class="display-4 text-center text-uppercase mb-3" style="font-size:1.25rem">
  93.  
  94. Art Status
  95.  
  96. </h1>
  97. <div class="text-muted">
  98.  
  99.  
  100. <span class="d-block"><i class="far fa-dollar-sign fa-fw mr-2"></i>Commissions Open</span>
  101. <span class="d-block"><i class="far fa-exchange fa-fw mr-2"></i>Trades Ask</span>
  102. <span class="d-block"><i class="far fa-tag fa-fw mr-2"></i>Requests Closed</span>
  103.  
  104.  
  105. </div>
  106. </div>
  107. </div>
  108. <!-- --------------------------
  109.  
  110. MODULE 3
  111. design status
  112.  
  113. --------------------------- -->
  114. <div class="col-lg-12 col-sm-6 p-1">
  115. <div class="bg-faded p-3 h-100">
  116. <h1 class="display-4 text-center text-uppercase mb-3" style="font-size:1.25rem">
  117.  
  118. Design Status
  119.  
  120. </h1>
  121. <div class="text-muted">
  122.  
  123.  
  124. <span class="d-block"><i class="far fa-dollar-sign fa-fw mr-2"></i>Sales Open</span>
  125. <span class="d-block"><i class="far fa-exchange fa-fw mr-2"></i>Trades Open</span>
  126. <span class="d-block"><i class="far fa-tags fa-fw mr-2"></i>Offers Open</span>
  127.  
  128. <hr>
  129.  
  130. <a class="d-block text-muted" href="https://toyhou.se/SinisterStephanie/characters/extagged:ForeverHomed,Pending/folder:all"><i class="far fa-folder fa-fw mr-2"></i>UFS/T</a>
  131. <a class="d-block text-muted" href="https://toyhou.se/SinisterStephanie/characters/extagged:ForeverHomed,Pending/folder:all"><i class="far fa-folder fa-fw mr-2"></i>Offer</a>
  132. <a class="d-block text-muted" href="#"><i class="far fa-heart fa-fw mr-2"></i>Wishlist</a>
  133.  
  134.  
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. <!-- --------------------------
  140.  
  141.  
  142. ROW TWO
  143.  
  144.  
  145. --------------------------- -->
  146. <div class="col-lg-6 row no-gutters">
  147. <!-- --------------------------
  148.  
  149. MODULE 4
  150. status
  151.  
  152. --------------------------- -->
  153. <div class="col-12 p-1">
  154. <div class="bg-faded p-3 h-100">
  155. <div class="d-flex justify-content-between text-muted mb-3" style="font-size:1.25rem">
  156.  
  157. <span class="font-weight-heavy text-uppercase">Status</span>
  158. <i class="far fa-comment fa-fw my-auto"></i>
  159.  
  160. </div>
  161. <div class="card rounded-0 border-0 d-block p-3">
  162.  
  163.  
  164. <p>I honestly have no darn clue what to write here uhh,,,greetings stranger. or not stranger??? I also have a guide to my toyhou.se tags, cause it's pretty complex. here: https://sta.sh/0h1rjecv2e5 </p>
  165.  
  166.  
  167. </div>
  168. </div>
  169. </div>
  170. <!-- --------------------------
  171.  
  172. MODULE 5
  173. to-do
  174.  
  175. --------------------------- -->
  176. <div class="col-12 p-1">
  177. <div class="bg-faded p-3 h-100">
  178. <div class="d-flex justify-content-between text-muted" style="font-size:1.25rem">
  179.  
  180. <span class="font-weight-heavy text-uppercase mb-3">To-Do</span>
  181. <i class="far fa-list fa-fw my-auto"></i>
  182.  
  183. </div>
  184. <div class="card rounded-0 border-0 d-block p-3">
  185. <!-- --------------------------
  186.  
  187. 01
  188.  
  189. --------------------------- -->
  190. <div class="d-flex justify-content-between">
  191.  
  192. <span>n/a</span> <span>i</span>
  193.  
  194. </div>
  195. <div class="progress my-2 rounded-0" style="height:4px"><div class="progress-bar bg-success w-100"></div></div>
  196. <!-- --------------------------
  197.  
  198. 02
  199.  
  200. --------------------------- -->
  201. <div class="d-flex justify-content-between">
  202.  
  203. <span>n/a</span> <span>already</span>
  204.  
  205. </div>
  206. <div class="progress my-2 rounded-0" style="height:4px"><div class="progress-bar bg-success w-100"></div></div>
  207. <!-- --------------------------
  208.  
  209. 03
  210.  
  211. --------------------------- -->
  212. <div class="d-flex justify-content-between">
  213.  
  214. <span>n/a</span> <span>have</span>
  215.  
  216. </div>
  217. <div class="progress my-2 rounded-0" style="height:4px"><div class="progress-bar bg-success w-100"></div></div>
  218. <!-- --------------------------
  219.  
  220. 04
  221.  
  222. --------------------------- -->
  223. <div class="d-flex justify-content-between">
  224.  
  225. <span>n/a</span> <span>a</span>
  226.  
  227. </div>
  228. <div class="progress my-2 rounded-0" style="height:4px"><div class="progress-bar bg-success w-100"></div></div>
  229. <!-- --------------------------
  230.  
  231. 05
  232.  
  233. --------------------------- -->
  234. <div class="d-flex justify-content-between">
  235.  
  236. <span>n/a</span> <span>list</span>
  237.  
  238. </div>
  239. <div class="progress my-2 rounded-0" style="height:4px"><div class="progress-bar bg-success w-100"></div></div>
  240.  
  241. <!-- add more above this line -->
  242. </div>
  243. </div>
  244. </div>
  245. <!-- --------------------------
  246.  
  247. MODULE 6
  248. commissions
  249.  
  250. --------------------------- -->
  251. <div class="col-12 p-1">
  252. <div class="bg-faded p-3 h-100">
  253. <div class="d-flex justify-content-between text-muted mb-3" style="font-size:1.25rem">
  254.  
  255. <span class="font-weight-heavy text-uppercase">Commission Info</span>
  256. <i class="far fa-dollar-sign fa-fw my-auto"></i>
  257.  
  258. </div>
  259. <div class="card rounded-0 border-0 d-block p-3">
  260. <!-- --------------------------
  261.  
  262. CONTACT
  263.  
  264. --------------------------- -->
  265. <div class="text-uppercase" style="letter-spacing:1px;">Contact</div>
  266. <div class="text-muted pl-4 mb-3" style="font-size:.9rem;">
  267.  
  268. <p>02NeonMew@gmail.com</p>
  269. <a href="https://www.deviantart.com/sinisterstephanie">Note via dA for a quicker response</a>
  270.  
  271. </div>
  272. <!-- --------------------------
  273.  
  274. NEED TO KNOW
  275.  
  276. --------------------------- -->
  277. <div class="text-uppercase" style="letter-spacing:1px;">Need to Knows</div>
  278. <ul class="m-0 text-muted" style="font-size:.9rem;">
  279.  
  280. <li>Just the basic stuff, don't claim the art as yours.</li>
  281.  
  282. </ul>
  283. </div>
  284. <!-- --------------------------
  285.  
  286. LISTINGS
  287.  
  288. --------------------------- -->
  289. <div class="d-flex justify-content-between text-muted my-3" style="font-size:1.25rem">
  290.  
  291. <span class="font-weight-heavy text-uppercase">Listings</span>
  292. <i class="far fa-list fa-fw my-auto"></i>
  293.  
  294. </div>
  295. <!-- --------------------------
  296.  
  297. 01
  298.  
  299. --------------------------- -->
  300. <div class="card d-flex flex-row justify-content-between rounded-0 border-0 p-3" style="margin-bottom:2px;">
  301. <a href="https://sta.sh/01fz7kiqqz2q">Simple Fullbody (Feral)</a> <span>250 Points/$2.50</span>
  302. </div>
  303. <!-- --------------------------
  304.  
  305. 02
  306.  
  307. --------------------------- -->
  308. <div class="card d-flex flex-row justify-content-between rounded-0 border-0 p-3" style="margin-bottom:2px;">
  309. <a href="https://sta.sh/01fz7kiqqz2q">Normal Fullbody (Feral)</a> <span>500 Points/$5</span>
  310. </div>
  311. <!-- --------------------------
  312.  
  313. 03
  314.  
  315. --------------------------- -->
  316. <div class="card d-flex flex-row justify-content-between rounded-0 border-0 p-3" style="margin-bottom:2px;">
  317. <a href="https://sta.sh/01fz7kiqqz2q">Wiggle Icon</a> <span>200 Points/$2</span>
  318. </div>
  319.  
  320. <!-- add more above this line -->
  321. </div>
  322. </div>
  323. </div>
  324. <!-- --------------------------
  325.  
  326.  
  327. ROW THREE
  328.  
  329.  
  330. --------------------------- -->
  331. <div class="col-lg-3 row no-gutters">
  332. <!-- --------------------------
  333.  
  334. MODULE 7
  335. friendlist
  336.  
  337. --------------------------- -->
  338. <div class="col-lg-12 col-sm-6 p-1">
  339. <div class="bg-faded p-3 h-100">
  340. <h1 class="display-4 text-center text-uppercase mb-3" style="font-size:1.25rem">
  341.  
  342. Friends
  343.  
  344. </h1>
  345.  
  346. <a class="d-block text-muted" href="https://toyhou.se/EmoKiid"><i class="far fa-skull fa-fw mr-2"></i>EmoKidd</a>
  347. <a class="d-block text-muted" href="https://toyhou.se/choccy_mylk"><i class="far fa-star fa-fw mr-2"></i>choccy-mylk</a>
  348. <a class="d-block text-muted" href="https://toyhou.se/LupusHex"><i class="far fa-heart fa-fw mr-2"></i>LupusHex</a>
  349.  
  350. </div>
  351. </div>
  352. <!-- --------------------------
  353.  
  354. MODULE 8
  355. folders
  356.  
  357. --------------------------- -->
  358. <div class="col-lg-12 col-sm-6 p-1">
  359. <div class="bg-faded p-3 h-100">
  360. <h1 class="display-4 text-center text-uppercase mb-3" style="font-size:1.25rem">
  361.  
  362. Folders
  363.  
  364. </h1>
  365.  
  366. <a class="d-block text-muted" href="https://toyhou.se/SinisterStephanie/characters/folder:all/tagged:ForeverHomed,Human-OR-Humanoid"><i class="far fa-male fa-fw mr-2"></i>Humanoids</a>
  367. <a class="d-block text-muted" href="https://toyhou.se/SinisterStephanie/characters/folder:all/tagged:ForeverHomed,Anthro"><i class="far fa-paw fa-fw mr-2"></i>Anthros</a>
  368. <a class="d-block text-muted" href="https://toyhou.se/SinisterStephanie/characters/folder:all/tagged:ForeverHomed,Feral"><i class="far fa-star fa-fw mr-2"></i>Ferals</a>
  369.  
  370. </div>
  371. </div>
  372. <!-- --------------------------
  373.  
  374. MODULE 9
  375. featured characters
  376.  
  377. --------------------------- -->
  378. <div class="col-12 p-1">
  379. <div class="bg-faded p-3 h-100">
  380. <h1 class="display-4 text-center text-uppercase mb-3" style="font-size:1.25rem">
  381.  
  382. Featured Characters
  383.  
  384. </h1>
  385. <div class="row no-gutters" style="margin:-4px">
  386. <!-- --------------------------
  387.  
  388. 01
  389.  
  390. --------------------------- -->
  391. <div class="col-6 p-1">
  392. <a class="d-flex px-3 py-2" style="text-decoration:none;height:175px;
  393.  
  394. background: url(https://file.toyhou.se/images/13150165_YNRM82C9wpPOAUf.png) center;background-size:cover;"
  395.  
  396. href="https://toyhou.se/3303472.paw-main-fursona-"><span class="ml-auto mt-auto text-white text-uppercase">
  397.  
  398. Paw
  399.  
  400. </span>
  401. </a>
  402. </div>
  403. <!-- --------------------------
  404.  
  405. 02
  406.  
  407. --------------------------- -->
  408. <div class="col-6 p-1">
  409. <a class="d-flex px-3 py-2" style="text-decoration:none;height:175px;
  410.  
  411. background: url(https://f2.toyhou.se/file/f2-toyhou-se/images/16570396_6Dpl0MGYuyntzPJ.png) center;background-size:cover;"
  412.  
  413. href="https://toyhou.se/2978406.hazel"><span class="ml-auto mt-auto text-white text-uppercase">
  414.  
  415. Hazel
  416.  
  417. </span>
  418. </a>
  419. </div>
  420. <!-- --------------------------
  421.  
  422. 03
  423.  
  424. --------------------------- -->
  425. <div class="col-6 p-1">
  426. <a class="d-flex px-3 py-2" style="text-decoration:none;height:175px;
  427.  
  428. background: url(https://file.toyhou.se/images/13806772_Mt4Uuo0J98bGNPV.png) center;background-size:cover;"
  429.  
  430. href="https://toyhou.se/3985728.fresia"><span class="ml-auto mt-auto text-white text-uppercase">
  431.  
  432. Fresia
  433.  
  434. </span>
  435. </a>
  436. </div>
  437. <!-- --------------------------
  438.  
  439. 04
  440.  
  441. --------------------------- -->
  442. <div class="col-6 p-1">
  443. <a class="d-flex px-3 py-2" style="text-decoration:none;height:175px;
  444.  
  445. background: url(https://f2.toyhou.se/file/f2-toyhou-se/images/16399282_FlL6RNRSTljoIWq.gif) center;background-size:cover;"
  446.  
  447. href="https://toyhou.se/3870976.tierra"><span class="ml-auto mt-auto text-white text-uppercase">
  448.  
  449. Tierra
  450.  
  451. </span>
  452. </a>
  453. </div>
  454. <!-- --------------------------
  455.  
  456. 05
  457.  
  458. --------------------------- -->
  459. <div class="col-6 p-1">
  460. <a class="d-flex px-3 py-2" style="text-decoration:none;height:175px;
  461.  
  462. background: url(https://file.toyhou.se/images/15311829_oVZd5wtkEill19i.gif) center;background-size:cover;"
  463.  
  464. href="https://toyhou.se/1758435.victor"><span class="ml-auto mt-auto text-white text-uppercase">
  465.  
  466. Victor
  467.  
  468. </span>
  469. </a>
  470. </div>
  471. <!-- --------------------------
  472.  
  473. 06
  474.  
  475. --------------------------- -->
  476. <div class="col-6 p-1">
  477. <a class="d-flex px-3 py-2" style="text-decoration:none;height:175px;
  478.  
  479. background: url(https://file.toyhou.se/images/15334493_bLz22nIopieSlQW.gif) center;background-size:cover;"
  480.  
  481. href="https://toyhou.se/2350867.emma"><span class="ml-auto mt-auto text-white text-uppercase">
  482.  
  483. Emma
  484.  
  485. </span>
  486. </a>
  487. </div>
  488.  
  489. <!-- add more above this line -->
  490. </div>
  491. </div>
  492. </div>
  493. </div>
  494. </div>
  495. <!-- CREDIT | Don't remove -->
  496. <div class="bg-faded p-2 text-right">
  497. <a href="https://toyhou.se/2049911.bootleg-twitter"><i class="far fa-code fa-fw"></i></a>
  498. </div>
Add Comment
Please, Sign In to add comment