-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (89 loc) · 3.34 KB
/
index.html
File metadata and controls
92 lines (89 loc) · 3.34 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
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
<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">
<title>#kusoDevBattle - クソサイト開発バトル</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="./pikapika/pikapika.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="col-md-12">
<div class="page-header">
<h1>#kusoDevBattle - クソサイト開発バトル</h1>
</div>
</div>
<div class="col-md-12">
<h2>クソサイト開発バトルとは</h2>
<div>
<p>
ハッシュタグ
<a href="https://twitter.com/search?q=%23kusoDevBattle">
#kusoDevBattle
</a>
の下行われている
<a href="https://twitter.com/MysticDoll">
@MysticDoll
</a>
が主催するハッカソンイベント・コミュニティです。
</p>
<p>
この公式サイトのソースは
<a href="https://github.com/kusoDevBattle/kusoDevBattle.github.io">
GitHub上
</a>
で公開されており、GitHubアカウントさえあれば誰でもIssueやPullRequestによって自由に編集に参加できます。
</p>
<a
class="github-button"
href="https://github.com/kusoDevBattle/kusoDevBattle.github.io"
data-style="mega"
data-count-href="/kusoDevBattle/kusoDevBattle.github.io/stargazers"
data-count-api="/repos/kusoDevBattle/kusoDevBattle.github.io#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star kusoDevBattle/kusoDevBattle.github.io on GitHub">
Star
</a>
</div>
</div>
<div class="col-md-12">
<h2>イベント開催情報</h2>
<div>
<a href="https://kusodevbattle.connpass.com/">
Connpass イベントコミュニティページ
</a>
</div>
<div>
<h3>
<a href="https://kusodevbattle.connpass.com/event/47887/">
第2回 (2017 3/4)
</a>
</h3>
</p>
株式会社ドリコムさんカフェスペースにて行います。
</p>
</div>
</div>
<div class="col-md-12">
<h2>Slack チーム</h2>
<p>
<a href="https://kusodevbattle.slack.com">kusoDevBattle.slack.com</a>
を運用しています。
</p>
<p>
<a href="https://join-kusodevbattle-slack.herokuapp.com">Slackin</a>
から招待メールを受け取ることで参加できます
</p>
</div>
<div class="col-md-12">
<h2>問い合わせ</h2>
<p>
<a href="https://twitter.com/MysticDoll">
@MysticDoll
</a>
まで連絡ないしSlackやGitHubリポジトリのIssuesなどで受け付けます。
</p>
</div>
</body>
</html>