Skip to content

Commit

Permalink
Add source code urls for every project
Browse files Browse the repository at this point in the history
  • Loading branch information
drik98 committed Aug 1, 2024
1 parent 627d563 commit 42d59eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion components/Projects.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
}

a {
padding: 0 0.5rem;
vertical-align: middle;
i {
margin-right: 0.5rem;
vertical-align: middle;
}
}
}
Expand Down
9 changes: 5 additions & 4 deletions content/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"image": "/images/projects/devportfolio.jpg",
"projectUrl": "https://smtz.dev/",
"sourceCodeUrl": "https://github.com/drik98/devportfolio",
"technologies": [
{
"name": "React",
Expand Down Expand Up @@ -39,6 +40,7 @@
},
"image": "/images/projects/siewedding.png",
"projectUrl": "https://siewedding.netlify.app/",
"sourceCodeUrl": "https://github.com/drik98/wedding-page",
"technologies": [
{
"name": "vue.js",
Expand Down Expand Up @@ -68,7 +70,7 @@
},
"image": "/images/projects/cookbook.png",
"projectUrl": "https://cookbook.smtz.dev/",
"sourceCodeUrl": "",
"sourceCodeUrl": "https://github.com/drik98/my-cookbook",
"technologies": [
{
"name": "React",
Expand All @@ -95,7 +97,7 @@
},
"image": "/images/projects/issue-transitions.png",
"projectUrl": "https://issue-transitions.smtz.dev/",
"sourceCodeUrl": "",
"sourceCodeUrl": "https://github.com/drik98/issue-transition-sankey-chart-generator",
"technologies": [
{
"name": "vue.js",
Expand Down Expand Up @@ -125,7 +127,7 @@
},
"image": "/images/projects/motorsportcalendar.png",
"projectUrl": "https://motorsport-calendar.smtz.dev/",
"sourceCodeUrl": "",
"sourceCodeUrl": "https://github.com/drik98/motorsport-calendar-vue",
"technologies": [
{
"name": "vue.js",
Expand Down Expand Up @@ -154,7 +156,6 @@
"en": "This web application is the successor to the vue/gridsome-based motorsport calendar. Although gridsome was a handy tool at the time of creation, it will unfortunately not be migrated to vue 3. But since I wanted to continue developing the application with vue 3 and typescript, I decided to revive the project with nuxt. This also gives me a chance to see how I have developed myself since creating the first motorsport calendar. The project is still work in progress, but you can have a look at it anyway."
},
"image": "/images/projects/motorsportcalendar.png",
"projectUrl": "",
"sourceCodeUrl": "https://github.com/drik98/motorsport-calendar-nuxt-3",
"technologies": [
{
Expand Down

1 comment on commit 42d59eb

@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.