-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
178 lines (164 loc) · 9.81 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>联系我们 - Musharing 晓音</title>
<link href="https://fonts.googleapis.com/css?family=Heebo:400,700|IBM+Plex+Sans:600" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./dist/css/iconfont.css">
</head>
<body class="is-boxed has-animations">
<div class="body-wrap boxed-container">
<header class="site-header">
<div class="container">
<div class="site-header-inner">
<div class="brand header-brand">
<div class="hero-cta">
<div class="lights-toggle">
<input id="lights-toggle" type="checkbox" name="lights-toggle" class="switch"
checked="checked">
<label for="lights-toggle" class="text-xs"><span>Turn me <span
class="label-text">dark</span></span></label>
</div>
<a href="./index.html">
<span class="iconfont icon-homepage" style="position: absolute; right: 5%; font-size: 30px !important;"></span>
</a>
</div>
<div class="features-header text-center">
</div>
</div>
</div>
</header>
<main>
<section class="cta section">
<div class="container-sm">
<div class="cta-inner section-inner">
<div class="features-header text-center">
<div class="container-sm">
<h2 class="section-title mt-0">联系 Musharing 团队</h2>
<p class="section-paragraph">
与我们取得联系,以获取帮助,或向我们提出意见与建议。
</p>
<em class="section-paragraph" style="color: brown">
注意:此页功能尚未完成,无法通过该页提交反馈!
</em>
<p class="section-paragraph">
请尝试通过 <a href="https://github.com/musharing-team/Musharing-Android">GitHub</a> 或 <a href="mailto: [email protected]">E-mail</a> 联系我们。
</p>
</div>
</div>
<form action="./submit_todo.html" method="post">
<div class="col-xs-12 col-sm-8 col-md-8">
<h3>
<span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span>
反馈内容
</h3>
<div class="form-group">
<label for="title">标题</label>
<input type="text" name="title" class="form-control" id="title" placeholder="请输入标题">
</div>
<div class="form-group">
<label for="text">内容</label>
<textarea name="content" class="form-control" id="text" rows="12"
placeholder="请输入文本内容"></textarea>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h3>
<span class="glyphicon glyphicon-tag" aria-hidden="true"></span>
其他信息
</h3>
<div class="form-group">
<label for="source">附件 (可选)</label>
<input type="file" name="attach" class="form-control" id="attach" placeholder="附件">
<p>如果需要,您可以在此添加截图或其他附件。</p>
</div>
<div class="form-group">
<label for="pic">您的信息 (可选)</label>
<input type="mail" name="user" class="form-control" id="user"
<p>您可以提供您的电子邮箱,以便我们就您的反馈与您进一步沟通。</p>
</div>
<div><br /></div>
<h3>
<span class="glyphicon glyphicon-lock" aria-hidden="true"></span>
提交
</h3>
<div class="form-group">
<button class="btn btn-success" type="submit" style="float:left">
<span class="glyphicon glyphicon-send" aria-hidden="true"></span>
提交
</button>
<button type="reset" class="btn btn-primary" style="float:right">
<span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>
重置
</button>
</div>
</div>
</form>
</div>
</div>
<div style="margin: 0px">
<p>.......</p>
</div>
</section>
</main>
<footer class="site-footer has-top-divider">
<div class="container">
<div class="site-footer-inner">
<div class="brand footer-brand">
<a href="#">
<img class="asset-light" src="dist/images/logo-light.svg" alt="Logo">
<img class="asset-dark" src="dist/images/logo-dark.svg" alt="Logo">
</a>
</div>
<ul class="footer-links list-reset">
<li>
<a href="./faq.html">常见问题</a>
</li>
<li>
<a href="./contact.html">联系我们</a>
</li>
</ul>
<ul class="footer-social-links list-reset">
<li>
<a href="https://github.com/musharing-team/Musharing-Android">
<span class="screen-reader-text">GitHub</span>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"
fill="#FFF"></path>
</svg>
</a>
</li>
<li>
<span class="screen-reader-text">Mail</span>
<img src="dist/images/musharing/mail.svg" height="16" width="16">
</a>
</li>
<!-- <li>
<a href="#">
<span class="screen-reader-text">Google</span>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path
d="M7.9 7v2.4H12c-.2 1-1.2 3-4 3-2.4 0-4.3-2-4.3-4.4 0-2.4 2-4.4 4.3-4.4 1.4 0 2.3.6 2.8 1.1l1.9-1.8C11.5 1.7 9.9 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7c4 0 6.7-2.8 6.7-6.8 0-.5 0-.8-.1-1.2H7.9z"
fill="#FFF" />
</svg>
</a>
</li> -->
</ul>
<div class="footer-copyright">Copyright © 2019 Musharing Team, all rights reserved.</div>
</div>
</div>
<div>免责声明:网页设计来自<a href="https://cruip.com/switch/" target="_blank" title="switch, cruip">cruip</a>,© Switch,
cruip all rights reserved。如果有侵犯权益,请您告知,我们会立即处理。</div>
</footer>
</div>
<script src="dist/js/main.min.js"></script>
</body>
</html>