You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2014/05/14 18:59:41 UTC

git commit: Update website with trademarks

Repository: incubator-datafu
Updated Branches:
  refs/heads/master 4d02d119e -> e15390f10


Update website with trademarks


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

Branch: refs/heads/master
Commit: e15390f10c2b1ff73ca9316ac4be73084cffe546
Parents: 4d02d11
Author: Matt Hayes <mh...@linkedin.com>
Authored: Tue May 13 12:24:32 2014 -0700
Committer: Matt Hayes <mh...@linkedin.com>
Committed: Tue May 13 12:24:32 2014 -0700

----------------------------------------------------------------------
 site/source/index.markdown.erb   | 2 +-
 site/source/layouts/_footer.erb  | 4 ++++
 site/source/layouts/_header.erb  | 2 +-
 site/source/stylesheets/all.less | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/e15390f1/site/source/index.markdown.erb
----------------------------------------------------------------------
diff --git a/site/source/index.markdown.erb b/site/source/index.markdown.erb
index 51c3437..d0e2fc1 100644
--- a/site/source/index.markdown.erb
+++ b/site/source/index.markdown.erb
@@ -4,7 +4,7 @@ title: Apache DataFu
 
 # Apache DataFu
 
-Apache DataFu is a collection of libraries for working with large-scale data in Hadoop. 
+Apache DataFu&trade; is a collection of libraries for working with large-scale data in Hadoop. 
 The project was inspired by the need for stable, well-tested libraries for data mining and statistics.
 
 It consists of two libraries:

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/e15390f1/site/source/layouts/_footer.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_footer.erb b/site/source/layouts/_footer.erb
index e69de29..b5a2c90 100644
--- a/site/source/layouts/_footer.erb
+++ b/site/source/layouts/_footer.erb
@@ -0,0 +1,4 @@
+<div class="footer">
+Copyright &copy; 2011-2014 <a href="http://www.apache.org/licenses/">The Apache Software Foundation</a>. <br>
+Apache DataFu, DataFu, Apache Pig, Apache Hadoop, Hadoop, Apache, and the Apache feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/e15390f1/site/source/layouts/_header.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/_header.erb b/site/source/layouts/_header.erb
index 71ab9c1..f3be9d8 100644
--- a/site/source/layouts/_header.erb
+++ b/site/source/layouts/_header.erb
@@ -5,6 +5,6 @@
     <li><%= link_to "Blog", "/blog" %></li>
   </ul>
 
-  <h3 class="header-title"><a href="/">Apache DataFu</a></h3>
+  <h3 class="header-title"><a href="/">Apache DataFu&trade;</a></h3>
 
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/e15390f1/site/source/stylesheets/all.less
----------------------------------------------------------------------
diff --git a/site/source/stylesheets/all.less b/site/source/stylesheets/all.less
index 8502a76..557e2c2 100644
--- a/site/source/stylesheets/all.less
+++ b/site/source/stylesheets/all.less
@@ -26,7 +26,7 @@ body {
 
 .footer {
   margin-top: 50px;
-  padding-top: 50px;
+  padding-top: 10px;
   padding-bottom: 50px;
   color: #777;
   border-top: 1px solid #e5e5e5;