forked from w3c/chinese-ig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.zh-Hans.html
90 lines (68 loc) · 2.94 KB
/
index.zh-Hans.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title data-apiary="name">W3C Web中文兴趣组</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, initial-scale = 1.0,
shrink-to-fit=no">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="https://www.w3.org/standards/">标准</a></li>
<li><a href="https://www.w3.org/participate/">参与</a></li>
<li><a href="https://www.w3.org/Consortium/membership">会员</a></li>
<li><a href="https://www.w3.org/Consortium/">关于W3C</a></li>
<li><a href="index.html">英文版</a></li>
</ul>
</nav>
</header>
<main>
<section id="content">
<h1>Web中文兴趣组</h1>
<section id="mission" style="font-style: normal;">
<!-- <h2>What we do</h2> -->
<p>Web中文兴趣组为W3C成员提供了一个加强中国Web社区对Web标准工作的参与的平台。该兴趣组主要侧重于确定中国的独特要求、帮助中国成员熟悉W3C标准流程、讨论可能提交给W3C的技术提案、标准的测试、实现以及和W3C相关的标准化机会,同时协助中国Web社区对Web标准化进行参与和贡献。</p>
</section>
<section id="who">
<h2>联系我们</h2>
<p>Web中文兴趣组联合主席:<a href="mailto:[email protected]">李安琪</a>(阿里巴巴)、<a href="mailto:[email protected]">林万铭</a>(英特尔)、<a href="mailto:[email protected]">陶清乾</a>(百度)、<a href="mailto:[email protected]">余枝强</a>(华为)。</p>
<p>Web中文兴趣组的W3C团队联系人是<a href="mailto:[email protected]">薛富侨</a>和<a href="mailto:[email protected]">贾雪远</a>。</p>
<h2>参与工作</h2>
<p>我们欢迎中文Web社区的反馈!</p>
<ul>
<li><a href="https://github.com/w3c/chinese-ig">GitHub</a></li>
<li><a href="https://lists.w3.org/Archives/Public/public-chinese-web/">邮件列表</a></li>
<li><a href="https://www.w3.org/participate/">参与W3C</a></li>
<li><a href="https://www.w3.org/2004/01/pp-impl/109611/join">加入Web中文兴趣组(需要W3C会员账号)</a></li>
<li><a href="https://www.w3.org/Consortium/cepc/">W3C道德与职业行为守则</a></li>
</ul>
<h3>小组会议</h3>
<p><a href="https://github.com/w3c/chinese-ig/blob/master/Meetings.md">议程和会议记录</a></p>
<h2>小组章程</h2>
<p>
<a href="https://www.w3.org/2018/09/chinese-web-ig-charter.zh.html">2018-09-20 至 2020-09-30</a>
</p>
<!-- <section id="articles">
<article class="line">
<h2>[TITLE]</h2>
<p>[CONTENT]</p>
</article>
</section> -->
</section>
</section>
</main>
<footer>
<address>
<a href="https://github.com/w3c/chinese-ig/">我们在GitHub上</a></address>
<p id="copyright">
<a href="https://www.w3.org/">W3C</a> - <a
href="https://www.w3.org/Consortium/Legal/privacy-statement">Privacy</a> - <a
href='http://www.w3.org/Consortium/Legal/ipr-notice'>Terms</a>
</p>
</footer>
</body>
</html>