Skip to content

Commit 8fb0a73

Browse files
authored
Merge pull request #35 from department-of-decentralization/q9f/franz
apply franzis review comments
2 parents b2232f0 + fa900f9 commit 8fb0a73

File tree

6 files changed

+20
-9
lines changed

6 files changed

+20
-9
lines changed

app/contact/page.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export default function Contact() {
1616
<a href="https://c-base.org/" target="_blank" rel="noreferrer">
1717
c-base
1818
</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!
2022
</p>
2123
<div>
2224
<p>
@@ -28,7 +30,7 @@ export default function Contact() {
2830
</div>
2931
<h2>On the Internet</h2>
3032
<p>
31-
We are coordinating on [Matrix]:
33+
We are chatting on [Matrix]:
3234
<a
3335
href="https://matrix.to/#/%23stammtisch:dod.ngo"
3436
target="_blank"

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function Page() {
3333
/>
3434
<div style={{ textAlign: 'center' }}>
3535
<em>
36-
The DoD team at{' '}
36+
The DoD team and friends at{' '}
3737
<a href="https://v1.protocol.berlin" target="_blank" rel="noopener noreferrer">
3838
Protocol Berg v1
3939
</a>{' '}

app/people/images/griffin.jpg

35.8 KB
Loading

app/people/images/guto.jpg

29.3 KB
Loading

app/people/images/phil.jpg

19.9 KB
Loading

app/people/peopleData.ts

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ import carlImg from './images/carl.jpg'
1818
import jommiImg from './images/jommi.jpg'
1919
import nichImg from './images/nich.jpg'
2020
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'
2124
import noImg from './images/noPhoto.jpg'
2225

2326
export interface PersonData {
@@ -171,9 +174,11 @@ export const peopleData: PersonData[] = [
171174
},
172175
{
173176
name: 'Guto',
174-
avatar: noImg,
177+
avatar: gutoImg,
175178
isAlumni: true,
176-
socials: {},
179+
socials: {
180+
twitter: 'https://x.com/gutomartino',
181+
},
177182
},
178183
{
179184
name: 'Caspar',
@@ -206,15 +211,19 @@ export const peopleData: PersonData[] = [
206211
},
207212
{
208213
name: 'Phil',
209-
avatar: noImg,
214+
avatar: philImg,
210215
isAlumni: true,
211-
socials: {},
216+
socials: {
217+
twitter: 'https://x.com/ph_lux',
218+
},
212219
},
213220
{
214221
name: 'Griffin',
215-
avatar: noImg,
222+
avatar: griffImg,
216223
isAlumni: true,
217-
socials: {},
224+
socials: {
225+
twitter: 'https://x.com/gichiba',
226+
},
218227
},
219228
{
220229
name: 'Carl',

0 commit comments

Comments
 (0)