james-elliott commented on code in PR #78: URL: https://github.com/apache/nifi-site/pull/78#discussion_r1432962094
########## themes/nifi/layouts/partials/footer.html: ########## @@ -0,0 +1,38 @@ +<footer class=""> + <div class="uk-container"> + <div class="uk-flex uk-grid uk-grid-large"> + <div class="uk-width-1-2@m"> + <p> + <a class="uk-link-reset" href="/"> + <img src="/images/apache-nifi-logo.svg" class="footer-logo" alt="Apache NiFi Logo"/> + </a> + <a class="uk-link-reset" href="https://apache.org"> + <img src="/images/apache-logo.svg" class="footer-logo uk-margin-left" alt="Apache Software Foundation Logo"/> + </a> + </p> + + + <p>Copyright © {{ now.Year }} {{ .Site.Copyright }} under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p> + <p>Apache NiFi, NiFi, and the NiFi logo are trademarks of <a href="https://apache.org/">The Apache Software Foundation</a></p> + + </div> + <div class="uk-width-1-4@m"> + <h3><a href="/">Project</a></h3> Review Comment: This one just needs to have the CSS scoped to the downloads page content. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
