File tree Expand file tree Collapse file tree 6 files changed +62
-93
lines changed Expand file tree Collapse file tree 6 files changed +62
-93
lines changed Original file line number Diff line number Diff line change 11.download-header
2-
32 h1
43 width 40%
54 float left
5+ margin-bottom : 0rem
66
77 ul
88 margin-top 2rem
102102 height 100%
103103 width 100%
104104 text-align center
105+ font-size : 0.8em ;
105106
106107 a :hover , a :active
107108 background $node-green
Original file line number Diff line number Diff line change 1212 <h1 >{{ downloads.headline }} </h1 >
1313 </div >
1414
15- {{> download-matrix version =project.currentVersions.stable versionTypeStable =" true" }}
16-
17- <section >
18- <h2 >{{ additional.headline }} </h2 >
19- <p >{{ additional.intro }} </p >
20-
21- <table class =" download-matrix full-width" >
22- <tbody >
23- <tr >
24- <th >{{ additional.platform }} </th >
25- <th >{{ additional.provider }} </th >
26- <th ></th >
27- </tr >
28- <tr >
29- <th >AIX on Power Systems</th >
30- <td ><span >IBM</span ></td >
31- <td ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >{{ download }} </a ></td >
32- </tr >
33- <tr >
34- <th >Linux on Power Systems</th >
35- <td ><span >IBM</span ></td >
36- <td ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >{{ download }} </a ></td >
37- </tr >
38- <tr >
39- <th >Linux on System z</th >
40- <td ><span >IBM</span ></td >
41- <td ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >{{ download }} </a ></td >
42- </tr >
43- </tbody >
44- </table >
45-
46- </section >
15+ {{> primary-download-matrix version =project.currentVersions.stable versionTypeStable =" true" }}
16+ {{> secondary-download-matrix version =project.currentVersions.stable versionTypeStable =" true" }}
4717
4818 </article >
4919
Original file line number Diff line number Diff line change 1212 <h1 >{{ downloads.headline }} </h1 >
1313 </div >
1414
15- {{> download-matrix version =project.currentVersions.lts versionTypeLts =" true" }}
16-
17- <section >
18- <h2 >{{ additional.headline }} </h2 >
19- <p >{{ additional.intro }} </p >
20-
21- <table class =" download-matrix full-width" >
22- <tbody >
23- <tr >
24- <th >{{ additional.platform }} </th >
25- <th >{{ additional.provider }} </th >
26- <th ></th >
27- </tr >
28- <tr >
29- <th >AIX on Power Systems</th >
30- <td ><span >IBM</span ></td >
31- <td ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >{{ download }} </a ></td >
32- </tr >
33- <tr >
34- <th >Linux on Power Systems</th >
35- <td ><span >IBM</span ></td >
36- <td ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >{{ download }} </a ></td >
37- </tr >
38- <tr >
39- <th >Linux on System z</th >
40- <td ><span >IBM</span ></td >
41- <td ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >{{ download }} </a ></td >
42- </tr >
43- </tbody >
44- </table >
45-
46- </section >
15+ {{> primary-download-matrix version =project.currentVersions.lts versionTypeLts =" true" }}
16+ {{> secondary-download-matrix version =project.currentVersions.lts versionTypeLts =" true" }}
4717
4818 </article >
4919
Original file line number Diff line number Diff line change 1+ <section >
2+ <ul >
3+ <li ><a href =" https://nodejs.org/dist/{{ version }} " >{{ site.all-downloads }} </a ></li >
4+ <li ><a href =" /{{ site.locale }} /{{ site.download.package-manager.link }} " >{{ site.download.package-manager.text }} </a ></li >
5+ <li ><a href =" /{{ site.locale }} /{{ site.download.releases.link }} /" >{{ site.download.releases.text }} </a ></li >
6+ <li ><a href =" https://nodejs.org/download/nightly/" >{{ site.nightly }} </a ></li >
7+ </ul >
8+ <p >{{ downloads.buildDisclaimer }} </p >
9+ </section >
Original file line number Diff line number Diff line change 11<section >
2+ <p class =" color-lightgray" >{{ downloads.currentVersion }} : <strong >{{ version }} </strong ></p >
23 <p >{{ downloads.intro }} </p >
3-
44 <div class =" download-hero full-width" >
55 <ul class =" no-padding" >
66 <li >
6969 <td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-x64.tar.xz" >64-bit</a ></td >
7070 </tr >
7171
72- <tr >
73- <th >SunOS Binaries (.tar.xz)</th >
74- <td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -sunos-x86.tar.xz" >32-bit</a ></td >
75- <td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -sunos-x64.tar.xz" >64-bit</a ></td >
76- </tr >
77-
78- <tr >
79- <th >ARM Binaries (.tar.xz)</th >
80- <td colspan =" 2" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-armv6l.tar.xz" >ARMv6</a ></td >
81- <td colspan =" 2" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-armv7l.tar.xz" >ARMv7</a ></td >
82- <td colspan =" 2" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-arm64.tar.xz" >ARMv8</a ></td >
83- </tr >
84-
85- <tr >
86- <th >Docker Image</th >
87- <td colspan =" 6" ><a href =" https://hub.docker.com/_/node/" >Official Node.js Docker Image</a ></td >
88- </tr >
89-
9072 <tr >
9173 <th >Source Code</th >
9274 <td colspan =" 6" >
9577 </tr >
9678 </tbody >
9779 </table >
98-
99- {{ downloads.currentVersion }} : <strong >{{ version }} </strong >
100- <ul >
101- <li ><a href =" https://nodejs.org/dist/{{ version }} " >{{ site.all-downloads }} </a ></li >
102- <li ><a href =" /{{ site.locale }} /{{ site.download.package-manager.link }} " >{{ site.download.package-manager.text }} </a ></li >
103- <li ><a href =" /{{ site.locale }} /{{ site.download.releases.link }} /" >{{ site.download.releases.text }} </a ></li >
104- <li ><a href =" https://nodejs.org/download/nightly/" >{{ site.nightly }} </a ></li >
105- </ul >
106- <p >{{ downloads.buildDisclaimer }} </p >
10780</section >
Original file line number Diff line number Diff line change 1+ <section >
2+ <h2 >Additional Platforms</h2 >
3+ <table class =" download-matrix full-width" >
4+ <tbody >
5+ <tr >
6+ <th >ARM Binaries (.tar.xz)</th >
7+ <td colspan =" 2" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-armv6l.tar.xz" >ARMv6</a ></td >
8+ <td colspan =" 2" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-armv7l.tar.xz" >ARMv7</a ></td >
9+ <td colspan =" 2" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-arm64.tar.xz" >ARMv8</a ></td >
10+ </tr >
11+
12+ <tr >
13+ <th >SunOS Binaries (.tar.xz)</th >
14+ <td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -sunos-x86.tar.xz" >32-bit</a ></td >
15+ <td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -sunos-x64.tar.xz" >64-bit</a ></td >
16+ </tr >
17+
18+ <tr >
19+ <th >Docker Image</th >
20+ <td colspan =" 6" ><a href =" https://hub.docker.com/_/node/" >Official Node.js Docker Image</a ></td >
21+ </tr >
22+
23+ <tr >
24+ <th >Linux on Power Systems</th >
25+ <td colspan =" 3" >
26+ <a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-ppc64le.tar.xz" >64-bit le</a >
27+ <span >Official Node.js release</span >
28+ </td >
29+ <td colspan =" 3" >
30+ <a href =" http://www.ibm.com/developerworks/web/nodesdk/" >64-bit be</a >
31+ <span >Unofficial, provided by IBM</span >
32+ </td >
33+ </tr >
34+
35+ <tr >
36+ <th >Linux on System z</th >
37+ <td colspan =" 6" ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >Download (Unofficial, provided by IBM)</a ></td >
38+ </tr >
39+ <tr >
40+ <th >AIX on Powert Systems</th >
41+ <td colspan =" 6" ><a href =" http://www.ibm.com/developerworks/web/nodesdk/" >Download (Unofficial, provided by IBM)</a ></td >
42+ </tr >
43+ </tbody >
44+ </table >
45+ {{> download-list }}
46+ </section >
You can’t perform that action at this time.
0 commit comments