Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit b6935d4

Browse files
committed
use consistent markup on es6 page
1 parent b0d89cb commit b6935d4

File tree

3 files changed

+39
-16
lines changed

3 files changed

+39
-16
lines changed

es6.html

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="faq">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="description" content="iojs">
8-
<meta name="keywords" content="iojs, io.js, io js, javascript io, uv, libuv, node-forward, node forward, node, node.js, node.js forward, nodejs, nodejs forward, javascript">
9-
<title>Javascript IO - FAQ</title>
10-
<link href="style.css" rel="stylesheet" type="text/css">
11-
12-
</head>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="iojs">
9+
<meta name="keywords" content="iojs, io.js, io js, javascript io, uv, libuv, node-forward, node forward, node, node.js, node.js forward, nodejs, nodejs forward, javascript">
10+
<title>JavaScript I/O</title>
11+
<link href='//fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
12+
<link href="style.css" rel="stylesheet" type="text/css">
13+
</head>
1314

1415
<body>
15-
<h1 class="heading">ES6 on io.js</h1>
16+
17+
<header>
18+
<a href="index.html" class="logo">io.js</a>
19+
</header>
20+
21+
<div id="content">
22+
23+
<h1>ES6 on io.js</h1>
1624

1725
<div class="description">
1826

@@ -111,8 +119,18 @@ <h2 class="faq-title">
111119
<p>A formal plan has not been discussed yet but the TC is looking into regular updates, especially if there are no breaking changes from V8's API.</p>
112120
</div>
113121
</div>
114-
<a class="button" href="index.html">
115-
Back to home
116-
</a>
117-
</body>
122+
123+
<nav>
124+
<a href="faq.html">FAQ</a>
125+
<a href="https://github.com/iojs/io.js/issues">Github Issues</a>
126+
<a href="https://github.com/iojs">Github Org</a>
127+
<a href="http://webchat.freenode.net/?channels=io.js">IRC Chat</a>
128+
<a href="http://logs.libuv.org/io.js/latest">Logs</a>
129+
<a href="es6.html">ES6</a>
130+
</nav>
131+
132+
</div>
133+
134+
</body>
135+
118136
</html>

faq.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h2>
6767
<a href="https://github.com/iojs">Github Org</a>
6868
<a href="http://webchat.freenode.net/?channels=io.js">IRC Chat</a>
6969
<a href="http://logs.libuv.org/io.js/latest">Logs</a>
70+
<a href="es6.html">ES6</a>
7071
</nav>
7172

7273
</div>

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ p a:hover {
7878
text-decoration: none;
7979
}
8080

81+
ul {
82+
text-align: left;
83+
}
84+
8185
.release {
8286
position: relative;
8387
background: #EEE;

0 commit comments

Comments
 (0)