Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta charset="utf-8">
  5. <script src="https://kit.fontawesome.com/e4cf9541ab.js" crossorigin="anonymous"></script>
  6. <link rel="stylesheet" type="text/css" href="css/style.css">
  7. <title>DRINKS</title>
  8. </head>
  9. <body>
  10. <!-- Title Menu-->
  11. <table class="menu">
  12. <tr>
  13. <th><a href="page/category/coffee.html" name="sectionMenu"><i class="fas fa-coffee">COFFEE</i></a></th>
  14. <th><a href="page/category/tea.html"><i class="fas fa-mug-hot"></i>TEA</a></th>
  15. <th><a href="page/category/shake.html"><i class="fas fa-blender"></i>SHAKE</a></th>
  16. <th><a href="page/order.html"><i class="fab fa-jedi-order"></i>ORDER</a></th>
  17. <th><a href="page/about.html"><i class="fas fa-address-card"></i>ABOUT US</a></th>
  18. </tr>
  19. </table>
  20. <!-- Coffee -->
  21. <table>
  22. <tr>
  23. <th class="cateTitle">COFFEE</th>
  24. <th colspan="2"> <a href="#sectionMenu">Back to top</a></th>
  25. </tr>
  26. <tr>
  27. <td>
  28. <div class="content">
  29. <img class="drinkpic" src="imgs/coffee/caps.jpg" alt="">
  30. <h1>Capuccino</h1>
  31. <p>A cappuccino is an espresso-based coffee drink that originated in Italy, and is traditionally prepared with steamed milk foam.
  32. Variations of the drink involve the use of cream instead of milk, and flavoring with cinnamon or chocolate powder.
  33. </p>
  34. </div>
  35. </td>
  36. <td>
  37. <div class="content" >
  38. <img class="drinkpic" src="imgs/coffee/expresso.jpg" alt="" >
  39. <br><br>
  40. <h1 style="margin-top:-20px;">Expresso Coffee</h1>
  41. <p >In its pure form, espresso is more popular in Europe than America, particularly in Italy.
  42. Though catching in America, derivatives and misconceptions are spreading like cream in coffee.
  43. For instance, many hold the misconception that espresso is a dark, bitter to burnt-flavored roast of coffee.
  44. </p>
  45. <p >In fact, espresso is not a roast at all; it is a method of preparing coffee. Espresso coffee is often blended
  46. from several roasts and varietals to form a bold - not bitter flavor. The finely ground coffee is tightly packed or
  47. tamped into a “portafilter”; high-pressure water is then forced through the grounds and extracted in small, concentrated amounts.
  48. Intensity is the key here. Why do you think they call it a “shot?”
  49. </p>
  50. </div>
  51. </td>
  52. <td>
  53. <div class="content">
  54. <img class="drinkpic" src="imgs/coffee/dripcoffee.jpg" alt="">
  55. <h1 style="margin-top:17px;">Drip Coffee</h1>
  56. <p>Drip coffee brew as a method of coffee brewing that involves pouring hot water over roasted, ground coffee beans enclosed in a filter.</p>
  57. <p>There are two main methods to brew drip coffee, with a drip coffee machine, or with a cone, the so-called pour-over method. There is a lot of
  58. hype around pour over, and the hype is justified, because pour-over is a very easy way to brew a perfect cup, and there are fewer chances to mess up.
  59. </p>
  60. </div>
  61. </td>
  62. </tr>
  63. </table>
  64. <!-- Tea -->
  65. <table>
  66. <tr>
  67. <th class="cateTitle">TEA</th>
  68. <th colspan="2"> <a href="#sectionMenu">Back to top</a></th>
  69. </tr>
  70. <tr>
  71. <td>
  72. <div class="content">
  73. <div class="contPic">
  74. <img class="drinkpic" src="imgs/tea/mint.jpg" alt="">
  75. </div>
  76. <h1>Peppermint Tea</h1>
  77. <p>A cappuccino is an espresso-based coffee drink that originated in Italy, and is traditionally prepared with steamed milk foam.
  78. Variations of the drink involve the use of cream instead of milk, and flavoring with cinnamon or chocolate powder.
  79. </p>
  80. </div>
  81. </td>
  82. <td>
  83. <div class="content">
  84. <div class="contPic">
  85. <img class="drinkpic" src="imgs/tea/lemongrass.jpg" alt="">
  86. </div>
  87. <h1>Lemon Grass Tea</h1>
  88. <p>Lemongrass is an herb that is native to Sri Lanka and South India but now grows in many countries around the world.
  89. The plant's stalks are a common ingredient in Asian cooking, but it is also possible to brew lemongrass to make tea.</p>
  90. </div>
  91. </td>
  92. <td>
  93. <div class="content">
  94. <div class="contPic">
  95. <img class="drinkpic" src="imgs/tea/ice.jpg" alt="">
  96. </div>
  97. <h1>Lemon Iced Tea</h1>
  98. <p>Iced tea is a form of cold tea. Though usually served in a glass with ice, it can refer to any tea that has been chilled or cooled.
  99. It may be sweetened with sugar, syrup and/or apple slices</p>
  100. </div>
  101. </td>
  102. </tr>
  103. </table>
  104. <!-- Shake -->
  105. <table>
  106. <tr>
  107. <th class="cateTitle">SHAKE</th>
  108. <th colspan="2"> <a href="#sectionMenu">Back to top</a></th>
  109. </tr>
  110. <tr>
  111. <td>
  112. <div class="content">
  113. <div class="contPic">
  114. <img class="drinkpic" src="imgs/shake/mango.jpg" alt="">
  115. </div>
  116. <h1>Mango Shake</h1>
  117. <p>Mango Shake (Mango Milkshake) is a cool and tempting fruit drink prepared by simply blending ripe mango
  118. pieces, milk and sugar. To keep things simple and easy, this recipe primarily
  119. explains how to make mango shake with milk. However, for those who are looking for
  120. something different, there are few tips and serving ideas mentioned below which can simply make it a
  121. divine experience in every sip.
  122. </p>
  123. </div>
  124. </td>
  125. <td>
  126. <div class="content">
  127. <div class="contPic">
  128. <img class="drinkpic" src="imgs/shake/strawberry.jpg" alt="">
  129. </div>
  130. <h1>Strawberry Milkshake</h1>
  131. <p>Low-Carb Strawberry Smoothie makes a simple breakfast or snack. It can be part of a low-carb, keto, Atkins, gluten-free, grain-free, or Banting diet.
  132. There is even a dairy-free option. Its pink color makes it perfect for a Valentine’s Day morning treat.
  133. </p>
  134. </div>
  135. </td>
  136. <td>
  137. <div class="content">
  138. <div class="contPic">
  139. <img class="drinkpic" src="imgs/shake/van.png" alt="">
  140. </div>
  141. <h1>Vanilla Milshake</h1>
  142. <p>Vanilla Milkshake, world’s favorite milkshake, is a smooth and creamy concoction of vanilla ice cream, milk, vanilla extract topped up
  143. with whipped cream and chocolate vermicelli for irresistible looks</p>
  144. </div>
  145. </td>
  146. </tr>
  147. </table>
  148. </body>
  149. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement