Skip to content

Commit 4f65533

Browse files
committed
Remove personal references
1 parent 5176830 commit 4f65533

File tree

2 files changed

+11
-24
lines changed

2 files changed

+11
-24
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66

77
<!-- Primary Meta Tags -->
8-
<title>Terminal Portfolio by Sat Naing</title>
9-
<meta name="title" content="Terminal Portfolio by Sat Naing" />
8+
<title>Terminal Portfolio</title>
9+
<meta name="title" content="Terminal Portfolio" />
1010
<meta
1111
name="description"
12-
content="Sat Naing's terminal portfolio website coded with ReactJS. Sat Naing is a full-stack developer based in Yangon, Myanmar."
12+
content="Terminal portfolio website coded with ReactJS. Terminal is a full-stack developer based in Yangon, Myanmar."
1313
/>
1414

1515
<!-- Open Graph / Facebook -->
1616
<meta property="og:type" content="website" />
17-
<meta property="og:url" content="https://terminal.satnaing.dev/" />
18-
<meta property="og:title" content="Terminal Portfolio by Sat Naing" />
17+
<meta property="og:url" content="https://l13v.net" />
18+
<meta property="og:title" content="Terminal Portfolio" />
1919
<meta
2020
property="og:description"
21-
content="Sat Naing's terminal portfolio website coded with ReactJS. Sat Naing is a full-stack developer based in Yangon, Myanmar."
21+
content="Terminal portfolio website coded with ReactJS."
2222
/>
2323
<meta
2424
property="og:image"
25-
content="https://terminal.satnaing.dev/sat-naing-terminal-og.png"
25+
content="https://l13v.net/"
2626
/>
2727

2828
<!-- Twitter -->
2929
<meta property="twitter:card" content="summary_large_image" />
30-
<meta property="twitter:url" content="https://terminal.satnaing.dev/" />
31-
<meta property="twitter:title" content="Terminal Portfolio by Sat Naing" />
30+
<meta property="twitter:url" content="https://l13v.net/" />
31+
<meta property="twitter:title" content="Terminal Portfolio" />
3232
<meta
3333
property="twitter:description"
34-
content="Sat Naing's terminal portfolio website coded with ReactJS. Sat Naing is a full-stack developer based in Yangon, Myanmar."
34+
content="Terminal portfolio website coded with ReactJS."
3535
/>
3636
<meta
3737
property="twitter:image"
38-
content="https://terminal.satnaing.dev/sat-naing-terminal-og.png"
38+
content="https://l13v.net/sat-naing-terminal-og.png"
3939
/>
4040

4141
<!-- Favicons and assets -->

src/utils/funcs.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,4 @@ export const argTab = (
139139
});
140140
return hintsCmds;
141141
}
142-
143-
// 8) if input is 'projects go '
144-
else if (_.startsWith(inputVal, "projects go ")) {
145-
[
146-
"1.Sat Naing's Blog",
147-
"2.Haru Fashion",
148-
"3.Haru API",
149-
"4.AstroPaper Blog Theme",
150-
].forEach(t => {
151-
hintsCmds = [...hintsCmds, t];
152-
});
153-
return hintsCmds;
154-
}
155142
};

0 commit comments

Comments
 (0)