METRON-1457 Move ASF links to main page in the Metron website (anandsubbu) closes apache/metron#938
Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/b48ab93c Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/b48ab93c Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/b48ab93c Branch: refs/heads/feature/METRON-1416-upgrade-solr Commit: b48ab93c65f04a7e25f1c0de20c260582fed30bc Parents: e265b36 Author: anandsubbu <[email protected]> Authored: Tue Feb 27 22:33:57 2018 +0530 Committer: anandsubbu <[email protected]> Committed: Tue Feb 27 22:33:57 2018 +0530 ---------------------------------------------------------------------- site/_includes/footer.html | 4 +- site/_includes/primary-nav-items.html | 2 - site/asf/index.md | 90 ------------------------------ site/index.html | 30 ++++++++++ 4 files changed, 32 insertions(+), 94 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/b48ab93c/site/_includes/footer.html ---------------------------------------------------------------------- diff --git a/site/_includes/footer.html b/site/_includes/footer.html index 07615f4..033ede8 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -1,7 +1,7 @@ </section> <section class="intro-block darken" id="docshome"> <div class="content-960 hover-btn text-center disclaimer"> - <p>Copyright © 2018, The Apache Software Foundation. Licensed under the <a class="white" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> - <p>Apache Metron and its logo are trademarks of the The Apache Software Foundation.</p> + <p>Copyright © 2018, The Apache Software Foundation. Licensed under the <a class="white" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> + <p>Apache Metron and its logo are trademarks of The Apache Software Foundation.</p> </div> </section> http://git-wip-us.apache.org/repos/asf/metron/blob/b48ab93c/site/_includes/primary-nav-items.html ---------------------------------------------------------------------- diff --git a/site/_includes/primary-nav-items.html b/site/_includes/primary-nav-items.html index 3b97c63..2799976 100644 --- a/site/_includes/primary-nav-items.html +++ b/site/_includes/primary-nav-items.html @@ -9,8 +9,6 @@ </li> <li class="training-menu"><a href="/news/">News</a> </li> - <li class="training-menu"><a href="/asf/">ASF</a> - </li> <li> <button class="button-default button-green" style="line-height:43px;"> <a>Download </a></button> </li> http://git-wip-us.apache.org/repos/asf/metron/blob/b48ab93c/site/asf/index.md ---------------------------------------------------------------------- diff --git a/site/asf/index.md b/site/asf/index.md deleted file mode 100644 index ca98112..0000000 --- a/site/asf/index.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -layout: default -title: Apache Software Foundation ---- - -<section class="hero-second-level no-padding"> - <div class="bg-img"> - <img src="/img/metron_datacenter.jpg" alt="UNLOCK THE POWER OF YOUR DATA" style="width: 100%; left: 0px;"> - </div> - <div class="v-middle-wrapper"> - <div class="v-middle-inner"> - <div class="v-middle"> - <h1>real-time big data security </h1> - </div> - </div> - </div> -</section> - -<section class="no-padding"> - <div class="fixed-anchor" style="min-height: 99px;"> - <div class="fixed-links" style="top: 63px; transition: top 0.5s ease;"> - <ul> - <li class="active"><a href="#home">Home</a></li> - <li class=""><a href="#license">License</a></li> - <li class=""><a href="#events">Events</a></li> - <li class=""><a href="#sponsorship">Sponsorship</a></li> - <li class=""><a href="#security">Security</a></li> - <li class=""><a href="#thanks">Thanks</a></li> - </ul> - </div> - </div> -</section> - -<section class="events-section feature body-content" id="home"> -<div class="text-center"> - <h2>Home</h2> -</div> - <div class="content-960 hover-btn text-center"> - To know more about The Apache Software Foundation, visit: - </div> - <div class="content-960 hover-btn text-center"> - <a class="button-default" href="https://www.apache.org" target="_blank">APACHE</a> - </div> -</section> - -<section class="intro-block darken" id="license"> - <div class="text-center"> - <h2>License</h2> - </div> - <div class="content-960 hover-btn text-center"> - <a class="button-default" href="https://www.apache.org/licenses/" target="_blank">APACHE LICENSE</a> - </div> -</section> - -<section class="intro-block darken" id="events"> - <div class="text-center"> - <h2>Events</h2> - </div> - <div class="content-960 hover-btn text-center"> - <p>To know more about latest happenings, go to:</p> - <a class="button-default" href="https://www.apache.org/events/current-event" target="_blank">EVENTS</a> - </div> -</section> - -<section class="intro-block darken" id="sponsorship"> - <div class="text-center"> - <h2>Sponsorship</h2> - </div> - <div class="content-960 hover-btn text-center"> - <a class="button-default" href="https://www.apache.org/foundation/sponsorship.html" target="_blank">SPONSORSHIP</a> - </div> -</section> - -<section class="intro-block darken" id="security"> - <div class="text-center"> - <h2>Security</h2> - </div> - <div class="content-960 hover-btn text-center"> - <a class="button-default" href="https://www.apache.org/security/" target="_blank">SECURITY</a> - </div> -</section> - -<section class="intro-block darken" id="thanks"> - <div class="text-center"> - <h2>Thanks</h2> - </div> - <div class="content-960 hover-btn text-center"> - <a class="button-default" href="https://www.apache.org/foundation/thanks.html" target="_blank">THANKS</a> - </div> -</section> http://git-wip-us.apache.org/repos/asf/metron/blob/b48ab93c/site/index.html ---------------------------------------------------------------------- diff --git a/site/index.html b/site/index.html index 0157ea7..4b77467 100644 --- a/site/index.html +++ b/site/index.html @@ -172,3 +172,33 @@ overview: true </div> </div> </div> +</section> + +<section class="cta-block"> + <div class="bg-img" align="center"> + <img src="https://www.apache.org/foundation/press/kit/asf_logo.png" alt="Apache Software Foundation" style="width:20%;"> + </div> + <table border="0" class="table table-striped" style="width: 100%;"> + <tbody> + <tr> + <td style="text-align: center"> + <a class="button-default" href="https://www.apache.org" target="_blank">ASF HOME</a> + </td> + <td style="text-align: center"> + <a class="button-default" href="https://www.apache.org/licenses" target="_blank">LICENSE</a> + </td> + <td style="text-align: center"> + <a class="button-default" href="https://www.apache.org/events/current-event" target="_blank">EVENTS</a> + </td> + <td style="text-align: center"> + <a class="button-default" href="https://www.apache.org/foundation/sponsorship.html" target="_blank">SPONSORSHIP</a> + </td> + <td style="text-align: center"> + <a class="button-default" href="https://www.apache.org/security" target="_blank">SECURITY</a> + </td> + <td style="text-align: center"> + <a class="button-default" href="https://www.apache.org/foundation/thanks.html" target="_blank">THANKS</a> + </td> + </tr> + </table> +</section>
