Repository: arrow-site Updated Branches: refs/heads/asf-site 1bcfd45e1 -> 56f6e2c43
Add Apache branding corrections Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/56f6e2c4 Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/56f6e2c4 Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/56f6e2c4 Branch: refs/heads/asf-site Commit: 56f6e2c43252786712117e326a625f69cbd65147 Parents: 1bcfd45 Author: Jacques Nadeau <jacq...@apache.org> Authored: Sun Sep 18 08:11:17 2016 -0700 Committer: Jacques Nadeau <jacq...@apache.org> Committed: Sun Sep 18 08:11:17 2016 -0700 ---------------------------------------------------------------------- index.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow-site/blob/56f6e2c4/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index a62350d..5bcd563 100644 --- a/index.html +++ b/index.html @@ -35,10 +35,9 @@ <div class="container"> <div class="header clearfix"> - <h3 class="text-muted"><a href="index.html">Apache Arrow</a> <a type="button" class="btn btn-default" href="events/">Upcoming Events</a> - <img style="float:right;" src="img/asf_logo.svg" width="120px"/></h3> + <h3 class="text-muted"><a href="index.html">Apache Arrow</a>™ <a type="button" class="btn btn-default" href="events/">Upcoming Events</a> + <a href="http://www.apache.org/"><img style="float:right;" src="img/asf_logo.svg" width="120px"/><a/></h3> </div> - <div class="jumbotron"> <h1>Apache Arrow</h1> <p class="lead">Powering Columnar In-Memory Analytics</p> @@ -46,10 +45,17 @@ <a class="btn btn-lg btn-success" href="mailto:dev-subscr...@arrow.apache.org" role="button">Join Mailing List</a> </p> </div> + <div> + <a type="button" class="btn btn-default" href="http://www.apache.org/">apache foundation</a> + <a type="button" class="btn btn-default" href="http://www.apache.org/licenses/">license</a> + <a type="button" class="btn btn-default" href="http://www.apache.org/foundation/sponsorship.html">donate</a> + <a type="button" class="btn btn-default" href="http://www.apache.org/foundation/thanks.html">thanks</a> + <a type="button" class="btn btn-default" href="http://www.apache.org/security/">security</a> + </div> <div class="row"> <div class="col-lg-4"> <h2>Fast</h2> - <p>Arrow enables execution engines to take advantage of the latest SIMD (Single input multiple data) operations included in modern processors, for native vectorized optimization of analytical data processing. Columnar layout of data also allows for a better use of CPU caches by placing all data relevant to a column operation in as compact of a format as possible.</p> + <p>Apache Arrow™ enables execution engines to take advantage of the latest SIMD (Single input multiple data) operations included in modern processors, for native vectorized optimization of analytical data processing. Columnar layout of data also allows for a better use of CPU caches by placing all data relevant to a column operation in as compact of a format as possible.</p> </div> <div class="col-lg-4"> <h2>Flexible</h2> @@ -193,7 +199,8 @@ - <footer class="footer"> +<footer class="footer"> + <p>Apache Arrow, Arrow, Apache, the Apache feather logo, and the Apache Foo project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p> <p>© 2016 Apache Software Foundation</p> </footer>