-
Notifications
You must be signed in to change notification settings - Fork 3
/
template.html
71 lines (61 loc) · 2.4 KB
/
template.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>IDEAS Tech Hackathon</title>
<link href='http://fonts.googleapis.com/css?family=Quicksand:400,700,300' rel='stylesheet' type='text/css'>
<link href="style/hackathon.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="face">^____^</div>
<div class="face">( ิω ิ)</div>
<a class="btn_faceChange" href="#" title="Change Face">
<div></div>
<p>Change Face</p>
</a>
<a class="btn_fblogin" href="#" title="Fackbook Login">
<div></div>
<p>Login with Facebook</p>
</a>
<a class="btn_back btn_account" href="#" title="Back to account"></a>
<a class="btn_back btn_cloud" href="#" title="Back to cloud"></a>
<a class="btn_back btn_uparrow" href="#" title="go top"></a>
<div class="avatar" title="PYchen">
<div style="background:#fff url(./images/sample.jpg) center center no-repeat; background-size:116px auto;"></div>
<p>PYchen</p>
</div>
<p class="fb_wording">like<span>X 1230 msg</span></p>
<a class="btn_spread" href="#" title="展開留言">展開留言</a>
<a class="btn_spread" href="#" title="收合留言">收合留言</a>
<div class="btn_scroll">
<a class="up" href="#" title="收合留言">收合留言</a>
<a class="down" href="#" title="收合留言">收合留言</a>
</div>
<div class="circle_score">
<div class="fb_score">
<span class="int">8</span>
<span class="dec">.95</span>
</div>
<div class="circle_score_pie">
<div class="pie_b"></div>
<div class="pie_s"></div>
</div>
</div>
<ul id="comment_wrap">
<li>
<div class="circle_score"></div>
<div class="comment_content">
<div class="comment_date">
<p><time>2014.05.06</time>PYchen said</p>
<a class="btn_spread" href="#" title="展開留言">展開留言</a><!-- 收合換 btn_collapse class-->
</div>
<div class="comment_detail">
<p><span>like</span>洛杉磯湖人至今仍是NBA聯盟30支球隊中,唯一還沒確定總教練人選的球隊,目前最有可能接掌球隊兵符的史考特(Byron Scott)日前接受訪問時</p>
</div>
<div class="comment_img"></div>
<p class="comment_info">和 PY Chen 與李霓雅在 1bite2go信義店 (4 張相片)</p>
</div>
</li>
</ul>
</body>
</html>