-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from TheSeg/bs-3-migration
Bootstrap 3 & New Styling
- Loading branch information
Showing
37 changed files
with
1,737 additions
and
2,131 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
<nav id="navigation"> | ||
<div class="navbar navbar-default"> | ||
<div class="container"> | ||
<div class="navbar-header hidden-xs hidden-sm"> | ||
<a class="navbar-brand toTop" href="#top">John "Seg" Seggerson</a> | ||
</div> | ||
<div id="scrollTarget" class=""> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="#introduction">Introduction</a></li> | ||
<li><a href="#overview">Overview</a></li> | ||
<li><a href="#skills">Skills</a></li> | ||
<li><a href="#positions">Project Positions</a></li> | ||
<li><a href="#releasedtitles">Projects & Roles</a></li> | ||
<li><a href="#share">Share</a></li> | ||
<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> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right hidden-xs hidden-sm"> | ||
<li class="pdf btn-warning"><a href="{{site.baseurl}}pdf/John_Seg_Seggerson.pdf"><i class="icon-file"></i> PDF</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> |
Oops, something went wrong.