-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (51 loc) · 1.1 KB
/
index.html
File metadata and controls
52 lines (51 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="myfont.css" />
<title>About me</title>
</head>
<body>
<p class="myfont">
About HAO YU WANG
</p>
</br>
<img src="why.jpg" width="216" height="384">
<p class="myfont">
Sirius Wang (larrywhy)
</p>
<p class="myfont">
Graduated from FCU , CCU. Work in Justinsanity.
</p>
<p class="myfont">
Fulfilling mandatory military service now (20141211 - unknown).
</p>
<p class="myfont">
EMAIL: larrywhy.tw@gmail.com
</p>
<p class="myfont">
Twitter: @_larrywhy
</br>
Github: larrywhy
</p>
<p class="myfont">
Skill: C/C++ , Ruby , Java , JavaScript , C# , Machine learning , Security and HTML5 .
</p>
<p class="myfont">
Interest: Reading , Listening to Music , Japanese .
</p>
<p class="myfont">
Project:</br>
1.An Automatic Music-Driven Dancing Choreography System For Kinect Applications
</br>
2.Boo it Apps.
</br>
3.Multimedia Content Analysis - Music Segmentation
</br>
4.Impelement An AAA Framework In Cloud Computing Environment.
</br>
5.Jekyll Post Template - A ruby gem for jekyll application.
</br>
6.Jacaranda Work Time Calculator.
</p>
</body>
</html>