"NavBarQuantifierWithLogin"
Bootstrap 4.1.1 Snippet by vostrikovalxsycc

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> </head> <body> <nav class="navbar navbar-inverse"> <a class="navbar-brand" href="#"><script>document.write(WebSite);</script></a> <ul class="nav navbar-nav"> <script> for(i=0;i<fields.length;i++) document.write("<li><a href='#'>"+fields[i]+"</a></li>"); </script> </ul> <ul class="nav navbar-nav navbar-right"> <script> for(i=0;i<icon.length;i++) for(j=0;j<icon[i].length;j++) document.write("<li><a href=''#''><span class='glyphicon glyphicon-"+icon[i][j]+"'></span> "+icon[i][++j]+"</a></li>"); /script> </ul> </nav> <div class="container"> <h3>Inverted Navbar</h3> <p>An inverted navbar is black instead of gray.</p> </div> </body> </html>
WebSite="Animale"; fields=["Incial","Sobre","Contato","QuemSomos","Denunciar","Contribuir"]; icon=[ ["user","Inscrever-se"], ["log-in","Entrar"] ];

Related: See More


Questions / Comments: