-
Notifications
You must be signed in to change notification settings - Fork 12
/
contact.html
106 lines (76 loc) · 3.25 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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8"/>
<meta name="description" content="Contact the CotEditor Project team"/>
<title>Contact - CotEditor</title>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://coteditor.com/contact"/>
<meta property="og:title" content="CotEditor"/>
<meta property="og:description" content="Contact the CotEditor Project team"/>
<meta property="og:image" content="https://coteditor.com/img/appicon/512@2x.png"/>
<meta property="og:site_name" content="CotEditor"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:locale:alternate" content="ja_JP"/>
<meta property="og:locale:alternate" content="tr_TR"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:creator" content="@CotEditor"/>
<link rel="shortcut icon" href="favicon.png" type="image/png" sizes="16x16"/>
<link rel="shortcut icon" href="favicon@2x.png" type="image/png" sizes="32x32"/>
<link rel="stylesheet" href="css/common.css"/>
<link rel="stylesheet" href="css/contact.css"/>
<script async="async" src="js/common.js"></script>
<script async="async" src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script>
</head>
<body>
<header>
<a href="/">CotEditor</a>
<nav><ul>
<li><a href="archives">Archives</a></li>
<li><a>Contact</a></li>
<li><a href="https://twitter.com/CotEditor" rel="external">Twitter</a></li>
</ul></nav>
</header>
<main>
<h1>Contact</h1>
<section id="tourble">
<h2>Trouble Shooting</h2>
<p>Do you have a question about using CotEditor? CotEditor itself has great help contents that can be accessed from the Help menu.</p>
<figure>
<img src="img/contacts/help@2x.png" width="315" height="195"
alt="Help menu in the main menu on CotEditor."/>
</figure>
</section>
<section id="contacts">
<h2>Contacts</h2>
<p>If you need support from us, create a new issue on our GitHub Issue page.</p>
<ul>
<li><a href="https://github.com/coteditor/CotEditor/issues" rel="external" title="Issues · coteditor/CotEditor">Issues · coteditor/CotEditor</a></li>
</ul>
<p>Or, just send us an e-mail to: coteditor.github<span title="I'm not a bug, I'm an at mark.">🐛</span>gmail.com</p>
<p>You can find us also on:</p>
<ul>
<li>Twitter: <a href="https://twitter.com/CotEditor" rel="external" title="@CotEditor -Twitter">@CotEditor</a></li>
</ul>
</section>
<section id="team">
<h2>Project Team</h2>
<p>The <dfn>CotEditor Project</dfn> is an open source project team for CotEditor that consists currently of the following member:</p>
<ul>
<li><span class="position">organizer / programmer / designer</span>
<div class="github-card" data-github="1024jp"></div>
</li>
</ul>
<p>CotEditor was originally created by <a href="http://www.aynimac.com" rel="external" title="AYNiMac">nakamuxu</a> in 2004, and became an open source software since 2010.</p>
</section>
<section id="contribution">
<h2>Contribution</h2>
<p>The team welcomes your contribution. Feel free to send a pull-request on GitHub.</p>
<div class="github-card" data-github="coteditor" data-repo="CotEditor"></div>
</section>
</main>
<footer>
<p class="copyright">© 2014-2022 CotEditor Project</p>
</footer>
</body>
</html>