--- /dev/null
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-7131036-4', 'spf13.com');
+ ga('send', 'pageview');
+
+</script>
</div>
<script src="/static/js/jquery.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
+ {{ template "chrome/analytics.html" . }}
</body>
</html>
<h1>Hugo</h1>\r
<h3>The <em>Fast and Flexible</em> Static Site Generator</h3>\r
<br>\r
- <a href="#intro" class="btn btn-clear btn-lg">LEARN MORE</a> \r
+ <a href="#intro" class="btn btn-clear btn-lg">LEARN MORE</a>\r
<a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">DOWNLOAD <i class="icon-arrow-down"></i></a><br>\r
- <br>\r
<a href="/overview/quickstart/" class="btn btn-info btn-lg">DOCUMENTATION</a>\r
</div>\r
</div>\r
<div class="row">\r
<div class="col-md-6 col-md-offset-3 text-center">\r
<h3>Get Started Today!</h3>\r
- <a href="/overview/quickstart" class="btn btn-md btn-default">Documentation</a>\r
<a href="https://github.com/spf13/hugo/releases" class="btn btn-lg btn-primary">Download <i class="icon-arrow-down"></i></a>\r
+ <a href="/overview/quickstart" style="color:white;font-weight:300;">Documentation</a>\r
</div>\r
</div>\r
</div>\r
});\r
</script>\r
\r
+ {{ template "chrome/analytics.html" . }}\r
</body>\r
\r
</html>\r
\r
.header {\r
display: table;\r
- height: 85%;\r
+ height: 70%;\r
width: 100%;\r
+ min-height: 70%;\r
position: relative;\r
background: url(../img/converse-fields.jpg) no-repeat center center fixed;\r
-webkit-background-size: cover;\r
background-color: black;\r
}\r
\r
+@media only screen \r
+and (min-device-width : 320px)\r
+and (max-device-width : 1024px)\r
+and (orientation : portrait)\r
+{\r
+ .header {\r
+ display: table;\r
+ height: 70%;\r
+ width: 100%;\r
+ position: relative;\r
+ background: url(../img/converse-fields-mini.jpg) no-repeat;\r
+ background-size: 100% 100%;\r
+ z-index: 99999;\r
+ background-color: black;\r
+ }\r
+}\r
+\r
+@media only screen \r
+and (min-device-width : 320px)\r
+and (max-device-width : 1024px)\r
+and (orientation : landscape) {\r
+ .header {\r
+ display: table;\r
+ height: 70%;\r
+ width: 100%;\r
+ position: relative;\r
+ background: url(../img/converse-fields-long.jpg) no-repeat;\r
+ background-size: 100% 100%;\r
+ z-index: 99999;\r
+ background-color: black;\r
+ }\r
+}\r
+\r
+.header .btn {\r
+ margin: 10px;\r
+}\r
+\r
#main {\r
z-index: 99999;\r
position: relative;\r
display: table;\r
height: 400px;\r
width: 100%;\r
- background: url(../img/section-two.JPG) no-repeat center center fixed; \r
+ background: url(/static/img/section-two.JPG) no-repeat center center fixed; \r
-webkit-background-size: cover;\r
-moz-background-size: cover;\r
-o-background-size: cover;\r
}\r
\r
#action {\r
- background: url(../img/gray.png);\r
+ background: url(/static/img/gray.png);\r
padding: 50px 0px 30px;\r
position: fixed;\r
bottom: 130px;\r
\r
\r
.btn-clear {\r
- color: #FFF;\r
- background-color: rgba(255, 255, 255, 0.19);\r
+ color: #444;\r
+ background-color: rgba(255, 255, 255, 0.5);\r
border-color: #FFF;\r
}\r
\r