Skip to content

Commit

Permalink
Added default asciidoctor and coderay css.
Browse files Browse the repository at this point in the history
Updated starting content.
  • Loading branch information
johncarl81 committed Jan 29, 2015
1 parent 1cdd305 commit 983cf10
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 65 deletions.
58 changes: 29 additions & 29 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,44 @@
<meta name="copyright" content="ZURB, inc. Copyright (c) 2015"/>

<link rel="stylesheet" href="{{page.root}}css/foundation.css"/>
<link rel="stylesheet" href="{{page.root}}css/coderay.css"/>
<link rel="stylesheet" href="{{page.root}}css/asciidoctor.css"/>
<script src="{{page.root}}js/vendor/modernizr.js"></script>
</head>
<body>


<!-- Nav Bar -->

<div class="row">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1>
<a href="{{page.root}}">
{{page.title}}
</a>
</h1>
<nav class="top-bar" data-topbar>
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1>
<a href="{{page.root}}">
{{page.title}}
</a>
</h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>

<section class="top-bar-section">
<!-- Left Nav Section -->
<ul class="right">
<li class="divider"></li>
<li class="has-dropdown">
<a class="active" href="#">Main Item 1</a>
<ul class="dropdown">
<li><label>Section Name</label></li>
<li><a href="#" class="">Dropdown Level 1</a></li>
<li><a href="#">Dropdown Option</a></li>
<li><a href="#">Dropdown Option</a></li>
</ul>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>

<section class="top-bar-section">
<!-- Left Nav Section -->
<ul class="right">
<li class="divider"></li>
<li class="has-dropdown">
<a class="active" href="#">Main Item 1</a>
<ul class="dropdown">
<li><label>Section Name</label></li>
<li><a href="#" class="">Dropdown Level 1</a></li>
<li><a href="#">Dropdown Option</a></li>
<li><a href="#">Dropdown Option</a></li>
</ul>
</li>
</ul>
</section>
</nav>
</div>
</section>
</nav>
<!-- End Nav -->


Expand Down
Loading

0 comments on commit 983cf10

Please sign in to comment.