-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.htm
executable file
·23 lines (22 loc) · 1.41 KB
/
header.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<section id="header" class="appear"></section>
<div class="navbar navbar-fixed-top" role="navigation" data-0="line-height:100px; height:100px; background-color:rgba(0,0,0,0.3);" data-300="line-height:60px; height:60px; background-color:rgba(0,0,0,1);">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="fa fa-bars color-white"></span>
</button>
<h1><a href="index.html" target="_parent" class="navbar-brand" data-0="line-height:90px;" data-300="line-height:50px;">
<img src="{dede:global.cfg_templeturl/}/imudges/img/logowhite.png" width="42" height="48" alt=""/> IMUDGES
</a></h1>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" data-0="margin-top:20px;" data-300="margin-top:5px;">
<li ><a href="{dede:global.cfg_cmsurl/}/">Home <span>主页</span></a></li>
<li><a href="{dede:global.cfg_cmsurl/}/#section-about">About <span>关于</span></a></li>
<li><a href="{dede:global.cfg_cmsurl/}/news/">News <span>新闻</span></a></li>
<li><a href="{dede:global.cfg_cmsurl/}/#section-contact">Contact <span>联系</span></a></li>
<li><a href="http://www.imudges.com/news/2015/1124/12.html" style="color:red;">Join us <span>招新</span></a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>