Skip to content

Commit

Permalink
New showcases
Browse files Browse the repository at this point in the history
  • Loading branch information
crdo committed Jan 31, 2025
1 parent 14443aa commit a0a853f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,26 @@ public class ShowcaseDataService : IShowcaseDataService
ImageUrl = "images/showcase/Edenred.png",
Author = "HAVIT",
AuthorUrl = "https://www.havit.eu",
},

Check warning on line 55 in Havit.Blazor.Documentation/Pages/Showcase/Data/ShowcaseDataService.cs

View workflow job for this annotation

GitHub Actions / build

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)

Check warning on line 55 in Havit.Blazor.Documentation/Pages/Showcase/Data/ShowcaseDataService.cs

View workflow job for this annotation

GitHub Actions / build

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
new()
{
Id = "zachranka",
Title = "NG-SOS",
Description = "Emergency communication platform",
ImageUrl = "images/showcase/Ngsos.jpg",
Author = "NG-SOS",
AuthorUrl = "https://ng-sos.com",
},
new()
{
Id = "skdoatube",
Title = "SkodaTube",
Description = "Digital media platform",
ImageUrl = "images/showcase/SkodaTube.png",
Author = "HAVIT",
AuthorUrl = "https://www.havit.eu",
},

};

public ShowcaseModel GetShowcase(string key)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0a853f

Please sign in to comment.