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

Commit

Permalink
Merge branch '1.0.0' of github.com:iojs/iojs.github.io into 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Jan 13, 2015
2 parents 914a84e + 5c7d88f commit f6fe71f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 35 deletions.
4 changes: 3 additions & 1 deletion es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ <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>
</html>
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ <h2>
</h2>

<div class="release">
<div class="release-logo"><img style="max-width:3em" src="images/1.0.0.png"></div>
<div class="release-stability">Beta</div>
<div class="release-date"><a href="https://iojs.org/download/dist/v1.0.0">Jan 13th 2015</a></div>
<div class="release-source"><a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0.tar.gz">1.0.0.tgz</a></div>
<div class="release-windows">Windows (<a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0-x86.msi">32</a>/<a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0-x64.msi">64</a>)</a></div>
<div class="release-mac"><a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0.pkg">Mac</a></div>
<!-- comments necessary to fix http://css-tricks.com/fighting-the-space-between-inline-block-elements/ -->
<img class="release-logo" style="max-width:3em" src="images/1.0.0.png" /><!--
--><div class="release-stability">Beta</div><!--
--><div class="release-date"><a href="https://iojs.org/download/dist/v1.0.0">Jan 13th 2015</a></div><!--
--><div class="release-source"><a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0.tar.gz">1.0.0.tgz</a></div><!--
--><div class="release-windows">Windows (<a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0-x86.msi">32</a>/<a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0-x64.msi">64</a>)</a></div><!--
--><div class="release-mac"><a href="https://iojs.org/download/dist/v1.0.0/iojs-v1.0.0.pkg">Mac</a></div>
</div>

<p>
Expand Down
61 changes: 33 additions & 28 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ p {
}
a {
text-decoration: none;
color: #D3C132;
border-bottom: 1px solid #F8E233;
color: #FE7110;
border-bottom: 1px solid #FE7110;
transition: .3s all ease;
}
a:hover {
color: #F7E133;
border-bottom: 1px solid #F8E233;
color: #FFA158;
/*border-bottom: 1px solid #FFA158;*/
}
.button {
border: solid 1px #2F2E2C;
Expand All @@ -57,7 +57,9 @@ a:hover {
}
.button:hover {
background-color: #2F2E2C;
color: #FFFFFF;
color: #FADF3F;
/*color: #FE7110;*/
/*color: #FE5210;*/
}
.multi-button {
display: inline-block
Expand All @@ -83,7 +85,7 @@ a:hover {
margin:0;
line-height:3em;
background: #2F2E2C;
color:white;
color: #FADF3F;
}
.faq-body {
margin:1em;
Expand All @@ -104,48 +106,51 @@ a:hover {

/*releases*/

div.release {
.release {
/*border: solid 1px #2F2E2C;*/
display: inline-block;
display: block;
text-align: center;
padding: 0 0 0 0;
margin: 10px;
margin: 26px 10px;
background-color: transparent;
border-radius: 3px;
transition: .3s all ease;
color: #2F2E2C;
font-weight:bold;
}
div.release-stability {
float:left;
.release > * {
display: inline-block;
vertical-align: middle;
border-left: solid 1px #757575;
}
.release > *:first-child {
border-left: none;
}
.release-stability {
/*float:left;*/
padding: 1em;
border-right: solid 1px #2F2E2C;
border-left: solid 1px #2F2E2C;
}
div.release-date {
float:left;
.release-date {
/*float:left;*/
padding: 1em;
border-right: solid 1px #2F2E2C;
}
div.release-logo {
float:left;
padding-right:1em;
.release-logo {
margin-right: 1em;
}
div.release-source {
float:left;
.release-source {
/*float:left;*/
padding: 1em;
border-right: solid 1px #2F2E2C;
}
div.release-windows {
float:left;
.release-windows {
/*float:left;*/
padding: 1em;
border-right: solid 1px #2F2E2C;
}
div.release-mac {
float:left;
.release-mac {
/*float:left;*/
margin: 0 0 0 0;
padding: 1em;
}

div.description {
.description {
text-align:left;
}

2 comments on commit f6fe71f

@Fishrock123
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikeal uh, can we rebase these things? It's much cleaner. I will if you don't want to haha.

@mikeal
Copy link
Contributor Author

@mikeal mikeal commented on f6fe71f Jan 13, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go for it :)

Please sign in to comment.