diff --git a/_includes/footer/footer-en.html b/_includes/footer/footer-en.html index b5c60d41..03cb4e23 100755 --- a/_includes/footer/footer-en.html +++ b/_includes/footer/footer-en.html @@ -18,15 +18,16 @@ })(window, document, 'script', 'dataLayer', 'GTM-5XL76H'); - diff --git a/_includes/header/header-en.html b/_includes/header/header-en.html index c3e32585..d10d5719 100755 --- a/_includes/header/header-en.html +++ b/_includes/header/header-en.html @@ -116,6 +116,8 @@
  • Community
  • +
  • Frameworks +
  • Books and blogs
  • @@ -123,5 +125,5 @@ - Express and Node.js Training from StrongLoop + diff --git a/css/style.css b/css/style.css index bb10763c..e431cacd 100644 --- a/css/style.css +++ b/css/style.css @@ -249,7 +249,7 @@ a { } #doc-langs { - font-size: 11px; + font-size: 12px; } #sponsorship, #sponsorship a { diff --git a/en/resources/frameworks.md b/en/resources/frameworks.md new file mode 100644 index 00000000..27caf5f2 --- /dev/null +++ b/en/resources/frameworks.md @@ -0,0 +1,20 @@ + + +# Frameworks built on Express + +Several popular Node.js frameworks are built on Express: + +- [LoopBack](http://loopback.io) +- [Sails](http://sailsjs.org/) +- [Kraken](http://krakenjs.com/) +- [MEAN](http://mean.io/) diff --git a/index.md b/index.md index e067be14..c075dece 100644 --- a/index.md +++ b/index.md @@ -23,12 +23,6 @@ redirect_from: "/en/index.html"
    $ npm install express --save
    -
    -Express docs available in other languages: [French](/fr/), [German](/de/), [Spanish](/es/), [Italian](/it/), [Japanese](/ja/), [Russian](/ru/), [Chinese](/zh-cn/), [Traditional Chinese](/zh-tw/), [Korean](/ko/), [Portuguese](/pt-br/). - -Community translation available for: [Ukrainian](/uk) and [Uzbek](/uz/). -
    -
    @@ -44,13 +38,20 @@ Community translation available for: [Ukrainian](/uk) and [Uzbek](/uz/).

    Performance

    Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
    -
    -

    LoopBack

    Develop model-driven apps with an Express-based framework.
    Find out more at loopback.io.
    +
    +

    Frameworks

    Many popular frameworks are based on Express.
    +
    +Documentation translations provided by StrongLoop/IBM: +[French](/fr/), [German](/de/), [Spanish](/es/), [Italian](/it/), [Japanese](/ja/), [Russian](/ru/), [Chinese](/zh-cn/), [Traditional Chinese](/zh-tw/), [Korean](/ko/), [Portuguese](/pt-br/). + +Community translation available for: [Ukrainian](/uk) and [Uzbek](/uz/). +
    +