-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
53 lines (49 loc) · 2.38 KB
/
contact.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
<!doctype html>
<html lang="zh">
<head>
<script src="./js/public_style.js"></script> <!-- 公共样式 -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>社区 | Class Widgets 官方网站</title>
<link rel="icon" href="./assets/favicon.ico"> <!-- 网站图标 -->
<meta name="description" content="Class Widgets 社区 | 与我们的用户和开发者互动!"> <!-- 网站描述 -->
<meta name="keywords" content="Class Widgets, 桌面课表, 课程表, 软件, 应用, 教学, 教学, 教学工具, 高效, 实用"> <!-- 网站关键字 -->
<link rel="stylesheet" href="./css/contact.css">
<link rel="stylesheet" href="./css/docs.css">
<link rel="stylesheet" href="./assets/icon/FluentSystemIcons-Resizable.css">
<link rel="stylesheet" media="(max-width: 1200px)" href="./css/common_mobile.css">
</head>
<body>
<!-- header -->
<div id="header"></div> <!-- 用公共样式引入 -->
<!-- content -->
<div class="intro" style="margin-top: 64px;">
<div class="wrapper">
<h2>社区</h2>
<hr>
<p>我们目前开通了 <a href="https://github.com/orgs/Class-Widgets/discussions" class="link">GitHub Discussions</a>
和 <a href="https://qm.qq.com/q/pnnFXu1INW" class="link">QQ 群(推荐)</a> ,欢迎大家加入交流。
</p>
<p>在互相交流前,请您认真阅读我们的
<a href="https://www.yuque.com/rinlit/standards" target="_blank" class="link">社区规范</a>
</p>
<hr>
<div class="bottom">
<a href="https://qm.qq.com/q/pnnFXu1INW"><img src="./assets/img/qq_group_qrc.jpg" alt="QQ 群二维码"></a>
<iframe src="https://www.yuque.com/rinlit/standards" id="docs-user" class="fullscreen">
</iframe>
<!-- docs -->
<div class="tip">
<a href="https://www.yuque.com/" target="_blank">
<img src="./assets/img/yuque.png" alt="语雀文档">
</a>
<h2>此文档由“语雀”驱动</h2>
</div>
</div>
</div>
</div>
<!-- footer -->
<div id="footer"></div> <!-- 用公共样式引入 -->
</body>
</html>