|
11 | 11 | <link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
|
12 | 12 | <link href="../main.css" rel="stylesheet">
|
13 | 13 | <link href="../mobile.css" rel="stylesheet">
|
14 |
| - <link href="../index.css" rel="stylesheet"> |
| 14 | + <link href="/home.css" rel="stylesheet"> |
15 | 15 | <link rel="icon" href="/images/1.0.0.ico" type="image/x-icon">
|
16 | 16 | <link rel="apple-touch-icon" href="/images/apple-touch-icon-1.0.0.png">
|
17 | 17 | <meta property="og:image" content="https://iojs.org/images/1.0.0.png">
|
|
34 | 34 |
|
35 | 35 | <div class="content content--body clearfix">
|
36 | 36 | <h1>JavaScript I/O</h1>
|
37 |
| -<p>Bringing <a href="es6.html">ES6</a> to the Node Community!</p> |
38 |
| -<p><a href="https://github.com/iojs/io.js">io.js</a> is an <a href="https://www.npmjs.org/">npm</a> compatible platform originally based on <a href="https://nodejs.org/">node.js</a>™.</p> |
39 |
| -<p><a href="https://iojs.org/dist/v1.5.1/"><img src="../images/1.0.0.png" alt="io.js"></a></p> |
40 |
| -<p><a href="https://iojs.org/dist/v1.5.1/">Version 1.5.1</a></p> |
41 |
| -<p>Download for |
42 |
| -<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-linux-x64.tar.xz">Linux</a>, |
43 |
| -<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x86.msi">Win32</a>, |
44 |
| -<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x64.msi">Win64</a>, |
45 |
| -<a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.pkg">Mac</a> or |
46 |
| -<a href="https://iojs.org/dist/v1.5.1/">others</a>.</p> |
47 |
| -<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a></p> |
48 |
| -<p><a href="https://medium.com/node-js-javascript/io-js-week-of-march-13th-e3024cc66802">Weekly Update - March 13th</a> <small>featuring core and community updates (<a href="https://medium.com/node-js-javascript/io-js-week-of-march-13th-e3024cc66802">Medium</a>)</small> |
49 |
| -<br><br> <a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.</p> |
50 |
| -<p><a href="faq.html">Frequently Asked Questions</a></p> |
| 37 | + |
| 38 | +<p class="home-slogan"> |
| 39 | + Bringing <a href="./es6.html">ES6</a> to the Node Community! |
| 40 | +</p> |
| 41 | + |
| 42 | +<p class="home-description"> |
| 43 | + <a href="https://iojs.org/">io.js</a> is an <a href="https://www.npmjs.org/">npm</a> compatible platform originally based on <a href="https://nodejs.org/">Node.js™</a>. |
| 44 | +</p> |
| 45 | + |
| 46 | +<div class="home-download"> |
| 47 | + <a href="https://iojs.org/dist/v1.5.1/" class="home-logo"><img src="/images/1.0.0.png" alt="io.js"></a> |
| 48 | + <div class="home-download-details"> |
| 49 | + <p class="home-download-version"> |
| 50 | + <a href="https://iojs.org/dist/v1.5.1/">Version 1.5.1</a> |
| 51 | + </p> |
| 52 | + <p class="home-download-list"> |
| 53 | + Download for <a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-linux-x64.tar.xz">Linux</a><a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x86.msi">Win32</a><a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1-x64.msi">Win64</a><a href="https://iojs.org/dist/v1.5.1/iojs-v1.5.1.pkg">Mac</a><a href="https://iojs.org/dist/v1.5.1/">Others</a> |
| 54 | + </p> |
| 55 | + <p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Changelog</a></p> |
| 56 | + </div> |
| 57 | +</div> |
| 58 | + |
| 59 | +<div class="home-secondary-links"> |
| 60 | + <p><a href="https://medium.com/node-js-javascript/io-js-week-of-march-13th-e3024cc66802">Weekly Update - March 13th</a> <small>featuring core and community updates (<a href="https://medium.com/node-js-javascript/io-js-week-of-march-13th-e3024cc66802">Medium</a>)</small></p> |
| 61 | +</div> |
| 62 | + |
| 63 | +<div class="home-secondary-links"> |
| 64 | + <p><a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.</p> |
| 65 | + <p><a href="./faq.html">Frequenty Asked Questions</a></p> |
| 66 | +</div> |
51 | 67 |
|
52 | 68 | </div>
|
53 | 69 |
|
|
0 commit comments