forked from Jayin/jayin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (80 loc) · 3.65 KB
/
index.html
File metadata and controls
88 lines (80 loc) · 3.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home-Jayin Ton</title>
<link rel="shortcut icon" href="/assets/public/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./assets/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="static/css/site.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="./assets/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen">
<script src="./assets/bootstrap/js/jquery.js"></script>
<script src="./assets/bootstrap/js/bootstrap.min.js"></script>
</head>
<body class="home">
<div class="navbar">
<div class="navbar-inner">
<div class="span2"></div>
<div class="span5">
<a class="brand" href="#">jayin.github.io</a>
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="./posts">Posts</a></li>
<li><a href="./about">About</a></li>
</ul>
</div>
<div class="span4">
<ul class="nav" style="float:right">
<li><a target="_blank" href="http://weibo.com/tjy273942569/">Weibo</a></li>
<li><a target="_blank" href="https://github.com/Jayin">Github</a></li>
<li><a target="_blank" href="https://plus.google.com/101862812850960840018">G+</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<header>
<h1>I write codes.</h1>
<p>Now is better than never.Although never is often better than right now.</p>
</header>
<hr>
<section>
<div class="row">
<div class="span12">
<h1>Project
<small> Libraries or apps</small>
</h1>
<dl class="project">
<dt><a href="https://github.com/Jayin/ETips">ETips</a>-<span class="label">2013</span></dt>
<dd>ETips is an Android App for the students of Wuyi University.</dd>
<dt><a href="https://github.com/Jayin/SiyuanGroup">Siyuan</a>-<span class="label">2014</span></dt>
<dd>SiyuanGroup is committed to create a new social space for the alumni .</dd>
<dt><a href="https://github.com/Jayin/allwini">Allwini</a>-<span class="label">2014</span></dt>
<dd>help in www.allwini.com</dd>
<dt><a href="https://github.com/Jayin/JHttpServer">JHttpServer</a>-<span class="label">2014</span>
</dt>
<dd>A simple http server implement in Java</dd>
<dt><a href="https://github.com/Jayin/android_win8-style_Item">Android_win8-style_Item</a>-<span
class="label">2014</span></dt>
<dd>win8风格的item,点击item自动缩小放大</dd>
<dt><a href="https://github.com/Jayin/AndroidDataPool">AndroidDataPool</a>-<span
class="label">2014</span></dt>
<dd>A very very light-weight util for transfering data among Activity, Service, BroadcastReceiver,
AppWidget...and so on.
</dd>
<dt><a href="https://github.com/Jayin/ZWatch-CourseTable">ZWatch-CourseTable</a>-<span
class="label">2014</span></dt>
<dd>CourseTable is the app for my ZWatch</dd>
</div>
</div>
</section>
<a href="https://github.com/Jayin?tab=repositories" class="btn btn-primary">show more </a>
</div>
<hr>
<footer>
<p class="text-center">© 2014 Jayin Ton </p>
</footer>
</div>
</body>
</html>