-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4-contact.html
More file actions
46 lines (45 loc) · 2.27 KB
/
4-contact.html
File metadata and controls
46 lines (45 loc) · 2.27 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
---
layout: page
title: "Contact"
description: "Have questions? I have answers (maybe)."
excerpt: "Have questions? I have answers (maybe)."
header_image: "/assets/img/contact-bg.jpg"
---
<p>如果你有任何问题、评论,或者只是想向我打个招呼,可以随时写下来:<i class="fa fa-github"></i> <a rel="contact" href="https://github.com/xiangyingchang/feedback">向应昌/feedback</a></a>, 另外,你也可以给我写邮件<i class="fa fa-envelope-o"></i> <a href="mailto:cvoice@126.com">[email] </a> 或者你可以通过下面这些社交平台留言,我会在最短的时间内回复你:</p>
<ul class="list-inline text-center">
<li>
<a rel="me" href="//twitter.com/lovecvoice">
<span class="fa-stack fa-lg">
<i class="fa fa-twitter fa-stack-2x"></i>
</span>
</a>
</li>
<li>
<a rel="me" href="//facebook.com/{{ site.author.facebook }}">
<span class="fa-stack fa-lg">
<i class="fa fa-facebook fa-stack-2x"></i>
</span>
</a>
</li>
<li>
<a rel="me" href="http://weibo.com/{{ site.author.twitter }}">
<span class="fa-stack fa-lg">
<i class="fa fa-weibo fa-stack-2x"></i>
</span>
</a>
</li>
<li>
<a rel="me" href="http://linkedin.com/in/{{ site.author.linkedin }}">
<span class="fa-stack fa-lg">
<i class="fa fa-linkedin fa-stack-2x"></i>
</span>
</a>
</li>
<li>
<a rel="me" href="http://i13.tietuku.com/b4e2b7f0f3cd6c8b.jpg">
<span class="fa-stack fa-lg">
<i class="fa fa-weixin fa-stack-2x"></i>
</span>
</a>
</li>
</ul>