Skip to content

Commit 37497ee

Browse files
authored
move evelyn off of leads footer
1 parent 463ff67 commit 37497ee

File tree

7 files changed

+1
-7
lines changed

7 files changed

+1
-7
lines changed

src/data/en.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Forum: Forum
1818
Showcase: Showcase
1919
footerxh1: Credits
2020
footer1: 'p5.js is currently led by '
21-
footer2: ' & '
2221
footer3: ' and was created by '
2322
footer4: '. p5.js is developed by a community of collaborators, with support from the '
2423
footer5: ' and '

src/data/es.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Forum: Foro
1818
Showcase: Showcase
1919
footerxh1: Créditos
2020
footer1: 'p5.js está actualmente dirigido por '
21-
footer2: ' y '
2221
footer3: ' y fue creado por '
2322
footer4: '. p5.js es desarrollado por una comunidad de colaboradores, con el apoyo de '
2423
footer5: ' y '

src/data/hi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Forum: फोरम
1818
Showcase: प्रदर्शन
1919
footerxh1: आभार सूची
2020
footer1: ' वर्तमान में p5.js का नेतृत्व करने वाले '
21-
footer2: ' और '
2221
footer3: ' हैं| इसकी खोज करने वाले थे '
2322
footer4: ' p5.js सहयोगियों के एक समुदाय द्वारा विकसित किया गया है और समर्थन करने वाले थे '
2423
footer5: ' और '

src/data/it.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Forum: Forum
1717
Showcase: Showcase
1818
footerxh1: Meriti
1919
footer1: 'p5.js è stato creato da '
20-
footer2: ' ed è sviluppato da una community di collaboratori, con il supporto di '
2120
footer3: ' e '
2221
footer4: 'Web identity e graphic design di '
2322
tagline1: il divertimento di Processing x l'eccentricità di JavaScript

src/data/ko.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Forum: 포럼
1818
Showcase: 쇼케이스
1919
footerxh1: 크레딧
2020
footer1: p5.js는 현재 치안치안 예
21-
footer2: ' & 에블린 마소'
2221
footer3: ' 가 리드하고, 로렌 맥카시 '
2322
footer4: ' 가 창안하였습니다. p5.js는 프로세싱 재단 '
2423
footer5: ''

src/data/zh-Hans.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Forum: 论坛
1818
Showcase: 案例展示
1919
footerxh1: 归功于
2020
footer1: p5.js 目前由
21-
footer2:
2221
footer3: 领导,原创者为
2322
footer4: 。p5.js 是在
2423
footer5:

src/templates/partials/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ title: footer
44
<footer>
55
<h2 class="sr-only">{{#i18n "footerxh1"}}{{/i18n}}</h2>
66
<p>
7-
{{#i18n "footer1"}}{{/i18n}}<a href='http://qianqian-ye.com/' target="_blank">Qianqian Ye</a>{{#i18n "footer2"}}{{/i18n}}<a href='http://www.outofambit.com/' target="_blank">evelyn masso</a>{{#i18n "footer3"}}{{/i18n}}<a href='https://lauren-mccarthy.com' target="_blank">Lauren Lee McCarthy</a>{{#i18n "footer4"}}{{/i18n}}<a href="https://processingfoundation.org/" target="_blank">Processing Foundation</a>{{#i18n "footer5"}}{{/i18n}}<a href="https://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>{{#i18n "footer6"}}{{/i18n}}<a href="https://jereljohnson.com/" target="_blank">Jerel Johnson</a>{{#i18n "footer7"}}{{/i18n}}<a href="{{root}}/copyright.html">&copy; {{#i18n "footer8"}}{{/i18n}}</a>{{#i18n "footer9"}}{{/i18n}}
7+
{{#i18n "footer1"}}{{/i18n}}<a href='http://qianqian-ye.com/' target="_blank">Qianqian Ye</a>{{#i18n "footer3"}}{{/i18n}}<a href='https://lauren-mccarthy.com' target="_blank">Lauren Lee McCarthy</a>{{#i18n "footer4"}}{{/i18n}}<a href="https://processingfoundation.org/" target="_blank">Processing Foundation</a>{{#i18n "footer5"}}{{/i18n}}<a href="https://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>{{#i18n "footer6"}}{{/i18n}}<a href="https://jereljohnson.com/" target="_blank">Jerel Johnson</a>{{#i18n "footer7"}}{{/i18n}}<a href="{{root}}/copyright.html">&copy; {{#i18n "footer8"}}{{/i18n}}</a>{{#i18n "footer9"}}{{/i18n}}
88
</p>
99
</footer>

0 commit comments

Comments
 (0)