"Vertical Navigation"
Bootstrap 3.3.0 Snippet by gerfast

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
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-5">
<div id="md-large-widget">
<ul class="nav nav-pills nav-stacked" style="max-width: 275px; margin-top: 40px;">
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
ABOUT INP/APNN <span class="caret"></span>
</a>
<ul role="menu" class="dropdown-menu">
<li><a href="/About/Aims">Aims/Objectives</a></li>
<li><a href="/About/History">Network History</a></li>
<li><a href="/About/Steering">Network Steering Groups</a></li>
</ul>
</li>
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle nav-item" href="#">MEMBERSHIP <b class="caret"></b></a>
<ul role="menu" class="dropdown-menu">
<li><a href="/Membership/Index">Membership Introduction</a></li>
<li><a href="/Membership/Guidelines">General Membership Guidelines</a></li>
<li><a href="/Membership/SteeringGuidelines">Core Steering Group Membership Guidelines</a></li>
<li><a href="/Membership/SubgroupGuidelines">Subgroup Membership Guidelines</a></li>
<li><a href="http://www.icn.ch/form/11.html">Application</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
EDUCATION <span class="caret"></span>
</a>
<ul role="menu" class="dropdown-menu">
<li><a href="/Education/Index">Education</a></li>
<li><a href="/Education/Directory">Nurse Practitioner / Advanced Practice Nurse Directory</a></li>
<li><a href="/Education/Resources">Research, Reports and Presentations</a></li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
32
33
34
35
36
37
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono");
@font-face {
font-family: 'Dosis';
font-style: normal;
font-weight: 300;
src: local('Dosis Light'), local('Dosis-Light'), url(http://fonts.gstatic.com/l/font?kit=RoNoOKoxvxVq4Mi9I4xIReCW9eLPAnScftSvRB4WBxg&skey=a88ea9d907460694) format('woff2');
}
@font-face {
font-family: 'Dosis';
font-style: normal;
font-weight: 500;
src: local('Dosis Medium'), local('Dosis-Medium'), url(http://fonts.gstatic.com/l/font?kit=Z1ETVwepOmEGkbaFPefd_-CW9eLPAnScftSvRB4WBxg&skey=21884fc543bb1165) format('woff2');
}
body {
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif, Open Sans;
font-size: 14px;
line-height: 1.42857;
margin: 0
line-height: 1.42857143;
color: #2c3e50;
background-color: #ffffff
}
a {
color: #2c3e50;
text-decoration: none
}
a:hover,
a:focus {
color: #18bc9c;
text-decoration: underline
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: