Skip to content

Commit

Permalink
Added navbar and footer to docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrhymes committed Dec 7, 2019
1 parent f048c62 commit d0ae8fd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
<link rel="stylesheet" href="block-list.css">
</head>
<body>
<nav class="navbar is-dark" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="https://www.csrhymes.com">
C.S. Rhymes
</a>

<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
</div>
</nav>
<section class="section">
<div class="container">

Expand Down Expand Up @@ -202,5 +217,10 @@ <h2>How to use</h2>
</div>
</div>
</section>
<footer class="footer">
<div class="has-text-centered">
<p><a href="https://www.csrhymes.com">C.S. Rhymes</a></p>
</div>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions src/block-list.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "utf-8";
@import "../node_modules/bulma/sass/utilities/_all.sass";
@import "../node_modules/bulma/sass/base/_all.sass";
@import "node_modules/bulma/sass/utilities/_all.sass";
@import "node_modules/bulma/sass/base/_all.sass";

$block-list-separator: 0.25rem !default;

Expand Down

0 comments on commit d0ae8fd

Please sign in to comment.