-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (90 loc) · 3.46 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
90
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta content='chrome=1' http-equiv='X-UA-Compatible'>
<title>Azabu.hs</title>
<link href='stylesheets/styles.css' rel='stylesheet'>
<link href='stylesheets/pygment_trac.css' rel='stylesheet'>
<meta content='width=device-width, initial-scale=1, user-scalable=no' name='viewport'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class='wrapper'>
<header>
<h1 class='header'>Azabu.hs</h1>
<p class='header'>Azabu.hs is probably the most active regional Haskller group in Japan.</p>
<ul>
<li>
<a class='buttons github' href='https://github.com/Azabuhs/'>View On GitHub</a>
</li>
</ul>
</header>
<section>
<h3><a aria-hidden='true' class='anchor' href='#welcome-to-github-pages' id='welcome-to-github-pages'>
<span class='octicon octicon-link'></span>
</a>Haskellerのための地域コミュニティ
</h3>
<p>
集まりは不定期に行っています。ゆるふわやりましょう。<br>Seattle.rb みたいに色々作っていく感じでいきたい。<br>Haskellがもっとメジャーになると良いなと心から思っております。<br>もっと人数を増やして浅草.rbとサッカーの試合をするのが夢。
</p>
<h3><a aria-hidden='true' class='anchor' href='#rather-drive-stick' id='rather-drive-stick'>
<span class='octicon octicon-link'></span>
</a>場所とか
</h3>
<p>
麻布十番駅徒歩1分の所にある鳥貴族がいつもの場所ですが、<br>都内の鳥貴族ならどこでも良いです。
</p>
<!-- %h3 -->
<!-- %a#designer-templates.anchor{"aria-hidden" => "true", :href => "#designer-templates"}> -->
<!-- %span.octicon.octicon-link -->
<!-- How to contribute -->
<!-- %pre -->
<!-- %code -->
<!-- :preserve -->
<!-- $ cd your_repo_root/repo_name -->
<!-- $ git fetch origin -->
<!-- $ git checkout gh-pages -->
<h3><a aria-hidden='true' class='anchor' href='#support-or-contact' id='support-or-contact'>
<span class='octicon octicon-link'></span>
</a>Support or Contact
</h3>
<p>
<a class='user-mention' href='https://twitter.com/gogo_tanaka'>@gogotanaka</a>
or
<a class='user-mention' href='https://twitter.com/mdaisuke'>@mdaisuke</a>
</p>
</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]-->
</body>
</html>
<script>
fixScale = function(doc) {
var addEvent = 'addEventListener',
type = 'gesturestart',
qsa = 'querySelectorAll',
scales = [1, 1],
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : [];
function fix() {
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1];
doc.removeEventListener(type, fix, true);
}
if ((meta = meta[meta.length - 1]) && addEvent in doc) {
fix();
scales = [.25, 1.6];
doc[addEvent](type, fix, true);
}
};
</script>