diff --git a/oedo04/css/bg.png b/oedo04/css/bg.png new file mode 100644 index 0000000..e1e9125 Binary files /dev/null and b/oedo04/css/bg.png differ diff --git a/oedo04/css/oedo04.css b/oedo04/css/oedo04.css new file mode 100644 index 0000000..e893582 --- /dev/null +++ b/oedo04/css/oedo04.css @@ -0,0 +1,290 @@ +body { + font-family: serif; + line-height: 1.5; + background-color: #FAFDFE; + color: #221814; + margin:0; +} +a { + text-decoration: none; + color: #3F4659; +} +a:hover { +color: #2362AD; +text-decoration: underline; +} + +div#header { + width: 100%; + height: 130px; + position: relative; + background-color: #FAFDFE; +} + +div#menuset { + width: 900px; + margin: 0px auto; +} + +div#logo { + position:relative; + width: 138px; + height: 140px; + padding-top: 30px; + background-color: white; + border: solid 1px #666; + border-top: none; + text-align: center; + z-index: 1; +} + +div#menu { + position:relative; + top: -110px; + left: 25%; + height: 40px; +} + +li.menu { + display:inline-block; + width: 120px; + font-size: 10pt; +} +/* IE6,7のみに適用 */ +html*.menu { +display: inline; +zoom: 1; +} + +a.menu { + text-decoration: none; + color: #3F4659; +} +a.menu:hover { +color: #2362AD; +text-decoration: underline; +} + +div#topimage{ +position:relative; +background-image: url(../img/koi_bg.jpg); +width: 100%; +height: 330px; +text-align: center; +} + +div#register { +color:#fef4f4; +text-align:center; +padding: 40px; +margin: 0px; +} + +button { + width:200px; + margin:0 auto; + text-align:center; + color: #fff; + font-size: 18px; + padding: 10px; + background: -moz-linear-gradient( + top, + #C67DB1 0%, + #C2440A); + background: -webkit-gradient( + linear, left top, left bottom, + from(#C67DB1), + to(#C2440A)); + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; + border: 1px solid #000000; +} + +button:hover { + background: -moz-linear-gradient( + top, + #7FAEC6 0%, + #184B89); + background: -webkit-gradient( + linear, left top, left bottom, + from(#7FAEC6), + to(#184B89)); + border: 1px solid #000000; +} +b.price { +color: #ffcccc; +font-size: 14px; +} + +article { + width: 900px; + margin: 24px auto; +} + +h2 { + font-size:12pt; + padding-left: 25px; + background-image: url(../img/listicon1.png); + background-repeat: no-repeat; + width: 225px; + display: table-cell; +} + +p { + display: table-cell; +} + +div.speakers{ + display: table-cell; + font-size: 10pt; +} + +h3{ +font-size: 12pt; +color: #4E5D7F; +margin: 0px; +clear: left; +} + +ul.speakers{ + margin-top: 0px; +} +li.speakers { + font-size: 16px; + line-height: 1.2; + float: left; + text-align: center; + padding: 0px 20px 40px 20px; + list-style: none; +} +/* IE6,7のみに適用 */ +html*.speakers { +display: inline; +zoom: 1; +} +img.gravatar{ +width: 150px; +padding: 5px; +background: #fff; +border: 1px solid #bfbfbf; +} + +article#ttbox { +position:relative; +height: 920px; +} + +div#ttbg { +width : 100%; +height: 920px; +position:relative; +top: 0; +right: -200px; +z-index: 0; + +} +div.timeline { +height: 90px; +border-top: solid 1px #456293; +color: #456293; +} + +div#timetable{ +position:relative; +top: -920px; +right: -200px; +z-index: 1; +width: 90%; +padding: 0px 70px; +} + +div.program { + -moz-border-radius: 7px; + -webkit-border-radius: 7px; + border-radius: 7px; + margin: 6px 0 4px 0; + border: 1px solid #49738F; + position:relative; + align-items: center; +} +div.p_w{ + background-color: #E3EFF5; +} +div.p_b{ + background: -moz-linear-gradient( + top, + #49738F 0%, + #7EAEC9); + background: -webkit-gradient( + linear, left top, left bottom, + from(#49738F), + to(#7EAEC9)); +} + +span.time { +padding-left: 0.5em; +font-size: 18px; +color: #161B61; +} + +b.program { +color: #EEEFEF; +padding-right: 1em; +font-size: 18px; +} + +span.time2 { +padding-left: 0.5em; +font-size: 16px; +color: #49738F; +} + +b.program2 { +color: #49738F; +padding-right: 1em; +font-size: 16px; +} + +span.speakers_name{ +color: #EEEFEF; +padding-right: 0.5em; +} + +div.fifteenmin { +height: 20px; +} +div.thirtymin { +height: 48px; +} +div.fourtymin { +height: 58px; +} +div.sixtymin { +height: 80px; +} +div.nintymin { +height: 126px; +margin-top: 8px; +} + +span.title{ + color: #2362AD; + padding-left: 20px; +} + +footer { + width:100%; + background-color:#2362AD; + color:#fef4f4; + text-align:center; +} +a.footerlink { + text-decoration: none; + color: #99dddd; +} +a.footerlink:hover { + text-decoration: underline; + color: #99dddd; +} + diff --git a/oedo04/img/asakusarb.png b/oedo04/img/asakusarb.png new file mode 100644 index 0000000..55e997f Binary files /dev/null and b/oedo04/img/asakusarb.png differ diff --git a/oedo04/img/koi.jpg b/oedo04/img/koi.jpg new file mode 100644 index 0000000..641acdb Binary files /dev/null and b/oedo04/img/koi.jpg differ diff --git a/oedo04/img/koi_bg.jpg b/oedo04/img/koi_bg.jpg new file mode 100644 index 0000000..fd48bc6 Binary files /dev/null and b/oedo04/img/koi_bg.jpg differ diff --git a/oedo04/img/listicon1.png b/oedo04/img/listicon1.png new file mode 100644 index 0000000..fa76b0b Binary files /dev/null and b/oedo04/img/listicon1.png differ diff --git a/oedo04/img/logo_top.png b/oedo04/img/logo_top.png new file mode 100644 index 0000000..aee9563 Binary files /dev/null and b/oedo04/img/logo_top.png differ diff --git a/oedo04/index.html b/oedo04/index.html new file mode 100644 index 0000000..093336e --- /dev/null +++ b/oedo04/index.html @@ -0,0 +1,315 @@ + + + + +大江戸Ruby会議04 + + + + + + + + +
+Top Image +
+
+ +
+ +
+

開催概要 / About

+

大江戸Ruby会議04はAsakusa.rbの256回目を記念して開催される地域Ruby会議です。
+日付 2014年4月19日(土)
+会場 江戸東京博物館 詳しいアクセス方法はこちら
+開場 9:30
+開演 10:00〜
+

+
+ +
+

録画配信 / Videos

+

+(almost) All recorded videos are available on YouTube!
+→ http://goo.gl/hk08sA +

+
+ +
+

登壇者 / Speakers

+
+

基調講演 / Keynote

+ + +

基調講演 前座 / Opening Act

+ +

招待講演 / Invited Speakers

+ +

記念講演 / Happy Wedding Speakers

+ + +

忍者のみなさん / Ninja Talks

+ +
+
+ +
+

タイムテーブル / Time Table

+
+
10:00
+
11:00
+
12:00
+
13:00
+
14:00
+
15:00
+
16:00
+
17:00
+
18:00
+
19:00
+
+ +
+
+ 10:00 >> + Opening +
+ +
+ + + +
+ 10:15 >> + Ninja Talks + +
+ Hiroshi ShibataFrom "legacy" to the "edge". + (Slides)
+ Ryota AraiInfrataster - Infra Testing Framework + (Slides)
+ Winston TeoRandom Ruby Tips + (Slides)
+
+
+
+ +
+ + + +
+ 11:20 >> + Invited Talk + + Zachary ScottNobody Knows Nobu +
+
+ +
+ + +
+ 12:00 >> + Lunch Break +
+
+ +
+ + + +
+ 13:30 >> + Ninja Talks + + Leonard Chin私は如何にして異国でエンジニアとして生き抜いてきたか
+ Shimpei Makimoto画像を壊すこと、OSS 活動をすること、その他 + (Slides)
+ KawamotoRubyVM読んでみた + (Slides)
+
+
+ +
+ + + +
+ 14:35 >> + Keynote + + Ebi & Aaron Pattersonタイトル未定
+
+
+ +
+ + +
+ 15:20 >> + Break +
+
+ +
+ + + +
+ 15:50 >> + Ninja Talks + + Kunihiko Ito1年かけてgemを1つ作りました + (Slides)
+ Shyouhei Urabehttps://rubygems.org/gems/RFC7159 + (Slides)
+ Terence Leeタイトル未定 + (Slides)
+
+
+ +
+ + + +
+ 16:55 >> + "Sasadake" Talk + + Koichi & Yuki Sasada
Object Bouquet ~ 幸せの花束・RValue のきらめきを添えて ~
+
+
+ +
+ + + +
+ 17:30 >> + Ninja Talks + + Ken NishimuraAnother language you should learn
+ Yuki Kuriharamruby hacking guide + (Slides)
+ Akira MatsudaHacking Home + (Slides)
+
+
+ +
+ + + +
+ 18:30 >> + Invited Talk + + Minero AokiRuby会議でSQLの話をするのは間違っているだろうか + (Slides)
+
+
+ +
+ 19:00 >> + Closing +
+
+
+ +
+

アクセス / Access

+

+江戸東京博物館
+Edo Tokyo Museum

+

+
+ +
+

懇親会について / After Party

+

+Register via Doorkeeper (6,000 JPY required in advance)
+Start at 19:30 +

+
+ + + +