Lightweight and pure CSS MegaNavbar component, that uses the standard navbar markup, and the fluid grid system classes from Bootstrap 3. Work for fixed and responsive layout, and has the facility to include any Bootstrap component except dropdown. MegaNavbar is compatible with mobile devices and modern web browsers.
Within MegaNavbar you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.
MegaNavbar/
├──assets/
│ ├──css/
│ │ ├── animation/ ...
│ │ ├── less/ ...
│ │ ├── sass/ ...
│ │ ├── skins/ ...
│ │ │
│ │ ├── MegaNavbar.min.css
│ │ ├── MegaNavbar-rtl.min.css
│ │ ├── MegaNavbar.css
│ │ └── MegaNavbar-rtl.css
│ │
│ └──plugins/
│ ├── bootstrap/ ...
│ ├── bootstrap-rtl/ ...
│ ├── font-awesome/ ...
│ ├── simple-line-icons/ ...
│ │
│ └── jquery-1.11.1.min
│
├──changelog.txt
└──index.html
Start with this basic HTML template. We hope that you can easily customize our examples, adapting them to suit your needs.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MegaNavbar: advanced Bootstrap navbar plugin</title>
<!-- Bootstrap -->
<link href="MegaNavbar/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="MegaNavbar/assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Simple Line Icons -->
<link href="MegaNavbar/assets/plugins/simple-line-icons/simple-line-icons.css" rel="stylesheet">
<!-- MegaNavbar-->
<link rel="stylesheet" type="text/css" href="MegaNavbar/assets/css/MegaNavbar.min.css">
<link rel="stylesheet" type="text/css" href="MegaNavbar/assets/css/skins/navbar-inverse.css">
<link rel="stylesheet" type="text/css" href="MegaNavbar/assets/css/animation/animation.css">
</head>
<body>
<!-- begin MegaNavbar-->
<nav class="navbar navbar-inverse" role="navigation">
<div class="container-fluid">
<!-- for full width layout or use class="container" for boxed layout -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#MegaNavbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
</div>
<div class="collapse navbar-collapse" id="MegaNavbar">
<ul class="nav navbar-nav navbar-left">
<!-- Left side navigation-->
...
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- Right side navigation-->
...
</ul>
</div>
</div>
</nav>
<!-- end MegaNavbar-->
<h1>Hello, world!</h1>
<!-- jQuery JavaScript-->
<script src="MegaNavbar/assets/plugins/jquery-1.11.1.min.js"></script>
<!-- Bootstrap JavaScript-->
<script src="MegaNavbar/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
Start with this basic HTML template. We hope that you can easily customize our examples, adapting them to suit your needs.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MegaNavbar: advanced Bootstrap navbar plugin</title>
<!-- Bootstrap -->
<link href="MegaNavbar/assets/plugins/bootstrap-rtl/css/bootstrap-arabic.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="MegaNavbar/assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Simple Line Icons -->
<link href="MegaNavbar/assets/plugins/simple-line-icons/simple-line-icons.css" rel="stylesheet">
<!-- MegaNavbar-->
<link rel="stylesheet" type="text/css" href="MegaNavbar/assets/css/MegaNavbar-rtl.min.css">
<link rel="stylesheet" type="text/css" href="MegaNavbar/assets/css/skins/navbar-inverse.css">
<link rel="stylesheet" type="text/css" href="MegaNavbar/assets/css/animation/animation.css">
</head>
<body>
<!-- begin MegaNavbar-->
<nav class="navbar navbar-inverse" role="navigation">
<div class="container-fluid">
<!-- for full width layout or use class="container" for boxed layout -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#MegaNavbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
</div>
<div class="collapse navbar-collapse" id="MegaNavbar">
<ul class="nav navbar-nav navbar-left">
<!-- Left side navigation-->
...
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- Right side navigation-->
...
</ul>
</div>
</div>
</nav>
<!-- end MegaNavbar-->
<h1>Hello, world!</h1>
<!-- jQuery JavaScript-->
<script src="MegaNavbar/assets/plugins/jquery-1.11.1.min.js"></script>
<!-- Bootstrap JavaScript-->
<script src="MegaNavbar/assets/plugins/bootstrap-rtl/js/bootstrap-arabic.min.js"></script>
</body>
</html>
I've used the following javascripts, framework, icons or other files as listed.
MegaNavbar is released under Regular License (http://codecanyon.net/licenses/regular) and Extended License (http://codecanyon.net/licenses/extended)
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the items on Codecanyon.net, you might consider visiting the forums and asking your question in the "Item Discussion" section.
For additional information about installation, usage, customization and numerous examples you can see on site: MegaNavbar.com