You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/05/02 22:01:04 UTC

[2/2] mesos git commit: Add the ASF events link to the website.

Add the ASF events link to the website.

Update the Mesos website the ASF current event banner described
in http://apache.org/events/README.txt. This is a dynamic banner
that will be updated automatically without the need to update the
website every time for every new event.

Review: https://reviews.apache.org/r/66901/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/50d50493
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/50d50493
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/50d50493

Branch: refs/heads/master
Commit: 50d5049314fb9a15ccc48f0377a5f2623ba47b67
Parents: fc130f8
Author: James Peach <jp...@apache.org>
Authored: Wed May 2 14:05:09 2018 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed May 2 14:05:09 2018 -0700

----------------------------------------------------------------------
 site/source/layouts/basic.erb | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/50d50493/site/source/layouts/basic.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/basic.erb b/site/source/layouts/basic.erb
index 30ae845..fc59f00 100644
--- a/site/source/layouts/basic.erb
+++ b/site/source/layouts/basic.erb
@@ -87,7 +87,14 @@
     <!-- footer -->
     <div class="footer">
       <div class="container">
-        <div class="col-md-4 social-blk">
+
+        <div class="col-md-3">
+            <a  href="https://www.apache.org/events/current-event.html">
+              <img src="https://www.apache.org/events/current-event-234x60.png"/>
+            </a>
+        </div>
+
+        <div class="col-md-3 social-blk">
           <span class="social">
             <a href="https://twitter.com/ApacheMesos"
               class="twitter-follow-button"
@@ -101,11 +108,12 @@
           </span>
         </div>
 
-        <div class="col-md-8 trademark">
+        <div class="col-md-6 trademark">
           <p>&copy; 2012-2018 <a href="http://apache.org">The Apache Software Foundation</a>.
             Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
           <p>
         </div>
+
       </div><!-- /.container -->
     </div><!-- /.footer -->