-
Notifications
You must be signed in to change notification settings - Fork 0
/
shuangxi-park.html
114 lines (100 loc) · 6.75 KB
/
shuangxi-park.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
<!DOCTYPE HTML>
<html>
<head>
<title>Shuangxi Park</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>Shuangxi Park</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/DSC_0111.JPG" alt="" /></span>
<p>Shuangxi Park is a beautiful park within Taipei City between 2 busy roadways, providing a nice break in the scenery. The park was a gift to Chiang Kai-shek and used to be where he would take his daily walks. The park is approximately 5 acres large and allows the locals to connect with wildlife within the city. The park is popular in mid-late spring for its lilypads that envelop the surface of the pond. During the rest of the year, the pond is easily visible and you can see the wildlife, such as fish and turtles swimming below as you walk over the bridges. Young children and their parents can often be found feeding the birds or the fish or having picnics in the pavilions placed directly over the water. The park is also a popular spot for both tourists and locals as it provides a beautiful background for photos. It is mostly handicap accessible as most of the ground is flat, except for a few bridges that require stairs. The park also has public bathrooms, drinking water, and trash cans to prevent pollution. The entrance on the side closer to the Chiang Kai-shek Shilin Residence has a cave that you can walk through, almost as if it's transporting you from the city to this beautiful park.</p>
<span class="image featured"><img src="images/DSC_0113.JPG" alt="" /></span>
<h3>Our Thoughts</h3>
<p>Shuangxi Park is one of the most beautiful parks we’ve seen in Taiwan, even compared to other parks around the world. The difference from the busy city to being inside this park is truly impressive. The park is a nice place for a walk or a picnic, and families can be seen enjoying time together and feeding the birds and fish. Photographers and models can also be seen posing and taking photos with the beautiful scenery. If you are visiting Taipei City, this stop is a must.</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.1133315064626!2d121.5350593!3d25.098024700000003!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3442affd5fa4b015%3A0x22e59530fa7b76f2!2sShuangxi%20Park!5e0!3m2!1sen!2stw!4v1682498319857!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 Shilin station and take Exit 2. From the station, it will be a 15-minute walk to the location. You can also take a bus to the Taibei High School bus top and from there it will be a 3-minute walk.<br>
Do not be mistaken with the Shuangxi Riverside Park!<br>
<br>
<strong>Hours:</strong><br>
Open 24/7<br>
<br>
Price: Free<br>
<br>
Wheelchair Accessible<br>
Bathrooms Available<br>
</p>
<a href="https://parks.taipei/parks/en/en_parks.php?pmsid=469" 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>