Skip to content

Commit df78a36

Browse files
committed
Add Netlify as a partner
1 parent 02202ea commit df78a36

4 files changed

Lines changed: 33 additions & 0 deletions

File tree

content/pages/overview/index.es.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ Processing fue iniciado por Ben Fry y Casey Reas en la primavera del 2001, mient
3636

3737
## Gracias.
3838
YourKit apoya a Processing al donar su Profiler de Java con todas sus funciones. YourKit, LLC es el creador de herramientas para hacer profiling de aplicaciones en Java y .NET: [ Java Profiler de YourKit](https://www.yourkit.com/java/profiler/index.jsp), [.NET Profiler de YourKit ](https://www.yourkit.com/.net/profiler/index.jsp).
39+
40+
Netlify apoya a Processing al donar su hosting y servicios de CI/CD. Netlify es una plataforma de hosting y automatización de CI/CD para aplicaciones web modernas: [Netlify](https://www.netlify.com/).

content/pages/overview/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ When we started Processing in spring 2001 we were both graduate students at the
2424
## Thank you.
2525

2626
YourKit supports Processing by donating its full-featured Java Profiler. YourKit, LLC is the creator of tools for profiling Java and .NET applications: [YourKit Java Profiler](https://www.yourkit.com/java/profiler/index.jsp), [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/index.jsp).
27+
28+
Netlify supports Processing by donating its hosting and CI/CD services. Netlify is a hosting and CI/CD automation platform for modern web applications: [Netlify](https://www.netlify.com/).

src/images/partners/netlify.svg

Lines changed: 22 additions & 0 deletions
Loading

src/pages/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import * as grid from '../styles/grid.module.css';
2020
import DSILogo from '../images/partners/designsystemsinternational.svg';
2121
import DMALogo from '../images/partners/ucla-dma.svg';
2222
import FathomLogo from '../images/partners/fathom.svg';
23+
import NetlifyLogo from '../images/partners/netlify.svg';
2324

2425
const partners = [
2526
{
@@ -45,6 +46,12 @@ const partners = [
4546
url: 'https://designsystems.international/',
4647
width: '33%',
4748
Logo: DSILogo
49+
},
50+
{
51+
name: 'Netlify',
52+
url: 'https://www.netlify.com/',
53+
width: '20%',
54+
Logo: NetlifyLogo
4855
}
4956
];
5057

0 commit comments

Comments
 (0)