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

Commit

Permalink
use consistent markup on es6 page
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jan 13, 2015
1 parent b0d89cb commit b6935d4
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 16 deletions.
50 changes: 34 additions & 16 deletions es6.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
<!DOCTYPE html>
<html lang="en" class="faq">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="iojs">
<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">
<title>Javascript IO - FAQ</title>
<link href="style.css" rel="stylesheet" type="text/css">

</head>
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="iojs">
<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">
<title>JavaScript I/O</title>
<link href='//fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>
<h1 class="heading">ES6 on io.js</h1>

<header>
<a href="index.html" class="logo">io.js</a>
</header>

<div id="content">

<h1>ES6 on io.js</h1>

<div class="description">

Expand Down Expand Up @@ -111,8 +119,18 @@ <h2 class="faq-title">
<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>
</div>
</div>
<a class="button" href="index.html">
Back to home
</a>
</body>

<nav>
<a href="faq.html">FAQ</a>
<a href="https://github.com/iojs/io.js/issues">Github Issues</a>
<a href="https://github.com/iojs">Github Org</a>
<a href="http://webchat.freenode.net/?channels=io.js">IRC Chat</a>
<a href="http://logs.libuv.org/io.js/latest">Logs</a>
<a href="es6.html">ES6</a>
</nav>

</div>

</body>

</html>
1 change: 1 addition & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ <h2>
<a href="https://github.com/iojs">Github Org</a>
<a href="http://webchat.freenode.net/?channels=io.js">IRC Chat</a>
<a href="http://logs.libuv.org/io.js/latest">Logs</a>
<a href="es6.html">ES6</a>
</nav>

</div>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ p a:hover {
text-decoration: none;
}

ul {
text-align: left;
}

.release {
position: relative;
background: #EEE;
Expand Down

0 comments on commit b6935d4

Please sign in to comment.