Make the landing page show the arrow on smaller resolutions, as well as some basic SEO fixes

This commit is contained in:
Joseph Schorr 2013-10-09 17:57:29 -04:00
parent 986642218b
commit d7ea1944e3
4 changed files with 27 additions and 13 deletions

View file

@ -3,6 +3,7 @@
<head>
<title ng-bind="title + ' · Quay'">Quay - Private Docker Repository</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hosted private docker repositories. Includes full user management and history. Free for public repositories.">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css">