Advertisement
Guest User

pet shop v1

a guest
May 25th, 2019
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.62 KB | None | 0 0
  1. <div class="main-box">
  2.  <!-- Open left container/links sidebar -->
  3.  <div class="left-container">
  4.  <h1>Helpful Links</h1>
  5.  <!-- Selkica Information -->
  6. <a href="https://www.deviantart.com/selkicas/gallery/66331495/Selkica-Information" title="Selkica Information" class="button-link button-normal">Selkica Information</a>
  7.  <!-- Beginner's Guide -->
  8. <a href="https://sta.sh/03xnk3o5f5n" title="Beginner's Guide" class="button-link button-normal-pink">Beginner's Guide</a>
  9.  <!-- Currency Information -->
  10. <a href="https://www.deviantart.com/songoftheselkica/art/Shell-Currency-743806678" title="Currency Information" class="button-link button-normal">Currency Information</a>
  11.  <!-- Level Up Information -->
  12. <a href="https://sta.sh/0a90pl0h4ah" title="Level Up Information" class="button-link button-normal-pink">Level Up Information</a>
  13.  </div>
  14.  <!-- End left container/links sidebar -->
  15.  <div class="right-container">
  16. <!-- Open top section -->
  17.  <div class="top-container">
  18.  <!-- Title/header image -->
  19. <div class="title-image">
  20. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/6515480b-e468-41c6-9d3a-6e84fe9b2988/dd157y7-83aac534-cefb-46e7-85d1-1dc6a9007942.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzY1MTU0ODBiLWU0NjgtNDFjNi05ZDNhLTZlODRmZTliMjk4OFwvZGQxNTd5Ny04M2FhYzUzNC1jZWZiLTQ2ZTctODVkMS0xZGM2YTkwMDc5NDIucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.f0XJumAhEvrURNvCaFpEPDCfa3hpcGIyBJwCyvFW8Aw" />
  21. </div>
  22.  <!-- Header text, shop description -->
  23. <h1>
  24. Welcome to the Pet Shop!
  25. </h1>
  26.  <p>
  27. Here is where we sell <b>Companion Pet items </b>for <a href="https://www.deviantart.com/songoftheselkica/art/Shell-Currency-743806678">shells</a> or the ARPG currency! Some items include MYO slots, mutation add-ons, etc that can all be purchased without real money. If you wish to buy or redeem any items, please comment below with the following form:</p>
  28. <p>- Player Tracker:</p>
  29. <p>- Item you wish to buy/redeem:</p>
  30. </p>
  31. </div>
  32.  <!-- End top section -->
  33. <!-- Open item display row -->
  34.  <div class="item-display-row">
  35.  <h2>MYO SLOTS</h2>
  36.  <div class="item-display">
  37. <img src="https://orig00.deviantart.net/9bd1/f/2018/217/1/a/decorated_shell_by_thehumanheart_dcj89a7_by_songoftheselkica-dcjbpb9.png" />
  38. <div class="item-popup">
  39. Decorated Shell | Piip MYO slot
  40. x30 :thumb781039079:
  41. </div>
  42. </div>
  43.  <div class="item-display">
  44. <img src="https://orig00.deviantart.net/f193/f/2018/217/e/0/mermic_item_by_songoftheselkica-dcjbpk9.png" />
  45. <div class="item-popup">
  46. Imperial Urchin | Mermic MYO slot
  47. x30 :thumb781039079:
  48. </div>
  49. </div>
  50.  <div class="item-display">
  51. <img src="https://orig00.deviantart.net/0472/f/2019/061/3/a/totem_of_the_surfer_by_songoftheselkica-dd14shz.png" />
  52. <div class="item-popup">
  53. Totem of the Surfer | Surf Skimmer MYO slot
  54. x60 :thumb781039079:
  55. </div>
  56. </div>
  57.  <div class="item-display">
  58. <img src="https://orig00.deviantart.net/3558/f/2019/089/4/e/albaharaegg_by_songoftheselkica-dd3duus.png" />
  59. <div class="item-popup">
  60. Albahara's Pride and Joy | Albahara MYO slot
  61. x60 :thumb781039079:
  62. </div>
  63. </div>
  64. </div>
  65.  <!-- End item display row -->
  66. <!-- Open item display row -->
  67.  <div class="item-display-row">
  68.  <h2>MISC ITEMS</h2>
  69.  <div class="item-display">
  70. <img src="https://orig00.deviantart.net/2f0b/f/2019/089/c/6/pet_collar_item_by_songoftheselkica-dd3dp8f.png" />
  71. <div class="item-popup">
  72. Pet's Collar | +1 Companion Pet Slot
  73. x250 :thumb781039079:
  74. </div>
  75. </div>
  76.  </div>
  77.  <!-- End item display row -->
  78.  </div>
  79.  </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement