diff --git a/app/assets/images/FlowChart@1x.png b/app/assets/images/FlowChart@1x.png new file mode 100644 index 0000000..094e443 Binary files /dev/null and b/app/assets/images/FlowChart@1x.png differ diff --git a/app/assets/images/FlowChart@2x.png b/app/assets/images/FlowChart@2x.png new file mode 100644 index 0000000..2fad44d Binary files /dev/null and b/app/assets/images/FlowChart@2x.png differ diff --git a/app/assets/images/FlowChart@3x.png b/app/assets/images/FlowChart@3x.png new file mode 100644 index 0000000..186ed8b Binary files /dev/null and b/app/assets/images/FlowChart@3x.png differ diff --git a/app/assets/images/ScreenGrab@1.0x.png b/app/assets/images/ScreenGrab@1.0x.png new file mode 100644 index 0000000..60d7b50 Binary files /dev/null and b/app/assets/images/ScreenGrab@1.0x.png differ diff --git a/app/assets/images/ScreenGrab@1.5x.png b/app/assets/images/ScreenGrab@1.5x.png new file mode 100644 index 0000000..65ef342 Binary files /dev/null and b/app/assets/images/ScreenGrab@1.5x.png differ diff --git a/app/assets/images/ScreenGrab@2.0x.png b/app/assets/images/ScreenGrab@2.0x.png new file mode 100644 index 0000000..be9cec6 Binary files /dev/null and b/app/assets/images/ScreenGrab@2.0x.png differ diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index e2f0d0e..f61cfe1 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -187,6 +187,22 @@ a { margin-bottom: 0em; } +.row__hero-banner { + margin-top: 1em; + + h1 { + text-indent: -9999px; + width: 1px; + height: 1px; + background-image: ''; + overflow: hidden; + } +} + +.row__hero-flow { + text-align: center; +} + .row-sample { margin-top: 3.5em; diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index dd7a636..c94814e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,4 +1,3 @@ - @@ -24,21 +23,32 @@ <%= render "layouts/nav" unless current_page?('/') %>