forked from xivid/HomePageExercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.html
More file actions
89 lines (88 loc) · 2.26 KB
/
result.html
File metadata and controls
89 lines (88 loc) · 2.26 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
89
<!DOCTYPE html>
<html>
<head>
<title>wikibady and yaoleo</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css"></link>
</head>
<body>
<div class="border">
<div class="page" id="main">
<div class="sidebar" id="left">
<a href="index.html" id="logo"><img src="image/img/logo.png" alt="logo" id="img"></a>
<br><br><br><br>
<ul>
<li >
<a href="index.html">小地鼠的简介</a>
</li>
<br><br><br><br>
<li>
<a href="member.html">小地鼠全家福</a>
</li>
<br><br><br><br>
<li class="selected">
<a href="result.html">小地鼠的成果</a>
</li>
<br><br><br><br>
<li>
<a href="history.html">小地鼠的历程</a>
</li>
<br><br><br><br>
<li>
<a href="join.html">想成为小地鼠</a>
</li>
<br><br><br><br>
</ul>
<div id="p">
<p>
Copyright 2014
</p>
<p>
wikibady in Interweb Lab
</p>
</div>
</div>
<div class="body" id="right">
<div class="content">
<div id="primary">
<h1>
<a href="">项目</a>
</h1>
<div class="entry-content">
<h3>Products List By Categories</h3>
<p></p>
<h4 style="color:#19a1cf;">学习任务</h4>
<p> </p>
<table style="text-align:center;">
<tbody>
<ul>
<p><a href="https://trello.com/c/1EzMds4Q/1--" target="blank">第一周期</p>
<div ><img src="image/task1.jpg"></div>
<p><a href="https://trello.com/c/RZJju947/37--" target="blank">第二周期</p>
<div><img src="image/task2.jpg"></div>
<p><a href="https://trello.com/c/TP6tslK3/47--" target="blank">第三周期</p>
<div><img src="image/task3.jpg"></div>
</ul>
</tbody>
</table>
<br><br>
<h4 style="color:#19a1cf;">项目案例</h4>
<table>
暂无
</table>
<p></p>
<h4 style="color:#19a1cf;">产品</h4>
<table>
。。。
</table>
<p></p>
</div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript">
document.getElementById("right").style.height=document.getElementById("main").scrollHeight+"px";
document.getElementById("left").style.height=document.getElementById("main").scrollHeight-2+"px";
</script>
</html>