diff --git a/public/robots.txt b/public/robots.txt index ee2cc216..b5566484 100755 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,4 @@ # robotstxt.org/ User-agent: * +Disallow: diff --git a/public/stylesheets/application.scss b/public/stylesheets/application.scss index b1cd6272..a0fda9ca 100644 --- a/public/stylesheets/application.scss +++ b/public/stylesheets/application.scss @@ -48,11 +48,9 @@ a, a:link, a:visited, a:active { -webkit-font-smoothing: subpixel-antialiased; @media #{$landscape} { - position: fixed; - float: left; + @include position(fixed, 0px auto 0px 0px); width: $sidebar-width; border-right: .3em solid rgba($dark2, .5); - height: 100%; overflow-y: auto; z-index: 2; } @@ -77,10 +75,6 @@ a, a:link, a:visited, a:active { color: $light1; @include transition(background .2s); - @media #{$portrait-1} { - font-size: .9em; - } - &.toggle { float: right; z-index: 100; @@ -145,6 +139,10 @@ a, a:link, a:visited, a:active { padding: 1rem; line-height: 1.5; + h2 { + font-size: 2rem; + } + a { color: $light3; } diff --git a/views/home.ejs b/views/home.ejs index b61689fa..37c93605 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -19,15 +19,15 @@
- <% include _sidebar %> -
-

DevOps Bookmarks is a place to discover and aggregate tools in the DevOps landscape.

+

DevOps Bookmarks is a place to discover tools in the DevOps landscape.

There are new awesome tools and frameworks being released everyday. This is an open and transparent attempt at aggregating all these tools and frameworks. The entire source code and list of tools can be found at github.com/devopsbookmarks.

Select some tags to start exploring!

+ + <% include _sidebar %>