Skip to content

Commit 4078c22

Browse files
authored
Merge pull request #7 from Keyyard/deepsource-transform-f0ce7001
2 parents 2d700e0 + f49dd34 commit 4078c22

File tree

2 files changed

+40
-34
lines changed

2 files changed

+40
-34
lines changed

src/components/Hero.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ export function Hero() {
3131
<h1 className="relative top-0 w-fit h-auto pt-4 flex bg-white bg-clip-text text-4xl font-extrabold text-transparent text-center select-auto">
3232
Keyyard - Hieu
3333
</h1>
34-
<h2 className="text-center leading-3 mt-2">Minecraft Add-on Developer & Fullstack Developer</h2>
34+
<h2 className="text-center leading-3 mt-2">
35+
Minecraft Add-on Developer & Fullstack Developer
36+
</h2>
3537
</div>
3638
<motion.div
3739
className="flex w-[50vw] h-[70vh] absolute"

src/data.ts

Lines changed: 37 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ const experiences = [
4040
},
4141
{
4242
title: "Official Microsoft Partner",
43-
company_name:
44-
"G2crafted | Official Minecraft Marketplace",
43+
company_name: "G2crafted | Official Minecraft Marketplace",
4544
company_url: "https://www.bedrockexplorer.com/@g2crafted",
4645
date: "Aug 2021 - 2023",
4746
details: [
48-
"Established Keyyard Studio as a trusted brand, building credibility that attracts high-value partnerships.",
49-
"Delivered premium-quality content that consistently exceeded Microsoft's strict quality standards.",
50-
"Mastered end-to-end project management, ensuring every deadline is met while maintaining exceptional quality standards.",
47+
"Established Keyyard Studio as a trusted brand, building credibility that attracts high-value partnerships.",
48+
"Delivered premium-quality content that consistently exceeded Microsoft's strict quality standards.",
49+
"Mastered end-to-end project management, ensuring every deadline is met while maintaining exceptional quality standards.",
5150
],
5251
},
5352
{
@@ -95,17 +94,17 @@ const experiences = [
9594
"Designing engagement-focused gameplay mechanics that consistently outperform industry benchmarks.",
9695
],
9796
},
98-
{
97+
{
9998
title: "Organization Member & Project Lead",
10099
company_name: "Bedrock OSS",
101100
company_url: "https://github.com/Bedrock-OSS/",
102101
date: "June 2025 - Present",
103102
details: [
104103
"Contributing to the development of open-source projects, collaborating with fellow developers to create cutting-edge solutions.",
105-
"Served as a Wiki Contributor, creating and editing content for the knowledge-sharing platform dedicated to Minecraft Bedrock Add-Ons."
104+
"Served as a Wiki Contributor, creating and editing content for the knowledge-sharing platform dedicated to Minecraft Bedrock Add-Ons.",
106105
],
107106
},
108-
{
107+
{
109108
title: "Developer",
110109
company_name: "Mushco",
111110
company_url: "https://www.mushco.games/",
@@ -373,7 +372,7 @@ const mcProjects = [
373372
},
374373
],
375374
imgs: [
376-
"https://xforgeassets001.xboxlive.com/pf-namespace-b63a0803d3653643/82fb9eac-c719-40be-affd-315560116328/Demonic_Legends_Thumbnail.jpg"
375+
"https://xforgeassets001.xboxlive.com/pf-namespace-b63a0803d3653643/82fb9eac-c719-40be-affd-315560116328/Demonic_Legends_Thumbnail.jpg",
377376
],
378377
},
379378
{
@@ -388,18 +387,19 @@ const mcProjects = [
388387
},
389388
],
390389
imgs: [
391-
"https://xforgeassets001.xboxlive.com/pf-title-b63a0803d3653643-20ca2/a3492053-54af-4730-aff7-91d4ba374bcb/FrightNight_Thumbnail.jpg"
390+
"https://xforgeassets001.xboxlive.com/pf-title-b63a0803d3653643-20ca2/a3492053-54af-4730-aff7-91d4ba374bcb/FrightNight_Thumbnail.jpg",
392391
],
393-
}
392+
},
394393
];
395394

