This is an automated email from the ASF dual-hosted git repository. wmb pushed a commit to branch wmburke-patch-1 in repository https://gitbox.apache.org/repos/asf/drat.git
commit dfd896bc242d3c1d8d034c319b2e72b53aafa3a6 Author: Wayne Moses Burke <[email protected]> AuthorDate: Mon Apr 9 12:27:22 2018 -0400 Updating to meet Apache requirements https://whimsy.apache.org/site/project/drat * Added event banner in lower right * tweaked urls to match expectations * added "the" to ASF * Added copyright word instead of symbol --- index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index e973bc1..c4cd311 100644 --- a/index.html +++ b/index.html @@ -181,21 +181,22 @@ <div class="col-md-8"> <ul style="list-style-type: none;"> <li><a href="http://apache.org" target="_blank"><h4 class="white-text">Apache</h4></a> - <li><a class="white-text" href="http://apache.org/" target="_blank">Apache Server Foundation</a> + <li><a class="white-text" href="https://apache.org/" target="_blank">Apache Server Foundation</a> </li> - <li><a class="white-text" href="http://apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> - <li><a class="white-text" href="http://apache.org/foundation/sponsorship.html" target="_blank">Become + <li><a class="white-text" href="https://apache.org/foundation/thanks" target="_blank">Thanks</a></li> + <li><a class="white-text" href="https://apache.org/foundation/sponsorship" target="_blank">Become a Sponsor</a></li> - <li><a class="white-text" href="http://apache.org/security/" target="_blank">Security</a></li> + <li><a class="white-text" href="https://apache.org/security/" target="_blank">Security</a></li> </ul> </div> </div> </div> <div class="col-md-7"> - <p class="white-text">© 2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache License v2.0</a>.</p> - - <p class="grey-text">Apache DRAT<sup>TM</sup>, DRAT<sup>TM</sup>, Apache, Apache DRAT<sup>TM</sup> Logo are trademarks of Apache Software Foundation.</p> - + <a href="http://www.apache.org/events/current-event.html" style="float:right; /*! border-left: 250px; */"> + <img src="https://www.apache.org/events/current-event-125x125.png"> + </a> + <p class="white-text">Copyright 2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache License v2.0</a>.</p> + <p class="grey-text">Apache DRAT<sup>TM</sup>, DRAT<sup>TM</sup>, Apache, Apache DRAT<sup>TM</sup> Logo are trademarks of the Apache Software Foundation.</p> </div> </div> </div> -- To stop receiving notification emails like this one, please contact [email protected].
