From 5bbe6491c06f64fd8b3b631b974efc130251837c Mon Sep 17 00:00:00 2001 From: tokunagawataru Date: Thu, 11 Oct 2018 02:37:35 +0900 Subject: [PATCH 1/3] Change to a simpler look --- public/index.html | 116 +++++++++++++++++++++++++--------------------- public/style.css | 58 +++++++++++++++++++++++ 2 files changed, 120 insertions(+), 54 deletions(-) create mode 100644 public/style.css diff --git a/public/index.html b/public/index.html index 26de655..01b1842 100644 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,9 @@ gtag('config', 'UA-127197700-1'); + + + Go Conference 2018 Autumn -

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
-

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. -

+
+

Keynote Speaker

+
+
+
Steven Buss
+
-

Call for Presentations

-

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

+
+ 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. +
+
+

Call for Presentations

+

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

-

Schedule

- +

Schedule

+ -

Sponsors

-

- If you are interested in helping the conference as a sponsor, +

Sponsors

+

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

+

-

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--
+

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--
-

Code of Conduct

-

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

+

Code of Conduct

+

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

-

Contact Us

-

+

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..9a3a530 --- /dev/null +++ b/public/style.css @@ -0,0 +1,58 @@ +@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese'); +@import url('https://fonts.googleapis.com/css?family=Press+Start+2P'); +@import url('https://fonts.googleapis.com/css?family=Merriweather'); + +body { + background-color: #fff; + font-family: 'Noto Sans JP', sans-serif; +} + +h1 { + font-family: 'Noto Sans JP', sans-serif; +} + +#top-title { + font-family: 'Press Start 2P', cursive; + font-size: 40px; + text-align: center; +} + +.preface { + font-size: 15px; + margin-top: 30px; + margin-left: 100px; + } + +#main-contents { + font-size: 15px; + margin-top: 30px; + margin-left: 100px; +} + +.contents-header { + font-family: 'Merriweather', serif; +} + +.message-contents { + font-size: 15px; + color: #444444; +} +.demo-card-wide.mdl-card { + width: 512px; +} +.demo-card-wide > .mdl-card__title { + color: #fff; + height: 400px; + background: url('StevenBuss053.jpg') center / cover; +} +.demo-card-wide > .mdl-card__menu { + color: #fff; +} + +.mdl-card__title-text { + color: white; + background: black; + border-radius: 10px; + padding-left: 10px; + padding-right: 10px; +} From 855c6cd4c82ac975bfb84ea7b6a20c63dd132a26 Mon Sep 17 00:00:00 2001 From: tokunagawataru Date: Thu, 11 Oct 2018 03:22:06 +0900 Subject: [PATCH 2/3] Add fancy underline --- public/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/style.css b/public/style.css index 9a3a530..835154c 100644 --- a/public/style.css +++ b/public/style.css @@ -31,6 +31,18 @@ h1 { .contents-header { font-family: 'Merriweather', serif; + position: relative; + padding: 0.3em; +} + +.contents-header:after { + content: ''; + position: absolute; + left: 0; + bottom: 0; + width: 80%; + height: 7px; + background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px); } .message-contents { From efac5b180f3c8ad8507ba54bd43e2ba18c74ad65 Mon Sep 17 00:00:00 2001 From: tokunagawataru Date: Thu, 11 Oct 2018 03:38:43 +0900 Subject: [PATCH 3/3] chage to fancy color --- public/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 835154c..6126ff5 100644 --- a/public/style.css +++ b/public/style.css @@ -3,8 +3,15 @@ @import url('https://fonts.googleapis.com/css?family=Merriweather'); body { - background-color: #fff; + background-color: darkorange; font-family: 'Noto Sans JP', sans-serif; + background-image: radial-gradient(white 10%, transparent 20%), radial-gradient(white 10%, transparent 20%); + background-size: 20px 20px; + background-position: 0 0, 10px 10px; +} + +a { + color: darkblue; } h1 {