diff --git a/public/screen.png b/public/screen.png new file mode 100644 index 0000000..3ff4b75 Binary files /dev/null and b/public/screen.png differ diff --git a/views/index.haml b/views/index.haml index 2f23aee..fab7650 100644 --- a/views/index.haml +++ b/views/index.haml @@ -1,3 +1,6 @@ +.screen + %img{:src => '/screen.png'} + %h2 アジャイル度を評価しよう %p.explain diff --git a/views/style.sass b/views/style.sass index 6ed229b..ac87652 100644 --- a/views/style.sass +++ b/views/style.sass @@ -35,6 +35,9 @@ a :border-style solid :border-color #3184CD + .screen + :text-align right + p.explain :margin 0px 0px 20px 0px :padding 0px 0px 0px 140px @@ -55,6 +58,9 @@ a :padding 0px 0px 0px 140px :font-size 14px + ul + :list-style-type none + .right :text-align right