|
3 | 3 | <div class="navbar-fixed">
|
4 | 4 | <nav class="white">
|
5 | 5 | <div class="nav-wrapper">
|
6 |
| - <a href="/" class="brand-logo grey-text text-darken-1"> |
7 |
| - <img src="https://github.com/flutter-view/website/raw/master/images/flutter-view.png" width="40px" height="40px"> |
8 |
| - Flutter View |
| 6 | + <a href="/" class="left brand-logo black-text"> |
| 7 | + <img src="https://github.com/flutter-view/website/raw/master/images/flutter-view.png"> |
| 8 | + Flutter-View |
9 | 9 | </a>
|
10 |
| - <a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a> |
11 |
| - <ul class="right hide-on-med-and-down"> |
12 |
| - <li><a href="https://flutter-view.gitbook.io" class="grey-text text-darken-1">Documentation</a></li> |
13 |
| - <li><a href="https://github.com/flutter-view/flutter-view" class="grey-text text-darken-1">Github</a></li> |
14 |
| - <li><a href="/blog" class="grey-text text-darken-1">Blog</a></li> |
| 10 | + <!-- <a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a> --> |
| 11 | + <!-- <ul class="right hide-on-med-and-down"> --> |
| 12 | + <ul class="right"> |
| 13 | + <li><a href="https://flutter-view.gitbook.io" class="grey-text text-darken-2">Documentation</a></li> |
| 14 | + <li><a href="https://github.com/flutter-view/flutter-view" class="grey-text text-darken-2">Github</a></li> |
| 15 | + <li><a href="/blog" class="grey-text text-darken-2">Blog</a></li> |
15 | 16 | <li><a href="https://flutter-view.gitbook.io/project/get-started/installation" class="get-started waves-effect waves-light btn-flat blue white-text">Get Started</a></li>
|
16 | 17 | </ul>
|
17 | 18 | </div>
|
18 | 19 | </nav>
|
19 | 20 | </div>
|
20 | 21 |
|
21 |
| -<ul class="sidenav" id="mobile-demo"> |
22 |
| - <li><a href="https://flutter-view.gitbook.io">Documentation</a></li> |
23 |
| - <li><a href="https://github.com/flutter-view/flutter-view">Github</a></li> |
24 |
| -</ul> |
| 22 | +<!-- <ul class="sidenav" id="mobile-demo"> |
| 23 | + <li><a href="https://flutter-view.gitbook.io" class="grey-text text-darken-1">Documentation</a></li> |
| 24 | + <li><a href="https://github.com/flutter-view/flutter-view" class="grey-text text-darken-1">Github</a></li> |
| 25 | + <li><a href="/blog" class="grey-text text-darken-1">Blog</a></li> |
| 26 | + <li><a href="https://flutter-view.gitbook.io/project/get-started/installation" class="get-started waves-effect waves-light btn-flat blue white-text">Get Started</a></li> |
| 27 | +</ul> --> |
25 | 28 |
|
26 | 29 | <div class="container">
|
27 | 30 | {{ content }}
|
|
0 commit comments