-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
479 lines (383 loc) · 18.3 KB
/
index.html
File metadata and controls
479 lines (383 loc) · 18.3 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>History</title>
<link href="image/wcnr.png" rel="shortcut icon" type="favicon"/>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/typicons/2.0.8/typicons.min.css'>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel='stylesheet prefetch' href='https://cdn.rawgit.com/michalsnik/aos/2.0.4/dist/aos.css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body id="grad">
<style>
#grad {
color: #fff;
background: linear-gradient(45deg,#232526, #414345, #1d4350, #a43931);
}
</style>
<style>
.member{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 10px;
}
</style>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<center><h1>Tinamen square: triumph, problems, and tragedy</h1></center>
<div class = "member">
<div data-aos="zoom-in" >
<center>
<img src="image/ok.png" width="110" height="110" class="zoom">
</center>
<center><refer><p><b>Bob Dinh</b></p></refer>
<center><refer><p> </p></refer></center>
</center></div>
<div data-aos="zoom-in" >
<center>
<p> </p>
</center>
</div>
<div data-aos="zoom-in" >
<img src="image/curry.png" width="110" height="110" class="zoom">
</center>
<center><refer><p><b>Andrew Curry</b></p></refer>
<center><refer><p> </p></refer></center>
</center>
</div>
</div>
</div>
<center>
<refer>
<p data-aos="fade-up">Senior Group Website</p>
<p data-aos="fade-up">Website Word Count: 869</p>
<p data-aos="fade-up">Process Paper Word Count: 311</p>
</refer>
</center>
<center>
<style>
.gradient-button {
margin: 10px;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
padding: 15px;
text-align: center;
transition: 0.5s;
background-size: 200% auto;
color: #FFF;
box-shadow: 0 0 20px #eee;
width: 130px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
cursor: pointer;
display: inline-block;
}
.gradient-button:hover span{
display: none;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
margin: 8px 10px 12px;
}
.gradient-button-1 { background-image: linear-gradient(to right, #02AAB0 0%, #00CDAC 51%, #02AAB0 100%)}
.gradient-button-1:hover { background-position: right center; }
</style>
<script>
$(document).ready(function() {
$('.gradient-button').hover(function() {
$(this).html('Home');
}, function() {
$(this).html('Click');
});
});
$(document).ready(function(){
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
window.location.hash = hash;
});
}
});
});
</script>
<div data-aos="fade-up">
<a href = "#Slide" class="gradient-button gradient-button-1">Home</a><br /></center>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<button onClick="gotop(500)" id="report" title="top" style="display: block;">Top </button>
<p> </p>
<p> </p>
<section id ="Slide">
<div data-aos-duration="2000" data-aos="fade-down">
<!-- #region Jssor Slider Begin -->
<!-- Generator: Jssor Slider Maker -->
<!-- Source: https://www.jssor.com -->
<script src="js/jssor.slider-27.5.0.min.js" type="text/javascript"></script>
<style>
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}
/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
</style>
<div id="jssor_1" style="position:relative;margin:0 auto;top:0px;left:0px;width:980px;height:380px;overflow:hidden;visibility:hidden;">
<!-- Loading Screen -->
<div data-u="loading" class="jssorl-009-spin" style="position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;background-color:rgba(0,0,0,0.7);">
<img style="margin-top:-19px;position:relative;top:50%;width:38px;height:38px;" src="image/spin.svg" />
</div>
<div data-u="slides" style="cursor:default;position:relative;top:0px;left:0px;width:980px;height:380px;overflow:hidden;">
<div>
<img data-u="image" src="image/010.gif" />
</div>
<div>
<img data-u="image" src="image/002.png" />
</div>
<div>
<img data-u="image" src="image/003.png" />
</div>
<div>
<img data-u="image" src="image/004.png" />
</div>
<div>
<img data-u="image" src="image/lipeng.png" />
</div>
<div>
<img data-u="image" src="image/006.png" />
</div>
<div>
<img data-u="image" src="image/007.png" />
</div>
<div>
<img data-u="image" src="image/008.png" />
</div>
<div>
<img data-u="image" src="image/009.png" />
</div>
<div>
<img data-u="image" src="image/011.jpg" />
</div>
</div>
<!-- Bullet Navigator -->
<div data-u="navigator" class="jssorb051" style="position:absolute;bottom:12px;right:12px;" data-autocenter="1" data-scale="0.5" data-scale-bottom="0.75">
<div data-u="prototype" class="i" style="width:16px;height:16px;">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<circle class="b" cx="8000" cy="8000" r="5800"></circle>
</svg>
</div>
</div>
<!-- Arrow Navigator -->
<div data-u="arrowleft" class="jssora051" style="width:55px;height:55px;top:0px;left:25px;" data-autocenter="2" data-scale="0.75" data-scale-left="0.75">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<polyline class="a" points="11040,1920 4960,8000 11040,14080 "></polyline>
</svg>
</div>
<div data-u="arrowright" class="jssora051" style="width:55px;height:55px;top:0px;right:25px;" data-autocenter="2" data-scale="0.75" data-scale-right="0.75">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<polyline class="a" points="4960,1920 11040,8000 4960,14080 "></polyline>
</svg>
</div>
</div>
<script src="js/javascript.js"></script>
<script type="text/javascript">jssor_1_slider_init();</script>
<!-- #endregion Jssor Slider End -->
</div>
</section>
<p> </p>
<center><info>
<i>
</i>
</info></center>
<p> </p>
<section id ="thesis">
<center><info><h3>Thesis</h3></info></center>
<button class="collapsible" data-aos="fade-right"></button>
<div class="content">
<center>
<p> </p>
<p>
The Tiananmen Square Massacre witnessed the death and arresting of thousands of innocent protesters who were expressing their opinion for a democratic government. The event suggested that there exists social and economic problems inside China and the communist philosophy.
</p>
</center>
</div>
</section>
<section id ="hiscon">
<center><info><h3>Historical Context</h3></info></center>
<button class="collapsible" data-aos="fade-right"></button>
<div class="content">
<center>
<p> </p>
<p><i>
Collapse of Communism in Eastern Europe
</i></p>
<p>
After the World War 2, Germany was divided into four zones which were controlled by The US, Britain, France and the Soviet Union. United States, Britain and France occupied West Berlin and the Soviet Union occupied East Berlin. In 1949, The failure to reach an agreement after World War 2 between the “superpowers” split Germany in two (Federal Republic of Germany and German Democratic Republic).
In 1989, the pressure of political changes and civil unrest led to the collapse of the wall as well as the communist regimes of Eastern Europe.
Soon after, the Berlin Wall became a symbol of division and separation of Europe where the guards had shot and killed many people who tried to escape.
Its collapse marked the end of Cold War, separation of Germany, and Communism in Eastern Europe.
</p>
<p><i>The event
</i></p> <p>
After the death of Hu Yaobong, around 100,000 chinese students gathered in Tiananmen Square to commemorate him and speak out against the authoritarian regime that was the Chinese government. Soon it became a protest for democracy as more and more people joined and after a few weeks almost 1 million people were pushing for more democracy. Then on June 4, 1989, Chinese soldiers began shooting indiscriminately into the square. Estimates ranging from 300 hundred to a few thousand died in the process and approximately 10,000 were arrested.
</p>
</center>
</div>
</section>
<section id ="triump">
<center><info><h3>Triumph</h3></info></center>
<button class="collapsible" data-aos="fade-right"></button>
<div class="content">
<center>
<p><i>Protesters</i></p>
<p>
Three weeks after the massacre, United States congress voted to enact an economic sanctions against China. Furthermore Mikhail Gorbachev, who was the Premiere of the U.S.S.R. publicly spoke out against the Chinese government, said “I hope that the government would adopt my own domestic reform program and begin to democratize the Chinese political system.”
</p>
<p><i>Government</i></p>
<p>The Chinese government successfully put down the protest, kept people and the media quiet, and further enforced unconstitutional laws. The event resulted in the strengthening of the government and those who held authority in China. Throughout the years, China has manipulated as well as censored many information regarding the government system. They block all of the social media such as Facebook, twitter, and snapchat. They use propaganda and effectively make the general public have little value for democracy than 20 years ago because there is no need to call for a change. Moreover, younger generations have little interest on or no idea about the bloodshed event.</p>
<p><i>Economy</i></p>
<p>A few decades later the economy became less regulated and more Capitalistic, as a result it has grown exponentially, but is still a majority communist. <br>
Learning from the event, China improved its policies and put People’s Armed Police on action. With the rise of internet, China has effectively strengthen the Internet Police. Deng Xiaoping’s “trip to the South” economic reform policies in 1992 sparked high level economic growth which had an important aspect of maintaining support from people. As time goes by, with the success of China’s economy, China in modern days is an important market for US companies, and there are many private companies in China.
</p>
</center>
</div>
</section>
<section id="problems">
<center><info><h3>Problems</h3></info></center>
<button class="collapsible" data-aos="fade-right"></button>
<div class="content">
<center><h4>Social Problems</h4>
<p>The event proves that Chinese government does not care about people's opinions. It shows totalitarianism and corruption in its government system where the authorities will try their best to keep people from saying the truth. As a result, the majority of people in China believe in the regime. Although there are minorities who criticize the regime as the regime does not value human rights, they are kept quiet and successfully barred from reaching the media by the government.</p>
</center>
<center><h4>Economic Problems</h4>
<p>
Immediately after the event, United States and its allies imposed series of diplomatic sanctions against China. Since the event, more private companies such as Amer International Group and JD Group flourished, but a majority of the economy still heavily relies on the government. Many people suspect that some companies release their products for spying, one of the great example is Huawei (massive smartphone company) that is, recently blocked from accessing all Google services.
</p>
</center>
</div>
</section>
<section id="stra">
<center><info> <h3>Tragedy</h3></info></center>
<button class="collapsible" data-aos="fade-right"></button>
<div class="content">
<center><p>
Human rights that were "allocated" to the Chinese people were questioned as thousands were killed and arrested without trial. The Tiananmen square massacre raised many unanswered question about the political system.
At least 10000 people died and 40000 people injured from the event. It happened very quickly and the Chinese authorities were fast to clean up and cover the what happened. Some witnesses said that something terrible took place at 4am, but the smoke and distance made it hard to see. Tanks were there with the crowd with constant gunfire. Regarded by many as a tragic event, what was a peaceful protest by students was interrupted by violent actions, and as a result many students and protesters were killed.
</p>
</center>
</div>
</section>
<p> </p>
<hr data-aos="zoom-in">
<style>
.zoom {
height: 110px;
width: 110px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.zoom:hover {
width: 130px;
height: 130px;
}
</style>
<p> </p>
<center>
<info><a href="content/bibliography.pdf">Bibliography</a>
<p><a href="content/processpaper.pdf">Process paper</a></p>
</info>
</center>
<p> </p>
<hr data-aos="zoom-in">
<p> </p>
<section id="testimonial" data-aos="fade-down">
<div class="container1">
<div class="quoteLoop">
<blockquote class="quote"> <img src="image/chailing.png" width="100" height="100" class="zoom" alt=""/>
<h5><br>
”But how could I tell them this? How could I tell them that their lives would have to be sacrificed in order to win?”<br>
<small>Chai Ling -- psychologist and one of the student leaders </small></h5>
</blockquote>
<blockquote class="quote"> <img src="image/chailing.png" width="100" height="100" class="zoom" alt=""/>
<h5><br>
“If we withdraw from the square, the government will kill us anyway and purge those who supported us. If we let them win, thousands would perish, and seventy years of achievement would be wasted.”<br>
<small>Chai Ling -- psychologist and one of the student leaders</small></h5>
</blockquote>
<blockquote class="quote"> <img src="image/chailing.png" width="100" height="100" class="zoom" alt=""/>
<h5><br>
“I believe that democracy is a natural desire. It should guarantee human rights and independence, and foster self-respect — all of which people are entitled to.”<br>
<small>Chai Ling -- psychologist and one of the student leaders</small></h5>
</blockquote>
<blockquote class="quote"> <img src="image/chailing.png" width="100" height="100" class="zoom" alt=""/>
<h5><br>
“Unfortunately, the basic human instinct for independence has been greatly inhibited and degraded among the Chinese.”<br>
<small>Chai Ling -- psychologist and one of the student leaders</small></h5>
</blockquote>
<blockquote class="quote"> <img src="image/shengxue.png" width="100" height="100" class="zoom" alt=""/>
<h5><br>
“On that day, around dinner time, I saw troops marching from east to west toward Tiananmen Square.”<br>
<small>Sheng Xue -- Chinese-Canadian journalist and writer, and human rights activist</small></h5>
</blockquote>
<blockquote class="quote"> <img src="image/shengxue.png" width="100" height="100" class="zoom" alt=""/>
<h5><br>
“By around 6-7 in the morning, Tiananmen Square had turned into a battlefield.”<br>
<small>Sheng Xue -- Chinese-Canadian journalist and writer, and human rights activist</small></h5>
</blockquote>
</div>
</div>
</section>
<p> </p>
<hr data-aos="zoom-in">
<p> </p>
<div id="navbar" class="navi" style="top: 0px;">
<center>
<a href ="#thesis">Thesis</a>
<a href="#hiscon">Historical Context</a>
<a href="#triump">Triumph</a>
<a href="#problems">Problems</a>
<a href="#stra">Tragedy</a>
<a href="https://github.com/bobdinh139/UsHistoryProject">Source code</a>
</center>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js'></script>
<script src ='js/javascript.js'></script>
<script src='https://cdn.rawgit.com/michalsnik/aos/2.0.4/dist/aos.js'></script>
<script>AOS.init({
duration: 1200,
})</script>