Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Setup the Common Partials for the DocSite
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed May 1, 2020
1 parent 054260d commit 59338d0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/themes/kamanda/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<footer class="footer has-background-dark">
<div class="content has-text-centered has-text-white">
<strong class="has-text-white">Kamanda</strong> by <a class="has-text-white"
href="https://maianawycliffe.dev">Maina Wycliffe</a>.
</div>
</footer>

<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
3 changes: 2 additions & 1 deletion docs/themes/kamanda/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kamanda - Firebase CLI Companion Tool</title>
<title>Kamanda - Firebase CLI Companion Tool</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
25 changes: 25 additions & 0 deletions docs/themes/kamanda/layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<nav class="navbar is-dark" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<strong>Kamanda</strong>
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false"
data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarExampleTransparentExample" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="https://github.com/mainawycliffe/kamanda">
<span class="icon is-medium">
<i class="fab fa-github"></i>
</span>
<strong>GitHub</strong>
</a>
</div>
</div>
</div>
</nav>

0 comments on commit 59338d0

Please sign in to comment.