Răsfoiți Sursa

Fix top button, make entire button clickable

Riccardo Balbo 4 ani în urmă
părinte
comite
1ebaa65018
1 a modificat fișierele cu 50 adăugiri și 48 ștergeri
  1. 50 48
      layouts/partials/topMenu.html

+ 50 - 48
layouts/partials/topMenu.html

@@ -1,71 +1,73 @@
 <nav class="responsiveWidth toggleOnPortrait" id="topmenu">
-    <div >
-        <button class="genericCl">
-            <a href="https://jmonkeyengine.org">
+    <div>
+        <a href="/">
+            <button class="genericCl">
                 <i class="fas fa-home"></i> Home
-            </a>
-        </button>
+            </button>
+        </a>
+
 
-        <button class="genericCl">
-            <a href="https://hub.jmonkeyengine.org">
+        <a href="https://hub.jmonkeyengine.org">
+            <button class="genericCl">
                 <i class="fab fa-discourse"></i> Discussions
-            </a>
-        </button>
-        <button class="genericCl">
-            <a href="https://store.jmonkeyengine.org">
+            </button>
+        </a>
+
+        <a href="https://store.jmonkeyengine.org">
+            <button class="genericCl">
                 <i class="fas fa-puzzle-piece"></i> Store
-            </a>
-        </button>
-        <button class="genericCl">
-            <a href="https://jmonkeyengine.org/docs">
+            </button>
+        </a>
+
+        <a href="/docs">
+            <button class="genericCl">
                 <i class="fas fa-book"></i> Docs
-            </a>
-        </button>
+            </button>
+         </a>
 
-        <button class="genericCl">
-            <a href="https://jmonkeyengine.org/license">
+        <a href="/license">
+            <button class="genericCl">
                 <i class="fas fa-balance-scale-right"></i> License
-            </a>
-        </button>
+            </button>
+        </a>
     </div>
 
 
- <div>
-        <button class="icon codeCl" title="Github">
-            <a href="https://github.com/jMonkeyEngine/jmonkeyengine">
+    <div>
+        <a href="https://github.com/jMonkeyEngine/jmonkeyengine"  rel='noopener noreferrer' target="_blank">
+            <button class="icon codeCl" title="Github">
                 <i class="fab fa-github-square"></i>
-            </a>
-        </button>
-        <button class="icon twitterCl" title="Follow on Twitter">
-            <a href="https://twitter.com/jmonkeyengine" rel='noopener nofollow noreferrer' target="_blank">
+            </button>
+        </a>
+        <a href="https://twitter.com/jmonkeyengine" rel='noopener noreferrer' target="_blank">
+            <button class="icon twitterCl" title="Follow on Twitter">
                 <i class="fab fa-twitter"></i>
-            </a>
-        </button>   
+            </button>
+        </a>
 
-        <button class="icon youtubeCl" title="Follow on Youtube">
-            <a href="https://www.youtube.com/channel/UC-Fs3R5Q6wW_XYspOXGZgPw" rel='noopener nofollow noreferrer' target="_blank">
+        <a href="https://www.youtube.com/channel/UC-Fs3R5Q6wW_XYspOXGZgPw" rel='noopener noreferrer' target="_blank">
+            <button class="icon youtubeCl" title="Follow on Youtube">
                 <i class="fab fa-youtube"></i>
-            </a>
-        </button>
+            </button>
+        </a>
     </div>
 
     <div>
-
-        <button class="icon itchCl" title="Itch.io">
-            <a href="https://www.youtube.com/channel/UC-Fs3R5Q6wW_XYspOXGZgPw" rel='noopener nofollow noreferrer' target="_blank">
+        <a href="https://jmonkeyengine.itch.io/jMonkeyEngine" rel='noopener noreferrer' target="_blank">
+            <button class="icon itchCl" title="Itch.io">
                 <i class="fab fa-itch-io"></i>
-            </a>
-        </button>
-        <button class="icon discordCl" title="Discord">
-            <a href="https://discord.gg/Rv8sfVu" rel='noopener nofollow noreferrer' target="_blank">
+            </button>
+        </a>
+        <a href="https://discord.gg/Rv8sfVu" rel='noopener noreferrer' target="_blank">
+            <button class="icon discordCl" title="Discord">
                 <i class="fab fa-discord"></i>
-            </a>
-        </button>
-
-        <button class="icon donateCl" title="Donate">
-            <a href="https://opencollective.com/jmonkeyengine" rel='noopener nofollow noreferrer' target="_blank">
+            </button>
+        </a>
+        <a href="https://opencollective.com/jmonkeyengine" rel='noopener noreferrer' target="_blank">
+            <button class="icon donateCl" title="Donate">
                 <i class="fas fa-donate"></i>
-                        </a>
-        </button>
+            </button>
+        </a>
+
     </div>
 </nav>