-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 1.9 KB
/
index.html
File metadata and controls
52 lines (48 loc) · 1.9 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
47
48
49
50
51
<html>
<head>
<title>Japan Postfix::Friends</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="static/bootstrap/css/bootstrap.css" />
<link rel="shortcut icon" href="static/favicon.ico" />
<script src="static/bootstrap/js/bootstrap.js"></script>
<script src="static/js/jquery.js"></script>
<style>
body {
padding-top: 60px;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<span class="brand">Japan Postfix::Friends <small>日本Postfix友の会</small></span>
</div>
</div>
</div>
<div class="container">
<img src="static/img/logo.png" />
<h2>日本Postfix友の会について</h2>
<p>2013年7月1日、「Postfix技術伝承の集い」という会合において、以下の目的をもって新しいPostfixユーザーの団体を作りましょうという話がありました。</p>
<ul>
<li>Postfix関連のノウハウ共有とその促進</li>
<li>最新のPostfixに関する情報の紹介</li>
<li>Postfix利用事例の紹介</li>
</ul>
<p>上記をうけ、ytnobodyを筆頭とした団体「日本Postfix友の会」の設立をここに宣言します。</p>
<h3>議論をするには</h3>
<p><span>#jp-postfix-friends@freenode.net</span> を議論の場とします。
<h3>活動に関するご意見・ご相談</h3>
<p>
ご意見・ご相談事項等ございましたら、GitHub上の<a href="https://github.com/postfix-friends/action-request/issues">こちら</a>のページにてイッシューを登録してください。
</p>
<h2>See also</h2>
<ul>
<li><a href="http://www.postfix.jp/">postfix.jp</a></li>
</ul>
<footer>
<p class="pull-right">©Japan Postfix Friends</p>
</footer>
</div>
</body>
</html>