-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrand-hotel.html
115 lines (101 loc) · 6.52 KB
/
grand-hotel.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE HTML>
<html>
<head>
<title>Grand Hotel</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="right-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<!-- Logo -->
<h1 id="logo"><a>Grand Hotel</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a class="icon solid fa-home" href="index.html"><span>Home</span></a></li>
<li><a class="icon solid fa-book-open" href="tourist-route.html"><span>Tour Route</span></a></li>
<li>
<a href="#" class="icon solid fa-list"><span>Sites</span></a>
<ul>
<li><a href="presidential-office.html">Presidential Office Building</a></li>
<li><a href="228-peace-park.html">228 Peace Park</a></li>
<li><a href="shilin-residence.html">Chiang Kai-shek Shilin Residence</a></li>
<li><a href="shuangxi-park.html">Shuangxi Park</a></li>
<li><a href="white-terror.html">White Terror Memorial Park</a></li>
<li><a href="ching-kuo.html">Ching-kuo Chi-Hai Cultural Park</a></li>
<li><a href="martyrs-shrine.html">National Revolutionary Martyrs' Shrine</a></li>
<li><a href="grand-hotel.html">Grand Hotel</a></li>
<li><a href="memorial-hall.html">Chiang Kai-shek Memorial Hall</a></li>
</ul>
</li>
<li><a class="icon solid fa-user" href="about-us.html"><span>About Us</span></a></li>
</ul>
</nav>
</div>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<div class="row">
<!-- Content -->
<div id="content" class="col-8 col-12-medium">
<!-- Post -->
<article class="box post">
<span class="image featured"><img src="images/R0004002.JPG" alt="" /></span>
<p>After retreating to the ROC and becoming president, Chiang Kai-shek found it difficult to entertain high-ranking officials and important guests, so he decided to build the Grand Hotel. The hotel was officially established by Madame Chiang in Taipei City in May 1953. As the first lady of the ROC, Madame Chiang was tasked with entertaining high-ranking guests and officials. Without the support and push of Madame Chiang, the Grand Hotel would not be the 5-star hotel it has always been known to be. It also has 4 restaurants within the hotel for its guests and even a FamilyMart for late-night snack runs. Located on the VF floor, there is a small historical area depicting the officials and famous stars that have stayed at the Grand Hotel. This floor is also home to the meeting rooms and banquet halls for meetings and events. There are also many shops set up on this floor for guests to enjoy during their stay.</p>
<span class="image featured"><img src="images/R0004017.JPG" alt="" /></span>
<h3>Our Thoughts</h3>
<p>The Grand Hotel was one of the most impressive buildings we have seen while in Taipei. Its Chinese palace-style architecture brings you back in time, especially upon entrance and seeing the extravagant lobby. When entering you feel as though you are being transported into a movie set. When walking around the hotel it's easy to see why this hotel was built for high-level officials and famous stars. While we were unable to stay the night, if you are in Taiwan it is highly recommended to reserve a room for even one night, as some rooms can be fairly cheap if reserved early enough.</p>
</article>
</div>
<!-- Sidebar -->
<div id="sidebar" class="col-4 col-12-medium">
<!-- Excerpts -->
<section>
<ul class="divided">
<li>
<!-- Excerpt -->
<article class="box excerpt">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3613.677644506925!2d121.52651979999999!3d25.0789127!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3442aead5af124f3%3A0xe6670c8237a11d3f!2sGrand%20Hotel%20Taipei!5e0!3m2!1sen!2stw!4v1682499948475!5m2!1sen!2stw" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<p><strong>Directions:</strong><br>
Take the MRT Red Line and get off at the Jiantan station and take Exit 2. From the station, it will be a 13-minute walk to the location.<br>
<br>
<strong>Hours:</strong><br>
Open 24/7<br>
<br>
<strong>Price:</strong><br>
Free to walk through<br>
Prices for room varies<br>
<br>
Wheelchair Accessible<br>
Bathrooms Available<br>
</p>
<a href="https://www.grand-hotel.org/EN/official/main.aspx?gh=TP#" class="button">Learn More</a>
</article>
</li>
</ul>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div id="copyright" class="container">
<img src="images/soochow.png"/>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>