Skip to content

Commit

Permalink
Adjusted json card to new format.
Browse files Browse the repository at this point in the history
  • Loading branch information
RemigiuszZalewski committed Oct 15, 2024
1 parent a62feff commit eec7beb
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions creator-cards/remigiusz-zalewski.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
{
"name": "Remigiusz Zalewski",
"sectionTitle": null,
"countryCode": "pl",
"slogan": "",
"type": "CREATOR",
"bio": "",
"tags": ".NET, ASP.NET Core, C#, Azure, Devops, Architecture, EF Core",
"socials": {
"youtube": "https://www.youtube.com/@remigiuszzalewski",
"linkedin": "https://www.linkedin.com/in/remigiusz-zalewski",
"twitter": "",
"github": "https://github.com/RemigiuszZalewski",
"mastodon": "",
"sessionize": ""
},
"channels": [],
"tags": ".NET, ASP.NET Core, C#, Azure, DevOps, Architecture, EF Core",
"github": "https://github.com/RemigiuszZalewski",
"channels": [
{
"name": "YouTube",
"url": "https://www.youtube.com/@remigiuszzalewski"
},
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/remigiusz-zalewski"
},
{
"name": "Medium",
"url": "https://medium.com/@remigiuszzalewski"
}
],
"feeds": [
{
"type": "LinkTagRssType",
"type": "dotnet",
"url": "https://www.youtube.com/feeds/videos.xml?channel_id=UCgy1CO2iKfU62nF310adD0A"
},
{
"type": "dotnet",
"url": "https://medium.com/feed/@remigiuszzalewski"
}
]
],
"projects": []
}

0 comments on commit eec7beb

Please sign in to comment.