Author: ivan
Date: Fri Aug 28 16:59:32 2015
New Revision: 1698375
URL: http://svn.apache.org/r1698375
Log:
Add Apache Software Foundation logo with link to www.apache.org to the
footer.
Modified:
serf/site/publish/includes/footer.html
Modified: serf/site/publish/includes/footer.html
URL:
http://svn.apache.org/viewvc/serf/site/publish/includes/footer.html?rev=1698375&r1=1698374&r2=1698375&view=diff
==============================================================================
--- serf/site/publish/includes/footer.html (original)
+++ serf/site/publish/includes/footer.html Fri Aug 28 16:59:32 2015
@@ -2,18 +2,25 @@
<footer>
<div class="container">
- <div class="row">
- <div class="col-lg-12">
- <p class="text-center">Copyright © 2015
- <a href="https://www.apache.org/">The Apache Software Foundation</a>
- </p>
- <p class="text-center">
- Apache Serf, Serf, Apache, the Apache feather logo, and the Apache
- Serf project logo are either registered trademarks or trademarks of
- The Apache Software Foundation in the United States and other
- countries.
- </p>
- </div>
+ <div class="media">
+ <div class="media-body">
+ <p class="text">
+ Copyright © 2015
+ <a href="https://www.apache.org/">The Apache Software Foundation</a>
+ </p>
+ <p class="text">
+ Apache Serf, Serf, Apache, the Apache feather logo, and the Apache
+ Serf project logo are either registered trademarks or trademarks of
+ The Apache Software Foundation in the United States and other
+ countries.
+ </p>
+ </div>
+ <div class="media-right">
+ <a href="http://www.apache.org">
+ <img alt="Apache Software Foundatian"
+ src="http://www.apache.org/images/asf_logo.gif" />
+ </a>
+ </div>
</div>
</div>
</footer>