duocnv 1.0.1 → 1.0.3
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/index.js +6 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -89,7 +89,7 @@ function Header() {
|
|
|
89
89
|
<Box flexDirection="column">
|
|
90
90
|
<Text> </Text>
|
|
91
91
|
<Text>{coolGradient(logoText)}</Text>
|
|
92
|
-
<Text dimColor>
|
|
92
|
+
<Text dimColor> From Vietnam</Text>
|
|
93
93
|
<Text> </Text>
|
|
94
94
|
<Text>
|
|
95
95
|
{" "}
|
|
@@ -124,7 +124,7 @@ function Header() {
|
|
|
124
124
|
<Text>
|
|
125
125
|
{" "}
|
|
126
126
|
<Text bold>Hi, I'm Được Nguyễn</Text>{" "}
|
|
127
|
-
<Text dimColor>-
|
|
127
|
+
<Text dimColor>- Engineering Manager • Curious Mind</Text>
|
|
128
128
|
</Text>
|
|
129
129
|
<Text> </Text>
|
|
130
130
|
<Text dimColor> I like building small tools that solve my own problems.</Text>
|
|
@@ -132,7 +132,10 @@ function Header() {
|
|
|
132
132
|
<Text dimColor> (reading helper) in my spare time.</Text>
|
|
133
133
|
<Text> </Text>
|
|
134
134
|
<Text dimColor> Day job: Engineering Manager, helping teams ship good software.</Text>
|
|
135
|
-
<Text dimColor> Side quests: Open source, writing
|
|
135
|
+
<Text dimColor> Side quests: Open source, writing, and learning new things.</Text>
|
|
136
|
+
<Text> </Text>
|
|
137
|
+
<Text dimColor> All my side projects live at aiocean.io</Text>
|
|
138
|
+
<Text dimColor> I write at 12bit.vn (Vietnamese) and onepercent.plus (English)</Text>
|
|
136
139
|
<Text> </Text>
|
|
137
140
|
<Text dimColor> Helped start Vue.js Vietnam community back in 2016.</Text>
|
|
138
141
|
<Text dimColor> Still believe in sharing knowledge and helping others grow.</Text>
|
|
@@ -147,11 +150,6 @@ function Header() {
|
|
|
147
150
|
<Text color="cyan">→</Text> <Text dimColor>Twitter:</Text>{" "}
|
|
148
151
|
<Text color="cyan">{link(links.twitter, "@duocdev")}</Text>
|
|
149
152
|
</Text>
|
|
150
|
-
<Text>
|
|
151
|
-
{" "}
|
|
152
|
-
<Text color="cyan">→</Text> <Text dimColor>Blog:</Text>{" "}
|
|
153
|
-
<Text color="cyan">{link(links.blog, "12bit.vn")}</Text>
|
|
154
|
-
</Text>
|
|
155
153
|
<Text> </Text>
|
|
156
154
|
</Box>
|
|
157
155
|
);
|