index.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hotels In Singapore</title>
  5. <link href="https://fonts.googleapis.com/css?family=Catamaran:100|Pontano+Sans|Ruda:900" rel="stylesheet">
  6. <link rel="stylesheet" type="text/css" href="resources/css/style.css">
  7. <link rel="stylesheet" type="text/css" href="resources/css/breadcrumb.css">
  8. </head>
  9. <body>
  10. <div class="jumbotron">
  11. <h1>Hotels In Singapore</h1>
  12. </div>
  13. <ul class="breadcrumb">
  14. <li><a href="">Asia</a></li>
  15. <li><a href="">Singapore</a></li>
  16. <li><a href="">Tourism</a></li>
  17. <li><a href="">Hotels</a></li>
  18. </ul>
  19. <div class="hotel">
  20. <div class="hotel-img">
  21. <img src="https://content.codecademy.com/courses/ui-breadcrumbs/raffles.jpg" width="250px">
  22. </div>
  23. <div class="hotel-description">
  24. <ul>
  25. <li>
  26. <h2>Raffles Hotel</h2>
  27. </li>
  28. <li>
  29. <h3>$500/night</h3>
  30. </li>
  31. <li>
  32. <p>Raffles Hotel is a colonial-style luxury hotel in Singapore. It was established by Armenian
  33. hoteliers, the Sarkies
  34. Brothers, in 1887. The hotel was named after British statesman Sir Thomas Stamford Raffles, the
  35. founder of
  36. Singapore. It is the flagship property of Raffles Hotels & Resorts, a subsidiary of Fairmont
  37. Raffles Hotels
  38. International.</p>
  39. </li>
  40. </ul>
  41. </div>
  42. <div class="book">
  43. <a href="#">Book Now</a>
  44. </div>
  45. </div>
  46. <div class="hotel">
  47. <div class="hotel-img">
  48. <img src="https://content.codecademy.com/courses/ui-breadcrumbs/conradintl.jpg" width="250px">
  49. </div>
  50. <div class="hotel-description">
  51. <ul>
  52. <li>
  53. <h2>Conrad Centennial Singapore</h2>
  54. </li>
  55. <li>
  56. <h3>$400/night</h3>
  57. </li>
  58. <li>
  59. <p>Located in the Downtown Core (near Millenia Tower), Marina Centre, Singapore. The hotel has 507
  60. guestrooms including
  61. 25 suites, and 31 floors with two basements. The hotel's carpark is shared with Millenia Walk.
  62. Conrad Centennial
  63. shares the same laundry services with sister hotel, The Ritz-Carlton Millenia Singapore. Both
  64. hotels are owned
  65. by the same owner, Pontiac Land (owned by the Kwee brothers).</p>
  66. </li>
  67. </ul>
  68. </div>
  69. <div class="book">
  70. <a href="#">Book Now</a>
  71. </div>
  72. </div>
  73. <div class="hotel">
  74. <div class="hotel-img">
  75. <img src="https://content.codecademy.com/courses/ui-breadcrumbs/damenlou.jpg" width="250px">
  76. </div>
  77. <div class="hotel-description">
  78. <ul>
  79. <li>
  80. <h2>Damenlou Hotel</h2>
  81. </li>
  82. <li>
  83. <h3>$300/night</h3>
  84. </li>
  85. <li>
  86. <p>Damenlou Hotel is a small hotel located at Ann Siang Road, in Chinatown, within the Central Area
  87. of Singapore.Damenlou
  88. Hotel's origins can be traced to the creation of the dish of fishhead mifen (rice vermicelli),
  89. which was invented
  90. by Tang Kwong Swee in the 1920s. The hotel had a famous restaurant, named Swee Kee.</p>
  91. </li>
  92. </ul>
  93. </div>
  94. <div class="book">
  95. <a href="#">Book Now</a>
  96. </div>
  97. </div>
  98. <div class="hotel">
  99. <div class="hotel-img">
  100. <img src="https://content.codecademy.com/courses/ui-breadcrumbs/shangrila.jpg" width="250px">
  101. </div>
  102. <div class="hotel-description">
  103. <ul>
  104. <li>
  105. <h2>Shangri-La Hotel Singapore</h2>
  106. </li>
  107. <li>
  108. <h3>$200/night</h3>
  109. </li>
  110. <li>
  111. <p>The hotel has 747 guestrooms and suites spread over the Tower Wing, Garden Wing and Valley Wing,
  112. 127 serviced
  113. apartments and 55 luxurious condominium units. The hotel boasts 15 acres of landscaped gardens
  114. which are visible
  115. through the glass walls enclosing the lobby and dining areas, and has been referred to as
  116. "Singapore's other
  117. botanical garden".</p>
  118. </li>
  119. </ul>
  120. </div>
  121. <div class="book">
  122. <a href="#">Book Now</a>
  123. </div>
  124. </div>
  125. <div class="hotel">
  126. <div class="hotel-img">
  127. <img src="https://content.codecademy.com/courses/ui-breadcrumbs/swissotel.jpg" width="250px">
  128. </div>
  129. <div class="hotel-description">
  130. <ul>
  131. <li>
  132. <h2>Swissotel The Stamford</h2>
  133. </li>
  134. <li>
  135. <h3>$100/night</h3>
  136. </li>
  137. <li>
  138. <p>Designed by architect I.M. Pei, at a height of 226 meters it is one of Southeast Asia's tallest
  139. hotels. Situated
  140. at 2 Stamford Road, the hotel sits above City Hall MRT Station. The 5-star hotel has 1,261 rooms
  141. and suites,
  142. 16 restaurants and bars, Raffles City Convention Centre, and one of Asia's largest spas.</p>
  143. </li>
  144. </ul>
  145. </div>
  146. <div class="book">
  147. <a href="#">Book Now</a>
  148. </div>
  149. </div>
  150. </body>
  151. </html>