Adding selected tweets to the homepage
authorspf13 <steve.francia@gmail.com>
Wed, 11 Dec 2013 00:38:03 +0000 (19:38 -0500)
committerspf13 <steve.francia@gmail.com>
Wed, 11 Dec 2013 03:34:13 +0000 (22:34 -0500)
docs/layouts/index.html
docs/static/static/css/HPstyles.css
docs/static/static/js/unslider.min.js [new file with mode: 0644]

index 57c0556bcfe01cdb45d3603d9f5400406a14625d..5e644efd5dd5779d6297e04f69838ba4ca2f8df5 100755 (executable)
         </div>\r
         <!-- /Point -->\r
 \r
+\r
+        <div class="callout">\r
+          <div class="container">\r
+            <div class="row">\r
+              <div class="col-md-10 col-md-offset-1 text-center">\r
+                  <i class="callout-icon icon-circlestar"></i>\r
+                  <div class="banner">\r
+                      <ul>\r
+                          <li><blockquote class="twitter-tweet" lang="en"><p>Hugo is super-rad. </p>&mdash; David Gay (@oddshocks) <a href="https://twitter.com/oddshocks/statuses/405083217893421056">November 25, 2013</a></blockquote>\r
+</li>\r
+                          <li><blockquote class="twitter-tweet" data-conversation="none" lang="en"><p>I had a play with Hugo and it was good, uses Markdown files for content</p>&mdash; David Caunt (@dcaunt) <a href="https://twitter.com/dcaunt/statuses/406466996277374976">November 29, 2013</a></blockquote> </li>\r
+                          <li><blockquote class="twitter-tweet" lang="en"><p>Even as a long-time Octopress fan, I’ve gotta admit that this project Hugo looks very very cool</p>&mdash; Douglas Stephen (@DougStephenJr) <a href="https://twitter.com/DougStephenJr/statuses/364512471660249088">August 5, 2013</a></blockquote></li>\r
+                          <li><blockquote class="twitter-tweet" lang="en"><p>A static site generator without the long build times? Yes, please! </p>&mdash; Josh Matz (@joshmatz) <a href="https://twitter.com/joshmatz/statuses/364437436870696960">August 5, 2013</a></blockquote> </li>\r
+                          <li><blockquote class="twitter-tweet" lang="en"><p>Finally someone builds me my own static site generator </p>&mdash; Hugo Rodger-Brown (@hugorodgerbrown) <a href="https://twitter.com/hugorodgerbrown/statuses/364417910153818112">August 5, 2013</a></blockquote></li>\r
+                          <li><blockquote class="twitter-tweet" lang="en"><p>I&#39;m loving the static site generator renaissance we are currently enjoying. Hugo is new, looks great, written in Go</p>&mdash; Jim Biancolo (@jimbiancolo) <a href="https://twitter.com/jimbiancolo/statuses/408678420348813314">December 5, 2013</a></blockquote>\r
+</li>\r
+                          <li><blockquote class="twitter-tweet" data-cards="hidden" lang="en"><p>Good work on Hugo, I&#39;m impressed with the speed!</p>&mdash; Ludovic Chabant (@ludovicchabant) <a href="https://twitter.com/ludovicchabant/statuses/408806199602053120">December 6, 2013</a></blockquote></li>\r
+                          <li><blockquote class="twitter-tweet" data-cards="hidden" lang="en"><p>Checking out Hugo; Loving it so far. Like Jekyll but not so blog-oriented and written in golang</p>&mdash; Jose Gonzalvo (@jgonzalvo) <a href="https://twitter.com/jgonzalvo/statuses/408177855819173888">December 4, 2013</a></blockquote></li>\r
+                      </ul>\r
+                  </div>\r
+              </div>\r
+            </div>\r
+          </div>\r
+        </div>\r
+        <!-- /Point -->\r
+\r
         <!-- Point -->\r
         <div class="counterpoint">\r
           <div class="container">\r
         <div id="action" class="call-to-action">\r
           <div class="container">\r
             <div class="row">\r
-              <div class="col-md-6 col-md-offset-3 text-center">\r
+              <div class="col-md-10 col-md-offset-1 text-center">\r
                 <h3>Get Started Today!</h3>\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
   <!-- Bootstrap core JavaScript -->\r
   <!-- Placed at the end of the document so the pages load faster -->\r
   <script src="/static/js/jquery.js"></script>\r
+  <script src="/static/js/unslider.min.js"></script>\r
+  <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>\r
   <script src="/static/js/bootstrap.min.js"></script>\r
-\r
   <script>\r
     $(function() {\r
         $('a[href*=#]:not([href=#])').click(function() {\r
           }\r
         });\r
       });\r
+    $(function() {\r
+            $('.banner').unslider({\r
+                speed: 300,               //  The speed to animate each slide (in milliseconds)\r
+                delay: 2000,              //  The delay between slide animations (in milliseconds)\r
+                keys: true,               //  Enable keyboard (left, right) arrow shortcuts\r
+                dots: true,               //  Display dot navigation\r
+                fluid: true              //  Support responsive design. May break non-responsive designs\r
+                });\r
+        });\r
     </script>\r
 \r
     {{ template "chrome/analytics.html" . }}\r
