-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (174 loc) · 6.83 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
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
<!DOCTYPE HTML>
<!--
Astral by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Zi Zhou</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- back to top button-->
<a href="#" class="back-to-top icon-chevron-sign-up" title="Back to Top">Back to Top</a>
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#me" class="icon fa-home active"><span>Home</span></a>
<a href="#work" class="icon fa-code"><span>Work</span></a>
<a href="#game" class="icon fa-gamepad"><span>Games</span></a>
<a href="#contact" class="icon fa-envelope"><span>Contact</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- Me -->
<article id="me" class="panel">
<header>
<h1>Zi Zhou</h1>
<p>Software Programmer</p>
</header><center>
<div class="5u 8u$(mobile)">
<a class="pic">
<img src="images/me.jpg" alt="" />
</a>
</div></center>
</article>
<!-- Work -->
<article id="work" class="panel">
<header>
<h2>School Projects</h2>
</header>
<section>
<div class="row">
<div class="5u 12u$(mobile)">
<a href="http://csc301h-fall2013.github.io/Reindeer-CulturalHotspot/" class="image fit"><img src="images/csc301.png" alt=""></a>
</div>
<div class="7u 12u$(mobile)">
<p>
<b>Cultural Hotspot</b> is a website that allows users to create or explore community events on an interactive map.
The website is implement using <i>PHP Codeigniter</i> and <i>Google Maps API</i>. It has been tested
with Apache server on the University of Toronto CDF domain.
</p>
</div>
</div>
<div class="row">
<div class="5u 12u$(mobile)">
<a href="https://github.com/kkzicong/csc411_a3" class="image fit"><img src="images/csc411.jpg" alt=""></a>
</div>
<div class="7u 12u$(mobile)">
<p>
Machine learn couse in University of Toronto. <b>Ficial expression recognition competition</b> on Kaggle Class.
The dataset is first normalized, and the <i>Support Vector Classification</i> model using radial basis function was trained
to classify the images. Written in <i>Python</i> using <i>sklearn</i> library.
</p>
</div>
</div>
<div class="row">
<div class="5u 12u$(mobile)">
<a href="https://www.youtube.com/watch?v=Degl_2-wSsU" class="image fit"><img src="images/csc418.png" alt=""></a>
</div>
<div class="7u 12u$(mobile)">
<p>
Animation produced for CSC418 <b>Computer Graphics</b>. Model and animation created using <i>Blender</i>,
and along with the skybox, imported using <i>OpenGL</i>.
</p>
</div>
</div>
</section>
</article>
<!-- Games -->
<article id="game" class="panel">
<header>
<h2>Games</h2>
</header>
<section>
<div class="row">
<div class="5u 12u$(mobile)">
<a href="http://kkzicong.github.io/Games/nightmareShooter/Builds.html" class="image fit"><img src="images/unity1.png" alt=""></a>
</div>
<div class="7u 12u$(mobile)">
<p>
<i>Unity</i> <b>third person shooter game</b> tutorial completed. (supported only by IE/Firefox/Opera)
</p>
</div>
</div>
<div class="row">
<div class="5u 12u$(mobile)">
<a href="http://zhaeong.github.io/Games/CSC428Experiment/Builds.html" class="image fit"><img src="images/unity2.png" alt=""></a>
</div>
<div class="7u 12u$(mobile)">
<p>
<i>Unity third and first person navigation game</i>, controller and keyboards supported.
Developed for <b>CSC428 User Experience</b> experiment to collect data on third/first person navigation percisions. (supported only by IE/Firefox/Opera)
</p>
</div>
</div>
</section>
<header>
<h2>On Going Projects</h2>
</header>
<section>
<div class="row">
<div class="5u 12u$(mobile)">
<a href="https://github.com/Zhaeong/PrisonerofTime" class="image fit"><img src="images/prisoner.png" alt=""></a>
</div>
<div class="7u 12u$(mobile)">
<p>
<i>Prisoner of Time</i>, <b>RPG game</b> developed in <i>Game Maker</i>. A guest in a motel was found dead 24 hours succeeding his check-in,
the truth behind this incident awaits to be revealed...
</p>
</div>
</div>
<div class="row">
<div class="5u 12u$(mobile)">
<a href="https://github.com/bigluobo/ChessGame" class="image fit"><img src="images/unity3.png" alt=""></a>
</div>
<div class="7u 12u$(mobile)">
<p>
<b>Turn-based strategy game</b> developing in <i>Unity</i>.
</p>
</div>
</div>
</section>
</article>
<!-- Contact -->
<article id="contact" class="panel">
<header>
<h2>Get In Touch </h2>
</header>
<!-- <ul>
<li>
<i class="fa fa-linkedin fa-3x fa-border"></i>
</li>
<li>
</li>
</ul> -->
<a href="mailto:kkzicong@gmail.com" class="fa fa-envelope-o fa-3x fa-border" title="Email"></a>
<a href="https://ca.linkedin.com/in/kkzicong" class="fa fa-linkedin fa-3x fa-border" title="LinkedIn"></a>
<a href="https://github.com/kkzicong/" class="fa fa-github fa-3x fa-border" title="Github"></a>
<a href="https://www.facebook.com/kkzicong" class="fa fa-facebook-official fa-3x fa-border" title="Fackbook"></a>
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="copyright">
<li>© Zicong Zhou.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>