EduMotion navbar

Developer
Size
2,201 Kb
Views
32,384

How do I make an edumotion navbar?

What is a edumotion navbar? How do you make a edumotion navbar? This script and codes were developed by Helana Nosrat on 12 August 2022, Friday.

EduMotion navbar Previews

EduMotion navbar - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>eduMotion navbar</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p class="navbar-text navbar-right"><a href="#" class="navbar-link">Logout</a></p>
<aside>
<div id="sidenav">
<ul class="nav nav-pills nav-stacked"> <li role="presentation" class="default"><a href="#">Home</a></li> <li role="presentation" class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> Students <span class="caret"></span><span class="badge">7</span> </a> <ul class="dropdown-menu"> <li><a href="#">student 1</a></li> <li><a href="#">student2 1</a></li> <li><a href="#">student 3</a></li> </ul> </li> <li role="presentation"><a href="#">Teacher Notes<span class="badge">3</span></a></li>
</ul> <form class="navbar-form navbar-left"> <div class="form-group"> <input type="text" class="form-control" placeholder="Student 1 has..."> </div> <button type="submit" class="btn btn-success">Submit</button> </form> </div> </aside>
<div>
<h1> My Dashboard </h1> </div> <script src="js/index.js"></script>
</body>
</html>

EduMotion navbar - Script Codes CSS Codes

#sidenav { width: 25%;
}

EduMotion navbar - Script Codes JS Codes

app.controller("NavCtrl", function($scope) { $scope.navItems = [ {	name: "Logout",	url:"#/logout"	}, {	name:"My Students",	url:"/students/list"	}, {	name:"Emotional Log",	url:"/students/emotionlog"	} ];
});
EduMotion navbar - Script Codes
EduMotion navbar - Script Codes
Home Page Home
Developer Helana Nosrat
Username HelanaN
Uploaded August 12, 2022
Rating 3
Size 2,201 Kb
Views 32,384
Do you need developer help for EduMotion 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!

Helana Nosrat (HelanaN) Script Codes
Create amazing love letters 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!