Skip to content

Commit

Permalink
Add devportfolio project to devportfolio projects
Browse files Browse the repository at this point in the history
  • Loading branch information
drik98 committed Aug 1, 2024
1 parent 46bc44a commit 2e7eddb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/projects.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
[
{
"title": {
"de": "Mein Portfolio",
"en": "My Portfolio"
},
"description": {
"de": "Ursprünglich habe ich mein Portfolio erstellt, als ich das erste Mal nach meinem dualen Studium auf Jobsuche war. Am Anfang war es noch ein einfaches HTML Template, das ich ab und zu angepasst habe. Mit der Zeit wurde mir der Pflegeaufwand jedoch zu groß, sodass ich die Website auf ein next.js Projekt migriert habe, welches sowohl die statische Website als auch meinen Lebenslauf mehrsprachig aus einer einzigen Datenquelle generiert.",
"en": "I originally created my portfolio when I was looking for a job for the first time after my dual study programme. In the beginning, it was a simple HTML template that I customised from time to time. Over time, however, the maintenance effort became too great for me, so I migrated the website to a next.js project, which generates both the static website and my CV in multiple languages from a single data source."
},
"image": "/images/projects/devportfolio.jpg",
"projectUrl": "https://siewedding.netlify.app/",
"technologies": [
{
"name": "React",
"url": "https://reactjs.org/",
"image": "/images/technologies/react.png"
},
{
"name": "next.js",
"url": "https://nextjs.org/",
"image": "/images/technologies/nextjs.svg"
},
{
"name": "netlify",
"url": "https://www.netlify.com/",
"image": "/images/technologies/netlify.png"
}
]
},
{
"title": {
"de": "Hochzeits Website",
Expand Down
10 changes: 10 additions & 0 deletions public/images/technologies/nextjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 2e7eddb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.