adding document mode
I've been thinking a lot about the treehouse and I feel like it's time to say goodbye to the tree format.
This commit is contained in:
parent
550c062327
commit
36705e7c1e
31 changed files with 940 additions and 409 deletions
17
template/components/_sidebar.hbs
Normal file
17
template/components/_sidebar.hbs
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="sidebar-sticky">
|
||||
<aside class="sidebar">
|
||||
<a href="/">
|
||||
<header class="floof">
|
||||
<img alt="riki sitting in pink space" src="{{ asset 'character/riki/sitting.png' }}" width="2223" height="1796" style="height: 40.39586145rem;">
|
||||
<h1>
|
||||
<span class="rikis">riki's</span>
|
||||
<span class="fluffy-little-house">
|
||||
<span class="adjectives">fluffy little</span>
|
||||
<span class="house">house</span>
|
||||
</span>
|
||||
</h1>
|
||||
</header>
|
||||
</a>
|
||||
</aside>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue