diff --git a/public/gocon-jp.png b/public/gocon-jp.png new file mode 100644 index 0000000..86f7675 Binary files /dev/null and b/public/gocon-jp.png differ diff --git a/public/index.html b/public/index.html index 26de655..6a64a3b 100644 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,7 @@ gtag('config', 'UA-127197700-1'); + Go Conference 2018 Autumn -

Go Conference 2018 Autumn

-

- Conference of programming language Go in Tokyo. -

+
+
+ +
- - - -
DateVenue
2018/11/25 (Sun)Google Tokyo
Roppongi Hills Mori Tower, 6-10-1 Roppongi, Minato-ku, Tokyo, Japan
+

Go Conference 2018 Autumn

+
+

+ Conference of programming language Go in Tokyo. +

-

Keynote Speaker

-

Steven Buss

- Steven Buss -

- Steven maintains the Go runtime for App Engine Standard, - and recently launched a new runtime for Go 1.11 - which removes the limitations of the old platform. - He's been at Google for two and a half years. - He previously worked at a computational genomics startup and at Amazon. - He primarily writes C++ and Go at Google, and Python and Go in his free time. - You can find him at http://github.com/sbuss. -

+ + + +
DateVenue
2018/11/25 (Sun)Google Tokyo
Roppongi Hills Mori Tower, 6-10-1 Roppongi, Minato-ku, Tokyo, Japan
+
-

Call for Presentations

-

- We need your talk. Please submit your talk. -

+

Keynote Speaker

+
+

Steven Buss

+ Steven Buss +

+ Steven maintains the Go runtime for App Engine Standard, + and recently launched a new runtime for Go 1.11 + which removes the limitations of the old platform. + He's been at Google for two and a half years. + He previously worked at a computational genomics startup and at Amazon. + He primarily writes C++ and Go at Google, and Python and Go in his free time. + You can find him at http://github.com/sbuss. +

+
-

Schedule

- +

Call for Presentations

+
+

+ We need your talk. Please submit your talk. +

-

Sponsors

-

- If you are interested in helping the conference as a sponsor, - please contat us via this form. -

+

Schedule

+ +
-

Time Table

- - - - - - - - - - - - - - - - - -
TimeRoom ARoom BRoom C
09:30 -Open
10:00 - 10:10Opening Talk--
10:10 - 11:00Keynote--
11:00 - 11:10Break
11:10 - 11:30Sponsor Session 1-Handson
for Beginners
11:30 - 11:50Sponsor Session 2-
11:50 - 13:20Lunch Break
13:20 - 14:00Session A-1Session B-1Handson
by Women Who Go Tokyo
14:00 - 14:10Break
14:10 - 14:30Session A-2Session B-2
14:30 - 14:50Session A-3Session B-3
14:50 - 15:00Break
15:00 - 15:40Session A-4Session B-4Handson
golang.tokyo
15:40 - 15:55Break
15:55 - 16:50Lightning Talks--
+

Sponsors

+
+

+ If you are interested in helping the conference as a sponsor, + please contat us via this form. +

+
-

Code of Conduct

-

We require our attendees and speakers to follow Go Community Code of Conduct.

+

Time Table

+
+ + + + + + + + + + + + + + + + + +
TimeRoom ARoom BRoom C
09:30 -Open
10:00 - 10:10Opening Talk--
10:10 - 11:00Keynote--
11:00 - 11:10Break
11:10 - 11:30Sponsor Session 1-Handson
for Beginners
11:30 - 11:50Sponsor Session 2-
11:50 - 13:20Lunch Break
13:20 - 14:00Session A-1Session B-1Handson
by Women Who Go Tokyo
14:00 - 14:10Break
14:10 - 14:30Session A-2Session B-2
14:30 - 14:50Session A-3Session B-3
14:50 - 15:00Break
15:00 - 15:40Session A-4Session B-4Handson
golang.tokyo
15:40 - 15:55Break
15:55 - 16:50Lightning Talks--
+
-

Contact Us

-

- Feel free contact us via this form. -

+

Code of Conduct

+
+

We require our attendees and speakers to follow Go Community Code of Conduct.

+
+ +

Contact Us

+
+

+ Feel free contact us via this form. +

+
+
diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..8299ded --- /dev/null +++ b/public/style.css @@ -0,0 +1,41 @@ +@import url('https://fonts.googleapis.com/css?family=Basic'); + +body { + background-color: #fff; + font-family: 'Basic', cursive; +} + +#content { + width: 80%; + max-width: 800px; + margin: auto; +} + +.sub-content { + color: white; + background-color: #31353e; + margin-left: 50px; + margin-right: 50px; + padding: 1em; + border: 1px solid black; + border-radius: 0.8rem; +} + +.sub-content table { + background-color: white; + border-radius: 0.4rem; +} + +.sub-content table, .sub-content td, .sub-content th { + border-collapse: collapse; + border: 1px solid #333; + color: #000; +} + +.sub-content td, .sub-content th { + padding: 0.5em; +} + +.sub-content a { + color: #f55; +}