index a7df66365689729d8eca4da71b349586c5ad9dd5..07b91b2a40ee3dd6cef08a3c50b327a13835016f 100644 (file)
@@ -120,7 +120,7 @@ and (orientation : landscape) {
     margin-bottom: 15px;\r
 }\r
 \r
-i.point-icon, i.lead-icon {\r
+i.callout-icon, i.point-icon, i.lead-icon {\r
     border-radius: 50%;\r
     display: inline-block;\r
     font-size: 56px;\r
@@ -138,7 +138,7 @@ i.lead-icon {
     border: 3px solid #222;\r
 }\r
 \r
-i.point-icon {\r
+i.point-icon, i.callout-icon {\r
     border: 3px solid #ffffff;\r
 }\r
 \r
@@ -172,13 +172,36 @@ i.service-icon:hover {
 .callout {\r
     color: #ffffff;\r
     display: table;\r
-    height: 400px;\r
+    height: 420px;\r
     width: 100%;\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
-    background-size: cover;\r
+    background-color: rgb(47, 197, 47);\r
+    padding: 50px 0;\r
+    color: #ffffff;\r
+}\r
+\r
+.banner { position: relative; overflow: auto; }\r
+.banner li { list-style: none; font-size:28px; padding: 1.7em 3em 0 3em; font-weight:200; }\r
+.banner ul li { float: left; }\r
+\r
+.banner blockquote {\r
+    border-left: 0;\r
+    font-size: 20px;\r
+    font-weight:100;\r
+}\r
+\r
+.banner blockquote p {\r
+    font-size: 34px;\r
+    text-shadow: rgba(0,0,0,0.5) 2px 2px 5px;\r
+}\r
+\r
+.banner blockquote > a {\r
+    display: block;\r
+}\r
+\r
+i.callout-icon:hover {\r
+    color: rgb(47, 197, 47);\r
+    border: 3px solid #fff;\r
+    background: #fff;\r
 }\r
 \r
 /* Portfolio */\r
diff --git a/docs/static/static/js/unslider.min.js b/docs/static/static/js/unslider.min.js
new file mode 100644 (file)
index 0000000..4298701
--- /dev/null
@@ -0,0 +1 @@
+(function(e,t){if(!e)return t;var n=function(){this.el=t;this.items=t;this.sizes=[];this.max=[0,0];this.current=0;this.interval=t;this.opts={speed:500,delay:3e3,complete:t,keys:!t,dots:t,fluid:t};var n=this;this.init=function(t,n){this.el=t;this.ul=t.children("ul");this.max=[t.outerWidth(),t.outerHeight()];this.items=this.ul.children("li").each(this.calculate);this.opts=e.extend(this.opts,n);this.setup();return this};this.calculate=function(t){var r=e(this),i=r.outerWidth(),s=r.outerHeight();n.sizes[t]=[i,s];if(i>n.max[0])n.max[0]=i;if(s>n.max[1])n.max[1]=s};this.setup=function(){this.el.css({overflow:"hidden",width:n.max[0],height:this.items.first().outerHeight()});this.ul.css({width:this.items.length*100+"%",position:"relative"});this.items.css("width",100/this.items.length+"%");if(this.opts.delay!==t){this.start();this.el.hover(this.stop,this.start)}this.opts.keys&&e(document).keydown(this.keys);this.opts.dots&&this.dots();if(this.opts.fluid){var r=function(){n.el.css("width",Math.min(Math.round(n.el.outerWidth()/n.el.parent().outerWidth()*100),100)+"%")};r();e(window).resize(r)}if(this.opts.arrows){this.el.parent().append('<p class="arrows"><span class="prev">←</span><span class="next">→</span></p>').find(".arrows span").click(function(){e.isFunction(n[this.className])&&n[this.className]()})}if(e.event.swipe){this.el.on("swipeleft",n.prev).on("swiperight",n.next)}};this.move=function(t,r){if(!this.items.eq(t).length)t=0;if(t<0)t=this.items.length-1;var i=this.items.eq(t);var s={height:i.outerHeight()};var o=r?5:this.opts.speed;if(!this.ul.is(":animated")){n.el.find(".dot:eq("+t+")").addClass("active").siblings().removeClass("active");this.el.animate(s,o)&&this.ul.animate(e.extend({left:"-"+t+"00%"},s),o,function(i){n.current=t;e.isFunction(n.opts.complete)&&!r&&n.opts.complete(n.el)})}};this.start=function(){n.interval=setInterval(function(){n.move(n.current+1)},n.opts.delay)};this.stop=function(){n.interval=clearInterval(n.interval);return n};this.keys=function(t){var r=t.which;var i={37:n.prev,39:n.next,27:n.stop};if(e.isFunction(i[r])){i[r]()}};this.next=function(){return n.stop().move(n.current+1)};this.prev=function(){return n.stop().move(n.current-1)};this.dots=function(){var t='<ol class="dots">';e.each(this.items,function(e){t+='<li class="dot'+(e<1?" active":"")+'">'+(e+1)+"</li>"});t+="</ol>";this.el.addClass("has-dots").append(t).find(".dot").click(function(){n.move(e(this).index())})}};e.fn.unslider=function(t){var r=this.length;return this.each(function(i){var s=e(this);var u=(new n).init(s,t);s.data("unslider"+(r>1?"-"+(i+1):""),u)})}})(window.jQuery,false)
\ No newline at end of file