@@ -22,6 +22,16 @@ function About(props) {
22
22
</ div >
23
23
< div className = "about__content-column" >
24
24
< h3 className = "about__content-column-title" > { t ( 'About.NewP5' ) } </ h3 >
25
+ < p className = "about__content-column-list" >
26
+ < a href = "https://p5js.org/" target = "_blank" rel = "noopener noreferrer" >
27
+ < AsteriskIcon
28
+ className = "about__content-column-asterisk"
29
+ aria-hidden = "true"
30
+ focusable = "false"
31
+ />
32
+ Home
33
+ </ a >
34
+ </ p >
25
35
< p className = "about__content-column-list" >
26
36
< a
27
37
href = "https://p5js.org/examples/"
@@ -50,6 +60,34 @@ function About(props) {
50
60
{ t ( 'About.Learn' ) }
51
61
</ a >
52
62
</ p >
63
+ < p className = "about__content-column-list" >
64
+ < a
65
+ href = "https://twitter.com/p5xjs?lang=en"
66
+ target = "_blank"
67
+ rel = "noopener noreferrer"
68
+ >
69
+ < AsteriskIcon
70
+ className = "about__content-column-asterisk"
71
+ aria-hidden = "true"
72
+ focusable = "false"
73
+ />
74
+ Twitter
75
+ </ a >
76
+ </ p >
77
+ < p className = "about__content-column-list" >
78
+ < a
79
+ href = "https://www.instagram.com/p5xjs/?hl=en"
80
+ target = "_blank"
81
+ rel = "noopener noreferrer"
82
+ >
83
+ < AsteriskIcon
84
+ className = "about__content-column-asterisk"
85
+ aria-hidden = "true"
86
+ focusable = "false"
87
+ />
88
+ Instagram
89
+ </ a >
90
+ </ p >
53
91
</ div >
54
92
< div className = "about__content-column" >
55
93
< h3 className = "about__content-column-title" > { t ( 'About.Resources' ) } </ h3 >
@@ -95,33 +133,58 @@ function About(props) {
95
133
{ t ( 'About.Forum' ) }
96
134
</ a >
97
135
</ p >
98
- </ div >
99
- < div className = "about__footer" >
100
- < p className = "about__footer-list" >
136
+ < p className = "about__content-column-list" >
101
137
< a
102
- href = "https://github .com/processing/p5.js-web-editor "
138
+ href = "https://discord .com/invite/SHQ8dH25r9 "
103
139
target = "_blank"
104
140
rel = "noopener noreferrer"
105
141
>
106
- { t ( 'About.Contribute' ) }
142
+ < AsteriskIcon
143
+ className = "about__content-column-asterisk"
144
+ aria-hidden = "true"
145
+ focusable = "false"
146
+ />
147
+ Discord
107
148
</ a >
108
149
</ p >
150
+ < p className = "about__content-column-list" >
151
+ < a href = "/privacy-policy" target = "_blank" rel = "noopener noreferrer" >
152
+ < AsteriskIcon
153
+ className = "about__content-column-asterisk"
154
+ aria-hidden = "true"
155
+ focusable = "false"
156
+ />
157
+ Privacy Policy
158
+ </ a >
159
+ </ p >
160
+ < p className = "about__content-column-list" >
161
+ < a href = "/terms-of-use" target = "_blank" rel = "noopener noreferrer" >
162
+ < AsteriskIcon
163
+ className = "about__content-column-asterisk"
164
+ aria-hidden = "true"
165
+ focusable = "false"
166
+ />
167
+ Terms of Use
168
+ </ a >
169
+ </ p >
170
+ </ div >
171
+ < div className = "about__footer" >
109
172
< p className = "about__footer-list" >
110
173
< a
111
- href = "https://github.com/processing/p5.js-web-editor/issues/new "
174
+ href = "https://github.com/processing/p5.js-web-editor"
112
175
target = "_blank"
113
176
rel = "noopener noreferrer"
114
177
>
115
- { t ( 'About.Report ' ) }
178
+ { t ( 'About.Contribute ' ) }
116
179
</ a >
117
180
</ p >
118
181
< p className = "about__footer-list" >
119
182
< a
120
- href = "https://twitter .com/p5xjs?lang=en "
183
+ href = "https://github .com/processing/p5.js-web-editor/issues/new "
121
184
target = "_blank"
122
185
rel = "noopener noreferrer"
123
186
>
124
- Twitter
187
+ { t ( 'About.Report' ) }
125
188
</ a >
126
189
</ p >
127
190
</ div >
0 commit comments