-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (96 loc) · 4.73 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>Chiang Kai-shek Tourist Route</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="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<!-- Title and short description -->
<h1 id="logo">Chiang Kai-shek Tourist Route</a></h1>
<p>Tracing the Footsteps of a Historical Figure in Taiwan</p>
<!-- Top Buttons -->
<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 id="content">
<!-- Page Content -->
<article class="box post">
<!-- Chiang Kai-shek Photo and History-->
<header>
<h2 style="color: #075671"><strong>Who is Chiang Kai-shek?</strong></h2> <!-- Title -->
</header>
<span id="chiang-photo" class="image featured"><img src="images/chiang_kai-shekv2.png" alt="" /></span> <!-- Image Ref-->
<p class="home-center">One of Taiwan’s most notable leaders, and the focus of the tourist route, is Chiang Kai-shek.
Chiang played a crucial role in the Chinese Civil War as the leader of the Republic of China (ROC)
and the Kuomintang nationalist party. As the Chinese civil war turned in favor of the Chinese Communist Party,
Chiang Kai-shek and the ROC military and refugees fled to the island of Taiwan. Chiang is credited for saving the
ROC government from complete eradication. Taiwan would not exist as it does today without Chiang Kai-shek’s leadership during
this period. As a result, many people argue that Chiang was a “saviour in the minds of the Taiwanese” as he was
responsible for freeing the ethnically Han Chinese inhabitants of Taiwan from Japanese colonial rule along with
saving them from communism. Perceptions of Chiang Kai-shek among Taiwan’s population are extremely polarized.
The Kuomintang (KMT) party typically has a more sympathetic view of Chiang Kai-shek’s actions during his time as
the leader of Taiwan. The KMT maintains that Chiang Kai-shek did what was necessary for saving the ROC from falling to
communism and maintaining order during a time of intense political strife. In stark contrast to the positive depiction of
Chiang Kai-shek by the KMT, the Democratic Progressive Party (DPP) and other Pan-Green parties are more critical of his actions.
Their supporters point out atrocities committed by Chiang’s regime, such as the White Terror and the 228 Incident,
to further the narrative that he was a brutal dictator.
</p>
<!-- Route 1 Photo and Description-->
<header>
<h2><a href="tourist-route.html"><strong>Tour Route</strong></a> </h2> <!-- Title and link -->
</header>
<span class="main map">
<iframe src="https://www.google.com/maps/d/u/1/embed?mid=15LREMHwZOgRjKa5kB72pkHZHXn7ypHI&ehbc=2E312F" width="93%" height="460"></iframe>
</span> <!-- Image Ref-->
<p class="home-center">
<a href="tourist-route.html" class="button">CLICK HERE TO GO TO THE MAIN TOUR ROUTE PAGE</a>
</p>
</article>
</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>