|
8 | 8 | fill="currentColor" class="octo-body"></path>
|
9 | 9 | </svg>
|
10 | 10 | </a>
|
11 |
| -<nav class="navbar navbar-toggleable-md fixed-top navbar-light"> |
| 11 | +<nav class="navbar navbar-expand fixed-top navbar-light"> |
12 | 12 | <div class="container">
|
13 | 13 | <a class="navbar-brand" href="#/">ngx-gauge</a>
|
14 |
| - <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" |
| 14 | + <!-- <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" |
15 | 15 | aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
16 | 16 | <span class="navbar-toggler-icon"></span>
|
17 |
| - </button> |
| 17 | + </button> --> |
18 | 18 |
|
19 | 19 | <div class="collapse navbar-collapse" id="navbarSupportedContent">
|
20 | 20 | <ul class="navbar-nav mr-auto">
|
|
38 | 38 | <app-getting-started id="getting-started" class="jumptarget"></app-getting-started>
|
39 | 39 | <app-documentation id="documentation" class="jumptarget"></app-documentation>
|
40 | 40 | <app-demos id="demos" class="jumptarget"></app-demos>
|
41 |
| - <app-playground id="documentation" class="jumptarget"></app-playground> |
42 |
| - <!--<div ng-view autoscroll></div>--> |
43 |
| - <!-- <section id="getting-started" class="jumptarget" ng-include="'templates/getting-started.html'"></section> |
44 |
| - <section id="documentation" class="jumptarget" ng-include="'templates/documentation.html'"></section> |
45 |
| - <section id="demos" class="jumptarget" ng-include="'templates/demos.html'"></section> |
46 |
| - <section id="playground" class="jumptarget" ng-include="'templates/playground.html'"></section> --> |
47 |
| - |
| 41 | + <app-playground id="playground" class="jumptarget"></app-playground> |
48 | 42 | <footer>
|
49 | 43 | <div class="container footer-box">
|
50 | 44 | <div>
|
51 |
| - <div>© copyright 2017-2021 Ashish Chopra. <br> Thanks to <b> GitHub · Angular · Highlightjs · Bootstrap 4 · Font Awesome</b> for giving technologies to build this website. |
| 45 | + <div>© copyright 2017-2021 Ashish Chopra. |
| 46 | + <br> <br><br> Thanks to <b> GitHub · Angular · Highlightjs · Bootstrap 4 · Font Awesome</b> for giving technologies to build this website. |
| 47 | + <br> Thanks to <a href="https://github.com/pixelsyndicate" target="_blank">Wil Dobson</a> for contributing the playground section code in this website. It was huge time-saver for me. |
52 | 48 | </div>
|
53 | 49 | <br>
|
54 | 50 | <div>
|
55 | 51 | Made with hands & <i class="fa fa-heart"></i> by <a href="https://ashishchopra.co">Ashish Chopra</a>.
|
56 | 52 | <br> Checkout my other <a href="https://github.com/ashish-chopra?tab=repositories">projects</a>.
|
| 53 | + |
57 | 54 | </div>
|
58 | 55 | </div>
|
59 | 56 | <div>
|
|
0 commit comments