-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
84 lines (75 loc) · 3.42 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
<!DOCTYPE html>
<html>
<head>
<title>あんちぽRuby会議</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="あんちぽRuby会議は、泥酔したあんちぽさんをお迎えして、あんちぽさんを囲んで、あんちぽさんとお話する、そんなカイギです。" name="description">
<meta content="あんちぽRuby会議 antipop RubyKaigi あんちぽ antprk" name="keywords">
<meta content="あんちぽRuby会議" property="og:title">
<meta content="website" property="og:type">
<meta content="http://antipop.rubykaigi.me/images/header.png" property="og:image">
<meta content="http://antipop.rubykaigi.me/" property="og:url">
<meta contentf="あんちぽRuby会議は、泥酔したあんちぽさんをお迎えして、あんちぽさんを囲んで、あんちぽさんとお話する、そんなカイギです。" property="og:description">
<link href="stylesheets/foundation.min.css" media="all" rel="stylesheet" type="text/css" />
<link href="stylesheets/styles.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="row">
<div class="six columns">
<h1>あんちぽRuby会議</h1>
</div>
</div>
<div class="row">
<div id="slider" class="twelve columns">
<div class="offset-by-eight">
<h2>Keynote</h2>
<h3>
栗林 健太郎<br />
(Kentaro Kuribayashi)<br />
<small>株式会社 paperboy&co., Asakusa.rb, Kyoto.pm</small>
</h3>
<p>株式会社paperboy&co.技術基盤整備エンジニア</p>
</div>
</div>
</div>
<div class="row">
<hr />
</div>
<div class="row">
<div class="twelve columns">
<h2>About</h2>
<p>あんちぽRuby会議は、泥酔したあんちぽさんに人生について語ってもらう、もうひとつのカイギです。あんちぽさんをお迎えして、あんちぽさんを囲んで、あんちぽさんとお話する、そんなカイギです。</p>
</div>
<div class="six columns">
<h3>Date</h3>
<p>2012年12月26日(開場:19:00、終了:22:00)</p>
<h3>Venue</h3>
<p>
<a href="http://r.gnavi.co.jp/g607500/">PANDA Restaurant</a><br>
東京都渋谷区道玄坂2-6-16 井門ビルB1
</p>
<h3>Schedule</h3>
<ul>
<li>19:00-20:00 キーノート(あんちぽ)</li>
<li>20:00-21:00 トークセッション(あんちぽ)</li>
<li>21:00-22:00 ライトニングトーク(あんちぽ)</li>
</ul>
</div>
<div class="six columns">
<h3>Registration</h3>
<p>あんちぽRuby会議では個人スポンサーのみの参加となっています。あんちぽさんが無事に年を越せることを願ってスポンサードしたいという方は以下から申し込みをお願いします。</p>
<p><a href="http://antipop.doorkeeper.jp/events/2214" class="radius button">個人スポンサー申し込み</a></p>
</div>
</div>
<footer class="row">
<div class="twelve columns">
<hr />
<div class="row">
<div class="six columns">
<p>© Copyright あんちぽRuby会議運営委員会</P>
</div>
</div>
</footer>
</body>
</html>