@{ ViewData["Title"] = "My projects"; }

My projects

Here is presented the most of projects I worked on

@foreach (Project p in ViewData["Images"] as Project[]) {

@p.Title

@p.Description

@p.LinkCaption
@foreach (string i in p.Badges) {
}
}