This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="nav nav-pills nav-justified"> | |
<li><a href=" {% url 'index' %} "><span class="glyphicon glyphicon-home"></span> Home</a></li> | |
<li><a href=" {% url 'books' %} ">Services</a></li> | |
<li><a href=" ">Students</a> | |
</li> | |
<li class="dropdown"> | |
<a href=" {% url 'staff' %} " class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Staffs <span class="caret"></span></a> | |
<ul class="dropdown-menu"> | |
<li><a href="#">Action</a></li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"> | |
<style> | |
.red-text { | |
color: red; | |
} | |
h2 { | |
font-family: Lobster, Monospace; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"> | |
<style> | |
.red-text { | |
color: red; | |
} | |
h2 { | |
font-family: Lobster, Monospace; | |
} |