gtsiolis 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +10 -11
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -4,19 +4,18 @@ console.log(`
|
|
|
4
4
|
///////////////////////////////////////////////////////////////
|
|
5
5
|
+————————————————————————————————————————————————————————————+/
|
|
6
6
|
+ +/
|
|
7
|
-
+ Hi
|
|
7
|
+
+ Hi, I'm George! +/
|
|
8
|
+
+ Currently living in Athens, Greece. ☀️ +/
|
|
8
9
|
+ +/
|
|
9
|
-
+ I
|
|
10
|
+
+ I work on *product design* at Gitpod. 🍊 +/
|
|
10
11
|
+ +/
|
|
11
|
-
+ I'
|
|
12
|
-
+
|
|
12
|
+
+ I've been contributing to open source over the +/
|
|
13
|
+
+ last few years, mostly to projects like GitLab and +/
|
|
14
|
+
+ Pajamas, the design system behind GitLab. 🏀 +/
|
|
13
15
|
+ +/
|
|
14
|
-
+
|
|
15
|
-
+
|
|
16
|
-
+
|
|
17
|
-
+ a top priority. +/
|
|
18
|
-
+ +/
|
|
19
|
-
+ Let's talk: https://t.me/gtsiolis, @gtsiolis +/
|
|
16
|
+
+ Let's chat +/
|
|
17
|
+
+ — https://x.com/gtsiolis +/
|
|
18
|
+
+ — https://t.me/gtsiolis +/
|
|
20
19
|
+ +/
|
|
21
20
|
+————————————————————————————————————————————————————————————+/
|
|
22
|
-
`);
|
|
21
|
+
`);
|