From cdc61eb4ea5309769ad4db84d92594e4dc3dff67 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 20 Mar 2017 16:45:17 -0400 Subject: Initial commit (azure deploy test) --- Project-Unite/Views/Home/About.cshtml | 7 ++++ Project-Unite/Views/Home/Contact.cshtml | 17 +++++++++ Project-Unite/Views/Home/Index.cshtml | 66 +++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 Project-Unite/Views/Home/About.cshtml create mode 100644 Project-Unite/Views/Home/Contact.cshtml create mode 100644 Project-Unite/Views/Home/Index.cshtml (limited to 'Project-Unite/Views/Home') diff --git a/Project-Unite/Views/Home/About.cshtml b/Project-Unite/Views/Home/About.cshtml new file mode 100644 index 0000000..4b2d9e8 --- /dev/null +++ b/Project-Unite/Views/Home/About.cshtml @@ -0,0 +1,7 @@ +@{ + ViewBag.Title = "About"; +} +

@ViewBag.Title.

+

@ViewBag.Message

+ +

Use this area to provide additional information.

diff --git a/Project-Unite/Views/Home/Contact.cshtml b/Project-Unite/Views/Home/Contact.cshtml new file mode 100644 index 0000000..0f4327e --- /dev/null +++ b/Project-Unite/Views/Home/Contact.cshtml @@ -0,0 +1,17 @@ +@{ + ViewBag.Title = "Contact"; +} +

@ViewBag.Title.

+

@ViewBag.Message

+ +
+ One Microsoft Way
+ Redmond, WA 98052-6399
+ P: + 425.555.0100 +
+ +
+ Support: Support@example.com
+ Marketing: Marketing@example.com +
\ No newline at end of file diff --git a/Project-Unite/Views/Home/Index.cshtml b/Project-Unite/Views/Home/Index.cshtml new file mode 100644 index 0000000..419ca0e --- /dev/null +++ b/Project-Unite/Views/Home/Index.cshtml @@ -0,0 +1,66 @@ +@{ + ViewBag.Title = "Home Page"; +} + +
+
+
+

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.

+ I'm in. +
+
+
+ +
+
+ +
+
+

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
+ +

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

+
\ No newline at end of file -- cgit v1.2.3