Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisKretz authored Feb 25, 2024
1 parent 1544fb3 commit 323df5e
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,17 @@ const CONFIG = {
},
},
external: {
header: 'My Projects',
header: 'Projects i developed in',
// To hide the `External Projects` section, keep it empty.
projects: [
/*{
title: 'Project Name',
description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
imageUrl:
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com',
},
{
title: 'Project Name',
title: 'C.A.R.C.A.S VITA Carnis',
description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
'I was responsible for assisting the animators & programmers in software efficiency, developing frameworks and systems for game features, aswell as designing game features and concepts. One of my main Taks was designing and implementing game features',
imageUrl:
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com',
},*/
'https://tr.rbxcdn.com/bb628bc42891808661304eafff91df57/150/150/Image/Png',
link: 'https://www.roblox.com/groups/32374558/C-A-R-C-A-S#!/about',
},
],
},
},
Expand All @@ -59,7 +51,7 @@ const CONFIG = {
social: {
linkedin: 'denis-kretz-487205217',
//twitter: 'arif_szn',
mastodon: '[email protected]',
//mastodon: '[email protected]',
//facebook: '',
//instagram: '',
//youtube: '', // example: 'pewdiepie'
Expand All @@ -76,22 +68,21 @@ const CONFIG = {
},
resume: {
fileUrl:
'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf', // Empty fileUrl will hide the `Download Resume` button.
'', // Empty fileUrl will hide the `Download Resume` button.
},
skills: [
'Python',
'Game Development',
'PHP',
'Lua',
'Roblox',
'JavaScript',
'React.js',
'Node.js',
'MySQL',
'PostgreSQL',
'Git',
'Docker',
'CSS',
'Tailwind',
],
experiences: [
{
Expand Down

0 comments on commit 323df5e

Please sign in to comment.