File tree 6 files changed +62
-93
lines changed
6 files changed +62
-93
lines changed Original file line number Diff line number Diff line change 1
1
.download-header
2
-
3
2
h1
4
3
width 40%
5
4
float left
5
+ margin-bottom : 0rem
6
6
7
7
ul
8
8
margin-top 2rem
102
102
height 100%
103
103
width 100%
104
104
text-align center
105
+ font-size : 0.8em ;
105
106
106
107
a :hover , a :active
107
108
background $node-green
Original file line number Diff line number Diff line change 12
12
<h1 >{{ downloads.headline }} </h1 >
13
13
</div >
14
14
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" }}
47
17
48
18
</article >
49
19
Original file line number Diff line number Diff line change 12
12
<h1 >{{ downloads.headline }} </h1 >
13
13
</div >
14
14
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" }}
47
17
48
18
</article >
49
19
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 1
1
<section >
2
+ <p class =" color-lightgray" >{{ downloads.currentVersion }} : <strong >{{ version }} </strong ></p >
2
3
<p >{{ downloads.intro }} </p >
3
-
4
4
<div class =" download-hero full-width" >
5
5
<ul class =" no-padding" >
6
6
<li >
69
69
<td colspan =" 3" ><a href =" https://nodejs.org/dist/{{ version }} /node-{{ version }} -linux-x64.tar.xz" >64-bit</a ></td >
70
70
</tr >
71
71
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
-
90
72
<tr >
91
73
<th >Source Code</th >
92
74
<td colspan =" 6" >
95
77
</tr >
96
78
</tbody >
97
79
</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 >
107
80
</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