]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add links to FB, Twitter, FF on web site
authorBret Taylor <btaylor@gmail.com>
Wed, 30 Sep 2009 21:56:36 +0000 (14:56 -0700)
committerBret Taylor <btaylor@gmail.com>
Wed, 30 Sep 2009 21:56:36 +0000 (14:56 -0700)
website/templates/index.html

index cc862d0dfb3e8bb87fe70d52e08eee7d351183a7..cef1660bbd9909190c37f2874d542a42a16fffb0 100644 (file)
@@ -43,6 +43,9 @@ if __name__ == "__main__":
 
   <h2>Discussion and support</h2>
   <p>You can discuss Tornado and report bugs on <a href="http://groups.google.com/group/python-tornado">the Tornado developer mailing list</a>.
+       
+  <h2>Updates</h2>
+  <p>Follow us on <a href="http://www.facebook.com/pages/Tornado-Web-Server/144144048921">Facebook</a>, <a href="http://twitter.com/tornadoweb">Twitter</a>, or <a href="http://friendfeed.com/tornado-web">FriendFeed</a> to get updates and announcements:</p>
+  <div style="margin-top:1em"><a href="http://www.facebook.com/pages/Tornado-Web-Server/144144048921" style="margin-right:10px"><img src="/static/facebook.png" style="width:64px;height:64px" alt="Facebook"/></a><a href="http://twitter.com/tornadoweb" style="margin-right:10px"><img src="/static/twitter.png" style="width:64px;height:64px" alt="Twitter"/></a><a href="http://friendfeed.com/tornado-web" style="margin-right:10px"><img src="/static/friendfeed.png" style="width:64px;height:64px" alt="Facebook"/></a></div>
 
 {% end %}
-