Skip to content

Commit 6598a1e

Browse files
authored
initial developmet of download
1 parent 5dd33e7 commit 6598a1e

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

apps/site/pages/en/download/current.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ all <LinkWithArrow href="https://nodejs.org/download/release/">previous releases
3434
or the <LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">unofficial</LinkWithArrow> binaries for other platforms.
3535

3636
</section>
37+
38+
<section>
39+
<h2 className='text-center'>Thanks by Our Partners</h2>
40+
41+
<span className="text-center">
42+
We are able to serve Node.js downloads and maintain our infrastructure thanks
43+
to our amazing <Link href="/about/partners">partners</Link>.
44+
</span>
45+
<div className='mt-4'>
46+
<PartnersIconList maxLength={6} />
47+
</div>
48+
</section>

apps/site/pages/en/download/index.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ all <LinkWithArrow href="https://nodejs.org/download/release/">previous releases
3434
or the <LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">unofficial</LinkWithArrow> binaries for other platforms.
3535

3636
</section>
37+
38+
<section>
39+
<h2 className='text-center'>Thanks by Our Partners</h2>
40+
41+
<span className="text-center">
42+
We are able to serve Node.js downloads and maintain our infrastructure thanks
43+
to our amazing <Link href="/about/partners">partners</Link>.
44+
</span>
45+
<div className='mt-4'>
46+
<PartnersIconList maxLength={6} />
47+
</div>
48+
</section>

0 commit comments

Comments
 (0)