-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
61 lines (59 loc) · 1.86 KB
/
team.html
File metadata and controls
61 lines (59 loc) · 1.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=, initial-scale=1.0" />
<title>志愿者团队</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<header class="main-header">
<a href="index.html">
<h1>Mutter</h1>
</a>
<div class="top-bar-wrapper">
<div class="container">
<ul class="list">
<a href="index.html">
<li>主页</li>
</a>
<a href="community.html">
<li>社区</li>
</a>
<a href="course.html">
<li>课程</li>
</a>
<a href="activity.html">
<li>活动</li>
</a>
<a href="team.html">
<li>志愿者团队</li>
</a>
<a href="queastions.html">
<li>Q&A</li>
</a>
</ul>
</div>
</div>
</header>
<h2>Mutter志愿者团队</h2>
<h3>成员简介</h3>
<p>
涉川 小羊 鱼鱼 Bella Julia 江江 西西 清水 丁艺茗 李子 林奚 代序 诺诺
Rita</p>
</p>
<h3>加入我们</h3>
<p>
小伙伴们如果有意向加入Mutter的志愿者团队,请按照如下方法递交申请:<br />
1.填写基本信息:<br />
a. <a href="工作组模版.html">工作组模版</a><br />
b.<a href="课程组模版.html">Tutor(授课)组模版</a><br />
2.将填好的信息附上微信号发至涉川的邮箱:shechuanqz@163.com<br />
3.邮件被阅读后将会被添加至Mutter微信审核群,并抽时间通过面试<br />
4.面试通过后,就可以正式成为Mutter志愿者的一员!<br />
最后感谢大家对Mutter的支持,欢迎大家向我们进一步提问,持续关注我们的工作!
</p>
</div>
</body>
</html>