From 905d34e51dad7cf13279de22cecee0438a6c928b Mon Sep 17 00:00:00 2001 From: yoza Date: Thu, 20 Oct 2016 21:48:55 +0900 Subject: [PATCH 1/7] Change the title to VimConf 2016 --- react/src/js/timer.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react/src/js/timer.jsx b/react/src/js/timer.jsx index 56358bc..3016670 100644 --- a/react/src/js/timer.jsx +++ b/react/src/js/timer.jsx @@ -37,8 +37,7 @@ export default class Timer extends Component { return (
-

Builderscon

- +

VimConf 2016

From e02f869635ec87684df5e84b0f981925f5422378 Mon Sep 17 00:00:00 2001 From: yoza Date: Thu, 20 Oct 2016 21:52:34 +0900 Subject: [PATCH 2/7] Tweak title style --- react/src/stylesheets/all.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react/src/stylesheets/all.scss b/react/src/stylesheets/all.scss index eb684da..a9d56d6 100644 --- a/react/src/stylesheets/all.scss +++ b/react/src/stylesheets/all.scss @@ -22,7 +22,8 @@ body { } .logo h1 { margin: 0; - padding: 10px 0; + padding: 2px 0; + font-size: 54px; font-family: SinhalaMN-Bold; } .logo img { From 2a1c91447d78def88d806f693479f902612871f4 Mon Sep 17 00:00:00 2001 From: yoza Date: Thu, 20 Oct 2016 22:00:39 +0900 Subject: [PATCH 3/7] Add footer for mention of builderscon --- react/src/js/app.jsx | 2 ++ react/src/js/footer.jsx | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 react/src/js/footer.jsx diff --git a/react/src/js/app.jsx b/react/src/js/app.jsx index 4b3df9f..5fef604 100644 --- a/react/src/js/app.jsx +++ b/react/src/js/app.jsx @@ -5,6 +5,7 @@ import Header from './header' import Config from './config' import Timer from './timer' import Toolbar from './toolbar' +import Footer from './footer' import SE from './se' export default class App extends Component { @@ -33,6 +34,7 @@ export default class App extends Component { +