|
21 | 21 |
|
22 | 22 | <a id="vision"></a> |
23 | 23 | <MudPage FullScreen="FullScreen.Full" Row="1" Column="1"> |
24 | | - <MudContainer MaxWidth="MaxWidth.Medium" Class="mud-height-full d-flex align-center justify-center my-4"> |
25 | | - <MudStack Spacing="0"> |
26 | | - <MudText Typo="Typo.h4" Color="Color.Primary">Our Vision</MudText> |
27 | | - <MudDivider Class="my-8" Style="width: 120px" /> |
28 | | - <MudText>We believe software should be simple — even when the problem is not.</MudText> |
29 | | - <MudText Class="mt-4">At CodeBeam, we focus on building systems, not just libraries.</MudText> |
30 | | - <MudText>Reusable, practical, and designed for real-world applications.</MudText> |
31 | | - </MudStack> |
| 24 | + <MudContainer MaxWidth="MaxWidth.ExtraSmall" Class="mud-height-full d-flex align-center justify-center my-4"> |
| 25 | + <MudPaper Elevation="0" Outlined="true" Class="pa-4" Style="background: transparent"> |
| 26 | + <MudStack Spacing="2"> |
| 27 | + <MudText Typo="Typo.h4" Color="Color.Primary">Our Vision</MudText> |
| 28 | + <MudDivider Class="my-8" Style="width: 120px" /> |
| 29 | + <MudText>We believe software should be simple — even when the problem is not.</MudText> |
| 30 | + <MudText Class="mt-4">At CodeBeam, we focus on building systems that developers can rely on in real-world applications.</MudText> |
| 31 | + <MudText>Our focus is clarity over complexity, practicality over abstraction, and building tools that actually solve problems — not just describe them.</MudText> |
| 32 | + <MudText>From UI extensions to authentication infrastructure, everything we build aims to reduce friction and give developers control.</MudText> |
| 33 | + <MudText>Because good software is not just powerful — it is understandable, predictable, and usable.</MudText> |
| 34 | + </MudStack> |
| 35 | + </MudPaper> |
32 | 36 | </MudContainer> |
33 | 37 | </MudPage> |
34 | 38 |
|
|
42 | 46 | <MudContainer MaxWidth="MaxWidth.Large" Class="mud-height-full d-flex flex-column align-center justify-center my-4"> |
43 | 47 | <MudGrid> |
44 | 48 | <MudItem xs="12" md="6"> |
45 | | - <MudStack Row="true" AlignItems="AlignItems.Center"> |
46 | | - <MudIcon Icon="@CodeBeamBrands.UltimateAuth" Color="Color.Primary" Style="height: 72px; width: 72px" /> |
47 | | - <MudStack Spacing="0"> |
48 | | - <MudText Typo="Typo.h4" Color="Color.Primary">UltimateAuth</MudText> |
49 | | - <MudText>The modern unified Auth framework for .NET - Reimagined.</MudText> |
| 49 | + <MudStack Class="mud-width-full mud-height-full" Justify="Justify.SpaceBetween"> |
| 50 | + <MudStack Row="true" AlignItems="AlignItems.Center"> |
| 51 | + <MudIcon Icon="@CodeBeamBrands.UltimateAuth" Color="Color.Primary" Style="height: 72px; width: 72px" /> |
| 52 | + <MudStack Spacing="0"> |
| 53 | + <MudText Typo="Typo.h4" Color="Color.Primary">UltimateAuth</MudText> |
| 54 | + <MudText>The modern unified Auth framework for .NET - Reimagined.</MudText> |
| 55 | + </MudStack> |
| 56 | + </MudStack> |
| 57 | + |
| 58 | + <MudStack Spacing="2" Class="mt-2"> |
| 59 | + <MudStack Row="true" Spacing="1"> |
| 60 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Authentication</MudChip> |
| 61 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Security</MudChip> |
| 62 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Session-based</MudChip> |
| 63 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Zero-trust</MudChip> |
| 64 | + </MudStack> |
| 65 | + |
| 66 | + <MudStack Row="true" Spacing="4" Class="mt-1"> |
| 67 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 68 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format(_repoStats?.UltimateAuth.Stars ?? 9)</MudText> |
| 69 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 70 | + <MudIcon Icon="@Icons.Material.Filled.Star" Color="Color.Primary" Size="Size.Small" /> |
| 71 | + <MudText Typo="Typo.subtitle2">Stars</MudText> |
| 72 | + </MudStack> |
| 73 | + </MudStack> |
| 74 | + |
| 75 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 76 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format(_repoStats?.UltimateAuth.Contributors ?? 1)</MudText> |
| 77 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 78 | + <MudIcon Icon="@Icons.Material.Filled.People" Color="Color.Primary" Size="Size.Small" /> |
| 79 | + <MudText Typo="Typo.subtitle2">@GetContributorLabel(_repoStats?.UltimateAuth.Contributors ?? 1)</MudText> |
| 80 | + </MudStack> |
| 81 | + </MudStack> |
| 82 | + |
| 83 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 84 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format((int?)_repoStats?.UltimateAuth.Downloads ?? 0)</MudText> |
| 85 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 86 | + <MudIcon Icon="@Icons.Material.Filled.Download" Color="Color.Primary" Size="Size.Small" /> |
| 87 | + <MudText Typo="Typo.subtitle2">Downloads</MudText> |
| 88 | + </MudStack> |
| 89 | + </MudStack> |
| 90 | + </MudStack> |
50 | 91 | </MudStack> |
51 | 92 | </MudStack> |
52 | 93 | </MudItem> |
|
109 | 150 | <MudContainer MaxWidth="MaxWidth.Large" Class="mud-height-full d-flex flex-column align-center justify-center my-4"> |
110 | 151 | <MudGrid> |
111 | 152 | <MudItem xs="12" md="6"> |
112 | | - <MudStack Row="true" AlignItems="AlignItems.Center"> |
113 | | - <MudIcon Icon="@Icons.Custom.Brands.MudBlazor" Color="Color.Primary" Style="height: 72px; width: 72px" /> |
114 | | - <MudStack Spacing="0"> |
115 | | - <MudText Typo="Typo.h4" Color="Color.Primary">MudBlazor Extensions</MudText> |
116 | | - <MudText>Powering MudBlazor with advanced components and utilities.</MudText> |
| 153 | + <MudStack Class="mud-width-full mud-height-full" Justify="Justify.SpaceBetween"> |
| 154 | + <MudStack Row="true" AlignItems="AlignItems.Center"> |
| 155 | + <MudIcon Icon="@Icons.Custom.Brands.MudBlazor" Color="Color.Primary" Style="height: 72px; width: 72px" /> |
| 156 | + <MudStack Spacing="0"> |
| 157 | + <MudText Typo="Typo.h4" Color="Color.Primary">MudBlazor Extensions</MudText> |
| 158 | + <MudText>Powering MudBlazor with advanced components and utilities.</MudText> |
| 159 | + </MudStack> |
| 160 | + </MudStack> |
| 161 | + |
| 162 | + <MudStack Spacing="2" Class="mt-2"> |
| 163 | + <MudStack Row="true" Spacing="1"> |
| 164 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Component</MudChip> |
| 165 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">UI</MudChip> |
| 166 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Extension</MudChip> |
| 167 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Utility</MudChip> |
| 168 | + </MudStack> |
| 169 | + |
| 170 | + <MudStack Row="true" Spacing="4" Class="mt-1"> |
| 171 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 172 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format(_repoStats?.MudExtensions.Stars ?? 570)</MudText> |
| 173 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 174 | + <MudIcon Icon="@Icons.Material.Filled.Star" Color="Color.Primary" Size="Size.Small" /> |
| 175 | + <MudText Typo="Typo.subtitle2">Stars</MudText> |
| 176 | + </MudStack> |
| 177 | + </MudStack> |
| 178 | + |
| 179 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 180 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format(_repoStats?.MudExtensions.Contributors ?? 42)</MudText> |
| 181 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 182 | + <MudIcon Icon="@Icons.Material.Filled.People" Color="Color.Primary" Size="Size.Small" /> |
| 183 | + <MudText Typo="Typo.subtitle2">Contributors</MudText> |
| 184 | + </MudStack> |
| 185 | + </MudStack> |
| 186 | + |
| 187 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 188 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format((int?)_repoStats?.MudExtensions.Downloads ?? 1900000)</MudText> |
| 189 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 190 | + <MudIcon Icon="@Icons.Material.Filled.Download" Color="Color.Primary" Size="Size.Small" /> |
| 191 | + <MudText Typo="Typo.subtitle2">Downloads</MudText> |
| 192 | + </MudStack> |
| 193 | + </MudStack> |
| 194 | + </MudStack> |
117 | 195 | </MudStack> |
118 | 196 | </MudStack> |
| 197 | + |
| 198 | + |
119 | 199 | </MudItem> |
120 | 200 |
|
121 | 201 | <MudItem xs="12" md="6"> |
|
177 | 257 | <MudContainer MaxWidth="MaxWidth.Large" Class="mud-height-full d-flex flex-column align-center justify-center"> |
178 | 258 | <MudGrid> |
179 | 259 | <MudItem xs="12" md="6"> |
180 | | - <MudStack Row="true" AlignItems="AlignItems.Center"> |
181 | | - <MudImage Src="BCSS.jpg" Style="width: 72px" Fluid="true" /> |
182 | | - <MudStack Spacing="0"> |
183 | | - <MudText Typo="Typo.h4" Color="Color.Primary">BCSS</MudText> |
184 | | - <MudText>Runtime CSS generation for modern applications.</MudText> |
| 260 | + <MudStack Class="mud-width-full mud-height-full" Justify="Justify.SpaceBetween"> |
| 261 | + <MudStack Row="true" AlignItems="AlignItems.Center"> |
| 262 | + <MudImage Src="BCSS.jpg" Style="width: 72px" Fluid="true" /> |
| 263 | + <MudStack Spacing="0"> |
| 264 | + <MudText Typo="Typo.h4" Color="Color.Primary">BCSS</MudText> |
| 265 | + <MudText>Runtime CSS generation for modern applications.</MudText> |
| 266 | + </MudStack> |
| 267 | + </MudStack> |
| 268 | + |
| 269 | + <MudStack Spacing="2" Class="mt-2"> |
| 270 | + <MudStack Row="true" Spacing="1"> |
| 271 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">CSS</MudChip> |
| 272 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Generator</MudChip> |
| 273 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Runtime</MudChip> |
| 274 | + <MudChip T="string" Color="Color.Primary" Size="Size.Small" Variant="Variant.Outlined">Blazor</MudChip> |
| 275 | + </MudStack> |
| 276 | + |
| 277 | + <MudStack Row="true" Spacing="4" Class="mt-1"> |
| 278 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 279 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format(_repoStats?.Bcss.Stars ?? 14)</MudText> |
| 280 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 281 | + <MudIcon Icon="@Icons.Material.Filled.Star" Color="Color.Primary" Size="Size.Small" /> |
| 282 | + <MudText Typo="Typo.subtitle2">Stars</MudText> |
| 283 | + </MudStack> |
| 284 | + </MudStack> |
| 285 | + |
| 286 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 287 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format(_repoStats?.Bcss.Contributors ?? 1)</MudText> |
| 288 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 289 | + <MudIcon Icon="@Icons.Material.Filled.People" Color="Color.Primary" Size="Size.Small" /> |
| 290 | + <MudText Typo="Typo.subtitle2">Contributors</MudText> |
| 291 | + </MudStack> |
| 292 | + </MudStack> |
| 293 | + |
| 294 | + <MudStack AlignItems="AlignItems.Center" Justify="Justify.Center" Spacing="2"> |
| 295 | + <MudText Typo="Typo.h4" Color="Color.Primary">@Format((int?)_repoStats?.Bcss.Downloads ?? 4300)</MudText> |
| 296 | + <MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2"> |
| 297 | + <MudIcon Icon="@Icons.Material.Filled.Download" Color="Color.Primary" Size="Size.Small" /> |
| 298 | + <MudText Typo="Typo.subtitle2">Downloads</MudText> |
| 299 | + </MudStack> |
| 300 | + </MudStack> |
| 301 | + </MudStack> |
185 | 302 | </MudStack> |
186 | 303 | </MudStack> |
187 | 304 | </MudItem> |
|
0 commit comments