forked from cfug/flutter.cn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
31 lines (29 loc) · 1.47 KB
/
header.html
File metadata and controls
31 lines (29 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<header class="site-header">
<div class="container-fluid header-contents">
<div class="row">
<div class="col-md-12">
<i class="fa fa-bars" id="sidebar-toggle-button" aria-hidden="true" style="display:none"></i>
<img src="/images/flutter-mark-square-100.png" alt="Flutter Logo" width="40" height="40" style="vertical-align:middle">
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<i class="material-icons-extended">more_vert</i>
</a>
<div class="trigger">
<a class="page-link" href="/docs/">Docs</a>
<a class="page-link" href="/showcase/">Showcase</a>
<a class="page-link" href="https://github.com/flutter/flutter">GitHub</a>
<a class="page-link" href="https://pub.dartlang.org/flutter">Packages</a>
<a class="page-link" href="/support/">Support</a>
<form action="/search/" class="nav-searchbox" id="cse-search-box" style="display: inline">
<input type="hidden" name="cx" value="007067728241810524621:gm6vraqlc8c">
<input type="hidden" name="ie" value="UTF-8">
<input type="hidden" name="hl" value="en">
<input type="search" name="q" id="q" autocomplete="off" placeholder="Search">
</form>
</div>
</nav>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</header>