This commit is contained in:
@@ -101,5 +101,20 @@
|
||||
"text": "projects.items.5.text",
|
||||
"description": "projects.items.5.description",
|
||||
"skills": ["Go", "React"]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"screenshots": [
|
||||
"/images/screenshots/lxdb/1.png"
|
||||
],
|
||||
"screenshotBg": "bg-white",
|
||||
"logo": "/images/logos/lxdb.png",
|
||||
"logoAlt": "projects.items.6.logoAlt",
|
||||
"title": "projects.items.6.title",
|
||||
"url": "https://github.com/dusiburg/lxdb",
|
||||
"hostname": "@dusiburg/lxdb",
|
||||
"text": "projects.items.6.text",
|
||||
"description": "projects.items.6.description",
|
||||
"skills": ["Next.js", "Tailwind", "Shadcn", "Go", "Postgres", "Redis"]
|
||||
}
|
||||
]
|
||||
@@ -1,4 +1,4 @@
|
||||
import { SiNextdotjs, SiTailwindcss, SiPostgresql, SiSupabase, SiReact, SiDocker, SiLinux, SiGo, SiPython, SiHtml5, SiJavascript, SiPhp, SiPrisma, SiMapbox, SiShadcnui } from "react-icons/si";
|
||||
import { SiNextdotjs, SiTailwindcss, SiPostgresql, SiSupabase, SiReact, SiDocker, SiLinux, SiGo, SiRedis, SiPython, SiHtml5, SiJavascript, SiPhp, SiPrisma, SiMapbox, SiShadcnui } from "react-icons/si";
|
||||
|
||||
export const skillsList = [
|
||||
{ name: "Next.js", icon: <SiNextdotjs /> },
|
||||
@@ -13,6 +13,7 @@ export const skillsList = [
|
||||
{ name: "HTML", icon: <SiHtml5 /> },
|
||||
{ name: "JS", icon: <SiJavascript /> },
|
||||
{ name: "Go", icon: <SiGo /> },
|
||||
{ name: "Redis", icon: <SiRedis /> },
|
||||
{ name: "PHP", icon: <SiPhp /> },
|
||||
{ name: "Python", icon: <SiPython /> },
|
||||
{ name: "Mapbox", icon: <SiMapbox /> },
|
||||
|
||||
Reference in New Issue
Block a user