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

Commit 00daf1e

Browse files
committed
bumps to latest public build
1 parent 88a5c8d commit 00daf1e

File tree

5 files changed

+35
-18
lines changed

5 files changed

+35
-18
lines changed

public/en/index.html

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
1212
<link href="../main.css" rel="stylesheet">
1313
<link href="../mobile.css" rel="stylesheet">
14-
<link href="../index.css" rel="stylesheet">
14+
<link href="/home.css" rel="stylesheet">
1515
<link rel="icon" href="/images/1.0.0.ico" type="image/x-icon">
1616
<link rel="apple-touch-icon" href="/images/apple-touch-icon-1.0.0.png">
1717
<meta property="og:image" content="https://iojs.org/images/1.0.0.png">
@@ -34,20 +34,36 @@
3434

3535
<div class="content content--body clearfix">
3636
<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>
5167

5268
</div>
5369

public/home.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/ja/es6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h2>io.jsがどのバージョンのV8を使っているか調べるには?</h
216216
</nav>
217217
</footer>
218218

219-
<!-- See something you like? Want to help? Visit https://github.com/iojs/website to contribute -->
219+
<!-- 知りたい情報がなかったり、書き足したいことがあれば、気軽に https://github.com/iojs/website にコントリビュートしてください。 -->
220220
</body>
221221

222222
</html>

public/ja/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2>オープンソースガバナンスとは?</h2>
120120
</nav>
121121
</footer>
122122

123-
<!-- See something you like? Want to help? Visit https://github.com/iojs/website to contribute -->
123+
<!-- 知りたい情報がなかったり、書き足したいことがあれば、気軽に https://github.com/iojs/website にコントリビュートしてください。 -->
124124
</body>
125125

126126
</html>

public/ja/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1>JavaScript I/O</h1>
7979
</nav>
8080
</footer>
8181

82-
<!-- See something you like? Want to help? Visit https://github.com/iojs/website to contribute -->
82+
<!-- 知りたい情報がなかったり、書き足したいことがあれば、気軽に https://github.com/iojs/website にコントリビュートしてください。 -->
8383
</body>
8484

8585
</html>

0 commit comments

Comments
 (0)