- Timestamp:
- 28 Nov 2014, 05:45:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/ngren/theme/ngren_theme/example.html
r11781 r12074 55 55 <div id="header-head"> 56 56 <div id="logo-container"> 57 <a href="home.html">58 <img id="logo" src="img/ngren_logo.png" alt="NgREN logo" />59 </a>60 57 <h1> 61 <a href="home.html">Nigerian Research and<br/>Education Network 62 <br/><sup><font size="2">RC1011289</font></sup></a> 58 <a class="header-logo" href="home.html"> 59 Nigerian Research and Education Network 60 </a> 63 61 </h1> 64 62 </div> 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 63 <div class="btn-group pull-right btn-small" 64 id="user-options"> 65 <a class="btn btn-small btn-primary" 66 href="#"> 67 <i class="icon-user icon-white"></i> 68 <span id="user-options-name"> 69 Username 70 </span> 71 </a> 72 <a class="btn btn-small btn-primary 73 dropdown-toggle" 74 data-toggle="dropdown" 75 href="#"> 76 <span class="caret"></span> 77 </a> 78 <ul class="dropdown-menu btn-small"> 79 <li><a href="#">Dashboard</a></li> 80 <li><a href="#">Logout</a></li> 81 </ul> 82 </div><!-- user-options --> 85 83 <form class="navbar-form pull-right"> 86 84 <input type="text" />
Note: See TracChangeset for help on using the changeset viewer.