You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2016/03/07 11:42:04 UTC

[13/27] incubator-beam-site git commit: Addition of Twitter and Blog details to index.

Addition of Twitter and Blog details to index.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/fc73e2af
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/fc73e2af
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/fc73e2af

Branch: refs/heads/asf-site
Commit: fc73e2af1f40fe60318a5505c83cd8dbb08f1932
Parents: d0d63fd
Author: James Malone <ja...@gmail.com>
Authored: Wed Feb 24 08:29:24 2016 -0800
Committer: James Malone <ja...@gmail.com>
Committed: Wed Feb 24 08:29:24 2016 -0800

----------------------------------------------------------------------
 index.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/fc73e2af/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 24fe801..f6cc8c8 100644
--- a/index.md
+++ b/index.md
@@ -31,6 +31,23 @@ Beam provides several useful abstractions that allow you to think about your dat
 
 See the [programming model documentation](https://cloud.google.com/dataflow/model/programming-model) to learn more about how Beam implements these concepts.
 
+<hr>
+<div class="row">
+  <div class="col-md-6">
+    <h3>Blog</h3>
+    <div class="list-group">
+    {% for post in site.posts %}
+    <a class="list-group-item" href="{{ post.url | prepend: site.baseurl }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a>
+    {% endfor %}
+    </div>
+  </div>
+  <div class="col-md-6">
+    <h3>Twitter</h3>
+    <a class="twitter-timeline" href="https://twitter.com/ApacheBeam" data-widget-id="697809684422533120">Tweets by @ApacheBeam</a>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+  </div>
+</div>
+
 ## Apache Project
 Apache Beam is an [Apache Software Foundation project](http://www.apache.org),
 available under the Apache v2 license.