mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
Add Node Interactive badge
This commit is contained in:
@@ -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
BIN
images/node_int15.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
19
index.md
19
index.md
@@ -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>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user