Author: tkurc
Date: Wed Nov 26 22:56:12 2014
New Revision: 1641959
URL: http://svn.apache.org/r1641959
Log:
added incubator logo and site specific stylesheet and some footer style
Added:
incubator/nifi/site/trunk/content/css/site.css
incubator/nifi/site/trunk/content/images/egg-logo.png (with props)
Modified:
incubator/nifi/site/trunk/templates/skeleton.html
Added: incubator/nifi/site/trunk/content/css/site.css
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/css/site.css?rev=1641959&view=auto
==============================================================================
--- incubator/nifi/site/trunk/content/css/site.css (added)
+++ incubator/nifi/site/trunk/content/css/site.css Wed Nov 26 22:56:12 2014
@@ -0,0 +1,4 @@
+ #footer {
+ text-align: center;
+ font-size: 75%;
+}
Added: incubator/nifi/site/trunk/content/images/egg-logo.png
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/images/egg-logo.png?rev=1641959&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/nifi/site/trunk/content/images/egg-logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: incubator/nifi/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/templates/skeleton.html?rev=1641959&r1=1641958&r2=1641959&view=diff
==============================================================================
--- incubator/nifi/site/trunk/templates/skeleton.html (original)
+++ incubator/nifi/site/trunk/templates/skeleton.html Wed Nov 26 22:56:12 2014
@@ -8,7 +8,7 @@
<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/bootstrap-theme.css" rel="stylesheet">
-
+ <link href="/css/site.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/js/bootstrap/3.3.1/bootstrap.min.js"></script>
@@ -30,10 +30,13 @@
</div>
<div id="footer">
<a alt="Apache Software Foundation" href="http://www.apache.org">
- <img id="asf-logo" alt="Apache Software Foundation"
src="/images/feather-small.gif" width="100">
+ <img id="asf-logo" alt="Apache Software Foundation"
src="/images/feather-small.gif">
+ </a>
+ <a alt="Apache Incubator Logo" href="http://incubator.apache.org/">
+ <img id="incubator-logo" alt="Apache Incubator"
src="/images/egg-logo.png" >
</a>
<div id="copyright">
- <p>Copyright © 2014 The Apache Software Foundation, Licensed
under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The
Apache Software Foundation.</p>
+ <p>Copyright © 2014 The Apache Software Foundation, Licensed
under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a>.<br/>Apache, the Apache feather logo, and the Apache Incubator
project logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>