-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
138 lines (130 loc) · 7.19 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="description" content="Fire Emblem: Chronicles of the Abyss is a non-profit derivative work of Nintendo's and Intelligent Systems' Fire Emblem: The Blazing Sword developed strictly for educational purposes. Development Team: Kevin Chan, David Leonard, Wan Kim Mok, Jeremy Neiman, Enan Rahman, Christopher Zhang.">
<title>Fire Emblem: Chronicles of the Abyss</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="lib/impact/impact.js"></script>
<script type="text/javascript" src="lib/game/main.js"></script>
</head>
<body>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
</div>
</div>
</header>
<div id="main">
<h1>Fire Emblem: Chronicles of the Abyss</h1>
<canvas id="canvas"></canvas>
<div>
<p><a href="//github.com/chessmasterhong/WaterEmblem/wiki" target="_blank">User Manual and Gameplay Features</a></p>
<p><a href="//github.com/chessmasterhong/WaterEmblem" target="_blank">Source Code</a></p>
</div>
</div>
<!-- Team Section -->
<section id="team" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Development Team</h2>
<h3 class="section-subheading text-muted">The developers who...developed the game.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img src="img/chess.png" class="img-responsive img-circle" alt="">
<h4>Kevin Chan</h4>
<p class="text-muted">Lead Developer</p>
<ul class="list-inline social-buttons">
<li><a href="//github.com/chessmasterhong"><i class="fa fa-github"></i></a></li>
<li><a href="//chessmasterhong.github.io/"><i class="fa fa-laptop"></i></a></li>
<li><a href="//www.linkedin.com/in/kchan12"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/me.png" class="img-responsive img-circle" alt="">
<h4>David Leonard</h4>
<p class="text-muted">Lead Developer</p>
<ul class="list-inline social-buttons">
<li><a href="//github.com/DrkSephy"><i class="fa fa-github"></i></a></li>
<li><a href="//bitbucket.org/DrkSephy"><i class="fa fa-bitbucket"></i></a></li>
<li><a href="//www.linkedin.com/in/drksephy"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/jeremy.png" class="img-responsive img-circle" alt="">
<h4>Jeremy Neiman</h4>
<p class="text-muted">Developer</p>
<ul class="list-inline social-buttons">
<li><a href="//github.com/docmarionum1"><i class="fa fa-github"></i></a></li>
<li><a href="//jeremyneiman.com/"><i class="fa fa-laptop"></i></a></li>
<li><a href="//justanotherphotoblog.com/"><i class="fa fa-camera"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Second row -->
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img src="img/chris.png" class="img-responsive img-circle" alt="">
<h4>Christopher Zhang</h4>
<p class="text-muted">Developer</p>
<ul class="list-inline social-buttons">
<li><a href="//github.com/czhang"><i class="fa fa-github"></i></a></li>
<li><a href="//www.facebook.com/chriswithazee"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/kim.png" class="img-responsive img-circle" alt="">
<h4>Wan Kim Mok</h4>
<p class="text-muted">Developer</p>
<ul class="list-inline social-buttons">
<li><a href="//github.com/mk200789"><i class="fa fa-github"></i></a></li>
<li><a href="//bitbucket.org/mk200789"><i class="fa fa-bitbucket"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/enan.png" class="img-responsive img-circle" alt="">
<h4>Enan Rahman</h4>
<p class="text-muted">Artist</p>
<ul class="list-inline social-buttons">
<li><a href="//anonears.deviantart.com/"><i class="fa fa-paint-brush"></i></a></li>
<li><a href="//github.com/enan789"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<!--
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
</div>
-->
</div>
</section>
<!-- Footer -->
<footer>
<hr>
<p>Fire Emblem: Chronicles of the Abyss is a non-profit fan-made game created strictly for educational purposes. All animations, map tiles, characters, sound effects, and gameplay mechanics are property of both Nintendo and Intelligent Systems.</p>
</footer>
</body>
</html>