@page "/citizen/profile" @inject HttpClient http @inject AppState state @inject NavigationManager nav @inject IToastService toast

Employment Profile

ProfileForm.RealName) />
@if (IsSeeking) {     If you have found employment, consider telling your fellow citizens about it }
@foreach (var (id, name) in Continents) { } ProfileForm.ContinentId) />
ProfileForm.Region) />
ProfileForm.Biography) />

Skills  

@foreach (var skill in ProfileForm.Skills) { }

Experience

This application does not have a place to individually list your chronological job history; however, you can use this area to list prior jobs, their dates, and anything else you want to include that’s not already a part of your Professional Biography above.


@if (!IsNew) {


View Your User Profile

}


If you want to delete your profile, or your entire account, see your deletion options here.