Skip to content

Commit 2b264fd

Browse files
committed
chore: add some more interesting tidbits
1 parent b0d6c4a commit 2b264fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/services/copy.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ export const ACTIVITIES = [
3939
'being dragged around by Storm, my husky',
4040
'falling on my face at the climbing gym',
4141
'setting the kitchen on fire',
42-
'wondering why my code not work',
42+
'wondering why mY c0dE NoT WoRk',
4343
'jamming out on my tiny guitar',
44+
'reading a good book while spazzed out on coffee',
4445
"chillin' with my plant pals Ube, Hubert, Dipsy, and Elise",
4546
];
4647

@@ -49,15 +50,19 @@ export const ACTIVITIES = [
4950
*/
5051
export const TALKING_POINTS = [
5152
'why comic sans is the best font',
53+
'why cities should embrace biking',
54+
'the time i got locked in a London train station overnight',
55+
'tiny homes and how awesome they are',
5256
'dark patterns and how they affect human behaviour',
53-
'fall 2021 internship opportunities',
5457
'how power lines are the ugliest form of infrastructure',
5558
];
5659

5760
/**
5861
* Links
5962
*/
6063
export const LINKS = [
64+
{ label: "yumtown", href: "https://www.instagram.com/alexplores.cuisine/" },
65+
{ label: "uses", href: "https://www.notion.so/Uses-754d5447cf16442f9ce5f444ecce01d0" },
6166
{ label: 'github', href: 'https://github.com/alexieyizhe' },
6267
{
6368
label: 'blog',

0 commit comments

Comments
 (0)