Skip to content

Commit fa67d16

Browse files
committed
add note about work in progress to header
1 parent 7363a44 commit fa67d16

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

themes/vue/layout/partials/header.ejs

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
<div id="header">
2-
<a id="logo" href="/">
3-
<img src="/images/logo.png">
4-
<span>Vue.js</span>
5-
</a>
6-
<ul id="nav">
7-
<%- partial('partials/main_menu', { context: 'nav' }) %>
8-
</ul>
2+
<a id="logo" href="/">
3+
<img src="/images/logo.png">
4+
<span>Vue.js <sup>2.0 RC</sup></span>
5+
</a>
6+
<span style="
7+
position: absolute;
8+
top: 100%;
9+
left: 60px;
10+
padding: 0 10px;
11+
background: #ef9f00;
12+
border-radius: 3px;
13+
margin-top: -15px;
14+
line-height: 30px;
15+
color: white;
16+
font-weight: bold;
17+
letter-spacing: 1px;
18+
box-shadow: 0 1px 2px rgba(0,0,0,.3);
19+
">
20+
WORK IN PROGRESS
21+
</span>
22+
<ul id="nav">
23+
<%- partial('partials/main_menu', { context: 'nav' }) %>
24+
</ul>
925
</div>

0 commit comments

Comments
 (0)