shubham oulkar 1917b49b99 chore: refactor footer and header icons (#1962)
* refactor footer

* fix icons layout

* remove font awesome icons

* refactor header icons

* redeploy netlify preview

* use absolute path for a svg icons

* replace img elements with CSS background-image and mask-image for theme icons

* fix bugs and remove unused css classes

* apply thin scroller for tables (chrome)

* inherit colors for footer social icons

* simplify openjs icon

* use openjs white logo

* simplify theme icons

* fix theme icons

* fix background color

* fix bugs and refactor theme.js

* remove color flicker

* fix bugs and refactor theme.js

* refactor

* remove comments from svg

* legacy fix: alignment of icons
2025-07-22 08:47:38 -05:00
2025-07-18 09:02:35 -05:00
2025-07-18 09:02:35 -05:00
2025-07-18 09:02:35 -05:00
2025-07-18 09:02:35 -05:00
2025-07-18 09:02:35 -05:00
2025-07-18 09:02:35 -05:00
2025-01-06 10:45:51 -05:00
2012-07-31 20:33:12 -07:00
2025-03-15 15:13:35 -05:00
2025-03-18 10:05:24 -05:00

expressjs.com

This is the repository of the website expressjs.com. It is hosted directly from the repository as a GitHub Pages website.

Contributing

Any person who wants to contribute to the Website is welcome! Please read Contributors' Guide for more information on contributing to the Express.js documentation.

Translations

If you're interested in contributing to the site's translations, you can find more information here.

Build the website locally

Note

If you're only making changes to the content, you most likely won't need to run the site locally.

To preview the website locally, we have two options: using Docker or using Bundler.

Using Docker

Tip

You can run make help to obtain detailed information on how to use our make commands.

  1. Ensure that you have Docker and Make installed.
  2. Run make build to build the project.
  3. Run make serve to serve the project, this include live reloading so any change will be reflected (it can take a while, check the logs).
  4. Run make clean to remove the docker images and resources generated.

Using Bundle

  1. Install Ruby and Bundler if you don't have them already.

  2. Install the jekyll-redirect-from gem:

    $ gem install jekyll-redirect-from
    
  3. Clone this repository by running the following command:

    $ git clone https://github.com/expressjs/expressjs.com.git
    
  4. Navigate to the cloned repository directory and run the following command:

    $ bundle install
    

    Bundler will look in the Gemfile for which gems to install. The github-pages gem includes the same version of Jekyll and other dependencies as used by GitHub Pages, so that your local setup mirrors GitHub Pages as closely as possible.

  5. Run Jekyll using the following command:

    $ bundle exec jekyll serve
    

    Then, load http://localhost:4000 in your browser.

License

Content submitted to expressjs.com is Creative Commons Attribution 4.0 International licensed, as found in the LICENSE.md file.

Description
Languages
CSS 47%
HTML 34.2%
JavaScript 16.8%
Makefile 1%
Dockerfile 0.8%
Other 0.2%