@model IEnumerable @{ ViewBag.Title = "Skin Repository"; }

ShiftOS Skin Repository

ShiftOS skins allow you to shift the operating system to look like anything you want. You can make it look like other operating systems, you can give the UI a different feel, or you could just change the titlebar font. The sky and your disk space is the limit.

You can either create your own skin, or you can select from the many skins in the Skin Reposiory made by the community.

@foreach(var skin in Model) { }
Skin Download
@Html.ActionLink(skin.Name, "ViewSkin", "Skins", new { id = skin.Id }, null)

By @Html.UserLink(skin.UserId) on @skin.PostedAt

@* First we'll do the likes... *@ @skin.Likes.Length @* Now the dislikes. *@ @skin.Dislikes.Length @*Now the views.*@ @skin.Views.Length

@skin.ShortDescription

Download this skin