123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Hotels In Singapore</title>
- <link href="https://fonts.googleapis.com/css?family=Catamaran:100|Pontano+Sans|Ruda:900" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="resources/css/style.css">
- <link rel="stylesheet" type="text/css" href="resources/css/breadcrumb.css">
- </head>
- <body>
- <div class="jumbotron">
- <h1>Hotels In Singapore</h1>
- </div>
- <ul class="breadcrumb">
- <li><a href="">Asia</a></li>
- <li><a href="">Singapore</a></li>
- <li><a href="">Tourism</a></li>
- <li><a href="">Hotels</a></li>
- </ul>
- <div class="hotel">
- <div class="hotel-img">
- <img src="https://content.codecademy.com/courses/ui-breadcrumbs/raffles.jpg" width="250px">
- </div>
- <div class="hotel-description">
- <ul>
- <li>
- <h2>Raffles Hotel</h2>
- </li>
- <li>
- <h3>$500/night</h3>
- </li>
- <li>
- <p>Raffles Hotel is a colonial-style luxury hotel in Singapore. It was established by Armenian
- hoteliers, the Sarkies
- Brothers, in 1887. The hotel was named after British statesman Sir Thomas Stamford Raffles, the
- founder of
- Singapore. It is the flagship property of Raffles Hotels & Resorts, a subsidiary of Fairmont
- Raffles Hotels
- International.</p>
- </li>
- </ul>
- </div>
- <div class="book">
- <a href="#">Book Now</a>
- </div>
- </div>
- <div class="hotel">
- <div class="hotel-img">
- <img src="https://content.codecademy.com/courses/ui-breadcrumbs/conradintl.jpg" width="250px">
- </div>
- <div class="hotel-description">
- <ul>
- <li>
- <h2>Conrad Centennial Singapore</h2>
- </li>
- <li>
- <h3>$400/night</h3>
- </li>
- <li>
- <p>Located in the Downtown Core (near Millenia Tower), Marina Centre, Singapore. The hotel has 507
- guestrooms including
- 25 suites, and 31 floors with two basements. The hotel's carpark is shared with Millenia Walk.
- Conrad Centennial
- shares the same laundry services with sister hotel, The Ritz-Carlton Millenia Singapore. Both
- hotels are owned
- by the same owner, Pontiac Land (owned by the Kwee brothers).</p>
- </li>
- </ul>
- </div>
- <div class="book">
- <a href="#">Book Now</a>
- </div>
- </div>
- <div class="hotel">
- <div class="hotel-img">
- <img src="https://content.codecademy.com/courses/ui-breadcrumbs/damenlou.jpg" width="250px">
- </div>
- <div class="hotel-description">
- <ul>
- <li>
- <h2>Damenlou Hotel</h2>
- </li>
- <li>
- <h3>$300/night</h3>
- </li>
- <li>
- <p>Damenlou Hotel is a small hotel located at Ann Siang Road, in Chinatown, within the Central Area
- of Singapore.Damenlou
- Hotel's origins can be traced to the creation of the dish of fishhead mifen (rice vermicelli),
- which was invented
- by Tang Kwong Swee in the 1920s. The hotel had a famous restaurant, named Swee Kee.</p>
- </li>
- </ul>
- </div>
- <div class="book">
- <a href="#">Book Now</a>
- </div>
- </div>
- <div class="hotel">
- <div class="hotel-img">
- <img src="https://content.codecademy.com/courses/ui-breadcrumbs/shangrila.jpg" width="250px">
- </div>
- <div class="hotel-description">
- <ul>
- <li>
- <h2>Shangri-La Hotel Singapore</h2>
- </li>
- <li>
- <h3>$200/night</h3>
- </li>
- <li>
- <p>The hotel has 747 guestrooms and suites spread over the Tower Wing, Garden Wing and Valley Wing,
- 127 serviced
- apartments and 55 luxurious condominium units. The hotel boasts 15 acres of landscaped gardens
- which are visible
- through the glass walls enclosing the lobby and dining areas, and has been referred to as
- "Singapore's other
- botanical garden".</p>
- </li>
- </ul>
- </div>
- <div class="book">
- <a href="#">Book Now</a>
- </div>
- </div>
- <div class="hotel">
- <div class="hotel-img">
- <img src="https://content.codecademy.com/courses/ui-breadcrumbs/swissotel.jpg" width="250px">
- </div>
- <div class="hotel-description">
- <ul>
- <li>
- <h2>Swissotel The Stamford</h2>
- </li>
- <li>
- <h3>$100/night</h3>
- </li>
- <li>
- <p>Designed by architect I.M. Pei, at a height of 226 meters it is one of Southeast Asia's tallest
- hotels. Situated
- at 2 Stamford Road, the hotel sits above City Hall MRT Station. The 5-star hotel has 1,261 rooms
- and suites,
- 16 restaurants and bars, Raffles City Convention Centre, and one of Asia's largest spas.</p>
- </li>
- </ul>
- </div>
- <div class="book">
- <a href="#">Book Now</a>
- </div>
- </div>
- </body>
- </html>
|