diff --git a/Project-Unite/Views/Home/About.cshtml b/Project-Unite/Views/Home/About.cshtml index 4b2d9e8..52788df 100644 --- a/Project-Unite/Views/Home/About.cshtml +++ b/Project-Unite/Views/Home/About.cshtml @@ -1,7 +1,29 @@ @{ ViewBag.Title = "About"; + var db = new Project_Unite.Models.ApplicationDbContext(); + var devs = db.Roles.FirstOrDefault(x=>x.Id=="developer").Users; } -

@ViewBag.Title.

-

@ViewBag.Message

+

About ShiftOS

-

Use this area to provide additional information.

+

A quick summary...

+ +

In the quickest summary possible, ShiftOS is a game about an evolving operating system set in a digital world of users, software, viruses, criminals, companies and more.

+ +

It's the most customizable operating system in the world, and it can easily look like whatever you want it to.

+ +

But it's not just an operating system. There's more to it than upgrading and evolving an OS. Along the way, you'll find lots of secrets and stories behind the development of ShiftOS and the digital society.

+ +

But be on the lookout, one wrong move, and you could be the most wanted. Stay safe, stay secure, and shift it your way.

+ +

The development team

+ +

There are currently these members on the development team:

+ + + +

These people are the ones who keep ShiftOS in development. The users marked in red are administrators and therefore lead the development of the project.

\ No newline at end of file