From d460ea4de2c6402441008336ee7fdac0137715e7 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 18 Apr 2017 15:32:55 -0400 Subject: [PATCH] start homepage rework --- Project-Unite/Views/Home/Index.cshtml | 77 +++++------------------ Project-Unite/Views/Shared/_Layout.cshtml | 2 +- 2 files changed, 15 insertions(+), 64 deletions(-) diff --git a/Project-Unite/Views/Home/Index.cshtml b/Project-Unite/Views/Home/Index.cshtml index 3c40f21..a2dc207 100644 --- a/Project-Unite/Views/Home/Index.cshtml +++ b/Project-Unite/Views/Home/Index.cshtml @@ -1,68 +1,19 @@ @{ - ViewBag.Title = "Home Page"; + var db = new Project_Unite.Models.ApplicationDbContext(); } -
-
-
-

Welcome to the multi-user domain.

-
-

You are walking into a world of skins, applications, games, websites, viruses, and untold mysteries. Shift it your way while you uncover the truth behind ShiftOS and the multi-user domain.

- Let's go! -
-
-
-
-
- -
-
-

Shift it your way.

-

With ShiftOS's extensive skinning system, you can make ShiftOS look any way you want. All it takes is your imagination, and some time, and soon you'll be using the OS of your dreams.

- -
ArtPad and the Shifter
+
+

ShiftOS

+

The world's most revolutionary operating system

+ Oh yeah? Tell me more. +
-

Want to make your very own skin? We've made it easy! Just use the ArtPad application to make textures for the various UI elements - then use the Shifter to apply them and move and resize things, and set the fonts, colors and behaviours you want.

- -
The Skin Repository
- -

Want to download pre-made skins to shape up your user-experience? Have a look at the Skin Repository! You can even post your own skins there!

- - Open the Skin Repository! -
-
- -
-
-

Share the way you shift it.

-

ShiftOS is not just an evolving operating system, it's a community as well! Come jump in, say hi, show off what you've done, and get to know us!

- -
Join us on this very site
- -

You don't have to leave the website to be a part of the community! Just create a user account, and you'll unlock a whole new world of things to do!

- -
We have a Discord server!
- -

Discord is the perfect way to get in touch with us live, anywhere you want. Just click the link below and say hi!

- - Join the Discord. -
-
- -
- -
- - -
-

Ready to jump in?

- -

Ready to jump into the world of ShiftOS? Cool! First, let's get you set up with a client. Simply click "Download" at the top of the page - and download the latest stable or unstable client - or you can download our AppVeyor release of the game or compile from source.

- - Build status - Click that to go to our AppVeyor page. - -

...Or you can get the source code: ShiftOS Code on GitHub

- -

You can also support us on patreon if you would like: Become a Patron!

-
+
+
+

Shift it your way.

+

ShiftOS is one of the most customizable operating systems ever created by mankind, and with that said, it is the most easy to use.

+

It has never been easier to create stylish, amazing user experiences using ShiftOS, and if you're still not inspired, have a look at what other Shifters have made!

+ Take me to the Skin Repo! +
+
\ No newline at end of file diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index a7aafc7..48b2fa6 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -17,7 +17,7 @@ } - @ViewBag.Title • Project: Unite + @ViewBag.Title • ShiftOS @Styles.Render("~/Content/css") @Styles.Render("~/Content/bootstrap-theme.css") @Styles.Render("~/Content/Site.css")