mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
fix accessibility issue for text distinguishable links (#1796)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
This commit is contained in:
committed by
GitHub
parent
db21b0c39b
commit
67096ced97
@@ -41,7 +41,7 @@ description: Express is a fast, unopinionated, minimalist web framework for Node
|
||||
</div>
|
||||
|
||||
<div id="sponsorship">
|
||||
<a href="http://loopback.io/"><h2>LoopBack</h2> Développez des applications pilotées par des modèles à l'aide d'une infrastructure basée sur Express.<br/>Pour en savoir plus, allez sur loopback.io.</a>
|
||||
<h2><a href="http://loopback.io/">LoopBack</a></h2> <a href="http://loopback.io/">Développez des applications pilotées par des modèles à l'aide d'une infrastructure basée sur Express.<br/>Pour en savoir plus, allez sur loopback.io.</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -13,10 +13,10 @@ Versions that are EOL (end-of-life) _may_ receive updates for critical security
|
||||
|
||||
| Major Version | Minimum Node.js Version | Support Start Date | Support End Date |
|
||||
| -- | -- | -- | -- |
|
||||
| [**v5.x**{: .supported }](/{{page.lang}}/5x/api.html) | 18 | September 2024 | **ongoing**{: .supported } |
|
||||
| [**v4.x**{: .supported }](/{{page.lang}}/4x/api.html) | 0.10.0 | April 2014 | **ongoing**{: .supported } |
|
||||
| [**v3.x**{: .eol }](/{{page.lang}}/3x/api.html) | 0.8.0 | October 2012 | July 2015 |
|
||||
| [**v2.x**{: .eol }](/2x/) | 0.4.1 | March 2011 | July 2012 |
|
||||
| [**v5.x**{: .supported }](/{{page.lang}}/5x/api.html){: .ignore-underline} | 18 | September 2024 | **ongoing**{: .supported } |
|
||||
| [**v4.x**{: .supported }](/{{page.lang}}/4x/api.html){: .ignore-underline} | 0.10.0 | April 2014 | **ongoing**{: .supported } |
|
||||
| [**v3.x**{: .eol }](/{{page.lang}}/3x/api.html){: .ignore-underline} | 0.8.0 | October 2012 | July 2015 |
|
||||
| [**v2.x**{: .eol }](/2x/){: .ignore-underline} | 0.4.1 | March 2011 | July 2012 |
|
||||
| **v1.x**{: .eol } | 0.2.0 | December 2010 | March 2011 |
|
||||
| **v0.14.x**{: .eol } | 0.1.98 | December 2010 | December 2010 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user