Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
Latest commit
31 lines (30 loc) · 1.26 KB
/
Copy pathheader.html
File metadata and controls
31 lines (30 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- Navigation -->
<navclass="navbar navbar-custom navbar-fixed-top" role="navigation">
<divclass="container">
<divclass="navbar-header">
<buttontype="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<iclass="fa fa-bars"></i>
</button>
<aclass="navbar-brand page-scroll" href="http://cnulug.org/">
<spanclass="light">Lend</span> 2 Me
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<divclass="collapse navbar-collapse navbar-right navbar-main-collapse">
<ulclass="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<liclass="hidden">
<ahref="#page-top"></a>
</li>
<li>
<aclass="page-scroll" href="http://cnulug.org/irc.html">Borrow</a>
</li>
<li>
<aclass="page-scroll" href="http://cnulug.org/mail.html">Offer</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>