Skip to content

Commit f20b9e4

Browse files
authored
Merge pull request #425 from ixartz/nutrient
Add Nutrient in the sponsors section
2 parents 507ccc0 + 7dbe904 commit f20b9e4

File tree

4 files changed

+42
-6
lines changed

4 files changed

+42
-6
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@ Clone this project and use it to create your own Next.js project. You can check
101101
</picture>
102102
</a>
103103
</td>
104+
<td align="center" width="33%">
105+
<a href="https://www.nutrient.io/guides/web/nextjs/?utm_source=nextjs-boilerplate&utm_medium=referral">
106+
<picture>
107+
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/nutrient-dark.png?raw=true">
108+
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/nutrient-light.png?raw=true">
109+
<img alt="Nutrient" src="public/assets/images/nutrient-light.png?raw=true">
110+
</picture>
111+
</a>
112+
</td>
113+
</tr>
114+
<tr height="187px">
104115
<td align="center" width="33%">
105116
<a href="https://betterstack.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate">
106117
<picture>
@@ -110,8 +121,6 @@ Clone this project and use it to create your own Next.js project. You can check
110121
</picture>
111122
</a>
112123
</td>
113-
</tr>
114-
<tr height="187px">
115124
<td align="center" width="33%">
116125
<a href="https://www.checklyhq.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate">
117126
<picture>
@@ -126,6 +135,8 @@ Clone this project and use it to create your own Next.js project. You can check
126135
<img src="public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" />
127136
</a>
128137
</td>
138+
</tr>
139+
<tr height="187px">
129140
<td align="center" width="33%">
130141
<a href="mailto:contact@creativedesignsguru.com">
131142
Add your logo here
@@ -546,6 +557,17 @@ See [LICENSE](LICENSE) for more information.
546557
</picture>
547558
</a>
548559
</td>
560+
<td align="center" width="33%">
561+
<a href="https://www.nutrient.io/guides/web/nextjs/?utm_source=nextjs-boilerplate&utm_medium=referral">
562+
<picture>
563+
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/nutrient-dark.png?raw=true">
564+
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/nutrient-light.png?raw=true">
565+
<img alt="Nutrient" src="public/assets/images/nutrient-light.png?raw=true">
566+
</picture>
567+
</a>
568+
</td>
569+
</tr>
570+
<tr height="187px">
549571
<td align="center" width="33%">
550572
<a href="https://betterstack.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate">
551573
<picture>
@@ -555,8 +577,6 @@ See [LICENSE](LICENSE) for more information.
555577
</picture>
556578
</a>
557579
</td>
558-
</tr>
559-
<tr height="187px">
560580
<td align="center" width="33%">
561581
<a href="https://www.checklyhq.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate">
562582
<picture>
@@ -571,6 +591,8 @@ See [LICENSE](LICENSE) for more information.
571591
<img src="public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" />
572592
</a>
573593
</td>
594+
</tr>
595+
<tr height="187px">
574596
<td align="center" width="33%">
575597
<a href="mailto:contact@creativedesignsguru.com">
576598
Add your logo here
6.93 KB
Loading
9.36 KB
Loading

src/components/Sponsors.tsx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,22 @@ export const Sponsors = () => (
105105
/>
106106
</a>
107107
</td>
108+
<td className="border-2 border-gray-300 p-3">
109+
<a
110+
href="https://www.nutrient.io/guides/web/nextjs/?utm_source=nextjs-boilerplate&utm_medium=referral"
111+
target="_blank"
112+
rel="noopener"
113+
>
114+
<Image
115+
src="/assets/images/nutrient-light.png"
116+
alt="Nutrient"
117+
width={260}
118+
height={224}
119+
/>
120+
</a>
121+
</td>
122+
</tr>
123+
<tr className="h-56">
108124
<td className="border-2 border-gray-300 p-3">
109125
<a
110126
href="https://betterstack.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate"
@@ -119,8 +135,6 @@ export const Sponsors = () => (
119135
/>
120136
</a>
121137
</td>
122-
</tr>
123-
<tr className="h-56">
124138
<td className="border-2 border-gray-300 p-3">
125139
<a
126140
href="https://www.checklyhq.com/?utm_source=github&utm_medium=sponsorship&utm_campaign=next-js-boilerplate"

0 commit comments

Comments
 (0)