Skip to content

Commit d35807d

Browse files
committed
update: πŸ‘† add link
1 parent 6beca07 commit d35807d

5 files changed

Lines changed: 36 additions & 2 deletions

File tree

β€Žpublic/images/css.pngβ€Ž

202 KB
Loading

β€Žpublic/sitemap.xmlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
<changefreq>monthly</changefreq>
2424
<priority>0.5</priority>
2525
</url>
26+
27+
<url>
28+
<loc>https://nknighta.me/images</loc>
29+
<lastmod>2025-07-12T15:02:24.021Z</lastmod>
30+
<changefreq>monthly</changefreq>
31+
<priority>0.3</priority>
32+
</url>
2633

2734
<url>
2835
<loc>https://nknighta.me/whoareyou</loc>

β€Žsrc/pages/apps/index.tsxβ€Ž

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,36 @@ export default function Index({ data }) {
4242
<ProfileContactLink href="/apps/ytimage-dl">
4343
<p>App</p>
4444
</ProfileContactLink>
45+
4546
<ProfileContactLink href="https://github.com/nknighta/ytimage-dl">
4647
<p>Repository (HTML version)</p>
4748
</ProfileContactLink>
49+
50+
<ProfileCenter>
51+
<ProfileHead>Grove Player</ProfileHead>
52+
</ProfileCenter>
53+
<ProfileContactLink href="/apps/grove">
54+
<p>App Link (web application)</p>
55+
</ProfileContactLink>
56+
57+
<ProfileCenter>
58+
<ProfileHead>Examples and Playground</ProfileHead>
59+
</ProfileCenter>
60+
<ProfileContactLink href="/playground/mdxloadtest">
61+
<p>mdx load test</p>
62+
</ProfileContactLink>
63+
64+
<ProfileCenter>
65+
<Image
66+
src="/images/css.png"
67+
alt="Apps Image"
68+
width={300}
69+
height={300}
70+
/>
71+
</ProfileCenter>
72+
<ProfileContactLink href="/awesome-css-website">
73+
<p>Awesome CSS Website</p>
74+
</ProfileContactLink>
4875
</div>
4976
</ProfileBody>
5077
</div>

β€Žsrc/pages/index.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Index({ data }) {
2828
}, [data]);
2929
return (
3030
<Layout>
31-
<HMeta pageTitle="Profile" />
31+
<HMeta pageTitle="Profile" pageDescription="Profile of Nknight AMAMIYA(nk4dev)" />
3232
<div
3333
className={css({
3434
display: "flex",

β€Žsrc/pages/whoareyou.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Index() {
1515
thanks for visit <Link className={css({_hover: { textDecoration: "underline" }})} href="https://mastodon.social/@nknighta">my social network profile</Link> <br />
1616
</div>
1717
)}
18-
<HMeta pageTitle="Who are you?" />
18+
<HMeta pageTitle="Who are you?" pageDescription="who ami I?"/>
1919
<div className={css({ paddingY: "5vh" })}>
2020
<div>
2121
<h1 className={css({ fontSize: "25px", textAlign: "center" })}>

0 commit comments

Comments
Β (0)