-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
114 lines (90 loc) · 4.06 KB
/
about.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="/atom.xml" />
<title>Gotanda.pm とは | Gotanda.pm
</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Oswald" />
<link rel="stylesheet" href="/css/style.css" />
<meta name="description" content="Gotanda.pm" />
<meta name="author" content="karupanerura" />
<meta name="copyright" content="Gotanda.pm" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js" async="async" defer="defer"></script>
<script src="/js/app.js" async="async" defer="defer"></script>
</head>
<body>
<article class="site-scope">
<header class="header">
<h1 class="title">
<a href="/">Gotanda.pm</a>
</h1>
<p class="description">五反田を中心に活動するPerlの技術者コミュニティ</p>
<nav class="site-menu-scope">
<ul class="menu">
<li><a href="/">Top</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/atom.xml">RSS</a></li>
<li><a href="/archives.html">Archive</a></li>
<li><a href="https://github.com/gotanda-pm/">Github</a></li>
</ul>
</nav>
</header>
<div class="content">
<section class="about-scope">
<h1>Gotanda.pm とは</h1>
<p>五反田(東京)を拠点とした技術コミュニティです。
以下の目的のもと、小規模なカンファレンスの開催、Slackによる交流などを中心とした活動を行います。
不明な点、技術的な相談等は<a href="https://join.slack.com/t/gotanda-pm/shared_invite/zt-1hwy8zgu8-_C0O66qUwvJQUlxpwBgDnw">Slack</a>にて行います。</p>
<h2>目的</h2>
<ul>
<li>Perlを中心としたWebサービスの開発運用に関連する技術やノウハウをオープンに共有する</li>
<li>地域的/技術的に繋がりのある技術者同士の交流を深める</li>
<li>技術的な問題について相談出来る場を提供する</li>
</ul>
<h2>背景</h2>
<ul>
<li>Shibuya.pmは殆ど活動がない</li>
<li>Yokohama.pmは活発だが五反田から遠い</li>
<li>五反田は飯屋/呑み屋が多く、良い街である</li>
</ul>
<h1>活動</h1>
<ul>
<li>カンファレンスの開催(3月、6月、9月、12月)</li>
<li>Slackによる交流</li>
<li>懇親会の開催</li>
</ul>
<h2>方針</h2>
<ul>
<li>Perlに限定しない(Webサービスの開発運用に関連する技術やノウハウ)
<ul>
<li>いまどきPerlだけで完結するものは少ない</li>
<li>Perl以外のナニカの良いところをPerlに取り入れる参考になる</li>
<li>Perlの良いところをPerlを使わない人に発信できる</li>
</ul>
</li>
<li>懇親会の積極的な開催
<ul>
<li>相談が気軽に行える</li>
<li>経験的に雑談のなかで技術的な相談を行うと問題の解決が早い</li>
</ul>
</li>
</ul>
<h1>Contribute</h1>
<p>Gotanda.pmは有志により運営されるコミュニティです。
善意による支援の申し出を積極的に受け入れます。
意見や提案などは<a href="https://github.com/gotanda-pm/gotanda-pm/issues">Github issue</a>にてお願い致します。
コアメンバーとして運営に携わりたい方は<a href="https://github.com/karupanerura">@karupanerura</a>までご連絡下さい。</p>
</section>
</div>
<a href="javascript:void(0)" class="btn-gotop">☝</a>
<footer class="footer">
<small class="author">Author: <a href="https://github.com/karupanerura">@karupanerura</a>.</small>
<small class="powered-by">Powerd by: <a href="https://github.com/Songmu/p5-Riji">Riji</a>.</small>
<small class="copyright">© Gotanda.pm</small>
</footer>
</article>
</body>
</html>