Skip to content

Commit d4f5012

Browse files
committed
Updated contact information
1 parent ad89342 commit d4f5012

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/pages/overview/index.es.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ El principal cargo de la Fundación es desarrollar y distribuir el software Proc
3232
## Historia
3333
Processing fue iniciado por Ben Fry y Casey Reas en la primavera del 2001, mientras ambos eran estudiantes de posgrado en el MIT Media Lab dentro del grupo de investigación de John Maeda (John Maeda's Aesthetics and Computation research group). El desarrollo continuó durante su tiempo libre mientras Casey continuaba con su carrera como artista y maestro y Ben perseguía un PhD y fundaba Fathom Information Design. Muchas de las ideas en Processing se remontan al taller de Lenguaje Visual de Muriel Cooper, y creció directamente del projecto de Maeda, Design by Number, desarrollado por el Media Lab y lanzado en 1999. Los proyectos de Wiring y Arduino, en cambio, crecieron afuera de Processing mientras Casey estaba enseñando en el Interaction Design Institute Ivrea, en Italia.
3434

35-
Para más información, por favor escribe a foundation@processing.org
35+
Para más información, por favor escribe a foundation@processingfoundation.org
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).

i18n/react-intl/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"medium": "Medium",
3030
"contact": "Contact",
3131
"contactText": "Feel free to write us",
32-
"contactEmail": "foundation@processing.org",
32+
"contactEmail": "foundation@processingfoundation.org",
3333
"gettingStarted": "Getting started",
3434
"gettingStartedP1": "Download and open the 'Processing' application. Select something from the Examples. Hit the Run button. Lather, rinse, repeat as necessary. More information on using Processing itself is can be found in the <a href='/environment'>environment</a> section of the reference. To learn the Processing language, we recommend you try a few of the built-in <a href='/examples'>examples</a>, and check out the <a href='/reference'>reference</a>. A group of diverse <a href='/books'>books</a> have been written to help people with different goals and skill levels.",
3535
"gettingStartedP2": "To learn the Processing language, we recommend you try a few of the built-in examples, and check out the <a href='/reference'>reference</a>. A group of diverse <a href='/books'>books</a> have been written to help people with different goals and skill levels. If you're stuck or want to talk about your work, head over to the forum section of the site to find open minds and helpful peers.",

i18n/react-intl/es.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"medium": "Medium",
3030
"contact": "Contacto",
3131
"contactText": "¡Siéntete libre de escribirnos!",
32-
"contactEmail": "foundation@processing.org",
32+
"contactEmail": "foundation@processingfoundation.org",
3333
"gettingStarted": "Primeros Pasos",
3434
"gettingStartedP1": " Descarga y abre la aplicación ‘Processing'. Selecciona algún ejemplo de Ejemplos. Presiona el botón Correr. Lava, enjuaga y repite tantas veces como sea necesario. Más información acerca del uso de Processing puede ser encontrada en la sección <a href='/reference'>entorno</a> de la referencia. Para aprender el lenguaje Processing, nosotros te recomendamos que intentes unos cuantos <a href='/examples'>ejemplos</a>, y que cheques la <a href='/reference'>referencia</a>. Un grupo variado de <a href='/reference'>libros</a> han sido escritos para ayudar a las personas de acuerdo a sus metas y habilidades.",
3535
"gettingStartedP2": "Para aprender el lenguaje Processing, te recomendamos que intentes algunos cuantos de los ejemplos incluidos, y cheques la <a href='/reference'>referencia</a>. Un grupo de diversos <a href='/books'>libros</a> han sido escritos para ayudar a gente con diferentes metas y niveles. Si estas atorado o quieres hablar acerca de tu trabajo, dirígete a la sección del foro y encontrarás gente con la mente abierta y colegas que te podrán ayudar.",

src/components/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Footer = ({ withSidebar }) => {
1515
<div className={classnames(grid.col, css.contactWrapper)}>
1616
<h3>{intl.formatMessage({ id: 'contactUs' })}</h3>
1717
<p>{intl.formatMessage({ id: 'contactUsDescription' })}</p>
18-
<a href="mailto:foundation@processing.org">foundation@processing.org</a>
18+
<a href="mailto:foundation@processingfoundation.org">foundation@processingfoundation.org</a>
1919
</div>
2020
<div className={classnames(grid.col, css.socialmediaWrapper)}>
2121
<ul>

0 commit comments

Comments
 (0)