forked from Elmas5/zhenyang-seminar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
member.html
73 lines (69 loc) · 2.35 KB
/
member.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
72
73
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>成员一览|中国科学技术大学 真央研习班</title>
<meta name="keywords" content="成员,简介,真央研习班">
<meta name="description" content="真央研习班成员一览。">
<link rel="stylesheet" href="css/common.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">TOP</a></li>
<li><a href="member.html">MEMBER</a></li>
<li><a href="works.html">WORKS</a></li>
</ul>
</nav>
<h1>MEMBER</h1>
<p>真央研习班的成员</p>
</header>
<main>
<div class="row">
<div class="col harf">
<h2>Professor</h2>
<img src="images/icon_mao.jpg" alt="魔王教授">
<p>真央研习班教授。本名“真央 一”。<br>自称800岁。喜欢的饮料是可乐。</p>
<p>一言:“Git超赞!”</p>
</div>
<div class="col harf">
<h2>Assistant</h2>
<img src="images/icon_elmas.jpg" alt="Elmas">
<p>真央研习班助手。兴趣是读书。</p>
<p>一言:“Git不仅对IT从业者而言很重要,对文字工作者也很有用的哦”</p>
</div>
</div>
<div class="row">
<div class="col harf">
<h2>Research Student</h2>
<img src="images/icon_wakaba.jpg" alt="Wakaba">
<p>新学员。梦想是成为web设计师!</p>
</div>
</div>
<div class="row">
<h2>成员互评</h2>
<table>
<tbody>
<tr>
<th>魔王教授</th>
<td>「嗯,不是坏人哟。」by Elmas<br>「习惯就好了。」by Wakaba</td>
</tr>
<tr>
<th>Elmas小姐</th>
<td>「优秀助手!偶尔有些冷漠。」by 魔王<br>「Elmas小姐又聪明又温柔,很耐心地教我。」by Wakaba</td>
</tr>
<tr>
<th>Wakaba酱</th>
<td>「有趣的家伙,作为新人,学得还是挺快的。」by 魔王<br>「有疑问的时候,会不扭捏地直接提出来,真是帮了我的大忙。」by Elmas</td>
</tr>
</tbody>
</table>
</div>
</main>
<footer>
<p>本网站,是书籍《和Wakaba酱一起学Git》的练习用素材。</p>
</footer>
</body>
</html>