Add introduction page to drawer

This commit is contained in:
Matthew Grove
2018-11-17 19:53:10 +00:00
parent 1bc82c530f
commit d7d926d961

View File

@@ -5,6 +5,10 @@
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">subject</i> <i class="material-icons mdc-list-item__graphic" aria-hidden="true">subject</i>
<span class="mdc-list-item__text">Blog</span> <span class="mdc-list-item__text">Blog</span>
</a> </a>
<a class="mdc-list-item" href="/">
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
<span class="mdc-list-item__text">Home Page</span>
</a>
<a class="mdc-list-item" href="/luhn-algorithm/"> <a class="mdc-list-item" href="/luhn-algorithm/">
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">credit_card</i> <i class="material-icons mdc-list-item__graphic" aria-hidden="true">credit_card</i>
<span class="mdc-list-item__text">Luhn Algorithm</span> <span class="mdc-list-item__text">Luhn Algorithm</span>