Skip to content

Commit 9c8cf1f

Browse files
committed
feat: add first two projects
1 parent 663b54a commit 9c8cf1f

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

messages/de.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
},
1717
"Projects": {
1818
"Descriptions": {
19+
"personalSite": "Englisch-/deutschsprachiges Portfolio, welches mich, mein Fähigkeiten, meine Projekte und meinen Blog präsentieren.",
20+
"dotfiles": "Eine Sammlung von Konfigurationsdateien, welche für Windows und Linux (Ubuntu, Arch) optimiert sind. Beeinhaltet auch eine Neovim-Konfiguration und eine CLI neben chezmoi."
1921
}
2022
},
2123
"Experience": {

messages/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
},
1717
"Projects": {
1818
"Descriptions": {
19+
"personalSite": "Bilingual portfolio showcasing me, my skills, my projects and my blog.",
20+
"dotfiles": "A collection of configuration files for Windows and Linux (Ubuntu, Arch). This also includes a Neovim configuration and a customized CLI built on top of chezmoi."
1921
}
2022
},
2123
"Experience": {

public/images/portfolio.png

214 KB
Loading

src/constants.tsx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,38 @@ export const SITE_CONFIG: {
105105
},
106106
],
107107
projects: [
108+
{
109+
name: "personal-site",
110+
imageUrl: "/images/portfolio.png",
111+
description: "personalSite",
112+
tags: [
113+
"Next.js",
114+
"Tailwind CSS",
115+
"Notion",
116+
"Framer Motion",
117+
"next-intl",
118+
"Vercel",
119+
],
120+
repoLink: "personal-site",
121+
},
122+
{
123+
name: "dotfiles",
124+
imageUrl: "/images/neovim.png",
125+
description: "dotfiles",
126+
tags: [
127+
"chezmoi",
128+
"Git",
129+
"Bash",
130+
"PowerShell",
131+
"Zsh",
132+
"WSL",
133+
"Neovim",
134+
"WezTerm",
135+
"Lazygit",
136+
"tmux",
137+
],
138+
repoLink: "dotfiles",
139+
},
108140
],
109141
experience: {
110142
events: [

0 commit comments

Comments
 (0)