Add Node Interactive badge

This commit is contained in:
crandmck
2015-10-23 14:14:03 -07:00
parent 90141efbb7
commit 268c25cbd3
3 changed files with 31 additions and 3 deletions

View File

@@ -229,6 +229,12 @@ a {
margin-left: 5px;
}
#conference {
display: inline;
float: right;
margin-left: 10px;
}
#intro, #doc-langs {
margin-left: 5%;
}
@@ -720,6 +726,11 @@ h2 a {
@media all and (max-width: 899px) {
#conference a img {
width: 150px;
margin-right: 10px;
}
.table-scroller {
width: 100%;
overflow: scroll;
@@ -932,6 +943,10 @@ h2 a {
@media all and (max-width: 420px) {
#conference {
display:none;
}
#app-settings-property {
width: auto;
}

BIN
images/node_int15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View File

@@ -8,8 +8,19 @@ lang: en
<section id="home-content">
{% include header/header-{{ page.lang }}.html %}
<div id="overlay"></div>
<section id="description"><a href="/" class="express">Express</a><span class="description">Fast, unopinionated, minimalist web framework for <a href='http://nodejs.org'>Node.js</a></span>
<section id="description">
<a href="/" class="express">Express</a>
<div id="conference">
<a href="http://events.linuxfoundation.org/events/node-interactive">
<img src="/images/node_int15.png" />
</a>
</div>
<span class="description">Fast, unopinionated, minimalist web framework for <a href='http://nodejs.org'>Node.js</a></span>
</section>
<div id="install-command">$ npm install express --save</div>
</section>
@@ -39,6 +50,8 @@ lang: en
</section>
<!-- <section id="announcements">
<!--
<section id="announcements">
{% include announcement/announcement-{{ page.lang }}.md %}
</section> -->
</section>
-->