forked from xivid/HomePageExercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
70 lines (69 loc) · 1.88 KB
/
join.html
File metadata and controls
70 lines (69 loc) · 1.88 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
<!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>
<a href="result.html">小地鼠的成果</a>
</li>
<br><br><br><br>
<li>
<a href="history.html">小地鼠的历程</a>
</li>
<br><br><br><br>
<li class="selected">
<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 style="height:30px;"></div>
<p>你好<strong></strong><br>
或许你是一个满怀激情的 <strong>创业青年</strong><br>
或许你是一个孤独闷骚的 <strong>程序员</strong><br>
或许你是一个热情大方的 <strong>产品经理</strong><br>
或许你是一个天赋异禀的 <strong>设计师</strong><br>
或许你是一个疑似强迫症的 <strong>用户体验设计师</strong><br>
或许……</p>
<div style="font-size:20px; color:#ff5500;">Anyway, We want u!</div>
<p>请发送简历至 ....</p>
<p></p>
<h2><a href="">招贤网址</a></h2>
<p></p>
<div style="height:30px;"></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>