diff --git a/source/images/favicon-32x32.png b/source/images/favicon-32x32.png new file mode 100644 index 00000000000..e08656fb6c1 Binary files /dev/null and b/source/images/favicon-32x32.png differ diff --git a/source/images/favicon.ico b/source/images/favicon.ico new file mode 100644 index 00000000000..aa50ad7b69f Binary files /dev/null and b/source/images/favicon.ico differ diff --git a/source/images/logo.svg b/source/images/logo.svg index 561812e3fc9..621f85633e9 100644 --- a/source/images/logo.svg +++ b/source/images/logo.svg @@ -1,26 +1,19 @@ - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + diff --git a/source/images/snappr_api.JPG b/source/images/snappr_api.JPG deleted file mode 100644 index 8aac781c786..00000000000 Binary files a/source/images/snappr_api.JPG and /dev/null differ diff --git a/source/images/snappr_api.png b/source/images/snappr_api.png new file mode 100644 index 00000000000..ddb744933c9 Binary files /dev/null and b/source/images/snappr_api.png differ diff --git a/source/index.html.md.erb b/source/index.html.md.erb index f2fcbbe0e55..340bafa5940 100644 --- a/source/index.html.md.erb +++ b/source/index.html.md.erb @@ -20,7 +20,7 @@ search: true The Snappr API is your universal API for commissioning and handling visual content. -<%= image_tag "images/snappr_api.JPG" %> +<%= image_tag "images/snappr_api.png" %> For example, you can use the Snappr API for the following: diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 1eda31711de..da0f939b20b 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -40,10 +40,8 @@ under the License. - - - - + + <% if current_page.data.search %> <%= javascript_include_tag "all" %> @@ -62,6 +60,9 @@ under the License.
<%= image_tag "logo.svg", class: 'logo' %> +
+ The API for visual content +
<% if language_tabs.any? %>
<% language_tabs.each do |lang| %> diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index fd388fd860a..f483cbcc29c 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -1,7 +1,7 @@ @charset "utf-8"; -@import 'normalize'; -@import 'variables'; -@import 'icon-font'; +@import "normalize"; +@import "variables"; +@import "icon-font"; // @import 'rtl'; // uncomment to switch to RTL format /* @@ -77,11 +77,13 @@ body { .logo { display: block; max-width: 80%; - margin-bottom: $logo-margin; - // Snappr... padding: 10%; } + .logo-text { + text-align: center; + } + & > .search { position: relative; // Snappr... @@ -335,7 +337,7 @@ body { } &:after { - content: ''; + content: ""; clear: both; display: block; } @@ -354,7 +356,7 @@ body { z-index: 30; &:after { - content: ''; + content: ""; display: block; clear: both; }