forked from SlimBN/workshow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (70 loc) · 3.63 KB
/
index.html
File metadata and controls
78 lines (70 loc) · 3.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jiyun Han</title>
<link rel="shortcut icon" href="img/avatar_32x32.png" type="image/x-icon">
<meta name="author" content="hanjiyun">
<meta name="description" content="hanjiyun,韩吉云,孬爷爷">
<meta name="keywords" content="hanjiyun 的个人网站">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/swiper.min.css"> -->
<!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> -->
</head>
<body>
<div id="container"></div>
<div id="cont">
<div id="main">
<h1>Han</h1>
<h3>Code + Design</h3>
<p><a href="http://www.wandoujia.com/" target="_blank">Wandoujia</a></p>
<dl id="nav">
<dt>Works:</dt>
<dd>2010 <a href="http://www.jiyin.it" target="_blank">基因</a></dd>
<dd>2011 <a href="http://www.paiming.com" target="_blank">排名网</a></dd>
<dd>2012 <a href="http://www.biubiubiubiu.com" target="_blank">Biu</a> - <a href="https://github.com/naoyeye/rhinoceros" target="_blank">github</a></dd>
<dd>2013 <a href="http://36kr.com/p/206549.html" target="_blank">Workor</a> (saled)</dd>
<dd>2014 <a href="http://www.perber.com" target="_blank">Perber</a> - <a href="https://github.com/naoyeye/Perber" target="_blank">github</a></dd>
<dd>2014 <a href="http://xiamirun.avosapps.com/run?song=http://www.xiami.com/song/1774205606" target="_blank">xiamirun</a> - <a href="https://github.com/naoyeye/xiamiRun" target="_blank">github</a> </dd>
<dd>2015 <a href="http://dabenji.doubanclock.com" target="_blank">豆瓣大笨鸡</a> - <a href="https://github.com/naoyeye/doubanAnimalClock" target="_blank">github</a></dd>
<dd>2015 <a href="http://www.guanlema.com" target="_blank">关了吗</a></dd>
</dl>
</div>
</div>
<div id="works-wrap"></div>
<footer>© 2015</footer>
<!--
<script id="worksTpl" type="text/template">
<div id="slider" class="swiper-container">
<div class="swiper-wrapper">
<% _.each(works, function(card, i) { %>
<div class="swiper-slide" style="background-image: url(<%= card.image %>);">
<h1><%= card.title %></h1>
</div>
<% }); %>
</div>
<div class="swiper-pagination"></div>
</div>
</script>
-->
<script src="js/sketch.js"></script>
<script src="js/jquery.1.7.2.min.js"></script>
<!-- // <script src="js/template.js"></script> -->
<!-- // <script src="js/swiper-3.0.7.min.js"></script> -->
<!-- // <script src="js/velocity.min.js"></script> -->
<!-- // <script src="js/velocity.ui.js"></script> -->
<script src="js/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9097302-10', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>