@@ -34,24 +34,55 @@ <h3 class="menu-section-title">Docs</h3>
3434 < li > < a href ="https://github.com/mango/slideout#npm-scripts " target ="_blank "> npm-scripts</ a > </ li >
3535 </ ul >
3636 </ section >
37- </ nav >
3837
39- < main id ="panel " class ="panel ">
38+ < section class ="menu-section ">
39+ < h3 class ="menu-section-title "> Docs</ h3 >
40+ < ul class ="menu-section-list ">
41+ < li > < a href ="https://github.com/mango/slideout#installation " target ="_blank "> Installation</ a > </ li >
42+ < li > < a href ="https://github.com/mango/slideout#usage " target ="_blank "> Usage</ a > </ li >
43+ < li > < a href ="https://github.com/mango/slideout#api " target ="_blank "> API</ a > </ li >
44+ < li > < a href ="https://github.com/mango/slideout#npm-scripts " target ="_blank "> npm-scripts</ a > </ li >
45+ </ ul >
46+ </ section >
4047
41- < header class ="panel-header ">
42- < button class ="btn-hamburger js-slideout-toggle "> </ button >
43- < h1 class ="title "> Slideout.js</ h1 >
44- </ header >
48+ < section class ="menu-section ">
49+ < h3 class ="menu-section-title "> Docs</ h3 >
50+ < ul class ="menu-section-list ">
51+ < li > < a href ="https://github.com/mango/slideout#installation " target ="_blank "> Installation</ a > </ li >
52+ < li > < a href ="https://github.com/mango/slideout#usage " target ="_blank "> Usage</ a > </ li >
53+ < li > < a href ="https://github.com/mango/slideout#api " target ="_blank "> API</ a > </ li >
54+ < li > < a href ="https://github.com/mango/slideout#npm-scripts " target ="_blank "> npm-scripts</ a > </ li >
55+ </ ul >
56+ </ section >
4557
46- < section class ="box ">
47- < h2 class ="box-title "> Test</ h2 >
48- < div id ="mocha " class ="box-content "> </ div >
58+ < section class ="menu-section ">
59+ < h3 class ="menu-section-title "> Docs</ h3 >
60+ < ul class ="menu-section-list ">
61+ < li > < a href ="https://github.com/mango/slideout#installation " target ="_blank "> Installation</ a > </ li >
62+ < li > < a href ="https://github.com/mango/slideout#usage " target ="_blank "> Usage</ a > </ li >
63+ < li > < a href ="https://github.com/mango/slideout#api " target ="_blank "> API</ a > </ li >
64+ < li > < a href ="https://github.com/mango/slideout#npm-scripts " target ="_blank "> npm-scripts</ a > </ li >
65+ </ ul >
4966 </ section >
67+ </ nav >
68+
69+ < div class ="slideout-wrapper ">
70+ < main id ="panel " class ="panel ">
71+ < header class ="panel-header ">
72+ < button class ="btn-hamburger js-slideout-toggle "> </ button >
73+ < h1 class ="title "> Slideout.js</ h1 >
74+ </ header >
75+
76+ < section class ="box ">
77+ < h2 class ="box-title "> Test</ h2 >
78+ < div id ="mocha " class ="box-content "> </ div >
79+ </ section >
5080
51- < footer class ="panel-footer ">
52- < p > with < span class ="heart "> ❤</ span > by < a href ="https://getmango.com/en " target ="_blank "> Mango</ a > </ p >
53- </ footer >
54- </ main >
81+ < footer class ="panel-footer ">
82+ < p > with < span class ="heart "> ❤</ span > by < a href ="https://getmango.com/en " target ="_blank "> Mango</ a > </ p >
83+ </ footer >
84+ </ main >
85+ </ div >
5586
5687 < script src ="https://cdnjs.cloudflare.com/ajax/libs/mocha/1.13.0/mocha.min.js "> </ script >
5788 < script >
0 commit comments