Documentacion agregada - previo a la presentacion
[VSoRC/.git] / partials / header.ejs
index 60da6dbb91f8c48bd666afcedadc052f25fd80d0..718844941cef74977dec266b95af948b9691e48b 100644 (file)
@@ -1,36 +1,23 @@
-<nav role="navigation" class="navbar navbar-dark bg-dark">
+<nav role="navigation" class="navbar">
 <div id="menuToggle">
-  <!--
-  A fake / hidden checkbox is used as click reciever,
-  so you can use the :checked selector on it.
-  -->
   <input type="checkbox" />
 
-  <!--
-  Some spans to act as a hamburger.
-
-  They are acting like a real hamburger,
-  not that McDonalds stuff.
-  -->
   <span></span>
   <span></span>
   <span></span>
 
-  <!--
-  Too bad the menu has to be inside of the button
-  but hey, it's pure CSS magic.
-  -->
   <ul id="menu">
-    <a href="/index"><li>Salud</li></a>
-    <a href="/topology"><li>Visualizador</li></a>
-    <a href="/stats"><li>Estadisticas</li></a>
-    <a href="/starter"><li>Inicializador</li></a>
-    <a href="/access"><li>Acceso</li></a>
-    <a href="/topologyMaker"><li>Crear topologia</li></a>
-    <a href="https://localhost:8080/" target="_blank"><li>Pagina local</li></a>
+    <a href="/"><li>Health</li></a>
+    <a href="/topology"><li>View topology</li></a>
+    <a href="/stats"><li>Flow Tables</li></a>
+    <a href="/starter"><li>Topology Starter</li></a>
+    <a href="/access"><li>Documentation</li></a>
+    <a style= "display: flex;" href="https://github.com/josuer08/VSoRC" target="_blank"><li>GitHub web</li> <img id="ctl00_XXX" src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg" style="width:0.8em; height:0.8em; border-width:0px;" /></a>
+    <a style= "display: flex;" href="https://github.com/josuer08/vsorcdistro" target="_blank"><li>GitHub distro</li> <img id="ctl00_XXX" src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg" style="width:0.8em; height:0.8em; border-width:0px;" /></a>
+
   </ul>
 </div>
 <form class="form-inline">
-  <button class="btn btn-outline-success" type="button" onclick="location.href = '/';">VSoRC</button>
+  <button class="btn-outline-success" type="button" onclick="location.href = '/';">VSoRC</button>
 </form>
 </nav>