summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-18 15:42:54 -0400
committerMichael <[email protected]>2017-04-18 15:42:54 -0400
commitdd4f1fb6458be3852acff12ae2877c7ee8c16ccb (patch)
tree828578833205dc45ed849364bb7740311601aa1a
parentd460ea4de2c6402441008336ee7fdac0137715e7 (diff)
downloadproject-unite-dd4f1fb6458be3852acff12ae2877c7ee8c16ccb.tar.gz
project-unite-dd4f1fb6458be3852acff12ae2877c7ee8c16ccb.tar.bz2
project-unite-dd4f1fb6458be3852acff12ae2877c7ee8c16ccb.zip
More work.
-rw-r--r--Project-Unite/Views/Home/Index.cshtml18
1 files changed, 17 insertions, 1 deletions
diff --git a/Project-Unite/Views/Home/Index.cshtml b/Project-Unite/Views/Home/Index.cshtml
index a2dc207..86be3cf 100644
--- a/Project-Unite/Views/Home/Index.cshtml
+++ b/Project-Unite/Views/Home/Index.cshtml
@@ -10,10 +10,26 @@
</div>
<div class="row">
- <div class="col-xs-6 col-lg-3">
+ <div class="col-lg-3 col-xs-6">
<h2>Shift it your way.</h2>
<p>ShiftOS is one of the most customizable operating systems ever created by mankind, and with that said, it is the most easy to use.</p>
<p>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!</p>
<a href="@Url.Action("Index", "Skins")" class="btn btn-default">Take me to the Skin Repo!</a>
</div>
+ <div class="col-lg-3 col-xs-6">
+ <h2>We don't make updates. You do.</h2>
+ <p>Have you ever been in the middle of work, or gaming, and all of the sudden your computer screamed at you saying it's about to update?</p>
+ <p>That won't happen with ShiftOS. You upgrade exactly what features you want. But.... there's a price to pay...</p>
+ </div>
+ <div class="col-lg-3 col-xs-6">
+ <h2>Take it even further.</h2>
+ <p>Know Lua or C#? We've got ya covered. ShiftOS is an amazing development environment. Not only can you customize it to look however you want, but you can code your own features and applications. Then, sell them to other Shifters, and pocket the cash.</p>
+ <p>Or, if you want to go even further, we're <a href="http://github.com/shiftos-game/ShiftOS">open-source</a>! We accept contributions.</p>
+ </div>
+ <div class="col-lg-3 col-xs-6">
+ <h2>We're a digital society, and we're also a community.</h2>
+ <p>ShiftOS is more than just an operating system. You'll meet many interesting characters. ...We can't tell you much about who you'll meet, but if you want to get a headstart, join the community! It's one click away. Or maybe two.</p>
+ <a href="@Url.Action("Register", "Account")" class="btn btn-default">Register a ShiftOS Account</a>
+ <a href="@Url.Action("Discord")" class="btn btn-default">Join the Discord</a>
+ </div>
</div> \ No newline at end of file