Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. <!Doctype html>
  2. <html>
  3. <head>
  4. <!--
  5. The J-Prop Shop Sample Page
  6. Author: Sebastian Torres
  7. Date: 10/8/2019
  8. -->
  9. <meta charset="UTF-8" />
  10. <title>The J-Prop Shop</title>
  11. <script src="modernizr-1.5.js"></script>
  12. <link href="jpsstyles.css" rel="stylesheet" type="text/css" />
  13. </head>
  14. <body>
  15. <header>
  16. <hgroup>
  17. <h1><img src="jpslogo.png" alt="The J-Prop Shop" /></h1>
  18. <h2>Quality Juggling and Circus Props</h2>
  19. </hgroup>
  20. </header>
  21. <section>
  22. <article>
  23. <h2>Welcome</h2>
  24. <p>
  25. If you're looking for high-quality, hand-crafted juggling and circus products,
  26. the J-Prop Shop is for the store for you. I've designed and built props for
  27. the past 35 years, and my products have been used by professional entertainers
  28. and hobbyists throughout the world. Our prices are reasonable and our quality is
  29. excellent.
  30. </p>
  31. </article>
  32. <article>
  33. <h2>Specials This Month</h2>
  34. <p>
  35. The following devil sticks are available at a special discount for the entire Month
  36. of May:
  37. </p>
  38. <ul>
  39. <li>
  40. <strong>Basic Stick ($19.95)</strong>
  41. The easiest stick to learn with, but "grippy" enough for the most demanding
  42. tricks. Comes in red, green, and blue.
  43. </li>
  44. <li>
  45. <strong>Flower Stick ($24.95)</strong>
  46. A graceful stick with colored tassels. Flower Sticks float slowly, making them
  47. ideal for beginners.
  48. </li>
  49. <li>
  50. <strong>Master Strick ($39.95)</strong>
  51. Our most popular stick is shorter and heavier for fast play and more advanced tricks.
  52. Each Master Stick is available in custom colors.
  53. </li>
  54. <li>
  55. <strong>Glow Stick ($29.95)</strong>
  56. The Glow Stick shines brightly at night (without the danger of a fire stick).
  57. </li>
  58. </ul>
  59. </article>
  60. <article>
  61. <h2>Quality Tested</h2>
  62. <p>
  63. Every item I create is checked and tested before being shipped out to assure perfect
  64. quality. I take pride in every one of my juggling props and I want my customers to
  65. feel that same pride.
  66. </p>
  67. </article>
  68. </section>
  69. <aside>
  70. <h2>Customer Comments</h2>
  71. <p>
  72. Here are a few select quotes from our happy family of customers and associates:
  73. </p>
  74. <blockquote>
  75. <p>
  76. "I'm more than happy to recommend Dave Vinet's products. I came upon his work 10 years ago
  77. and was immediately impressed by his craftmanship. He provides well-balanced and attractive
  78. props which are the perfect complement to my performances."
  79. <br />
  80. &#8212; <cite>Thomas Gage, Circus England</cite>
  81. </p>
  82. <p>
  83. "Dave Vinet makes the best juggling equipment on the planet. Period."
  84. <br />
  85. &#8212; <cite>Douglas Pederson, Street-Wise Shows</cite>
  86. </p>
  87. <p>
  88. "David has been my main supplier for 20 years.I have never had a problem with his equipment
  89. and his service is impeccable."
  90. <br />
  91. &#8212; <cite>Linda Unger, Linda & Louis</cite>
  92. </p>
  93. </blockquote>
  94. </aside>
  95. <footer>
  96. <address>
  97. The J-Prop Shop &bull;
  98. 541 West Highland Drive &bull;
  99. Auburn, ME 04210 &bull;
  100. (207) 555 - 9001
  101. </address>
  102. </footer>
  103. </body>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement