File tree 6 files changed +20
-9
lines changed
6 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ export default function Contact() {
16
16
< a href = "https://c-base.org/" target = "_blank" rel = "noreferrer" >
17
17
c-base
18
18
</ a > { ' ' }
19
- in Berlin. Drop in and say hi!
19
+ in Berlin. A Stammtisch (also known as "regulars' table") is not a structured meeting or
20
+ meetup with talks, but simply a friendly get-together of like-minded people. Come by and
21
+ say hi!
20
22
</ p >
21
23
< div >
22
24
< p >
@@ -28,7 +30,7 @@ export default function Contact() {
28
30
</ div >
29
31
< h2 > On the Internet</ h2 >
30
32
< p >
31
- We are coordinating on [Matrix]:
33
+ We are chatting on [Matrix]:
32
34
< a
33
35
href = "https://matrix.to/#/%23stammtisch:dod.ngo"
34
36
target = "_blank"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function Page() {
33
33
/>
34
34
< div style = { { textAlign : 'center' } } >
35
35
< em >
36
- The DoD team at{ ' ' }
36
+ The DoD team and friends at{ ' ' }
37
37
< a href = "https://v1.protocol.berlin" target = "_blank" rel = "noopener noreferrer" >
38
38
Protocol Berg v1
39
39
</ a > { ' ' }
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ import carlImg from './images/carl.jpg'
18
18
import jommiImg from './images/jommi.jpg'
19
19
import nichImg from './images/nich.jpg'
20
20
import casparImg from './images/caspar.jpg'
21
+ import gutoImg from './images/guto.jpg'
22
+ import philImg from './images/phil.jpg'
23
+ import griffImg from './images/griffin.jpg'
21
24
import noImg from './images/noPhoto.jpg'
22
25
23
26
export interface PersonData {
@@ -171,9 +174,11 @@ export const peopleData: PersonData[] = [
171
174
} ,
172
175
{
173
176
name : 'Guto' ,
174
- avatar : noImg ,
177
+ avatar : gutoImg ,
175
178
isAlumni : true ,
176
- socials : { } ,
179
+ socials : {
180
+ twitter : 'https://x.com/gutomartino' ,
181
+ } ,
177
182
} ,
178
183
{
179
184
name : 'Caspar' ,
@@ -206,15 +211,19 @@ export const peopleData: PersonData[] = [
206
211
} ,
207
212
{
208
213
name : 'Phil' ,
209
- avatar : noImg ,
214
+ avatar : philImg ,
210
215
isAlumni : true ,
211
- socials : { } ,
216
+ socials : {
217
+ twitter : 'https://x.com/ph_lux' ,
218
+ } ,
212
219
} ,
213
220
{
214
221
name : 'Griffin' ,
215
- avatar : noImg ,
222
+ avatar : griffImg ,
216
223
isAlumni : true ,
217
- socials : { } ,
224
+ socials : {
225
+ twitter : 'https://x.com/gichiba' ,
226
+ } ,
218
227
} ,
219
228
{
220
229
name : 'Carl' ,
You can’t perform that action at this time.
0 commit comments