Skip to content

Commit daaf7e1

Browse files
authored
Merge pull request #79 from mateonunez/chore/welcome-message
chore(terminal): change welcome message
2 parents 59ca270 + 08d6b58 commit daaf7e1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

components/terminal/terminal.jsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ const Line = ({ text, noPrompt = false, noCaret = false }) => (
2222
);
2323

2424
const paragraphs = [
25-
'Hey.. Nice to met you. 😳',
26-
'What are you doing here? Are you lost? 😱',
25+
"Hey there! I'm Mateo 👋",
26+
'',
27+
"👨‍💻 I'm a Senior Developer at hlpy.",
28+
'⌨️ I code often in JavaScript and TypeScript.',
29+
'💭 I also like to try languages like Rust, PHP, Python and Go.',
30+
'☁️ Love the Cloud and sometimes I play with K8S, AWS and CNCF treats.',
31+
'📐 My favourite setup is: VS Code with Vim and Colemak layout.',
2732
'',
28-
'Anyway, Now you are here and you will stay here forever (with me 😉).',
2933
''
3034
];
3135

components/terminal/terminal.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.root {
2-
height: 250px;
2+
height: 300px;
33
width: 600px;
44
}
55

0 commit comments

Comments
 (0)