Advertisement
Guest User

PTS Profile

a guest
Apr 12th, 2019
1,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.63 KB | None | 0 0
  1. <div class="container">
  2.  
  3.  
  4.  
  5. <!-- Image & Stats BEGIN -->
  6.  
  7. <div class="row mt-2 mb-3" >
  8.  
  9. <div class="col-lg-6 pl-1">
  10. </div>
  11. </div>
  12.  
  13. <!-- Image & Stats END-->
  14.  
  15.  
  16. <!-- Personality & Stuff START -->
  17.  
  18. <div class="row">
  19. <!-- Img START-->
  20. <div class="col-lg-4 pr-2">
  21. <!-- !FILL! --> <h1 class="display-2 text-left text-primary">Name</h1>
  22. <!-- !FILL! --> <h6 class="text-left ml-5">Job</h6>
  23. <div class="card-block text-right p-0 pr-1 modal-open" style="height:400px;" >
  24.  
  25. <!-- !FILL! --><img src="https://orig00.deviantart.net/897a/f/2017/287/0/0/scan_2_c_ss_by_milay-dbql5r1.png"><!-- recommended images max. 400x400, but all images are made to fit automatically. Images that are wider get resized, and images that are higher get cut off --> <!-- to have higher images being resized automatically, use <img src="url" style="height:400px;"> -->
  26.  
  27. </div>
  28. </div>
  29. <!-- Img END-->
  30.  
  31. <!-- Skills START-->
  32. <div class="col-lg-3 pr-2">
  33.  
  34. <div class="card bg-faded card-block d-block mb-4 table-responsive" style="height:500px;">
  35. <h1 class="text-muted display-4 mb-2" style="border-bottom:1px solid;"></i> Overview</h1>
  36.  
  37.  
  38. <table class="border-0 w-100 chart" style="font-size:9pt;"><tbody>
  39.  
  40. <!-- to add another point, copypaste this part-->
  41. <tr><td class="text-left text-primary w-50 px-1 pt-0 pb-1">
  42. <!-- !FILL! -->Nickname</td><td class="w-50 p-0"><p class="text-muted">
  43. <!-- !FILL! -->[ ]</p></td></tr>
  44. <!-- to add another point, copypaste this part-->
  45.  
  46. <!-- to add another point, copypaste this part-->
  47. <tr><td class="text-left text-primary w-50 px-1 pt-0 pb-1">
  48. <!-- !FILL! -->Birthday</td><td class="w-50 p-0"><p class="text-muted">
  49. <!-- !FILL! -->[ ]</p></td></tr>
  50. <!-- to add another point, copypaste this part-->
  51.  
  52. <!-- to add another point, copypaste this part-->
  53. <tr><td class="text-left text-primary w-50 px-1 pt-0 pb-1">
  54. <!-- !FILL! -->Pronouns</td><td class="w-50 p-0"><p class="text-muted">
  55. <!-- !FILL! -->[ ]</p></td></tr>
  56. <!-- to add another point, copypaste this part-->
  57.  
  58. <!-- to add another point, copypaste this part-->
  59. <tr><td class="text-left text-primary w-50 px-1 pt-0 pb-1">
  60. <!-- !FILL! -->Height</td><td class="w-50 p-0"><p class="text-muted">
  61. <!-- !FILL! -->[ ]</p></td></tr>
  62. <!-- to add another point, copypaste this part-->
  63.  
  64. <!-- to add another point, copypaste this part-->
  65. <tr><td class="text-left text-primary w-50 px-1 pt-0 pb-1">
  66. <!-- !FILL! -->Body Build</td><td class="w-50 p-0"><p class="text-muted">
  67. <!-- !FILL! -->[ ]</p></td></tr>
  68. <!-- to add another point, copypaste this part-->
  69.  
  70. <!-- to add another point, copypaste this part-->
  71. <tr><td class="text-left text-primary w-50 px-1 pt-0 pb-1">
  72. <!-- !FILL! -->Hometown</td><td class="w-50 p-0"><p class="text-muted">
  73. <!-- !FILL! -->[ ]</p></td></tr>
  74. <!-- to add another point, copypaste this part-->
  75.  
  76. <!-- to add another point, copypaste this part-->
  77. <tr><td class="text-left text-primary w-50 px-1 pt-0 pb-1">
  78. <!-- !FILL! -->Nature</td><td class="w-50 p-0"><p class="text-muted">
  79. <!-- !FILL! -->[ ]</p></td></tr>
  80. <!-- to add another point, copypaste this part-->
  81.  
  82. </tbody></table>
  83. <hr class="my-1">
  84.  
  85. <table class="border-0 w-100 chart"><tbody><tr>
  86. <td class="text-uppercase text-left text-primary px-1 pt-0 pb-1">Flaws</td>
  87. <td class="text-uppercase text-left text-primary px-1 pt-0 pb-1">Qualities</td>
  88. </tr><tr>
  89. <td class="py-0 pl-0 align-top" style="font-size:9pt;"><ul class="list-unstyled mb-0">
  90.  
  91. <!-- !FILL! - Flaw - fill after the   - copypaste this line to add more --><li>✗ selfish</li>
  92.  
  93. </ul></td>
  94. <td class="py-0 pl-0 align-top" style="font-size:9pt;"><ul class="list-unstyled mb-0">
  95.  
  96. <!-- !FILL! - Qualities - fill after the   - copypaste this line to add more --><li>✓ patient</li>
  97.  
  98. </ul></td>
  99.  
  100. </tr></tbody></table>
  101.  
  102. <hr class="my-1">
  103.  
  104. <p class="text-uppercase text-primary mb-1">Occupation</p>
  105. <p class="list-unstyled mb-0" style="font-size:9pt;">
  106. <!-- !FILL! -->
  107. <i>Job Name</i> - Description
  108.  
  109. </p>
  110.  
  111. <p class="text-uppercase text-primary mb-1">Speciality</p>
  112. <p class="list-unstyled mb-0" style="font-size:9pt;">
  113. <!-- !FILL! -->
  114. <i>Speciality</i> - More flavor text
  115.  
  116. </p>
  117.  
  118.  
  119. </div>
  120.  
  121. </div>
  122. <!-- Skills END-->
  123. <!-- About START-->
  124. <div class="col-lg-5 pr-2">
  125. <!-- About Box -->
  126. <div class="card mb-4 card-block bg-faded d-block rounded-bottom table-responsive" style="height:500px;">
  127. <!-- !FILL! image --> <img src="https://orig00.deviantart.net/897a/f/2017/287/0/0/scan_2_c_ss_by_milay-dbql5r1.png" class="float-right m1-1 ml-2" style="height:300px;"><!-- looks best with transparent images - optional - feel free to remove - images will be resized to fit automatically - for images wider than 300px, change 'height' to 'width' -->
  128.  
  129. <h1 class="display-4 text-right text-muted mb-4" style="border-bottom:1px solid;">About</h1>
  130.  
  131. <!-- About Text START -->
  132.  
  133. <p style="font-size:9pt;" >
  134. <!-- !FILL! -->
  135. This is where you can write about your character!
  136. <ul style="font-size:9pt;" >
  137. <li>You can also</li>
  138. <li>add a bullet list</li>
  139. </ul>
  140. </p>
  141.  
  142. <p style="font-size:9pt;" >Add a new paragraph like this.</p>
  143.  
  144. <hr>
  145.  
  146. <!-- !FILL! - misc name --><p class="text-uppercase text-primary mb-1">Fun Facts</p>
  147. <!-- !FILL! - misc description --><ul class="list-unstyled mb-0" style="font-size:9pt;">
  148.  
  149. <!-- !FILL! - Motivation- fill after the   - copypaste this line to add more --><li><i class="fa fa-angle-right" aria-hidden="true"></i> owo</li>
  150. <!-- !FILL! - Motivation- fill after the   - copypaste this line to add more --><li><i class="fa fa-angle-right" aria-hidden="true"></i> uwu</li>
  151. <!-- !FILL! - Motivation- fill after the   - copypaste this line to add more --><li><i class="fa fa-angle-right" aria-hidden="true"></i> övö</li>
  152.  
  153. </ul>
  154.  
  155. <!-- About Text END -->
  156. </div></div>
  157.  
  158. <!-- About END-->
  159.  
  160. </div>
  161. <!-- Personality & Stuff END -->
  162.  
  163. <!-- Main Team Header START -->
  164. <div class="row justify-content-center">
  165. <div class="col-lg-12 px-1">
  166. <div class="card-block d-block mb-2 table-responsive text-center p-0" style="/* border-style: dashed; border-width: 2px; */">
  167. <h3 class="text-muted display-4 mb-1"></i>Main Team</h3>
  168. </div>
  169. </div>
  170. </div>
  171. <!-- Pokebox Header END -->
  172.  
  173. <!-- Pokemon START -->
  174. <!-- Main Team START - line of 4 pokemon - copypaste this part to add another line -->
  175. <div class="row">
  176.  
  177. <!-- Poke START -->
  178. <div class="col-lg-3 col-12 px-1">
  179. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="min-height:260px;border-style:dashed;border-width:4px;">
  180.  
  181. <div class="row">
  182. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  183. <span class="text-primary align-right display-4 mb-4">
  184. <!-- !FILL! Poke Nickname-->Name</span>
  185. <br>
  186. <span class="text-muted display-6 mb-4">
  187. <!-- !FILL! Current Level-->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  188. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  189. <span class="text-muted display-6 mb-4">
  190. <!-- !FILL! Pokemon species-->Species</span><br>
  191. <span class="text-primary align-right display-6 mb-4">
  192. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  193. </div>
  194. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  195. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  196. </div>
  197. </div>
  198.  
  199. <div class="row mt-1">
  200.  
  201. <div class="col-lg-6 col-4 text-left pl-1 pr-0">
  202. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Nature</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  203. <!-- !FILL! Nature -->Docile</span><br>
  204. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Ability</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  205. <!-- !FILL! Ability -->Sth&nbsp;Fancy</span><br>
  206. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Item</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  207. <!-- !FILL! Held Item -->None</span>
  208.  
  209. </div>
  210.  
  211. <div class="col-lg-6 col-4 text-left px-0">
  212. <span class="text-primary display-6 mb-4" style="font-size:9pt;">
  213.  
  214. <!-- !FILL! Move 1--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  215.  
  216. <!-- !FILL! Move 2--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  217.  
  218.  
  219. <br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  220.  
  221. <!-- !FILL! Move 3--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  222.  
  223. <!-- !FILL! Move 4--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  224. </div>
  225.  
  226. </div>
  227. <div class="row">
  228.  
  229. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  230. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  231. <!-- !FILL! Desc-->Fancyful description and plans and all kinds.</i></span>
  232.  
  233. </div>
  234. </div>
  235. </div>
  236. </div>
  237. <!-- Poke END -->
  238.  
  239. <!-- Poke START -->
  240. <div class="col-lg-3 col-12 px-1">
  241. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="min-height:260px;border-style:dashed;border-width:4px;">
  242.  
  243. <div class="row">
  244. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  245. <span class="text-primary align-right display-4 mb-4">
  246. <!-- !FILL! Poke Nickname-->Name</span>
  247. <br>
  248. <span class="text-muted display-6 mb-4">
  249. <!-- !FILL! Current Level-->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  250. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  251. <span class="text-muted display-6 mb-4">
  252. <!-- !FILL! Pokemon species-->Species</span><br>
  253. <span class="text-primary align-right display-6 mb-4">
  254. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  255. </div>
  256. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  257. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  258. </div>
  259. </div>
  260.  
  261. <div class="row mt-1">
  262.  
  263. <div class="col-lg-6 col-4 text-left pl-1 pr-0">
  264. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Nature</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  265. <!-- !FILL! Nature -->Docile</span><br>
  266. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Ability</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  267. <!-- !FILL! Ability -->Sth&nbsp;Fancy</span><br>
  268. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Item</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  269. <!-- !FILL! Held Item -->None</span>
  270.  
  271. </div>
  272.  
  273. <div class="col-lg-6 col-4 text-left px-0">
  274. <span class="text-primary display-6 mb-4" style="font-size:9pt;">
  275.  
  276. <!-- !FILL! Move 1--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  277.  
  278. <!-- !FILL! Move 2--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  279.  
  280.  
  281. <br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  282.  
  283. <!-- !FILL! Move 3--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  284.  
  285. <!-- !FILL! Move 4--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  286. </div>
  287.  
  288. </div>
  289. <div class="row">
  290.  
  291. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  292. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  293. <!-- !FILL! Desc-->Fancyful description and plans and all kinds.</i></span>
  294.  
  295. </div>
  296. </div>
  297. </div>
  298. </div>
  299. <!-- Poke END -->
  300.  
  301. <!-- Poke START -->
  302. <div class="col-lg-3 col-12 px-1">
  303. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="min-height:260px;border-style:dashed;border-width:4px;">
  304.  
  305. <div class="row">
  306. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  307. <span class="text-primary align-right display-4 mb-4">
  308. <!-- !FILL! Poke Nickname-->Name</span>
  309. <br>
  310. <span class="text-muted display-6 mb-4">
  311. <!-- !FILL! Current Level-->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  312. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  313. <span class="text-muted display-6 mb-4">
  314. <!-- !FILL! Pokemon species-->Species</span><br>
  315. <span class="text-primary align-right display-6 mb-4">
  316. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  317. </div>
  318. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  319. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  320. </div>
  321. </div>
  322.  
  323. <div class="row mt-1">
  324.  
  325. <div class="col-lg-6 col-4 text-left pl-1 pr-0">
  326. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Nature</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  327. <!-- !FILL! Nature -->Docile</span><br>
  328. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Ability</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  329. <!-- !FILL! Ability -->Sth&nbsp;Fancy</span><br>
  330. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Item</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  331. <!-- !FILL! Held Item -->None</span>
  332.  
  333. </div>
  334.  
  335. <div class="col-lg-6 col-4 text-left px-0">
  336. <span class="text-primary display-6 mb-4" style="font-size:9pt;">
  337.  
  338. <!-- !FILL! Move 1--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  339.  
  340. <!-- !FILL! Move 2--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  341.  
  342.  
  343. <br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  344.  
  345. <!-- !FILL! Move 3--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  346.  
  347. <!-- !FILL! Move 4--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  348. </div>
  349.  
  350. </div>
  351. <div class="row">
  352.  
  353. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  354. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  355. <!-- !FILL! Desc-->Fancyful description and plans and all kinds.</i></span>
  356.  
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361. <!-- Poke END -->
  362.  
  363. <!-- Poke START -->
  364. <div class="col-lg-3 col-12 px-1">
  365. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="min-height:260px;border-style:dashed;border-width:4px;">
  366.  
  367. <div class="row">
  368. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  369. <span class="text-primary align-right display-4 mb-4">
  370. <!-- !FILL! Poke Nickname-->Name</span>
  371. <br>
  372. <span class="text-muted display-6 mb-4">
  373. <!-- !FILL! Current Level-->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  374. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  375. <span class="text-muted display-6 mb-4">
  376. <!-- !FILL! Pokemon species-->Species</span><br>
  377. <span class="text-primary align-right display-6 mb-4">
  378. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  379. </div>
  380. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  381. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  382. </div>
  383. </div>
  384.  
  385. <div class="row mt-1">
  386.  
  387. <div class="col-lg-6 col-4 text-left pl-1 pr-0">
  388. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Nature</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  389. <!-- !FILL! Nature -->Docile</span><br>
  390. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Ability</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  391. <!-- !FILL! Ability -->Sth&nbsp;Fancy</span><br>
  392. <span class="text-muted text-uppercase display-6 mb-4" style="font-size:9pt;">Item</span>&nbsp;<span class="text-primary display-6 mb-4" style="font-size:9pt;">
  393. <!-- !FILL! Held Item -->None</span>
  394.  
  395. </div>
  396.  
  397. <div class="col-lg-6 col-4 text-left px-0">
  398. <span class="text-primary display-6 mb-4" style="font-size:9pt;">
  399.  
  400. <!-- !FILL! Move 1--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  401.  
  402. <!-- !FILL! Move 2--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  403.  
  404.  
  405. <br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  406.  
  407. <!-- !FILL! Move 3--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span><br><span class="text-primary display-6 mb-4" style="font-size:9pt;">
  408.  
  409. <!-- !FILL! Move 4--><img src="https://orig00.deviantart.net/379e/f/2014/253/d/f/arrow_left_by_drawn_mario-d7yqvjz.gif"> Yawn</span>
  410. </div>
  411.  
  412. </div>
  413. <div class="row">
  414.  
  415. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  416. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  417. <!-- !FILL! Desc-->Fancyful description and plans and all kinds.</i></span>
  418.  
  419. </div>
  420. </div>
  421. </div>
  422. </div>
  423. <!-- Poke END -->
  424.  
  425.  
  426. </div>
  427. <!-- Main Team END - line of 4 pokemon - copypaste this part to add another line -->
  428.  
  429. <!-- Pokebox Header START -->
  430. <div class="row justify-content-center">
  431. <div class="col-lg-12 px-1">
  432. <div class="card-block d-block mb-2 table-responsive text-center p-0" style="/* border-style: dashed; border-width: 2px; */">
  433. <h3 class="text-muted display-4 mb-1"></i>Box</h3>
  434. </div>
  435. </div>
  436. </div>
  437. <!-- Pokebox Header END -->
  438.  
  439. <!-- Pokebox START - line of 6 pokemon - copypaste this part to add another line -->
  440. <div class="row">
  441.  
  442. <!-- Small Poke START -->
  443. <div class="col-lg-2 col-6 px-1">
  444. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="height:180px;border-style:dashed;border-width: 4px;">
  445. <div class="row">
  446. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  447.  
  448.  
  449. <span class="text-primary align-right display-4 mb-4">
  450. <!-- !FILL! Poke Nickname -->Name</span>
  451. <br>
  452. <span class="text-muted display-6 mb-4">
  453. <!-- !FILL! Current Level -->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  454. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  455. <span class="text-muted display-6 mb-4">
  456. <!-- !FILL! Pokemon Species -->Species</span><br>
  457. <span class="text-primary align-right display-6 mb-4">
  458. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  459.  
  460. </div>
  461. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  462. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  463. </div>
  464. </div>
  465.  
  466. <div class="row">
  467.  
  468. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  469. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  470. <!-- !FILL! Desc -->Fancyful description and plans and all kinds.</i></span>
  471.  
  472. </div>
  473. </div>
  474. </div>
  475. </div>
  476. <!-- Small Poke END -->
  477.  
  478. <!-- Small Poke START -->
  479. <div class="col-lg-2 col-6 px-1">
  480. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="height:180px;border-style:dashed;border-width: 4px;">
  481. <div class="row">
  482. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  483.  
  484.  
  485. <span class="text-primary align-right display-4 mb-4">
  486. <!-- !FILL! Poke Nickname -->Name</span>
  487. <br>
  488. <span class="text-muted display-6 mb-4">
  489. <!-- !FILL! Current Level -->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  490. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  491. <span class="text-muted display-6 mb-4">
  492. <!-- !FILL! Pokemon Species -->Species</span><br>
  493. <span class="text-primary align-right display-6 mb-4">
  494. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  495.  
  496. </div>
  497. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  498. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  499. </div>
  500. </div>
  501.  
  502. <div class="row">
  503.  
  504. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  505. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  506. <!-- !FILL! Desc -->Fancyful description and plans and all kinds.</i></span>
  507.  
  508. </div>
  509. </div>
  510. </div>
  511. </div>
  512. <!-- Small Poke END -->
  513.  
  514. <!-- Small Poke START -->
  515. <div class="col-lg-2 col-6 px-1">
  516. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="height:180px;border-style:dashed;border-width: 4px;">
  517. <div class="row">
  518. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  519.  
  520.  
  521. <span class="text-primary align-right display-4 mb-4">
  522. <!-- !FILL! Poke Nickname -->Name</span>
  523. <br>
  524. <span class="text-muted display-6 mb-4">
  525. <!-- !FILL! Current Level -->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  526. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  527. <span class="text-muted display-6 mb-4">
  528. <!-- !FILL! Pokemon Species -->Species</span><br>
  529. <span class="text-primary align-right display-6 mb-4">
  530. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  531.  
  532. </div>
  533. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  534. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  535. </div>
  536. </div>
  537.  
  538. <div class="row">
  539.  
  540. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  541. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  542. <!-- !FILL! Desc -->Fancyful description and plans and all kinds.</i></span>
  543.  
  544. </div>
  545. </div>
  546. </div>
  547. </div>
  548. <!-- Small Poke END -->
  549.  
  550. <!-- Small Poke START -->
  551. <div class="col-lg-2 col-6 px-1">
  552. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="height:180px;border-style:dashed;border-width: 4px;">
  553. <div class="row">
  554. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  555.  
  556.  
  557. <span class="text-primary align-right display-4 mb-4">
  558. <!-- !FILL! Poke Nickname -->Name</span>
  559. <br>
  560. <span class="text-muted display-6 mb-4">
  561. <!-- !FILL! Current Level -->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  562. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  563. <span class="text-muted display-6 mb-4">
  564. <!-- !FILL! Pokemon Species -->Species</span><br>
  565. <span class="text-primary align-right display-6 mb-4">
  566. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  567.  
  568. </div>
  569. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  570. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  571. </div>
  572. </div>
  573.  
  574. <div class="row">
  575.  
  576. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  577. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  578. <!-- !FILL! Desc -->Fancyful description and plans and all kinds.</i></span>
  579.  
  580. </div>
  581. </div>
  582. </div>
  583. </div>
  584. <!-- Small Poke END -->
  585.  
  586. <!-- Small Poke START -->
  587. <div class="col-lg-2 col-6 px-1">
  588. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="height:180px;border-style:dashed;border-width: 4px;">
  589. <div class="row">
  590. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  591.  
  592.  
  593. <span class="text-primary align-right display-4 mb-4">
  594. <!-- !FILL! Poke Nickname -->Name</span>
  595. <br>
  596. <span class="text-muted display-6 mb-4">
  597. <!-- !FILL! Current Level -->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  598. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  599. <span class="text-muted display-6 mb-4">
  600. <!-- !FILL! Pokemon Species -->Species</span><br>
  601. <span class="text-primary align-right display-6 mb-4">
  602. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  603.  
  604. </div>
  605. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  606. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  607. </div>
  608. </div>
  609.  
  610. <div class="row">
  611.  
  612. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  613. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  614. <!-- !FILL! Desc -->Fancyful description and plans and all kinds.</i></span>
  615.  
  616. </div>
  617. </div>
  618. </div>
  619. </div>
  620. <!-- Small Poke END -->
  621.  
  622. <!-- Small Poke START -->
  623. <div class="col-lg-2 col-6 px-1">
  624. <div class="card bg-faded card-block d-block mb-2 text-center pt-1" style="height:180px;border-style:dashed;border-width: 4px;">
  625. <div class="row">
  626. <div class="col-lg-8 col-8 text-left mt-1 px-1">
  627.  
  628.  
  629. <span class="text-primary align-right display-4 mb-4">
  630. <!-- !FILL! Poke Nickname -->Name</span>
  631. <br>
  632. <span class="text-muted display-6 mb-4">
  633. <!-- !FILL! Current Level -->Lvl 5</span><span class="text-muted display-6 mb-4" style="font-size:9pt;">&nbsp;&nbsp;
  634. <!-- !FILL! Lvl Tracker, add links-->[5+?+?]</span><br>
  635. <span class="text-muted display-6 mb-4">
  636. <!-- !FILL! Pokemon Species -->Species</span><br>
  637. <span class="text-primary align-right display-6 mb-4">
  638. <!-- !FILL! Type, image optional--><img src="https://i.imgur.com/klAHtky.png">&nbsp;<img src="https://i.imgur.com/klAHtky.png"></span>
  639.  
  640. </div>
  641. <div class="col-lg-4 col-4 text-center p-0 mb-0 mt-auto">
  642. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif" style="max-height:100px;">
  643. </div>
  644. </div>
  645.  
  646. <div class="row">
  647.  
  648. <div class="col-lg-12 col-12 text-left px-1 mt-1">
  649. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  650. <!-- !FILL! Desc -->Fancyful description and plans and all kinds.</i></span>
  651.  
  652. </div>
  653. </div>
  654. </div>
  655. </div>
  656. <!-- Small Poke END -->
  657.  
  658.  
  659. </div>
  660. <!-- Pokebox END - line of 6 pokemon - copypaste this part to add another line -->
  661.  
  662. <!-- Wishlist Header START -->
  663. <div class="row justify-content-center">
  664. <div class="col-lg-12 px-1">
  665. <div class="card-block d-block mb-2 table-responsive text-center p-0" style="/* border-style: dashed; border-width: 2px; */">
  666. <h3 class="text-muted display-4 mb-1"></i>Wishlist</h3>
  667. </div>
  668. </div>
  669. </div>
  670. <!-- Wishlist Header END -->
  671.  
  672. <!-- Wishlist START-->
  673. <div class="row">
  674. <div class="col-lg-12 col-6 px-1">
  675. <div class="card bg-faded card-block d-block text-center p-1" style="border-style:dashed;border-width: 4px;">
  676.  
  677. <!--row of 12 pokes START-->
  678. <div class="row justify-content-center">
  679.  
  680. <!-- Wished Poke START -->
  681. <div class="col-lg-1 col-3 text-center mb-0 mt-auto px-1">
  682. <img src="https://orig00.deviantart.net/52a5/f/2015/344/a/a/slowpoke_by_pokemon3dsprites-d9jn0h7.gif"><br>
  683. <span class="text-primary display-6 mb-4">
  684. <!-- !FILL! Pokemon species-->Species</span><br>
  685. <span class="text-muted display-6 mb-4" style="font-size:9pt;"><i>
  686. <!-- !FILL! Desc-->Some note.</i></span>
  687. </div>
  688. <!-- Wished Poke END -->
  689.  
  690. </div>
  691. <!--row of 12 pokes END - copypaste this part to add another line-->
  692.  
  693. </div>
  694. </div>
  695. </div>
  696. <!-- Wishlist END-->
  697.  
  698. <!-- Pokemon END-->
  699.  
  700. <br>
  701. <p class="text-left">Layout by @rooty | <a href="http://toyhou.se/1390836">codes</a></p>
  702. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement