Just another navbar

Size
2,686 Kb
Views
6,072

How do I make an just another navbar?

What is a just another navbar? How do you make a just another navbar? This script and codes were developed by Edward R Haase on 13 January 2023, Friday.

Just another navbar Previews

Just another navbar - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Just another navbar</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
<meta name='viewport' content='width=device-width, initial-scale=1'> <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'>
<link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='http://cdnjs.cloudflare.com/ajax/libs/animate.css/2.0/animate.min.css'>
<link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" ng-app="app" role="navigation"> <div class="fluid-container"> <div class="navbar-header"><a class="navbar-brand" href="#/">Brand</a> <button class="navbar-toggle" ng-init="nc=true" ng-click="nc=!nc"><span class="sr-only" Toggle navigation="Toggle navigation"></span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> </div> <div class="collapse nav-collapse" id="navbar" collapse="nc"> <ul class="nav navbar-nav"> <li><a href="#/"><i class="fa fa-ra"></i>link</a></li> <li class="divider"></li> <li><a href="#/second">Second link</a></li> </ul> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular-touch.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular-animate.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.10.0/ui-bootstrap-tpls.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Just another navbar - Script Codes CSS Codes

body { // background-color: #000; margin-top: 50px;
}
.navbar { opacity: 0.95;
}
.navbar i { padding-right: 5px;
}
.navbar li { border-left: 1px dotted;
}
@media screen and (min-width: 768px) { #navbar.collapse{ display: block !important; }
}

Just another navbar - Script Codes JS Codes

var app = angular.module('app', ['ngTouch', 'ui.bootstrap']);
app.controller('MyCtrl', ['$scope', function($scope) { // angular.extend($scope, { });
}]);
Just another navbar - Script Codes
Just another navbar - Script Codes
Home Page Home
Developer Edward R Haase
Username ehaase
Uploaded January 13, 2023
Rating 3
Size 2,686 Kb
Views 6,072
Do you need developer help for Just another navbar?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Edward R Haase (ehaase) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!