396395
const Projects = [
397-
{
396+
{
398397
title: "Create Minecraft Bedrock CLI",
399398
short_info: "Node Module Package",
400399
description:
401400
"CLI tool to create Minecraft projects workspaces with structured folders and files. It includes Microsoft's Compiler",
402-
icon: "https://raw.githubusercontent.com/Keyyard/create-mc-bedrock-cli/refs/heads/website/public/icon.ico", links: [
401+
icon: "https://raw.githubusercontent.com/Keyyard/create-mc-bedrock-cli/refs/heads/website/public/icon.ico",
402+
links: [
403403
{
404404
name: "Github",
405405
link: "https://github.com/Keyyard/create-mc-bedrock-cli",
@@ -411,7 +411,7 @@ const Projects = [
411411
{
412412
name: "Website",
413413
link: "https://bedrockcli.keyyard.xyz",
414-
}
414+
},
415415
],
416416
imgs: [
417417
"https://github.com/Keyyard/create-mc-bedrock-cli/blob/main/medias/gif.gif?raw=true",
@@ -422,7 +422,7 @@ const Projects = [
422422
status: "Live",
423423
featured: true,
424424
},
425-
425+
426426
{
427427
title: "Blockception's Minecraft Bedrock Development",
428428
short_info: "Contributed to VSCode Plugin",
@@ -437,16 +437,22 @@ const Projects = [
437437
{
438438
name: "VSCode Marketplace",
439439
link: "https://marketplace.visualstudio.com/items/?itemName=BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension",
440-
}
440+
},
441441
],
442442
imgs: [
443-
"https://github.com/Blockception/VSCode-Bedrock-Development-Extension/raw/HEAD/documentation/resources/overview.gif"
443+
"https://github.com/Blockception/VSCode-Bedrock-Development-Extension/raw/HEAD/documentation/resources/overview.gif",
444+
],
445+
tags: [
446+
"TypeScript",
447+
"VSCode",
448+
"Minecraft",
449+
"Developer Tools",
450+
"Productivity",
444451
],
445-
tags: ["TypeScript", "VSCode", "Minecraft", "Developer Tools", "Productivity"],
446452
status: "Live",
447453
featured: false,
448454
},
449-
455+
450456
{
451457
title: "Bedrock Wiki",
452458
short_info: "Contributed to Bedrock Wiki",
@@ -461,11 +467,9 @@ const Projects = [
461467
{
462468
name: "Wiki Website",
463469
link: "https://wiki.bedrock.dev/",
464-
}
465-
],
466-
imgs: [
467-
"/assets/Projs/wiki.png"
470+
},
468471
],
472+
imgs: ["/assets/Projs/wiki.png"],
469473
tags: ["Documentation", "Minecraft", "Community", "Education"],
470474
status: "Live",
471475
featured: false,
@@ -482,12 +486,12 @@ const Projects = [
482486
link: "https://github.com/Keyyard/today-notes",
483487
},
484488
{
485-
"name": "Product",
489+
name: "Product",
486490
link: "https://today-notes.keyyard.xyz",
487-
}
491+
},
488492
],
489493
imgs: [
490-
"https://github.com/Keyyard/today-notes/blob/main/public/medias/4.png?raw=true",
494+
"https://github.com/Keyyard/today-notes/blob/main/public/medias/4.png?raw=true",
491495
"https://github.com/Keyyard/today-notes/blob/main/public/medias/1.png?raw=true",
492496
],
493497
tags: ["React", "PWA", "TypeScript", "Productivity"],
@@ -521,7 +525,7 @@ const techStackData = [
521525
items: [
522526
{ value: "TypeScript" },
523527
{ value: "JavaScript" },
524-
{ value: "Python" }
528+
{ value: "Python" },
525529
],
526530
},
527531
{
@@ -542,16 +546,16 @@ const techStackData = [
542546
},
543547
{
544548
title: "Mobile Development",
545-
items: [
546-
{ value: "React Native" },
547-
{ value: "Expo" },
548-
{ value: "Lynx.JS" },
549-
],
549+
items: [{ value: "React Native" }, { value: "Expo" }, { value: "Lynx.JS" }],
550550
},
551551
{
552552
title: "Game Development",
553553
items: [
554-
{ label: "Minecraft Bedrock", value: "Add-on Development, Scripting API" } ],
554+
{
555+
label: "Minecraft Bedrock",
556+
value: "Add-on Development, Scripting API",
557+
},
558+
],
555559
},
556560
{
557561
title: "Development Tools & Workflow",

0 commit comments

Comments
 (0)