@@ -3,13 +3,30 @@ title: footer
33---
44<footer >
55 <h2 class =" sr-only" >{{ #i18n " footerxh1" }} {{ /i18n }} </h2 >
6- <ul id =" footer-menu" aria-labelledby =" menu-title" >
6+ <ul id =" footer-menu-socials " aria-labelledby =" menu-title" >
77 <li ><a href =" https://discourse.processing.org/c/p5js" target = _blank class =" other-link" >{{ #i18n " Forum" }} {{ /i18n }} </a ></li >
88 <li ><a href =" http://github.com/processing/p5.js" target = _blank class =" other-link" >GitHub</a ></li >
99 <li ><a href =" http://twitter.com/p5xjs" target = _blank class =" other-link" >Twitter</a ></li >
1010 <li ><a href =" https://www.instagram.com/p5xjs/" target = _blank class =" other-link" >Instagram</a ></li >
1111 <li ><a href =" https://discord.gg/SHQ8dH25r9" target = _blank class =" other-link" >Discord</a ></li >
1212 </ul >
13+
14+ <ul id =" footer-menu" aria-labelledby =" menu-title" >
15+ <li ><a href =" {{ root }} /" >{{ #i18n " Home" }} {{ /i18n }} </a ></li >
16+ <li ><a href =" https://editor.p5js.org" >{{ #i18n " Editor" }} {{ /i18n }} </a ></li >
17+ <li ><a href =" {{ root }} /download/" >{{ #i18n " Download" }} {{ /i18n }} </a ></li >
18+ <li ><a href =" {{ root }} /download/support.html" >{{ #i18n " Donate" }} {{ /i18n }} </a ></li >
19+ <li ><a href =" {{ root }} /get-started/" >{{ #i18n " Start" }} {{ /i18n }} </a ></li >
20+ <li ><a href =" {{ root }} /reference/" >{{ #i18n " Reference" }} {{ /i18n }} </a ></li >
21+ <li ><a href =" {{ root }} /libraries/" >{{ #i18n " Libraries" }} {{ /i18n }} </a ></li >
22+ <li ><a href =" {{ root }} /learn/" >{{ #i18n " Learn" }} {{ /i18n }} </a ></li >
23+ <li ><a href =" {{ root }} /teach/" >{{ #i18n " Teach" }} {{ /i18n }} </a ></li >
24+ <li ><a href =" {{ root }} /examples/" >{{ #i18n " Examples" }} {{ /i18n }} </a ></li >
25+ <li ><a href =" https://p5js.org/contributor-docs/#/" >{{ #i18n " Contribute" }} {{ /i18n }} </a ></li >
26+ <li ><a href =" {{ root }} /books/" >{{ #i18n " Books" }} {{ /i18n }} </a ></li >
27+ <li ><a href =" {{ root }} /community/" >{{ #i18n " Community" }} {{ /i18n }} </a ></li >
28+ <li ><a href =" https://showcase.p5js.org" >{{ #i18n " Showcase" }} {{ /i18n }} </a ></li >
29+ </ul >
1330
1431 <p >
1532 {{ #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" >© {{ #i18n " footer8" }} {{ /i18n }} </a >{{ #i18n " footer9" }} {{ /i18n }}
0 commit comments