mirror of
https://github.com/Kyren223/website.git
synced 2025-12-28 17:04:37 +00:00
Some skills changes
This commit is contained in:
@@ -14,15 +14,21 @@ const data = [
|
||||
|
||||
const langs = ["Java", "C/C++", "Golang", "Kotlin", "Rust", "Lua"];
|
||||
const tools = [
|
||||
"NeoVim",
|
||||
"Linux",
|
||||
"Git & GitHub",
|
||||
"SQL and NoSQL Databases",
|
||||
"Sqlite3",
|
||||
"Neovim and IntelliJ",
|
||||
"Linux",
|
||||
];
|
||||
const frameworks = [
|
||||
"Spigot API",
|
||||
"Bubbletea",
|
||||
"Astro",
|
||||
];
|
||||
const thing = "▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░";
|
||||
const fight = [
|
||||
"FP ▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░ OOP",
|
||||
"Composition ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ Inheritance",
|
||||
"Composition ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ Inheritance",
|
||||
];
|
||||
---
|
||||
|
||||
@@ -34,6 +40,11 @@ const fight = [
|
||||
{langs.map((lang) => <p>{lang}</p>)}
|
||||
</div>
|
||||
</TerminalBorder>
|
||||
<TerminalBorder header="Frameworks">
|
||||
<div class="grid md:grid-cols-1 items-center gap-x-8">
|
||||
{frameworks.map((framework) => <p>{framework}</p>)}
|
||||
</div>
|
||||
</TerminalBorder>
|
||||
<TerminalBorder header="Tools">
|
||||
<div class="grid md:grid-cols-1 items-center gap-x-8">
|
||||
{tools.map((tool) => <p>{tool}</p>)}
|
||||
@@ -49,7 +60,7 @@ const fight = [
|
||||
>
|
||||
</TerminalBorder>
|
||||
</div>
|
||||
<div class="w-[40%]">
|
||||
<div class="w-[40%] pl-4">
|
||||
<RadarChart max={max} data={data} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user