-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailing_list.html
76 lines (66 loc) · 4.05 KB
/
mailing_list.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8"/>
<title>メーリングリストについて|html5jビギナーズ</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge, chrome=1"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=0.5,user-scalable=yes,initial-scale=1.0"/>
<link rel="shortcut icon" href="images/favicon.png"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="メーリングリストについて|html5jビギナーズ"/>
<meta property="og:description" content="html5jのビギナー部のメーリングリストについて。"/>
<meta property="og:url" content="http://begin.html5j.org/mailing_list.html"/>
<meta property="og:image" content="images/icatch.png"/>
<meta property="og:site_name" content="html5jビギナーズ"/>
<meta property="og:locale" content="ja_JP"/>
<meta name="twitter:card" content="summary"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<!--[if lte IE 8]><script src="js/common/html5.js" type="text/javascript"></script><![endif]-->
</head>
<body>
<header id="globalHeader">
<div class="inner clear">
<h1 id="siteID"><a href="index.html" class="title">html5j beginners</a></h1>
<!-- <nav id="globalNav" class="clear">
<ul id="globalNavList">
<li class="nav-item"><a href="http://html5j-begin.blogspot.jp/" target="_blank"><i class="icon-pencil"></i> ブログ</a></li>
</ul>
</nav> -->
</div>
</header>
<div id="container" class="clear">
<section class="section">
<header id="mailingList" class="section-header">
<h1 class="section-title"><i class="icon-envelope"></i> メーリングリストについて</h1>
</header>
<div class="section-contents">
<nav class="article-nav">
<div class="textContent">
<p>html5jビギナー部は、コミュニティ「html5j」と同じMLを利用して活動しております。html5jには他の部活もありますが、Web技術に関連したネタなら、全く気を使わずガンガン交流してOKです!技術的質問についても、Web技術好きが集まったこのコミュニティでは歓迎されるはずです!ここで起きている議論は、国内のWeb技術発展に大きく貢献されます!楽しみましょう!</p>
<p>ただ一点だけお願いです。部活内での議論、情報共有については、件名に【ビギナー部】と入れるようにして下さい。html5は、ビギナーにかぎらず、デザイン系、ゲーム系など、多くの分野を巻き込む懐の広いテクノロジーです。無関係な分野の方に頻繁にMLが行ってしまうことを避けられるよう、フィルタリングできる工夫をさせて下さい。</p>
<p>また、以前このMLでは、ちょっとした問題が発生したため、初投稿などでちょっとしたルールを作っています。詳しくはhtml5jのサイトでご確認下さい。</p>
</div>
<ul class="article-link-list">
<li class="link-item"><a href="https://groups.google.com/forum/#!forum/html5-developers-jp/join" target="_blank"><span class="title">html5j ビギナー部に参加する</span></a></li>
</ul>
</nav>
</div>
</section>
</div>
<footer id="globalFooter">
<div class="inner">
<nav id="footerNav">
<ul id="footerNavList" class="clear">
<li class="nav-item"><a href="https://www.facebook.com/beginhtml5" target="_blank"><i class="icon-facebook"></i> facebook</a></li>
<li class="nav-item"><a href="http://html5j.org/" target="_blank"><i class="icon-html5"></i> html5j</a></li>
<li class="nav-item"><a href="http://blog.html5j.org/" target="_blank"><i class="icon-pencil"></i> html5j スタッフブログ</a></li>
</ul>
</nav>
<p id="copyright"><small>© html5j Beginner 部</small></p>
</div>
</footer>
</body>
</html>