@model IEnumerable @{ ViewBag.Title = "Home Page"; }

Office Fun!

Track your in office tournament easily and have a great time doing it.

@Html.ActionLink("Create a Tournament", "Create", "Tournaments", new { area = "" }, new { @class = "btn btn-primary btn-lg" })

Play with friends

Get a team and get started today on a new tournament.

Win prizes

Set up a tournament with prizes for first and second place and compete to win.

Current Tournament

    @foreach (var item in Model) {
  • @Html.ActionLink(item.TournamentName,"Details","Tournaments",new { id=item.Id },new { })
  • }