-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (70 loc) · 3.47 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>ゆるふわ Development Club #yurudev</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">#yurudev</h1>
<p class="header">http://yurufuwa.club</p>
<ul>
<li><i class="fa fa-github fa-fw"></i> <a class="buttons" href="https://github.com/yurufuwa">GitHub Profile</a></li>
<li><i class="fa fa-child fa-fw"></i> <a class="buttons" href="https://github.com/yurufuwa/members">Members</a></li>
<li><i class="fa fa-comments fa-fw"></i> <a class="buttons" href="https://github.com/yurufuwa/meetups">Meetups</a></li>
</ul>
</header>
<section>
<h3>ゆるふわ Development Club #とは</h3>
<p>趣味で開発をしている人たちで集まってそれぞれの作っているものを見せ合ったり、
相談したり、ときにはコードレビューし合ったりするサークルです。</p>
<h3>対象者</h3>
<ul>
<li>個人で何かプロダクト (Web やアプリなど) を作っている人。</li>
<li>エンジニア、デザイナなどの役割は問いません。</li>
</ul>
<h3>活動内容</h3>
<ul>
<li>idobata にそれぞれのプロダクトのコミットログを流す。</li>
<li>プライベートリポジトリのコラボレータに追加し合ってコードを見せ合ったりする。</li>
<li>PR にレビューしてみたりする。</li>
<li>詰まったところを相談したり、教え合ったりする。</li>
<li>たまにハッカソンや開発や合宿などをする。</li>
<li>つい高まって一緒に何か作り始まったりする。</li>
</ul>
<h3>加入方法</h3>
<p>以下のリポジトリにプルリクエストを送ってください。</p>
<p><a href="https://github.com/yurufuwa/members">yurufuwa/members</a></p>
<h3>お問い合わせ先 / 主催者</h3>
<ul>
<li>Satoshi Ebisawa / 海老沢 聡 (<a href="https://github.com/yurufuwa/members/blob/master/satococoa.md">@satococoa</a>)</li>
<li>Shinichi Maeshima / 前島 真一 (<a href="https://github.com/yurufuwa/members/blob/master/willnet.md">@willnet</a>)</li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-53460382-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>