Advertisement
painted_dreams87

Honeydukes Coding

Sep 16th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.82 KB | None | 0 0
  1. <style>
  2. table {
  3. background-color: transparent;
  4. }
  5. table a img {
  6. display: none;
  7. }
  8. .sf {
  9. display: none;
  10. }
  11. body {
  12. background-image: url("http://i.imgur.com/QxtsSPZ.png");
  13. }
  14. #layout {
  15. width: 1000px;
  16. height: 750px;
  17. margin: 0 auto;
  18. background-image: url("http://i.imgur.com/yjIDmoz.png");
  19. }
  20. #main {
  21. font: 9pt tahoma;
  22. color: #000000;
  23. top: 205px;
  24. left: 25px;
  25. width: 950px;
  26. height: 540px;
  27. overflow: hidden;
  28. }
  29. #nav {
  30. font: 9pt tahoma;
  31. color: #000000;
  32. top: 205px;
  33. left: -100px;
  34. width: 300px;
  35. height: 540px;
  36. text-align: center;
  37. overflow: hidden;
  38. }
  39. .page {
  40. height: 540px;
  41. overflow: auto;
  42. }
  43. .links {
  44. font: 9pt tahoma;
  45. color: #000000;
  46. top: 205px;
  47. left: 10px;
  48. width: 100px;
  49. height: 540px;
  50. letter-spacing: 2px;
  51. overflow: hidden;
  52. }
  53. .table {
  54. display: inline;
  55. text-align: left;
  56. }
  57. td {
  58. color: #000000;
  59. font: 9pt tahoma;
  60. line-height: 14px;
  61. padding: 5px;
  62. }
  63. h1 {
  64. font-weight: normal;
  65. font: 13pt tahoma;
  66. text-align: center;
  67. color: #925978;
  68. padding-left: 5px;
  69. line-height: 25px;
  70. letter-spacing: 4px;
  71. border-bottom: 4px double #c67a9b;
  72. }
  73. h2 {
  74. font-weight: normal;
  75. font: 11pt tahoma;
  76. text-align: left;
  77. color: #83b7b6;
  78. padding-left: 5px;
  79. line-height: 25px;
  80. letter-spacing: 3px;
  81. border-bottom: 1px solid #82d4c9;
  82. }
  83. h3 {
  84. font: 8pt tahoma;
  85. color: #ffeae0;
  86. text-align: center;
  87. background-color: #925978;
  88. letter-spacing: 1px;
  89. line-height: 20px;
  90. }
  91. h3:hover {
  92. font: 8pt tahoma;
  93. color: #925978;
  94. text-align: center;
  95. background-color: #ffeae0;
  96. letter-spacing: 1px;
  97. line-height: 20px;
  98. }
  99. b {
  100. color: #925978;
  101. font: 9pt tahoma;
  102. font-weight: bold;
  103. line-height: 14px;
  104. }
  105. i {
  106. color: #c67a9b;
  107. font: 9pt tahoma;
  108. font-style: italic;
  109. line-height: 14px;
  110. }
  111. a:link, a:visited, a:active {
  112. color: #83b7b6;
  113. font: 10pt tahoma;
  114. text-decoration: none;
  115. }
  116. a:hover {
  117. color: #925978;
  118. font: 10pt tahoma;
  119. text-decoration: none;
  120. }
  121. .images {
  122. display: inline-block;
  123. text-align: center;
  124. width: auto;
  125. height: auto;
  126. padding: 7px;
  127. margin: 0;
  128. }
  129. .avatars {
  130. display: inline-block;
  131. text-align: left;
  132. font: 7pt tahoma;
  133. color: #000000;
  134. width: 100px;
  135. height: 80px;
  136. padding: 4px;
  137. margin: 0;
  138. }
  139. .avatars2 {
  140. display: inline-block;
  141. text-align: left;
  142. font: 7pt tahoma;
  143. color: #000000;
  144. width: 50px;
  145. height: 60px;
  146. padding: 4px;
  147. margin: 0;
  148. }
  149. .guide {
  150. display: inline-block;
  151. text-align: center;
  152. font: 7pt tahoma;
  153. color: #000000;
  154. width: 300px;
  155. height: 120px;
  156. padding: 4px;
  157. margin: 0;
  158. }
  159. textarea {
  160. width: 88px;
  161. height: 20px;
  162. font: 9pt tahoma;
  163. color: #000000;
  164. margin: 1px 0 0;
  165. overflow: hidden;
  166. }
  167. textarea.banner {
  168. width: 300px;
  169. height: 20px;
  170. font: 9pt tahoma;
  171. color: #000000;
  172. margin: 1px 0 0;
  173. overflow: hidden;
  174. }
  175. textarea.form {
  176. width: 300px;
  177. height: 80px;
  178. font: 9pt tahoma;
  179. color: #000000;
  180. margin: 1px 0 0;
  181. overflow: hidden;
  182. }
  183. </style><div id="layout" style="position: relative;">
  184.  
  185.  
  186. <div id="nav" style="position: absolute;">
  187. <div class="links">
  188. <a href="#home"><h3>Home</h3></a>
  189. <a href="#avatars"><h3>Guild Avatars</h3></a>
  190. <a href="#customs"><h3>Custom Graphics</h3></a>
  191. <a href="#submissions"><h3>Submissions</h3></a>
  192. <a href="#workshop"><h3>Workshop</h3></a>
  193. <a href="#guild"><h3>Guild Pride</h3></a>
  194. <a href="#gryffindor"><h3>Gryffindor Pride</h3></a>
  195. <a href="#hufflepuff"><h3>Hufflepuff Pride</h3></a>
  196. <a href="#ravenclaw"><h3>Ravenclaw Pride</h3></a>
  197. <a href="#slytherin"><h3>Slytherin Pride</h3></a>
  198. </div></div>
  199.  
  200.  
  201. <div id="main" style="position: absolute;">
  202.  
  203.  
  204. <a name="home"></a>
  205. <div class="page">
  206. <h1>Welcome to Honeydukes!</h1>
  207. <img src="http://i.imgur.com/xDZVtuF.png" style="float: left; padding: 5px;"><b>Hello!</b> I'm Heather, the shopkeeper, and I'm here to help you! If you're seeking something sweet, you've come to the right place! Honeydukes has so much to offer. It can be a little overwhelming at first, so please allow me to show you around. If you have any questions about anything on this page (besides how to earn secret avatars...nice try), <a href="/neomessages.phtml?type=send&recipient=painted_dreams87&subject=Honeydukes+Question">send me a neomail</a>. I'll leave you to browsing now. Please enjoy!<br><br><center>
  208. <img src="http://i.imgur.com/PmqTe3h.png" style="padding: 5px;"><img src="http://i.imgur.com/OUYn6ZW.png" style="padding: 5px;"><img src="http://i.imgur.com/iLw4m5X.png" style="padding: 5px;"><img src="http://i.imgur.com/StQaxwW.png" style="padding: 5px;"></center>
  209.  
  210. <h2>What Is Offered?</h2>
  211.  
  212. <li><b>Guild Avatars:</b> learn all about the avatars you can earn in The Slugg Club and even purchase some for your trunk</li><br><li><b>Custom Graphics:</b> use your Galleons to purchase banners, backgrounds, icons, avatars, and petpages all custom made for you</li><br><li><b>Submissions:</b> check out this page for details on earning House Points and Galleons by submitting something for the guild to use</li><br><li><b>Workshop:</b> visit a workshop linking you to resources where you can learn how to make fonts, graphics, and layouts</li><br><li><b>Guild Pride:</b> check out goodies celebrating The Slugg Club, submitted by members, free for your use if you're also a member</li><br><li><b>Gryffindor Pride:</b> check out goodies celebrating Gryffindor, submitted by members, free for your use if you're also a member</li><br><li><b>Hufflepuff Pride:</b> check out goodies celebrating Hufflepuff, submitted by members, free for your use if you're also a member</li><br><li><b>Ravenclaw Pride:</b> check out goodies celebrating Ravenclaw, submitted by members, free for your use if you're also a member</li><br><li><b>Slytherin Pride:</b> check out goodies celebrating Slytherin, submitted by members, free for your use if you're also a member</li><br></div>
  213.  
  214.  
  215.  
  216. <a name="avatars"></a>
  217. <div class="page">
  218. <h1>The Slugg Club Avatars</h1>
  219. This is a comprehensive list of every avatar offered past or present in The Slugg Club.
  220.  
  221. <h2>Buyable Avatars</h2>
  222. These avatars can be purchased using your Galleons. To do so, <a href="/neomessages.phtml?type=send&recipient=slugclubguild&subject=Buy+Avatars" class="nav">neomail the guild account</a> with which avatars you'd like to buy.<br><br><div class="avatars">
  223. <img src="http://i.imgur.com/N8krIdf.gif"><br>
  224. 10 Galleons
  225. </div>
  226. <div class="avatars">
  227. <img src="http://i.imgur.com/D9D8GVf.gif"><br>
  228. 20 Galleons
  229. </div>
  230. <div class="avatars">
  231. <img src="http://i.imgur.com/IwfrLCt.gif"><br>
  232. 30 Galleons
  233. </div>
  234. <div class="avatars">
  235. <img src="http://i.imgur.com/5dss2jS.gif"><br>
  236. 40 Galleons
  237. </div>
  238. <div class="avatars">
  239. <img src="http://i.imgur.com/ZNHbpvI.gif"><br>
  240. 50 Galleons
  241. </div>
  242. <div class="avatars">
  243. <img src="http://i.imgur.com/Ef2skRI.gif"><br>
  244. 60 Galleons
  245. </div>
  246. <div class="avatars">
  247. <img src="http://i.imgur.com/kT4IudB.gif"><br>
  248. 70 Galleons
  249. </div>
  250. <div class="avatars">
  251. <img src="http://i.imgur.com/Cp9CJaQ.gif"><br>
  252. 75 Galleons
  253. </div>
  254. <div class="avatars">
  255. <img src="http://i.imgur.com/f7nhyo4.gif"><br>
  256. 80 Galleons
  257. </div>
  258. <div class="avatars">
  259. <img src="http://i.imgur.com/DXzdqZv.gif"><br>
  260. 85 Galleons
  261. </div>
  262. <div class="avatars">
  263. <img src="http://i.imgur.com/mGkSUrP.gif"><br>
  264. 90 Galleons
  265. </div>
  266. <div class="avatars">
  267. <img src="http://i.imgur.com/rPK5Zbi.gif"><br>
  268. 100 Galleons
  269. </div>
  270. <div class="avatars">
  271. <img src="http://i.imgur.com/he2B0Dp.gif"><br>
  272. 100 Galleons
  273. </div>
  274. <div class="avatars">
  275. <img src="http://i.imgur.com/p9MdScv.gif"><br>
  276. 100 Galleons
  277. </div>
  278.  
  279.  
  280. <h2>Earnable Avatars</h2>
  281. These avatars can be earned by completing the required action or holding a specific position. If an avatar has a * by the description, it is randomly awarded, so you may have to complete the required action multiple times to get it.<br><br><div class="avatars">
  282. <img src="http://i.imgur.com/adtRNVd.png"><br>
  283. Be sorted or re-sorted into Gryffindor
  284. </div>
  285. <div class="avatars">
  286. <img src="http://i.imgur.com/FX4FmXN.png"><br>
  287. Be sorted or re-sorted into Hufflepuff
  288. </div>
  289. <div class="avatars">
  290. <img src="http://i.imgur.com/QTJyX5N.png"><br>
  291. Be sorted or re-sorted into Ravenclaw
  292. </div>
  293. <div class="avatars">
  294. <img src="http://i.imgur.com/0WkRhz0.png"><br>
  295. Be sorted or re-sorted into Slytherin
  296. </div>
  297. <div class="avatars">
  298. <img src="http://imgur.com/U7Tl2hv.gif"><br>
  299. Be the Headmaster of the guild
  300. </div>
  301. <div class="avatars">
  302. <img src="http://imgur.com/LGFdemR.gif"><br>
  303. Be the Gryffindor Head of House
  304. </div>
  305. <div class="avatars">
  306. <img src="http://imgur.com/56Kg2FJ.gif"><br>
  307. Be the Hufflepuff Head of House
  308. </div>
  309. <div class="avatars">
  310. <img src="http://imgur.com/ZqLX6b5.gif"><br>
  311. Be the Ravenclaw Head of House
  312. </div>
  313. <div class="avatars">
  314. <img src="http://imgur.com/J7ipzKw.gif"><br>
  315. Be the Slytherin Head of House
  316. </div>
  317. <div class="avatars">
  318. <img src="http://i.imgur.com/ivukAsg.gif"><br>
  319. Be a Planner or help with it
  320. </div>
  321. <div class="avatars">
  322. <img src="http://imgur.com/PEi4YCA.gif"><br>
  323. Be a Prefect for any house
  324. </div>
  325. <div class="avatars">
  326. <img src="http://imgur.com/3WGcX6J.gif"><br>
  327. Be a Professor of any class
  328. </div>
  329. <div class="avatars">
  330. <img src="http://imgur.com/HdFlRMg.gif"><br>
  331. Be the Caretaker of the guild
  332. </div>
  333. <div class="avatars">
  334. <img src="http://imgur.com/jK3Lwnz.gif"><br>
  335. Be the Hospital Matron of the guild
  336. </div>
  337. <div class="avatars">
  338. <img src="http://imgur.com/1L0a8ng.gif"><br>
  339. Be the Groundskeeper of the guild
  340. </div>
  341. <div class="avatars">
  342. <img src="http://imgur.com/8Yt5MUh.gif"><br>
  343. Be the Librarian of the guild
  344. </div>
  345. <div class="avatars">
  346. <img src="http://imgur.com/e6WpIry.gif"><br>
  347. Be the Armourer of the guild
  348. </div>
  349. <div class="avatars">
  350. <img src="http://imgur.com/9bnIUCk.gif"><br>
  351. Be the Editor of Witch Bi-Weekly
  352. </div>
  353. <div class="avatars">
  354. <img src="http://imgur.com/laBNxuK.gif"><br>
  355. Be the Yearbook Editor
  356. </div>
  357. <div class="avatars">
  358. <img src="http://i.imgur.com/cCX1JcA.gif"><br>
  359. Be the Designer of the guild
  360. </div>
  361. <div class="avatars">
  362. <img src="http://imgur.com/aAEnifk.gif"><br>
  363. Submit <a href="/~tuskaninny_spottedd_#R">PR</a> every week of a term
  364. </div>
  365. <div class="avatars">
  366. <img src="http://imgur.com/9r1Ldy6.gif"><br>
  367. Submit a graphic or font for the guild
  368. </div>
  369. <div class="avatars">
  370. <img src="http://imgur.com/cVscbqp.gif"><br>
  371. Brew a potion with the Potions Master*
  372. </div>
  373. <div class="avatars">
  374. <img src="http://i.imgur.com/HIgal5d.gif"><br>
  375. Year 1 of Hogwarts (starting)
  376. </div>
  377. <div class="avatars">
  378. <img src="http://i.imgur.com/CpjeFvu.gif"><br>
  379. Reach Year 2 of Hogwarts
  380. </div>
  381. <div class="avatars">
  382. <img src="http://i.imgur.com/cgUr1xn.gif"><br>
  383. Reach Year 3 of Hogwarts
  384. </div>
  385. <div class="avatars">
  386. <img src="http://i.imgur.com/0IpyG1A.gif"><br>
  387. Reach Year 4 of Hogwarts
  388. </div>
  389. <div class="avatars">
  390. <img src="http://i.imgur.com/agZwbk7.gif"><br>
  391. Reach Year 5 of Hogwarts
  392. </div>
  393. <div class="avatars">
  394. <img src="http://i.imgur.com/9fIYt7b.gif"><br>
  395. Reach Year 6 of Hogwarts
  396. </div>
  397. <div class="avatars">
  398. <img src="http://i.imgur.com/yFy0YeP.gif"><br>
  399. Reach Year 7 of Hogwarts
  400. </div>
  401. <div class="avatars">
  402. <img src="http://i.imgur.com/vwg5Fii.gif"><br>
  403. Become an Alumni of Hogwarts
  404. </div>
  405. <div class="avatars">
  406. <img src="http://imgur.com/HkPSw2P.gif"><br>
  407. Own every book in Flourish & Blotts
  408. </div>
  409. <div class="avatars">
  410. <img src="http://imgur.com/GQGt1AM.gif"><br>
  411. Own 10+ unique cauldrons
  412. </div>
  413. <div class="avatars">
  414. <img src="http://imgur.com/uNCZVkj.gif"><br>
  415. Own 2+ unique dress robes
  416. </div>
  417. <div class="avatars">
  418. <img src="http://imgur.com/yc69TN2.gif"><br>
  419. Own 18+ unique ice creams
  420. </div>
  421. <div class="avatars">
  422. <img src="http://imgur.com/qIj3mo7.gif"><br>
  423. Own 15+ unique Quidditch Supplies
  424. </div>
  425. <div class="avatars">
  426. <img src="http://imgur.com/EG7eKzh.gif"><br>
  427. Own 10+ unique Sugarplum's Sweets
  428. </div>
  429. <div class="avatars">
  430. <img src="http://imgur.com/nUJQe4S.png"><br>
  431. Own 16+ unique tea items
  432. </div>
  433. <div class="avatars">
  434. <img src="http://imgur.com/cfXhqch.gif"><br>
  435. Own all Scribbulus Writing items
  436. </div>
  437. <div class="avatars">
  438. <img src="http://imgur.com/5MuC1uX.gif"><br>
  439. Own every Weasleys' WW item
  440. </div>
  441. <div class="avatars">
  442. <img src="http://i.imgur.com/uUJPtQb.gif"><br>
  443. Own 20 brewed potions
  444. </div>
  445. <div class="avatars">
  446. <img src="http://i.imgur.com/Awvlv23.gif"><br>
  447. Earn 1,000+ House Points in a term
  448. </div>
  449. <div class="avatars">
  450. <img src="http://i.imgur.com/KTlGnv0.gif"><br>
  451. Earn 2,000+ House Points in a term
  452. </div>
  453. <div class="avatars">
  454. <img src="http://i.imgur.com/96Qgnh1.gif"><br>
  455. Earn 3,000+ House Points in a term
  456. </div>
  457. <div class="avatars">
  458. <img src="http://i.imgur.com/z3mzS6E.gif"><br>
  459. Set a personal record (Trophy Room)
  460. </div>
  461. <div class="avatars">
  462. <img src="http://i.imgur.com/VUaJeCP.gif"><br>
  463. Receive your Patronus form
  464. </div>
  465. <div class="avatars">
  466. <img src="http://i.imgur.com/78Ma12M.gif"><br>
  467. Receive your Animagus form
  468. </div>
  469. <div class="avatars">
  470. <img src="http://i.imgur.com/caIMbDx.gif"><br>
  471. Win the Slugg Club Lottery
  472. </div>
  473. <div class="avatars">
  474. <img src="http://i.imgur.com/bH08UPw.gif"><br>
  475. Post on guild board 50x
  476. </div>
  477. <div class="avatars">
  478. <img src="http://i.imgur.com/fxKnt6D.gif"><br>
  479. Post on guild board 100x
  480. </div>
  481. <div class="avatars">
  482. <img src="http://i.imgur.com/QZyAt1J.gif"><br>
  483. Post on guild board 250x
  484. </div>
  485. <div class="avatars">
  486. <img src="http://i.imgur.com/C9Zi9yn.gif"><br>
  487. Post on guild board 500x
  488. </div>
  489. <div class="avatars">
  490. <img src="http://i.imgur.com/I4EnONw.gif"><br>
  491. Post on guild board 750x
  492. </div>
  493. <div class="avatars">
  494. <img src="http://i.imgur.com/0MdpSqC.gif"><br>
  495. Post on guild board 1,000x
  496. </div>
  497. <div class="avatars">
  498. <img src="http://i.imgur.com/zNqrXwt.gif"><br>
  499. Post on guild board 2,000x
  500. </div>
  501. <div class="avatars">
  502. <img src="http://i.imgur.com/08Wj553.gif"><br>
  503. Post on guild board 3,000x
  504. </div>
  505.  
  506.  
  507.  
  508. <h2>Secret Avatars</h2>
  509. These avatars have secret solutions only known to staff. If you earn one, it will be placed in your trunk, and you will receive a neomail letting you know.<br><br><div class="avatars2">
  510. <img src="http://i.imgur.com/wkomtd8.gif"></div>
  511. <div class="avatars2">
  512. <img src="http://i.imgur.com/6woLnaM.gif"></div>
  513. <div class="avatars2">
  514. <img src="http://i.imgur.com/V1vJkt7.gif"></div>
  515. <div class="avatars2">
  516. <img src="http://i.imgur.com/W9dRoPr.gif"></div>
  517. <div class="avatars2">
  518. <img src="http://i.imgur.com/S4NaKbZ.gif"></div>
  519. <div class="avatars2">
  520. <img src="http://i.imgur.com/thRp3xN.gif"></div>
  521. <div class="avatars2">
  522. <img src="http://i.imgur.com/T5IWMqb.gif"></div>
  523. <div class="avatars2">
  524. <img src="http://imgur.com/7hRKiZM.gif"></div>
  525. <div class="avatars2">
  526. <img src="http://imgur.com/pTqc6rC.gif"></div>
  527. <div class="avatars2">
  528. <img src="http://imgur.com/HW0CiLs.gif"></div>
  529. <div class="avatars2">
  530. <img src="http://imgur.com/eWtEqcm.gif"></div>
  531. <div class="avatars2">
  532. <img src="http://imgur.com/CIONrNT.gif"></div>
  533. <div class="avatars2">
  534. <img src="http://imgur.com/nxCVNST.gif"></div>
  535. <div class="avatars2">
  536. <img src="http://imgur.com/tFUcgty.gif"></div>
  537. <div class="avatars2">
  538. <img src="http://imgur.com/f7mPXd2.png"></div>
  539. <div class="avatars2">
  540. <img src="http://imgur.com/6fSZIi4.gif"></div>
  541. <div class="avatars2">
  542. <img src="http://i.imgur.com/fdJd3DH.gif"></div>
  543. <div class="avatars2">
  544. <img src="http://i.imgur.com/cfYYBKm.gif"></div>
  545. <div class="avatars2">
  546. <img src="http://i.imgur.com/NgTSCv2.gif"></div>
  547. <div class="avatars2">
  548. <img src="http://i.imgur.com/RjKDHga.gif"></div>
  549. <div class="avatars2">
  550. <img src="http://i.imgur.com/Q3EMZpj.gif"></div>
  551. <div class="avatars2">
  552. <img src="http://i.imgur.com/SzP8ZK0.gif"></div>
  553. <div class="avatars2">
  554. <img src="http://i.imgur.com/IZlU45C.gif"></div>
  555. <div class="avatars2">
  556. <img src="http://i.imgur.com/4jXLCDQ.png"></div>
  557. <div class="avatars2">
  558. <img src="http://i.imgur.com/jp2nRI0.gif"></div>
  559. <div class="avatars2">
  560. <img src="http://i.imgur.com/qnxHTxY.gif"></div>
  561. <div class="avatars2">
  562. <img src="http://i.imgur.com/jUQ6YDc.gif"></div>
  563. <div class="avatars2">
  564. <img src="http://i.imgur.com/5PatOGv.gif"></div>
  565. <div class="avatars2">
  566. <img src="http://i.imgur.com/zvv5lBw.gif"></div>
  567. <div class="avatars2">
  568. <img src="http://i.imgur.com/LofGkQw.gif"></div>
  569. <div class="avatars2">
  570. <img src="http://i.imgur.com/pdun6JJ.gif"></div>
  571. <div class="avatars2">
  572. <img src="http://i.imgur.com/KWasKhI.gif"></div>
  573. <div class="avatars2">
  574. <img src="http://i.imgur.com/3OCTOw1.gif"></div>
  575. <div class="avatars2">
  576. <img src="http://i.imgur.com/uZF3qYZ.gif"></div>
  577. <div class="avatars2">
  578. <img src="http://i.imgur.com/s6Iacty.gif"></div>
  579.  
  580. <h2>Retired Secret Avatars</h2>
  581. These avatars are no longer available, so the solutions are being shared.<br><br><div class="avatars">
  582. <img src="http://i.imgur.com/oxo8Whi.gif"><br>
  583. Say something you shouldn't have
  584. </div>
  585. <div class="avatars">
  586. <img src="http://imgur.com/CkGz3PK.gif"><br>
  587. Mention an adult beverage
  588. </div>
  589. <div class="avatars">
  590. <img src="http://imgur.com/qsW9dqO.gif"><br>
  591. Purchase a rotating item (Diagon Alley)
  592. </div>
  593. <div class="avatars">
  594. <img src="http://i.imgur.com/QTIwXek.gif"><br>
  595. Awarded to those previously in Patronus
  596. </div>
  597. <div class="avatars">
  598. <img src="http://i.imgur.com/hmiG4lU.gif"><br>
  599. Chat about books on the guild board
  600. </div>
  601. <div class="avatars">
  602. <img src="http://i.imgur.com/Cz7Xoev.gif"><br>
  603. Get caught misspelling someone's name
  604. </div>
  605. <div class="avatars">
  606. <img src="http://i.imgur.com/qAKBtfW.gif"><br>
  607. Neomail slugclubguild 3+ times in one day
  608. </div>
  609. <div class="avatars">
  610. <img src="http://i.imgur.com/TMBP54R.gif"><br>
  611. Feed Buckbeak an item with pumpkin
  612. </div>
  613. <div class="avatars">
  614. <img src="http://i.imgur.com/SUQNEUq.gif"><br>
  615. Find an error on a guild page + report
  616. </div>
  617. <div class="avatars">
  618. <img src="http://i.imgur.com/bn9o1Id.gif"><br>
  619. Talk about your pet on the guild board
  620. </div>
  621. <div class="avatars">
  622. <img src="http://imgur.com/48Q85ml.gif"><br>
  623. Share a picture of your pet
  624. </div>
  625. <div class="avatars">
  626. <img src="http://imgur.com/Ixvkj1x.gif"><br>
  627. Complete all classes + extra credit (1 term)
  628. </div>
  629. <div class="avatars">
  630. <img src="http://imgur.com/p6eAGMa.gif"><br>
  631. Mention being tired on the guild board
  632. </div>
  633. <div class="avatars">
  634. <img src="http://imgur.com/Ufl9xec.gif"><br>
  635. Lose House Points (random event, plot)
  636. </div>
  637. <div class="avatars">
  638. <img src="http://imgur.com/tvGu5ui.gif"><br>
  639. Be in the guild on Harry's birthday
  640. </div>
  641. <div class="avatars">
  642. <img src="http://i.imgur.com/qlaenUD.gif"><br>
  643. Feed Buckbeak a non-pumpkin item
  644. </div>
  645. <div class="avatars">
  646. <img src="http://imgur.com/QRCvPjh.gif"><br>
  647. Cheer a Grindylow all 4 weeks of term
  648. </div>
  649. </div>
  650.  
  651.  
  652. <a name="customs"></a>
  653. <div class="page">
  654. <h1>Custom Graphics</h1>
  655. The Slugg Club offers your choice of custom fonts, avatars, banners, shields, petpages, userlookups, and gallery/shop layouts. You can purchase custom graphics using the Galleons you've earned in the guild.<br><center>
  656. <img src="http://imgur.com/5IalMfk.png"></center>
  657.  
  658. <h2>Prices</h2>
  659. <center>
  660. <table width="100%"><tr align="center"><td width="25%">
  661. <b>Text Banner</b><br>
  662. 100 Galleons
  663. </td>
  664. <td width="25%">
  665. <b>Background</b><br>
  666. 100 Galleons
  667. </td><td width="25%">
  668. <b>Icon</b><br>
  669. 150 Galleons
  670. </td>
  671. <td width="25%">
  672. <b>Image Banner</b><br>
  673. 200 Galleons
  674. </td>
  675. </tr><tr align="center"><td width="25%">
  676. <b>Avatar</b><br>
  677. 300 Galleons
  678. </td>
  679. <td width="25%">
  680. <b>Semi-Custom Petpage</b><br>
  681. 350 Galleons
  682. </td>
  683. <td width="25%">
  684. <b>Petpage</b><br>
  685. 500 Galleons
  686. </td>
  687. <td width="25%">
  688. <b>Petpage with Custom Navigation</b><br>
  689. 600 Galleons
  690. </td>
  691. </tr></table></center>
  692. <br><br><center>
  693. <b>•</b> <a href="#samples">Click here to view samples</a>
  694. <b>•</b><br><b>•</b> <a href="#completed">Click here to see fulfilled orders</a> <b>•</b>
  695. </center>
  696.  
  697. <h2>The Fine Print</h2>
  698. <img src="http://i.imgur.com/6NxdKxR.png" style="float: right; padding: 5px;">
  699. Your custom graphic or layout is just for you, and you can use it how you please. Just don't claim you made it, and if there is credit on it, don't remove it. If you purchase an avatar, it will be added to your trunk and will be special to you. You are also welcome to use it as you would any other graphic. You can purchase a maximum of 10 custom avatars per calendar year, but there are no limits on any other custom graphics or layouts.<br><br>
  700.  
  701. Semi-Custom Petpages allow you to take our existing class/activity template and customize it with your own image and text. The layout coding will be identical to what you see at <a href="/~islira">The Forbidden Forest</a>, but the image, text, and colors will be whatever you would like. <b>If you plan to use the layout exclusively for a class or activity for the guild, you do not need to spend Galleons for it.</b> Just contact <a href="/neomessages.phtml?type=send&recipient=painted_dreams87&subject=TSC+Layout">Heather</a> with what you would like and what the name of class or activity is.<br><br>
  702.  
  703. Petpages with Custom Navigation allow you to have a 100% custom layout, including having the links be images rather than text. Check out the samples to view the difference.
  704.  
  705.  
  706. <h2>How To Order</h2>
  707. <b>•</b> Decide what you'd like and make sure you have enough <a href="/~Gemslock">Galleons</a> for it. <br><b>•</b> Fill out the form in the corresponding text box below.
  708.  
  709. <br><br><center>
  710. <table width="100%"><tr align="center"><td width="50%">
  711. <b>Text Banner:</b><br><textarea class="form">
  712. Name:
  713. House:
  714. Items Purchased: Text Banner
  715. Total Galleons Used:
  716. Text: (what should it say)
  717. Size: (provide dimensions or show where it will be used)
  718. Font: (you can choose an exact font face or describe what you'd like)
  719. Colors: (HTML codes or description)
  720. Gradient: (yes/no - I can make gradients so if you give me colors, I can make one just for you)
  721. Anything Else:
  722. </textarea></td>
  723.  
  724. <td width="50%">
  725. <b>Background:</b><br><textarea class="form">
  726. Name:
  727. House:
  728. Items Purchased: Background
  729. Total Galleons Used:
  730. Colors: (HTML codes or description)
  731. Blurred/Speckled/Swirled: (view the sample page and hover over the backgrounds to see options)
  732. Anything Else:
  733. </textarea></td>
  734. </tr><tr align="center"><td width="50%">
  735. <b>Icon:</b><br><textarea class="form">
  736. Name:
  737. House:
  738. Items Purchased: Icon
  739. Total Galleons Used:
  740. Image: (provide a link to the image on a petpage or describe what you'd like)
  741. Size: (100x100 is default and the size shown in samples)
  742. Anything Else:
  743. </textarea></td>
  744.  
  745. <td width="50%">
  746. <b>Image Banner:</b><br><textarea class="form">
  747. Name:
  748. House:
  749. Items Purchased: Image Banner
  750. Total Galleons Used:
  751. Image: (provide a link to the image on a petpage or describe what you'd like)
  752. Size: (provide dimensions or show where it will be used)
  753. Text: (what should it say - optional)
  754. Font: (you can choose an exact font face or describe what you'd like)
  755. Text Colors: (HTML codes or description)
  756. Text Gradient: (yes/no - I can make gradients so if you give me colors, I can make one just for you)
  757. Banner Border Color: (HTML codes or description - optional, can choose no border)
  758. Anything Else:
  759. </textarea></td>
  760. </tr><tr align="center"><td width="50%">
  761. <b>Avatar:</b><br><textarea class="form">
  762. Name:
  763. House:
  764. Items Purchased: Avatar
  765. Total Galleons Used:
  766. Image: (provide a link to the image on a petpage or describe what you'd like)
  767. Border: (view the sample page and hover over the avatars to see border options)
  768. Anything Else:
  769. </textarea></td>
  770.  
  771. <td width="50%">
  772. <b>Semi-Custom Petpage:</b><br><textarea class="form">
  773. Name:
  774. House:
  775. Items Purchased: Semi-Custom Petpage Layout
  776. Total Galleons Used:
  777. Image: (provide a link to the image on a petpage or describe what you'd like, must be at least 800 pixels wide by 175 pixels tall)
  778. Text: (do you want the top of the layout to say anything? - optional)
  779. Font: (you can choose an exact font face or describe what you'd like)
  780. Text Colors: (HTML codes or description)
  781. Text Gradient: (yes/no - I can make gradients so if you give me colors, I can make one just for you)
  782. Anything Else:
  783. </textarea></td>
  784. </tr><tr align="center"><td width="50%">
  785. <b>Petpage Layout:</b><br><textarea class="form">
  786. Name:
  787. House:
  788. Items Purchased: Petpage Layout
  789. Total Galleons Used:
  790. Image: (provide a link to the image on a petpage or describe what you'd like)
  791. Size: (900 width by 700 height or smaller is best, 800 width by 600 height is default)
  792. Text: (do you want the top of the layout to say anything? - optional)
  793. Font: (you can choose an exact font face or describe what you'd like)
  794. Text Colors: (HTML codes or description)
  795. Text Gradient: (yes/no - I can make gradients so if you give me colors, I can make one just for you)
  796. Anything Else: (will you need room for a ton of links? do you need more than 1 content area? etc.)
  797. </textarea></td>
  798.  
  799. <td width="50%">
  800. <b>Petpage Custom Navigation:</b><br><textarea class="form">
  801. Name:
  802. House:
  803. Items Purchased: Petpage Layout with Custom Navigation
  804. Total Galleons Used:
  805. Image: (provide a link to the image on a petpage or describe what you'd like)
  806. Size: (800 width by 600 height is default, can do mostly anything depending on the image)
  807. Navigation: (how many links will you have on your page)
  808. Links: (tell me what the exact name of each link will be - you will not be able to edit these later)
  809. Link Style: (fancy text, plain with a subtle background - see samples for ideas)
  810. Link Colors: (HTML codes or description, gradient or not, etc.)
  811. Text: (do you want the top of the layout to say anything? - optional)
  812. Font: (you can choose an exact font face or describe what you'd like)
  813. Text Colors: (HTML codes or description, gradient or not, etc.)
  814. Anything Else: (do you need more than 1 content area? etc.)
  815. </textarea></td>
  816. </tr></table></center>
  817.  
  818. <br><b>•</b> <a href="/neomessages.phtml?type=send&recipient=painted_dreams87&subject=Honeydukes+Checkout">Click Here To Submit Your Purchase</a><br><b>•</b> A Designer will work on your order. Please allow some time for it to be completed. You'll be contacted with any questions & once it's finished.<br><br></div>
  819.  
  820.  
  821.  
  822. <a name="samples"></a>
  823. <div class="page">
  824. <h1>Samples</h1>
  825. <h2>Text Banners</h2>
  826. <center>
  827. <img src="http://i.imgur.com/lChvkFk.png"><img src="http://i.imgur.com/GFoIamy.png"></center>
  828.  
  829.  
  830. <h2>Backgrounds</h2>
  831. <center>
  832. <img src="http://i.imgur.com/GJRsmCx.png" width="200" title="blurred"><img src="http://i.imgur.com/ujxqudP.png" width="200" title="blurred"><img src="http://i.imgur.com/DlwSbxW.png" width="200" title="speckled"><img src="http://i.imgur.com/tHVBFlW.png" title="swirled"></center>
  833.  
  834. <h2>Icons</h2>
  835. <center>
  836. <img src="http://i.imgur.com/Z2oeGog.png"><img src="http://i.imgur.com/5hDcGof.png"></center>
  837.  
  838. <h2>Image Banners</h2>
  839. <center>
  840. <img src="http://i.imgur.com/t9Q7Y7r.png"></center>
  841.  
  842. <h2>Avatars</h2>
  843. <center>
  844. <img src="http://i.imgur.com/S4NaKbZ.gif" title="no border"><img src="http://i.imgur.com/p7NLpGn.gif" title="fancy border"><img src="http://imgur.com/CmiH8d4.gif" title="simple border"><img src="http://imgur.com/eWtEqcm.gif" title="cut out"></center>
  845.  
  846. <h2>Semi-Custom Petpage Layouts</h2>
  847. <center>
  848. <img src="http://i.imgur.com/MzTfqnJ.png" height="279"></center>
  849.  
  850. <h2>Petpage Layouts</h2>
  851. <center>
  852. <b>Click on a layout to see the live page.</b><br><br><a href="/~islira"><img src="http://i.imgur.com/T9UU3sQ.png" border="0"></a>
  853. <a href="/~roomofrequirement"><img src="http://i.imgur.com/oDx5k2F.png" border="0"></a>
  854. </center>
  855.  
  856. <h2>Petpage Layouts with Custom Navigation</h2>
  857. <center>
  858. <b>Click on a layout to see the live page.</b><br><br><a href="/~slugclubministry"><img src="http://i.imgur.com/IeE0AyZ.png" border="0"></a>
  859. <a href="/~slugclubshops"><img src="http://i.imgur.com/SP1Dhz6.png" border="0"></a>
  860. </center>
  861. <br><br><br></div>
  862.  
  863.  
  864.  
  865.  
  866. <a name="completed"></a>
  867. <div class="page">
  868. <h1>Completed Custom Orders</h1>
  869. <h2>Avatars</h2>
  870. <center>
  871. <div class="avatars2">
  872. <img src="http://i.imgur.com/p7NLpGn.gif"></div>
  873. <div class="avatars2">
  874. <img src="http://i.imgur.com/QZiMOnY.gif"></div>
  875. <div class="avatars2">
  876. <img src="http://i.imgur.com/x5t4Khz.gif"></div>
  877. <div class="avatars2">
  878. <img src="http://i.imgur.com/iRybT77.gif"></div>
  879. <div class="avatars2">
  880. <img src="http://i.imgur.com/1pdtZE4.gif"></div>
  881. <div class="avatars2">
  882. <img src="http://i.imgur.com/sjHsEZY.gif"></div>
  883. </center>
  884.  
  885.  
  886. <h2>Petpage Layouts</h2>
  887. <center>
  888. <b>You can drag these images into your address bar for full view.</b><br><br><img src="http://i.imgur.com/ji5KvQK.png" height="150"><img src="http://i.imgur.com/3dArpiw.png" height="150"><img src="http://i.imgur.com/gsQGF3y.png" height="150"><img src="http://i.imgur.com/ZKMrtuz.png" height="150"></center>
  889. <br><br><br></div>
  890.  
  891.  
  892.  
  893. <a name="submissions"></a>
  894. <div class="page">
  895. <h1>Submitting To Honeydukes</h1>
  896. <p>
  897. So, you would like to submit something to Honeydukes? That's so exciting! Please allow me to go over a few things with you to help you get started.
  898. </p>
  899.  
  900. <h2>Who Can Submit Something?</h2>
  901. <img src="http://i.imgur.com/EloYRNT.png" width="50" style="float: left; padding: 5px;"><p><br>
  902. All submissions are highly encouraged! Whether you're brand new to making things or have been doing it for years, we want to see your guild pride shine! <b>No submission will ever be turned away, so don't hesitate to send something in!</b>
  903. </p><br><h2>What Will I Earn For Submitting Something?</h2>
  904. <li><b>Font, Button, Shield, or Banner:</b> 30 House Points + 6 Galleons (25/5 for fonts without a preview image)</li><br><li><b>Uncoded Layout/Layout Graphic:</b> 45 House Points + 9 Galleons</li><br><li><b>Fully Coded Layout:</b> 60 House Points + 12 Galleons</li>
  905.  
  906. <h2>How Much Can I Earn Per Term?</h2>
  907. <img src="http://i.imgur.com/arDMYt8.png" width="50" style="float: right; padding: 5px;"><p><br>
  908. You can earn a maximum of 120 House Points and 24 Galleons per term from Honeydukes. You're welcome to submit more once you've earned the maximum, but you won't earn anything for it.
  909. </p>
  910.  
  911. <h2>Is There Anything I Should Know Before I Make Something?</h2>
  912. <li><b>Size Requirements:</b> buttons are 88x31, shields are 100x150 (width x height in pixels)</li><br><li><b>Required Text:</b> all buttons and banners should have The Slugg Club, Slugg Club, or TSC on them</li><br><li><b>Font Previews:</b> a preview of your font is needed when you submit it; if you do not include one, you will receive 25/5 instead of 30/6 and one will be taken for you</li><br><li><b>Terms of Use:</b> all current members of The Slugg Club will be able to access and use your submitted work, linking back to our <a href="/~gkhut">information page</a>
  913.  
  914. <h2>I'm Ready to Submit!</h2>
  915. <p>
  916. Wonderful! Simply fill out the short form below and <a href="/neomessages.phtml?type=send&recipient=painted_dreams87&subject=Honeydukes+Submission">mail it to Heather</a> or feel free to submit through DA.
  917. </p>
  918. <center>
  919. <textarea class="form">
  920. Name:
  921. House:
  922. Link to Submission:
  923. </textarea></center>
  924.  
  925. <h2>Can I Submit an Idea?</h2>
  926. <img src="http://imgur.com/COVMWgm.png" width="50" style="float: left; padding: 5px;"><p><br>
  927. Yes! If you have an idea for a future guild layout, <a href="/neomessages.phtml?type=send&recipient=painted_dreams87&subject=Honeydukes+Idea">send it to Heather</a> to earn yourself <b>5/1</b>. You can submit a maximum of 4 ideas for points per month. Your idea(s) will be shared with anyone involved in making graphics/layouts for the guild, and we'll use as many of them as we can over time.
  928. </p>
  929. <br><br></li></div>
  930.  
  931.  
  932.  
  933.  
  934. <a name="workshop"></a>
  935. <div class="page">
  936. <h1>Workshop</h1>
  937. <img src="http://i.imgur.com/XIDGVbv.png" width="50" style="float: right; padding: 5px;"><br><b>Welcome to the Workshop!</b> If you want to learn how to make fonts, graphics, or layouts, you've come to the right place. Visit the links below what you want to learn to view various tutorials and guides on the subject. If you have any questions on how to do something after checking out the guides or know of a guide that should be included in the Workshop, please feel free to <a href="/neomessages.phtml?type=send&recipient=painted_dreams87&subject=Workshop">neomail Heather</a>. <i>(P.S. I'll do my best to help and answer questions, but I'm far from knowing everything.)</i>
  938.  
  939. <h2>Quick Disclaimers</h2>
  940. <li><b>Please note that none of these guides are affiliated with The Slugg Club, and we are not responsible for their content.</b></li>
  941. <li>Click on a button to view the site. Click on the links under the button to view the guides recommended by Heather.</li>
  942.  
  943.  
  944. <h2>Workshop Classes</h2>
  945. <div class="guide">
  946. <a href="/~vertay"><img src="http://i.imgur.com/ztWxba6.gif" border="0"></a><br><a href="/~vertay#texturizing">using textures</a><br><a href="/~vertay#recoloring">recoloring images</a><br><a href="/~vertay#effects">creating effects</a><br><a href="/~vertay#addtext">adding text to buttons</a><br><a href="/~vertay#bprog">button design process</a>
  947. </div>
  948.  
  949. <div class="guide">
  950. <a href="/~zaevora"><img src="http://i.imgur.com/X6E6d2K.gif" border="0"></a><br><a href="/~zaevora#create">creating and coding an anchored petpage</a><br><a href="/~zaevora#scrolling">coding a scrolling petpage</a><br><a href="/~zaevora#bgadv">creating advanced backgrounds</a><br><a href="/~zaevora#texpng">creating textured backgrounds</a><br><a href="/~zaevora#cropping">all button tutorials (view the whole list)</a></div>
  951.  
  952. <div class="guide">
  953. <a href="/~orloz"><img src="http://i.imgur.com/rKCEYQj.gif" border="0"></a><br><a href="/~orloz#pl-banner">creating a banner petlookup</a><br><a href="/~orloz#pl-clean">creating a clean petlookup</a><br><a href="/~orloz#pp-anchored">creating a simple anchored petpage</a><br><a href="/~orloz#mi-image-fade">fading an image on hover</a><br><a href="/~orloz#mi-recolour-background">recoloring simple images</a>
  954. </div>
  955.  
  956. <div class="guide">
  957. <a href="/~Libermango"><img src="http://imgur.com/jvv1u7V.gif" border="0"></a><br><a href="/~libermango#basic">button tutorials using GIMP</a>
  958. </div>
  959.  
  960. <div class="guide">
  961. <a href="/~Valtreya"><img src="http://i.imgur.com/RhJlz.gif" border="0"></a><br><a href="/~Valtreya#basics">creating neoboard fonts</a>
  962. </div>
  963.  
  964. <div class="guide">
  965. <a href="/~kaikuto"><img src="http://i.imgur.com/gUhruQB.gif" border="0"></a><br><a href="/~kaikuto">CSS + HTML coding snippets</a>
  966. </div>
  967. </div>
  968.  
  969.  
  970.  
  971. <a name="guild"></a>
  972. <div class="page">
  973. <h1>Guild Pride</h1>
  974. <h2>Fonts</h2>
  975. <center>
  976. <div class="images">
  977. <img src="http://i.imgur.com/ZxaDTeA.png" width="300"><br><textarea>[center][fontf=verdanas=1c=#000]neoHTML[/font][p][fontf=mistrals=4c=#A145BE][b]S[/b][/font][</textarea><textarea>][fontf=monospaces=1c=#000]omething Wicked This Way Comes[/font] [br][fontc=#00FF00]▔▔▔▔▔▔▔▔▔▔▔▔▔▔[/font] [BR][/center]</textarea></div>
  978.  
  979. <div class="images">
  980. <img src="http://i.imgur.com/LXXFzrN.png" width="300"><br><textarea>[center][fontc=0s=1f=verdana]neoHTML[p][/font]        *witch* [fonts=4f=georgiac=722F87] [i]Yourname[ </textarea><textarea>][/i][/font][b][fonts=1f=monospacec=e34e03][sub] C[br]                     [/sub] T  [sup]S[/sup]   [/font][/b][/center] </textarea></div>
  981.  
  982.  
  983. <div class="images">
  984. <img src="http://i.imgur.com/7hXvvOZ.png" width="300"><br><textarea>[center][fonts=3f=fantasyc=8E7322][b]。*・☆ Name ☆・*。[/b][/font][br][br][/font][fonts=1c=#9CA0A0]neoHTML[/font][p][i][</textarea><textarea>][/font][fonts=2c=801313][b][br]"I solemnly swear that I am up to no good"[/b][/font][/center]</textarea></div>
  985.  
  986.  
  987. <div class="images">
  988. <img src="http://i.imgur.com/JPX37my.png" width="300"><br><textarea>[center][fonts=3f=Impactc=3A71CC]━━━★ Name ★━━━[/font][br][br][/font][fonts=1c=#9CA0A0]neoHTML[/font][p][i][</textarea><textarea>][/font][fonts=2f=Fantasyc=E8A0FC][i]"Don't let the Muggles get you down."[/i][/font][/center]</textarea></div>
  989.  
  990.  
  991. <div class="images">
  992. <img src="http://i.imgur.com/s9bpkdX.png" width="300"><br><textarea>[center][fonts=3f=Poohc=5CE780]♔ Name ♔[/font][br][br][/font][fonts=1c=#9CA0A0]neoHTML[/font][p][i][</textarea><textarea>][/font][fonts=2f=Monospacec=009900][i]♛ ♜ Slugg Clubs finest ♜ ♛[/i][/font][/center]</textarea></div>
  993.  
  994.  
  995. <div class="images">
  996. <img src="http://i.imgur.com/5sxPoPe.png" width="300"><br><textarea>[center][fonts=3f=Poohc=7689C6][i]Name ⌁☍[br][br][/i][/font][/font][fonts=1c=#9CA0A0]neoHTML[/font][p][i][</textarea><textarea>][/font][fonts=3f=Poohc=7E9DCA][i]Hogwarts will [u]always[/u] be there to welcome you [u]home[/u][/i][/font][/center]</textarea></div>
  997.  
  998. <div class="images">
  999. <img src="http://i.imgur.com/lTvdNl7.png" width="300"><br><textarea>[center][fonts=2f=georgiac=#424242][i]neoHTML[/i][/font][p][fontc=#DBB]*✶*∗[sup]the[/sup][sub]slugg[/sub][sup]club [</textarea><textarea>][/sup][/font][fontc=#DBB]∗*✶*[/font][br][sub]a harry potter guild[/sub][/center]</textarea></div>
  1000.  
  1001. <div class="images">
  1002. <img src="http://i.imgur.com/ltOX6d1.png" width="300"><br><textarea>[center][br][fontc=#BA4419f=georgias=1]neoHTML[/font][br][</textarea><textarea>]][fontc=#6CB590f=georgias=2]∞●[u][i]Nam[/u]e[/i]●∞­[br][/font][fontc=#E8C799f=Vivaldis=4]The Slugg Club[/font][/center]</textarea></div>
  1003.  
  1004.  
  1005. <div class="images">
  1006. <img src="http://i.imgur.com/SaBGHe4.png" width="300"><br><textarea>[center][fonts=1f=verdanac=#5353D4]neoHTML[/font][br][fonts=3f=garamondc=#4BB731]HOUSE in [/font][</textarea><textarea>][fonts=3f=andyc=#65E33F][i]The Slugg Club[/i][/font][br][fonts=4c=#E9C86A]♥[/font][fontc=#332368]♥[/font][/center]</textarea></div>
  1007.  
  1008.  
  1009. <div class="images">
  1010. <img src="http://i.imgur.com/UwrPZJp.png" width="300"><br><textarea>[center][fonts=1c=0]neoHTML[/font][p][fontf=georgiac=#555]i s o l e m n l y s w e a r[/font][br][fontc=#4A6DB5s=1]▲▼▲▼▲[/font][fontc=#7F5C8Es=1]▼▲▼[</textarea><textarea>]▲▼[/font][fontc=#A7769Cs=1]▲▼▲▼▲[/font][fontc=#CD9BB2s=1]▼▲▼▲▼ [/font][fontc=#666s=1f=courier][br]THAT I AM UP TO NO GOOD  [/font][/center]</textarea></div>
  1011.  
  1012. <div class="images">
  1013. <img src="http://i.imgur.com/3o8fSek.png" width="300"><br><textarea>[center][fontc=0s=1]neoHTML[/font][p][fontc=0]. • ˙ ˙ • .[br][/font][fontf=georgias=1c=34337E]WE ALL [i]have[/font][fontf=georgiac=BAB2D5s=1] [/i]M[</textarea><textarea>]AGIC [i]inside[/i][/b][/font][fontc=34337Es=1] ✶[/font][br][fontc=1]  . • ˙       ˙ • . . • ˙[/font][br][fontc=34337E]✶            [/font][/center]</textarea></div>
  1014.  
  1015. <div class="images">
  1016. <img src="http://i.imgur.com/FYGbyoK.png" width="300"><br><textarea>[center][fontc=#0s=1f=verdana]neoHTML[p][/font]     [fonts=4f=cambriac=#A3A201] [i][u]Name[/u] *slorg*[</textarea><textarea>][/font][br][fontc=#555f=gigis=5][b]          The Slugg Club[/b][/font][/center]</textarea></div>
  1017. </center>
  1018.  
  1019. <h2>Buttons</h2>
  1020. <center>
  1021. <div class="images">
  1022. <img src="http://imgur.com/wyJ7uRc.gif"><br><textarea><a href="/~gkhut"><img src="http://imgur.com/wyJ7uRc.gif" border="0"></a></textarea></div>
  1023. <div class="images">
  1024. <img src="http://imgur.com/RU0QP8Q.gif"><br><textarea><a href="/~gkhut"><img src="http://imgur.com/RU0QP8Q.gif" border="0"></a></textarea></div>
  1025. <div class="images">
  1026. <img src="http://imgur.com/M4D2MMR.gif"><br><textarea><a href="/~gkhut"><img src="http://imgur.com/M4D2MMR.gif" border="0"></a></textarea></div>
  1027. <div class="images">
  1028. <img src="http://imgur.com/ZhGKa5N.gif"><br><textarea><a href="/~gkhut"><img src="http://imgur.com/ZhGKa5N.gif" border="0"></a></textarea></div>
  1029. <div class="images">
  1030. <img src="http://i.imgur.com/aQjz9CR.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/aQjz9CR.gif" border="0"></a></textarea></div>
  1031. <div class="images">
  1032. <img src="http://i.imgur.com/FZsvZjs.png"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/FZsvZjs.png" border="0"></a></textarea></div>
  1033. <div class="images">
  1034. <img src="http://i.imgur.com/E5J7KBT.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/E5J7KBT.gif" border="0"></a></textarea></div>
  1035. <div class="images">
  1036. <img src="http://i.imgur.com/0Sb3ZTg.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/0Sb3ZTg.gif" border="0"></a></textarea></div>
  1037. <div class="images">
  1038. <img src="http://i.imgur.com/VkPcHrq.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/VkPcHrq.gif" border="0"></a></textarea></div>
  1039. <div class="images">
  1040. <img src="http://i.imgur.com/nR26hGu.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/nR26hGu.gif" border="0"></a></textarea></div>
  1041. <div class="images">
  1042. <img src="http://i.imgur.com/7vqhDLj.png"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/7vqhDLj.png" border="0"></a></textarea></div>
  1043. <div class="images">
  1044. <img src="http://i.imgur.com/syzIe43.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/syzIe43.gif" border="0"></a></textarea></div>
  1045. <div class="images">
  1046. <img src="http://i.imgur.com/0gISw05.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/0gISw05.gif" border="0"></a></textarea></div>
  1047. <div class="images">
  1048. <img src="http://i.imgur.com/QPl4els.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/QPl4els.gif" border="0"></a></textarea></div>
  1049. <div class="images">
  1050. <img src="http://i.imgur.com/1SiQbYN.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/1SiQbYN.gif" border="0"></a></textarea></div>
  1051. <div class="images">
  1052. <img src="http://i.imgur.com/oNkswjj.gif"><br><textarea><a href="/~gkhut"><img src="http://i.imgur.com/oNkswjj.gif" border="0"></a></textarea></div>
  1053. </center>
  1054.  
  1055. <h2>Shields</h2>
  1056. <center>
  1057. <div class="images">
  1058. <img src="http://imgur.com/RufQ2bJ.png" border="0"><br><textarea><style>
  1059. #userinfo .contentModuleContent {
  1060. background-image: url("http://imgur.com/RufQ2bJ.png");
  1061. background-repeat: no-repeat;
  1062. background-position: top right;
  1063. }
  1064. #userinfo .medText img {
  1065. visibility: hidden;
  1066. }
  1067. #userinfo .medText table table img {
  1068. visibility: visible;
  1069. }
  1070. </style></textarea></div>
  1071.  
  1072.  
  1073. <div class="images">
  1074. <img src="http://i.imgur.com/B6ZKHAL.png" border="0"><br><textarea><style>
  1075. #userinfo .contentModuleContent {
  1076. background-image: url("http://i.imgur.com/B6ZKHAL.png");
  1077. background-repeat: no-repeat;
  1078. background-position: top right;
  1079. }
  1080. #userinfo .medText img {
  1081. visibility: hidden;
  1082. }
  1083. #userinfo .medText table table img {
  1084. visibility: visible;
  1085. }
  1086. </style></textarea></div>
  1087. </center>
  1088.  
  1089. <h2>Banners</h2>
  1090. <center>
  1091. <div class="images">
  1092. <img src="http://i.imgur.com/HOpaqB2.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/HOpaqB2.png" border="0"></a><br></textarea></div>
  1093.  
  1094. <div class="images">
  1095. <img src="http://i.imgur.com/RXZFWH8.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/RXZFWH8.jpg" border="0"></a><br></textarea></div>
  1096.  
  1097. <div class="images">
  1098. <img src="http://i.imgur.com/MsLmacJ.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/MsLmacJ.jpg" border="0"></a><br></textarea></div>
  1099.  
  1100. <div class="images">
  1101. <img src="http://i.imgur.com/6FrjMXV.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/6FrjMXV.png" border="0"></a><br></textarea></div>
  1102.  
  1103. <div class="images">
  1104. <img src="http://i.imgur.com/ZlpDFj4.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/ZlpDFj4.png" border="0"></a><br></textarea></div>
  1105.  
  1106. <div class="images">
  1107. <img src="http://i.imgur.com/pcqujgB.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/pcqujgB.png" border="0"></a><br></textarea></div>
  1108.  
  1109. <div class="images">
  1110. <img src="http://i.imgur.com/bXWL057.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/bXWL057.png" border="0"></a><br></textarea></div>
  1111.  
  1112. <div class="images">
  1113. <img src="http://i.imgur.com/a0xkfLQ.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/a0xkfLQ.png" border="0"></a><br></textarea></div>
  1114.  
  1115. <div class="images">
  1116. <img src="http://i.imgur.com/JsaVF2h.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/JsaVF2h.png" border="0"></a><br></textarea></div>
  1117.  
  1118. <div class="images">
  1119. <img src="http://i.imgur.com/PFVl9Tu.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/PFVl9Tu.png" border="0"></a><br></textarea></div>
  1120.  
  1121. <div class="images">
  1122. <img src="http://i.imgur.com/5aLY3xF.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/5aLY3xF.png" border="0"></a><br></textarea></div>
  1123.  
  1124. <div class="images">
  1125. <img src="http://i.imgur.com/W9jKUih.gif" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/W9jKUih.gif" border="0"></a><br></textarea></div>
  1126.  
  1127. <div class="images">
  1128. <img src="http://i.imgur.com/wGjnFI8.gif" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/wGjnFI8.gif" border="0"></a><br></textarea></div>
  1129.  
  1130. <div class="images">
  1131. <img src="http://i.imgur.com/zWbSUFc.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/zWbSUFc.png" border="0"></a><br></textarea></div>
  1132.  
  1133. <div class="images">
  1134. <img src="http://i.imgur.com/JA8pxxi.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/JA8pxxi.png" border="0"></a><br></textarea></div>
  1135.  
  1136. <div class="images">
  1137. <img src="http://i.imgur.com/K0jgU4d.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/K0jgU4d.png" border="0"></a><br></textarea></div>
  1138.  
  1139. <div class="images">
  1140. <img src="http://imgur.com/r4Eg2aC.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/41vPxTm.png" border="0"></a><br></textarea></div>
  1141.  
  1142. <div class="images">
  1143. <img src="http://imgur.com/8Ec6QOd.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/41vPxTm.png" border="0"></a><br></textarea></div>
  1144.  
  1145. <div class="images">
  1146. <img src="http://imgur.com/FLscTMq.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/41vPxTm.png" border="0"></a><br></textarea></div>
  1147.  
  1148. <div class="images">
  1149. <img src="http://imgur.com/OcAQGJu.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/41vPxTm.png" border="0"></a><br></textarea></div>
  1150.  
  1151. <div class="images">
  1152. <img src="http://i.imgur.com/ufSuwp5.png" border="0"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/41vPxTm.png" border="0"></a><br></textarea></div>
  1153.  
  1154. <div class="images">
  1155. <img src="http://i.imgur.com/rC2ECxb.png" border="0"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/rC2ECxb.png" border="0"></a><br></textarea></div>
  1156.  
  1157. <div class="images">
  1158. <img src="http://i.imgur.com/zIZ2zkb.png" border="0"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/zIZ2zkb.png" border="0"></a><br></textarea></div>
  1159.  
  1160. <div class="images">
  1161. <img src="http://i.imgur.com/20HSzNW.jpg" border="0"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/20HSzNW.jpg" border="0"></a><br></textarea></div>
  1162.  
  1163. <div class="images">
  1164. <img src="http://i.imgur.com/ny6U8ph.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/ny6U8ph.jpg" border="0"></a><br></textarea></div>
  1165.  
  1166. <div class="images">
  1167. <img src="http://imgur.com/6MTkoMf.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://imgur.com/6MTkoMf.png" border="0"></a><br></textarea></div>
  1168.  
  1169. <div class="images">
  1170. <img src="http://i.imgur.com/1stkJNs.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/1stkJNs.png" border="0"></a><br></textarea></div>
  1171.  
  1172. <div class="images">
  1173. <img src="http://i.imgur.com/FnLWbV0.gif"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/FnLWbV0.gif" border="0"></a><br></textarea></div>
  1174.  
  1175.  
  1176. <h2>Artwork</h2>
  1177. <center>
  1178. <div class="images">
  1179. <img src="http://i.imgur.com/41vPxTm.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/41vPxTm.png" border="0"></a><br></textarea></div>
  1180. <div class="images">
  1181. <img src="http://i.imgur.com/Ji2x8UE.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/Ji2x8UE.png" border="0"></a><br></textarea></div>
  1182. <div class="images">
  1183. <img src="http://i.imgur.com/nTAAW5R.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/nTAAW5R.png" border="0"></a><br></textarea></div>
  1184. <div class="images">
  1185. <img src="http://i.imgur.com/YPyldF8.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/YPyldF8.png" border="0"></a><br></textarea></div>
  1186. <div class="images">
  1187. <img src="http://i.imgur.com/3jcAYIe.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/3jcAYIe.png" border="0"></a><br></textarea></div>
  1188. <div class="images">
  1189. <img src="http://i.imgur.com/kUSlu1t.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/kUSlu1t.png" border="0"></a><br></textarea></div>
  1190. <div class="images">
  1191. <img src="http://i.imgur.com/6Ip0J6U.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/6Ip0J6U.png" border="0"></a><br></textarea></div>
  1192.  
  1193. </center>
  1194. </center></div>
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200. <a name="gryffindor"></a>
  1201. <div class="page">
  1202. <h1>Gryffindor Pride</h1>
  1203. <h2>Gryffindor Fonts</h2>
  1204. <center>
  1205. <div class="images">
  1206. <img src="http://i.imgur.com/yWqn15B.png" width="300"><br><textarea>[center][fonts=1c=0]neoHTML[/font][p]   [fonts=4c=D8B342]▀[/font][fonts=4c=AE2121]▄[/font] [i][</textarea><textarea>][fonts=3f=georgiac=8E7322]Name[/font][/i][br]      [fonts=1c=801313][b]ɢʀʏffɪɴᴅᴏʀ ιη τsᴄ[/b][/font][/center]</textarea></div>
  1207.  
  1208. <div class="images">
  1209. <img src="http://i.imgur.com/iNEiQH6.png" width="300"><br><textarea>[center][fontf=verdanas=1c=#000]neoHTML[/font][p][fontf=mistrals=4c=#FE6341][b]G[/b][/font][</textarea><textarea>][fontf=monospaces=1c=#000]ryffindor; daring and brave in the Slugg Club[/font] [br][fontc=#F5D263]▔▔▔▔▔▔▔▔▔▔▔▔▔▔[/font] [BR]*noil*[/center]</textarea></div>
  1210.  
  1211.  
  1212. <div class="images">
  1213. <img src="http://i.imgur.com/PVw2e43.png" width="300"><br><textarea>[center][fontf=Webdingss=2c=gold]~[/font][fontf=verdanas=1c=black] neoHTML[/font][p][fontc=reds=4]▄[/font][</textarea><textarea>][fontc=golds=4]▀[/font][fontc=reds=4]▄[/font][br][fontf=verdanac=blacks=1]your name here[/font][/center]</textarea></div>
  1214.  
  1215. <div class="images">
  1216. <img src="http://i.imgur.com/cwMUMND.png" width="300"><br><textarea>[center][i]neoHTML[/i][p][fonts=3f=lumosc=7F0909]*⋆* GRYFFINDOR *⋆*[/font][br][fontc=FFC500f=consolas][</textarea><textarea>][sub]TheSluggClub[/sub][br][sup]a harry potter guild[/sup][/font][/center]</textarea></div>
  1217.  
  1218. <div class="images">
  1219. <img src="http://i.imgur.com/HU5oUN9.png" width="300"><br><textarea>[center][fontc=#999s=1]neoHTML[/font][p][fontc=FFF1BDf=georgias=1]NAME [/font][fontc=93576Cf=georgias=1] GRYFFINDOR IN [</textarea><textarea>]THE[/font][br][fonts=4f=garamondc=#D4A7B7]♕ S L U G G C L U B ♕[/font][/center]</textarea></div>
  1220.  
  1221. <div class="images">
  1222. <img src="http://i.imgur.com/ymtLOJm.png" width="300"><br><textarea>[center][fontc=#0s=1f=verdana]neoHTML[p][/font]     [fonts=4f=cambriac=#b00505] [i][u]Gryffindor[/u] *witch*[</textarea><textarea>][/font][br][fontc=#555f=gigis=5][b]          The Slugg Club[/b][/font][/center]</textarea></div>
  1223. </center>
  1224.  
  1225. <h2>Gryffindor Shields</h2>
  1226. <center>
  1227. <div class="images">
  1228. <img src="http://i.imgur.com/ZLGeQuj.png" border="0"><br><textarea><style>
  1229. #userinfo .contentModuleContent {
  1230. background-image: url("http://i.imgur.com/ZLGeQuj.png");
  1231. background-repeat: no-repeat;
  1232. background-position: top right;
  1233. }
  1234. #userinfo .medText img {
  1235. visibility: hidden;
  1236. }
  1237. #userinfo .medText table table img {
  1238. visibility: visible;
  1239. }
  1240. </style></textarea></div>
  1241.  
  1242.  
  1243. <div class="images">
  1244. <img src="http://i.imgur.com/pc2f1pB.png" border="0"><br><textarea><style>
  1245. #userinfo .contentModuleContent {
  1246. background-image: url("http://i.imgur.com/pc2f1pB.png");
  1247. background-repeat: no-repeat;
  1248. background-position: top right;
  1249. }
  1250. #userinfo .medText img {
  1251. visibility: hidden;
  1252. }
  1253. #userinfo .medText table table img {
  1254. visibility: visible;
  1255. }
  1256. </style></textarea></div>
  1257. </center>
  1258.  
  1259. <h2>Gryffindor Banners</h2>
  1260. <center>
  1261. <div class="images">
  1262. <img src="http://i.imgur.com/qbXtXkL.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/qbXtXkL.jpg" border="0"></a><br></textarea></div>
  1263.  
  1264. <div class="images">
  1265. <img src="http://i.imgur.com/0wn0hpb.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/0wn0hpb.png" border="0"></a><br></textarea></div>
  1266.  
  1267. <div class="images">
  1268. <img src="http://i.imgur.com/Ews6o2D.gif" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/Ews6o2D.gif" border="0"></a><br></textarea></div>
  1269.  
  1270. <div class="images">
  1271. <img src="http://i.imgur.com/uaGYv8Q.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/uaGYv8Q.png" border="0"></a><br></textarea></div>
  1272.  
  1273. <div class="images">
  1274. <img src="http://i.imgur.com/AmXc4DV.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/AmXc4DV.png" border="0"></a><br></textarea></div>
  1275.  
  1276. <div class="images">
  1277. <img src="http://i.imgur.com/U0dO8Sd.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/U0dO8Sd.png" border="0"></a><br></textarea></div>
  1278.  
  1279. <div class="images">
  1280. <img src="http://i.imgur.com/uaap0Dt.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/uaap0Dt.png" border="0"></a><br></textarea></div>
  1281.  
  1282. <div class="images">
  1283. <img src="http://imgur.com/zrfRVdo.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://imgur.com/zrfRVdo.png" border="0"></a><br></textarea></div>
  1284.  
  1285. <div class="images">
  1286. <img src="http://i.imgur.com/MJfE2fL.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/MJfE2fL.png" border="0"></a><br></textarea></div>
  1287.  
  1288. <div class="images">
  1289. <img src="http://imgur.com/vQgZawY.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/MJfE2fL.png" border="0"></a><br></textarea></div>
  1290. </center>
  1291. </div>
  1292.  
  1293.  
  1294. <a name="hufflepuff"></a>
  1295. <div class="page">
  1296. <h1>Hufflepuff Pride</h1>
  1297. <h2>Hufflepuff Fonts</h2>
  1298. <center>
  1299. <div class="images">
  1300. <img src="http://i.imgur.com/7IsDVSJ.png" width="300"><br><textarea>[center][fonts=1c=0]neoHTML[/font][p]   [fonts=4c=202020]▀[/font][fonts=4c=D7B541]▄[/font] [i][</textarea><textarea>][fonts=3f=georgiac=141414]Name[/font][/i][br]      [fonts=1c=A88E33][b]ʜᴜffʟᴇᴘᴜff ιη τsᴄ[/b][/font][/center]</textarea></div>
  1301.  
  1302. <div class="images">
  1303. <img src="http://i.imgur.com/XVfWLho.png" width="300"><br><textarea>[center][fontf=verdanas=1c=#000]neoHTML[/font][p][fontf=mistrals=4c=#FFC900][b]H[/b][/font][</textarea><textarea>][fontf=monospaces=1c=#999]ufflepuff; loyal and kind in The Slugg Club[/font] [br][fontc=#000]▔▔▔▔▔▔▔▔▔▔▔▔▔▔[/font] [BR]*happynegg*[/center]</textarea></div>
  1304.  
  1305.  
  1306. <div class="images">
  1307. <img src="http://i.imgur.com/vXTzptO.png" width="300"><br><textarea>[center][fontf=Webdingss=2c=black]~[/font][fontf=verdanas=1c=black] neoHTML[/font][p][fontc=yellows=4]▄[/font][</textarea><textarea>][fontc=blacks=4]▀[/font][fontc=yellows=4]▄[/font][br][fontf=verdanac=blacks=1]your name here[/font][/center]</textarea></div>
  1308.  
  1309. <div class="images">
  1310. <img src="http://i.imgur.com/JZ7AXu2.png" width="300"><br><textarea>[center][i]neoHTML[/i][p][fonts=3f=lumosc=EEE117]*⋆* HUFFLEPUFF *⋆*[/font][br][fontc=000f=consolas][</textarea><textarea>][sub]TheSluggClub[/sub][br][sup]a harry potter guild[/sup][/font][/center]</textarea></div>
  1311.  
  1312. <div class="images">
  1313. <img src="http://i.imgur.com/i24SQiH.png" width="300"><br><textarea>[center][fontc=#999s=1]neoHTML[/font][p][fontc=EFDB88f=georgias=1]NAME [/font][fontc=0f=georgias=1] HUFFLEPUFF IN [</textarea><textarea>]THE[/font][br][fonts=4f=garamondc=#aaa]♕ S L U G G C L U B ♕[/font][/center]</textarea></div>
  1314.  
  1315. <div class="images">
  1316. <img src="http://i.imgur.com/YgCfbuU.png" width="300"><br><textarea>[center][fontc=#0s=1f=verdana]neoHTML[p][/font]     [fonts=4f=cambriac=#e8d000] [i][u]Hufflepuff[/u] *witch*[</textarea><textarea>][/font][br][fontc=#555f=gigis=5][b]          The Slugg Club[/b][/font][/center]</textarea></div>
  1317. </center>
  1318.  
  1319. <h2>Hufflepuff Shields</h2>
  1320. <center>
  1321. <div class="images">
  1322. <img src="http://i.imgur.com/5HlMB2G.png" border="0"><br><textarea><style>
  1323. #userinfo .contentModuleContent {
  1324. background-image: url("http://i.imgur.com/5HlMB2G.png");
  1325. background-repeat: no-repeat;
  1326. background-position: top right;
  1327. }
  1328. #userinfo .medText img {
  1329. visibility: hidden;
  1330. }
  1331. #userinfo .medText table table img {
  1332. visibility: visible;
  1333. }
  1334. </style></textarea></div>
  1335.  
  1336. <div class="images">
  1337. <img src="http://i.imgur.com/lNzQWnV.png" border="0"><br><textarea><style>
  1338. #userinfo .contentModuleContent {
  1339. background-image: url("http://i.imgur.com/lNzQWnV.png");
  1340. background-repeat: no-repeat;
  1341. background-position: top right;
  1342. }
  1343. #userinfo .medText img {
  1344. visibility: hidden;
  1345. }
  1346. #userinfo .medText table table img {
  1347. visibility: visible;
  1348. }
  1349. </style></textarea></div>
  1350. </center>
  1351.  
  1352. <h2>Hufflepuff Banners</h2>
  1353. <center>
  1354. <div class="images">
  1355. <img src="http://i.imgur.com/7wLKL2E.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/7wLKL2E.jpg" border="0"></a><br></textarea></div>
  1356.  
  1357. <div class="images">
  1358. <img src="http://i.imgur.com/VYcx89n.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/VYcx89n.png" border="0"></a><br></textarea></div>
  1359.  
  1360. <div class="images">
  1361. <img src="http://i.imgur.com/IlMCh3E.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/IlMCh3E.png" border="0"></a><br></textarea></div>
  1362.  
  1363. <div class="images">
  1364. <img src="http://i.imgur.com/O68PqkH.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/O68PqkH.png" border="0"></a><br></textarea></div>
  1365.  
  1366. <div class="images">
  1367. <img src="http://i.imgur.com/9YBCJVA.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/9YBCJVA.png" border="0"></a><br></textarea></div>
  1368.  
  1369. <div class="images">
  1370. <img src="http://imgur.com/85gJQFp.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://imgur.com/85gJQFp.png" border="0"></a><br></textarea></div>
  1371.  
  1372. <div class="images">
  1373. <img src="http://i.imgur.com/q2dnpbz.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/q2dnpbz.png" border="0"></a><br></textarea></div>
  1374. </center>
  1375. </div>
  1376.  
  1377.  
  1378. <a name="ravenclaw"></a>
  1379. <div class="page">
  1380. <h1>Ravenclaw Pride</h1>
  1381. <h2>Ravenclaw Fonts</h2>
  1382. <center>
  1383. <div class="images">
  1384. <img src="http://i.imgur.com/C5dmvxI.png" width="300"><br><textarea>[center][fonts=1c=0]neoHTML[/font][p]   [fonts=4c=7A6850]▀[/font][fonts=4c=23444F]▄[/font] [i][</textarea><textarea>][fonts=3f=georgiac=4F463B]Name[/font][/i][br]      [fonts=1c=162F37][b]ʀαvᴇηcʟαω ιη τsᴄ[/b][/font][/center]</textarea></div>
  1385.  
  1386. <div class="images">
  1387. <img src="http://i.imgur.com/g5IqIE6.png" width="300"><br><textarea>[center][fonts=2c=0]neoHTML[/font][p][fonts=2f=georgiac=b7b7b7]y o u r n a m e[/font][br][fonts=9c=black]✎ [/font][fonts=9f=garamondc=blue][i]Raven[</textarea><textarea>]claw[/i][/font] [fonts=9c=black]♜[/font][br]✖✕✖✕✖✕✖✕✖✕✖[br][fonts=2f=georgiac=b7b7b7]T H E S L U G G C L U B[/font][/center]</textarea></div>
  1388.  
  1389. <div class="images">
  1390. <img src="http://i.imgur.com/8XJMXy4.png" width="300"><br><textarea>[center][fontf=verdanas=1c=#000]neoHTML[/font][p][fontf=mistrals=4c=#6687BA][b]R[/b][/font][</textarea><textarea>][fontf=monospaces=1c=#999]avenclaw; wise and creative in The Slugg Club[/font] [br][fontc=#B88A01]▔▔▔▔▔▔▔▔▔▔▔▔▔▔[/font] [BR]*weewoo*[/center]</textarea></div>
  1391.  
  1392.  
  1393. <div class="images">
  1394. <img src="http://i.imgur.com/QOoosEJ.png" width="300"><br><textarea>[center]╭ ϟ ╮[br][fontc=90537Ff=verdanas=2] ⋆ ⋆ NAME ⋆ ⋆[p][/font][fontc=526073f=georgia] neoHTML [/font][br]Փ◈◇◆◈◇◆◈◇◆◈◇◆◈◇◆◈Փ[
  1395. </textarea><textarea>]][p][fontc=2F77D3f=verdanas=3][sup]Proudly[/font][fontc=082A56f=georgias=3][sub] R α ν e n c l α w[/sub][/font][/center][p][
  1396. </textarea></div>
  1397.  
  1398.  
  1399. <div class="images">
  1400. <img src="http://i.imgur.com/GSIHoQn.png" width="300"><br><textarea>[center][fontf=Webdingss=2c=brown]~[/font][fontf=verdanas=1c=black] neoHTML[/font][p][fontc=navys=4]▄[/font][</textarea><textarea>][fontc=browns=4]▀[/font][fontc=navys=4]▄[/font][br][fontf=verdanac=blacks=1]your name here[/font][/center]</textarea></div>
  1401.  
  1402. <div class="images">
  1403. <img src="http://i.imgur.com/S24sZ5M.png" width="300"><br><textarea>[center][i]neoHTML[/i][p][fonts=3f=lumosc=000A90]*⋆* RAVENCLAW *⋆*[/font][br][fontc=946B2Df=consolas][</textarea><textarea>][sub]TheSluggClub[/sub][br][sup]a harry potter guild[/sup][/font][/center]</textarea></div>
  1404.  
  1405.  
  1406. <div class="images">
  1407. <img src="http://i.imgur.com/fAnrewk.png" width="300"><br><textarea>[center][fontf=Tahomas=1c=black]neoHTML[/font][p][fontf=Mistrals=4c=#3300CC]N a m e ~[/font][fontf=Mistrals=4c=#13366
  1408. </textarea><textarea>][fontf=Mistrals=4c=#CC6600] R a v e n c l a w[/font][br][fontf=Consolass=1c=grey]» THE SLUGG CLUB[/font][/center]
  1409. </textarea></div>
  1410.  
  1411.  
  1412. <div class="images">
  1413. <img src="http://i.imgur.com/LuEaJKq.png" width="300"><br><textarea>[center][fontc=#111111s=1]neoHTML[/font][p][fontf=monospacec=#404ed3s=1]» » WIT BEYOND MEASURE[/font][
  1414. </textarea><textarea>][br][fontf=georgiac=#d13810s=1][i][b]the slugg club[/b][/i][/font][/center]</textarea></div>
  1415.  
  1416.  
  1417. <div class="images">
  1418. <img src="http://i.imgur.com/JdNN1JB.png" width="300"><br><textarea>[center][fontf=verdanas=1c=black] neoHTML[/font][p][fontf=webdingsc=navys=4]¨[/font][fontf=playbills=4c=bronze] Wit Bey[
  1419. </textarea><textarea>]ond Measure[/font][br][fontf=verdanac=navys=1]ravenclaw in [i]the slugg club[/i][/font][/center]</textarea></div>
  1420.  
  1421.  
  1422. <div class="images">
  1423. <img src="http://i.imgur.com/PDga3Vn.png" width="300"><br><textarea>[center][fontf=webdingsc=navys=2]s[/font][fontf=verdanas=1c=black] neoHTML[/font][p][fontf=artbrushs=4c=bronze][
  1424. </textarea><textarea>]where do vanished objects go?[/font][br][fontf=verdanac=navys=1]ravenclaw in [i]the slugg club[/i][/font][/center]</textarea></div>
  1425.  
  1426. <div class="images">
  1427. <img src="http://i.imgur.com/L76xeIf.png" width="300"><br><textarea>[center][p][fonts=3f=verdanac=3366FF]꧁RAVENCLAW꧂[/font][fontc=#0CFs=1][br][br]neoHTML[/font][br][br][</textarea><textarea>][fontc=b8932c=verdana][fontf=georgiac=1c=1]༻[i]We soar where others cannot climb[/i]༺[br][b]TheSluggClub[/B][/font][/center]</textarea></div>
  1428.  
  1429. <div class="images">
  1430. <img src="http://i.ibb.co/VLJ5Ndt/Untitled-1.png" width="300"><br><textarea>[center][fontc=#0s=1f=verdana]neoHTML[p][/font]     [fonts=4f=cambriac=#0062e8] [i][u]Ravenclaw[/u] *witch*[</textarea><textarea>][/font][br][fontc=#555f=gigis=5][b]          The Slugg Club[/b][/font][/center]</textarea></div>
  1431. </center>
  1432.  
  1433. <h2>Ravenclaw Shields</h2>
  1434. <center>
  1435. <div class="images">
  1436. <img src="http://i.imgur.com/EyD2zWD.png" border="0"><br><textarea><style>
  1437. #userinfo .contentModuleContent {
  1438. background-image: url("http://i.imgur.com/EyD2zWD.png");
  1439. background-repeat: no-repeat;
  1440. background-position: top right;
  1441. }
  1442. #userinfo .medText img {
  1443. visibility: hidden;
  1444. }
  1445. #userinfo .medText table table img {
  1446. visibility: visible;
  1447. }
  1448. </style></textarea></div>
  1449.  
  1450. <div class="images">
  1451. <img src="http://i.imgur.com/b0owpet.png" border="0"><br><textarea><style>
  1452. #userinfo .contentModuleContent {
  1453. background-image: url("http://i.imgur.com/b0owpet.png");
  1454. background-repeat: no-repeat;
  1455. background-position: top right;
  1456. }
  1457. #userinfo .medText img {
  1458. visibility: hidden;
  1459. }
  1460. #userinfo .medText table table img {
  1461. visibility: visible;
  1462. }
  1463. </style></textarea></div>
  1464.  
  1465. <div class="images">
  1466. <img src="http://i.imgur.com/EHlbTef.png" border="0"><br><textarea><style>
  1467. #userinfo .contentModuleContent {
  1468. background-image: url("http://i.imgur.com/EHlbTef.png?1=");
  1469. background-repeat: no-repeat;
  1470. background-position: top right;
  1471. }
  1472. #userinfo .medText img {
  1473. visibility: hidden;
  1474. }
  1475. #userinfo .medText table table img {
  1476. visibility: visible;
  1477. }
  1478. </style></textarea></div>
  1479. </center>
  1480. <h2>Ravenclaw Banners</h2>
  1481. <center>
  1482. <div class="images">
  1483. <img src="http://i.imgur.com/LvkZcJc.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/LvkZcJc.jpg" border="0"></a><br></textarea></div>
  1484.  
  1485. <div class="images">
  1486. <img src="http://i.imgur.com/ZZNAxPQ.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/ZZNAxPQ.png" border="0"></a><br></textarea></div>
  1487.  
  1488. <div class="images">
  1489. <img src="http://i.imgur.com/P639qG1.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/P639qG1.png" border="0"></a><br></textarea></div>
  1490.  
  1491. <div class="images">
  1492. <img src="http://i.imgur.com/Q32gWf2.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/Q32gWf2.png" border="0"></a><br></textarea></div>
  1493.  
  1494. <div class="images">
  1495. <img src="http://imgur.com/R0fJQTj.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://imgur.com/R0fJQTj.png" border="0"></a><br></textarea></div>
  1496.  
  1497. <div class="images">
  1498. <img src="http://i.imgur.com/zqiqbjs.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/zqiqbjs.png" border="0"></a><br></textarea></div>
  1499.  
  1500. <div class="images">
  1501. <img src="http://imgur.com/xj4B3RD.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/MJfE2fL.png" border="0"></a><br></textarea></div>
  1502.  
  1503.  
  1504. <div class="images">
  1505. <img src="http://i.imgur.com/bXaMk2Q.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/bXaMk2Q.png" border="0"></a><br></textarea></div>
  1506.  
  1507.  
  1508. <div class="images">
  1509. <img src="http://i.imgur.com/QL6Ojbi.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/QL6Ojbi.jpg" border="0"></a><br></textarea></div>
  1510.  
  1511. <div class="images">
  1512. <img src="http://i.imgur.com/ReHqeKq.jpg" border="0"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/ReHqeKq.jpg" border="0"></a><br></textarea></div>
  1513. </center>
  1514. </div>
  1515.  
  1516.  
  1517. <a name="slytherin"></a>
  1518. <div class="page">
  1519. <h1>Slytherin Pride</h1>
  1520. <h2>Slytherin Fonts</h2>
  1521. <center>
  1522. <div class="images">
  1523. <img src="http://i.imgur.com/mBDeGFn.png" width="300"><br><textarea>[center][fonts=1c=0]neoHTML[/font][p]   [fonts=4c=C0C0C0]▀[/font][fonts=4c=4D7746]▄[/font] [i][</textarea><textarea>][fonts=3f=georgiac=8F8F8F]Name[/font][/i][br]      [fonts=1c=2F4E29][b]sʟʏτʜᴇʀιη ιη τsᴄ[/b][/font][/center]</textarea></div>
  1524.  
  1525. <div class="images">
  1526. <img src="http://i.imgur.com/DzFmtkX.png" width="300"><br><textarea>[center][fonts=2c=0]neoHTML[/font][p][fonts=2f=georgiac=b7b7b7]y o u r n a m e[/font][br][fonts=9c=black]⚠ [/font][fonts=9f=garamondc=0d7728][i]Slyth[</textarea><textarea>]erin[/i][/font] [fonts=9c=black]☠[/font][br]✖✕✖✕✖✕✖✕✖✕✖[br][fonts=2f=georgiac=b7b7b7]T H E S L U G G C L U B[/font][/center]</textarea></div>
  1527.  
  1528. <div class="images">
  1529. <img src="http://i.imgur.com/D3EIxNb.png" width="300"><br><textarea>[center][fontf=verdanas=1c=#000]neoHTML[/font][p][fontf=mistrals=4c=#75DF1C][b]S[/b][/font][</textarea><textarea>][fontf=monospaces=1c=#999]lytherin; ambitious and cunning in The Slugg Club[/font] [br][fontc=#999]▔▔▔▔▔▔▔▔▔▔▔▔▔▔[/font] [BR]*suap*[/center]</textarea></div>
  1530.  
  1531.  
  1532. <div class="images">
  1533. <img src="http://i.imgur.com/3idybBa.png" width="300"><br><textarea>[center][fontf=Webdingss=2c=silver]~[/font][fontf=verdanas=1c=black] neoHTML[/font][p][fontc=greens=4]▄[/font][</textarea><textarea>][fontc=silvers=4]▀[/font][fontc=greens=4]▄[/font][br][fontf=verdanac=blacks=1]your name here[/font][/center]</textarea></div>
  1534.  
  1535.  
  1536. <div class="images">
  1537. <img src="http://i.imgur.com/ysyvbn7.png" width="300"><br><textarea>[center][i]neoHTML[/i][p][fonts=3f=lumosc=096217]*⋆* SLYTHERIN *⋆*[/font][br][fontc=AAAf=consolas][</textarea><textarea>][sub]TheSluggClub[/sub][br][sup]a harry potter guild[/sup][/font][/center]</textarea></div>
  1538.  
  1539.  
  1540.  
  1541. <div class="images">
  1542. <img src="http://cdnw.nickpic.host/sB6Vmb.png" width="300"><br><textarea> [center][fontc=0s=2]neoHTML[/font][br][fonts=5c=102E0A]▬▬▬▬[/font][fonts=5c=1E5613]▬▬▬▬[/font][fonts=5c=2D801D]▬▬▬▬[/font][fontf=georgias=1c=#2D801D][ </textarea><textarea>][br][i]Clever as the devil, but twice as pretty[/i][/font][br][fontf=constantiac=#666666][sup][b]s l y t h e r i n[/b] i n TSC[/sup][/font][/center] </textarea></div>
  1543.  
  1544.  
  1545. <div class="images">
  1546. <img src="http://cdnw.nickpic.host/sB6fqf.png" width="300"><br><textarea>[center][fontc=#323D36s=1f=verdana]neoHTML[/font][p][fontf=georgias=2c=#12350B][</textarea><textarea> ][br][B]CUNNING │ AMBITIOUS │ RESOURCEFUL [/B][/font][br][fontf=constantiac=#666666]►▷► [b]s l y t h e r i n[/b] i n TSC ◄◁◄[/font][/center]</textarea></div>
  1547.  
  1548. <div class="images">
  1549. <img src="http://i.imgur.com/nSWOA5u.png" width="300"><br><textarea>[center][fontc=#0s=1f=verdana]neoHTML[p][/font]     [fonts=4f=cambriac=#027602] [i][u]Slytherin[/u] *witch*[</textarea><textarea>][/font][br][fontc=#555f=gigis=5][b]          The Slugg Club[/b][/font][/center]</textarea></div>
  1550. </center>
  1551.  
  1552. <h2>Slytherin Shields</h2>
  1553. <center>
  1554. <div class="images">
  1555. <img src="http://i.imgur.com/1yc3zZu.png" border="0"><br><textarea><style>
  1556. #userinfo .contentModuleContent {
  1557. background-image: url("http://i.imgur.com/1yc3zZu.png");
  1558. background-repeat: no-repeat;
  1559. background-position: top right;
  1560. }
  1561. #userinfo .medText img {
  1562. visibility: hidden;
  1563. }
  1564. #userinfo .medText table table img {
  1565. visibility: visible;
  1566. }
  1567. </style></textarea></div>
  1568.  
  1569. <div class="images">
  1570. <img src="http://i.imgur.com/jqPJbKH.png" border="0"><br><textarea><style>
  1571. #userinfo .contentModuleContent {
  1572. background-image: url("http://i.imgur.com/jqPJbKH.png");
  1573. background-repeat: no-repeat;
  1574. background-position: top right;
  1575. }
  1576. #userinfo .medText img {
  1577. visibility: hidden;
  1578. }
  1579. #userinfo .medText table table img {
  1580. visibility: visible;
  1581. }
  1582. </style></textarea></div>
  1583. </center>
  1584.  
  1585. <h2>Slytherin Banners</h2>
  1586. <center>
  1587. <div class="images">
  1588. <img src="http://i.imgur.com/cKw2t1T.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/cKw2t1T.jpg" border="0"></a><br></textarea></div>
  1589.  
  1590. <div class="images">
  1591. <img src="http://i.imgur.com/LhGpdAK.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/LhGpdAK.png" border="0"></a><br></textarea></div>
  1592.  
  1593. <div class="images">
  1594. <img src="http://i.imgur.com/oJcphSl.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/oJcphSl.png" border="0"></a><br></textarea></div>
  1595.  
  1596. <div class="images">
  1597. <img src="http://i.imgur.com/p9TfK1Z.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/p9TfK1Z.jpg" border="0"></a><br></textarea></div>
  1598.  
  1599. <div class="images">
  1600. <img src="http://i.imgur.com/CJ7CiZd.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/CJ7CiZd.png" border="0"></a><br></textarea></div>
  1601.  
  1602. <div class="images">
  1603. <img src="http://imgur.com/nTR3sVR.png" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://imgur.com/nTR3sVR.png" border="0"></a><br></textarea></div>
  1604.  
  1605. <div class="images">
  1606. <img src="http://i.imgur.com/kEfr8LO.jpg" border="0" width="300"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/kEfr8LO.jpg" border="0"></a><br></textarea></div>
  1607.  
  1608. <div class="images">
  1609. <img src="http://i.imgur.com/wmH0av6.png" border="0" height="200"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/wmH0av6.png" border="0"></a><br></textarea></div>
  1610.  
  1611. <div class="images">
  1612. <img src="http://i.imgur.com/VMyYWEF.png"><br><textarea class="banner"><a href="/~gkhut"><img src="http://i.imgur.com/VMyYWEF.png" border="0"></a><br></textarea></div>
  1613. </center>
  1614. </div>
  1615.  
  1616. </div>
  1617. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement