-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (41 loc) · 2.69 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
<body background=" http://summemedicalclinic.com/wp-content/uploads/Gradient-Background-112.jpg" bgcolor="#333333">
<div class="container body-content">
<meta charset="utf-8">
<title>Escape from the Un</title>
<!-- add styles -->
<!-- add scripts -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://cdn.firebase.com/js/client/2.0.4/firebase.js"></script>
<script src="js/jquery.js"></script>
<script src="js/script.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<div style="background:transparent !important" class="jumbotron">
<h1>Escape from the Un</h1>
<p class="lead">WildHacks 2014</p>
</div>
<div class="row">
<div class = "col-md-6 style="border: 2px solid black; height: 600px">
<canvas id="scene" width="800" height="600" tabindex="1"></canvas>
</div>
<div class="col-md-offset-3 col-md-3">
<h2>INFO</h2>
<p>
"Escape from the Un" is a casual, yet serious game on the difficulties of escaping the DPRK (North Korea). This game pictures the initial opposition that a North Korean defector must face: through rough terrain, defectors must run from North Korean's military forces, and not be captured by them during their escape. In reality, North Korean military will retaliate in more ruthless ways, including gunfire.
This game only pictures the start of the road to a North Korean's escape - they must face deportation in other countries, human trafficking, and the lack of basic nourishment and shelter. Liberty in North Korea (LINK) is an organization that helps North Koreans that escape from their country, but help give passage to a free life. Through this game, we implemented a fun way to donate to this organization. It is a small way that all of us can support this cause. We also hope to spread social awareness of not only LINK's work, but the harsh realities of escaping North Korea.
</p>
<p><a class="btn btn-default" href="http://libertyinnorthkorea.org/">Learn more</a></p>
</div>
<div class=" col-md-offset-9 col-md-3">
<p><a class="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MWE7FAXK3YW26">Donate</a></p>
</div>
</div>
<hr>
<footer>
<p>James Jia, Saad Paya, Shivam Gupta, Sunny Duan, Thomas Wu</p>
</footer>
</div>
<script src = "js/jquery1.7.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>