You are viewing a plain text version of this content. The canonical link for it is here.
Posted to privacy-commits@apache.org by gr...@apache.org on 2021/03/13 20:08:17 UTC

[privacy-website] 20/27: Tweak header

This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/privacy-website.git

commit 14169295618f7621f15787a69d3b8e35b752bdc5
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Mar 12 23:31:06 2021 +0100

    Tweak header
    
    - replace svg with png, scales better on high res
    - change menu to work with new CSS
    - tweak header title
---
 _includes/header.html | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index db5e934..74c8d63 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,13 +1,20 @@
 <header>
-    <div class="header-logo">{% include asf-logo.svg %}
-        <div class="header-text">Data Privacy</div>
+    <div class="header-logo"><img src="/images/asf-logo.png"/>
+        <div class="header-text">ASF Data Privacy</div>
     </div>
-    
 
     <nav>
-        <ul>
+    <label for="show-menu" class="show-menu">Show Menu</label>
+	<input type="checkbox" id="show-menu" role="button">
+        <ul id="menu">
             <li><a href="/">Home</a></li>
-            <li><a href="/faq/committers.html">Committer FAQ</a></li>
+            <li>
+                <a href="#">FAQ &#9660;</a>
+                <ul class="hidden">
+                    <li><a href="/faq/committers.html">Committers' FAQ</a></li>
+                </ul>
+            </li>
+            <li><a href="http://www.apache.org/foundation/">About the ASF</a></li>
         </ul>
     </nav>
-</header>
\ No newline at end of file
+</header>


---------------------------------------------------------------------
To unsubscribe, e-mail: privacy-commits-unsubscribe@apache.org
For additional commands, e-mail: privacy-commits-help@apache.org