Skip to content

Commit 3951fee

Browse files
committed
First draft of dropdown file downloads.
1 parent 20999cc commit 3951fee

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

_includes/content/navigation.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@
1616
<li class="pdf btn-warning hidden-md hidden-lg"><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="icon-file"></i> PDF</a></li>
1717
</ul>
1818
<ul class="nav navbar-nav navbar-right hidden-xs hidden-sm">
19-
<li class="pdf btn-warning"><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="icon-file"></i> PDF</a></li>
19+
<li class="dropdown pdf btn-warning">
20+
<a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-file"></i> PRINT/FILE <b class="caret"></b></a>
21+
<ul class="dropdown-menu pdf-dropdown-menu btn-warning">
22+
<li class="focus"><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf">PDF</a></li>
23+
<li class="divider"></li>
24+
<li><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.docx">DOCX</a></li>
25+
<li><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.txt">TEXT</a></li>
26+
</ul>
27+
</li>
2028
</ul>
2129
</div>
2230
</div>

_less/seg_resume.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ table {
156156
@media (max-width: @screen-xs-max) {
157157
.border-bottom-radius(@navigation-radius);
158158
}
159+
.pdf-dropdown-menu {
160+
background:@btn-warning-bg;
161+
font-size:12pt;
162+
.focus {
163+
font-size:14pt;
164+
}
165+
}
159166
}
160167
}
161168

css/theme-default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/theme-valve.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)