Skip to content

Commit

Permalink
feat: Ajout de la programmation réactive pour la page d'accueil
Browse files Browse the repository at this point in the history
  • Loading branch information
anrouxel committed Jun 26, 2024
1 parent 5184c1c commit 66ab052
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 465 deletions.
4 changes: 1 addition & 3 deletions Configurations/GithubSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ namespace anrouxel.Configurations
{
public class GithubSettings
{
public string GITHUB_API_URL { get; set; } = null!;

public string GITHUB_PROFILE_URL { get; set; } = null!;
public string GITHUB_PROFILE { get; set; } = null!;
}
}
2 changes: 2 additions & 0 deletions Layout/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@inherits LayoutComponentBase

<div class="animate-splash_in">
<Banners Title="Site en construction" />

<main>
<article>
@Body
Expand Down
9 changes: 0 additions & 9 deletions Models/Github.cs

This file was deleted.

15 changes: 0 additions & 15 deletions Models/License.cs

This file was deleted.

69 changes: 0 additions & 69 deletions Models/Profile.cs

This file was deleted.

164 changes: 0 additions & 164 deletions Models/Repository.cs

This file was deleted.

9 changes: 0 additions & 9 deletions Pages/Home/Index.razor

This file was deleted.

29 changes: 0 additions & 29 deletions Pages/Home/Sections/Home.razor.cs

This file was deleted.

55 changes: 0 additions & 55 deletions Pages/Home/Sections/Projects.razor

This file was deleted.

Loading

0 comments on commit 66ab052

Please sign in to comment.