mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
Move footer
This commit is contained in:
parent
e4ba458f24
commit
6492368c7d
1 changed files with 43 additions and 40 deletions
|
@ -178,51 +178,54 @@
|
||||||
|
|
||||||
}<hr />
|
}<hr />
|
||||||
|
|
||||||
<footer class="navbar navbar-default">
|
</div>
|
||||||
|
|
||||||
<p>© @DateTime.Now.Year Michael VanOverbeek and the ShiftOS Dev Team</p>
|
<footer class="navbar navbar-default">
|
||||||
<p>Website styling courtesy of <a href="http://vicr123.github.io/">Victor Tran</a>.</p>
|
|
||||||
|
<p>© @DateTime.Now.Year Michael VanOverbeek and the ShiftOS Dev Team</p>
|
||||||
<div class="row">
|
<p>Website styling courtesy of <a href="http://vicr123.github.io/">Victor Tran</a>.</p>
|
||||||
<div class="col-xs-4">
|
|
||||||
<p><strong>Community</strong></p>
|
<div class="row">
|
||||||
<ul>
|
<div class="col-xs-4">
|
||||||
<li>@Html.ActionLink("Forums", "Index", "Forum")</li>
|
<p><strong>Community</strong></p>
|
||||||
<li>@Html.ActionLink("Discord", "Discord", "Home")</li>
|
<ul>
|
||||||
<li>@Html.ActionLink("Wiki", "Index", "Wiki")</li>
|
<li>@Html.ActionLink("Forums", "Index", "Forum")</li>
|
||||||
<li>@Html.ActionLink("Skin Repository", "Index", "Skins")</li>
|
<li>@Html.ActionLink("Discord", "Discord", "Home")</li>
|
||||||
</ul>
|
<li>@Html.ActionLink("Wiki", "Index", "Wiki")</li>
|
||||||
</div>
|
<li>@Html.ActionLink("Skin Repository", "Index", "Skins")</li>
|
||||||
<div class="col-xs-4">
|
</ul>
|
||||||
<p><strong>Discover</strong></p>
|
</div>
|
||||||
<ul>
|
<div class="col-xs-4">
|
||||||
<li><a href="http://youtube.com/ShiftOS">YouTube</a></li>
|
<p><strong>Discover</strong></p>
|
||||||
<li><a href="http://github.com/shiftos-game">ShiftOS on GitHub</a></li>
|
<ul>
|
||||||
<li><a href="http://github.com/ShiftOS-CSharp/TheShiftOSMemorial">The Memorial</a></li>
|
<li><a href="http://youtube.com/ShiftOS">YouTube</a></li>
|
||||||
</ul>
|
<li><a href="http://github.com/shiftos-game">ShiftOS on GitHub</a></li>
|
||||||
</div>
|
<li><a href="http://github.com/ShiftOS-CSharp/TheShiftOSMemorial">The Memorial</a></li>
|
||||||
<div class="col-xs-4">
|
</ul>
|
||||||
<p><strong>Help & About</strong></p>
|
</div>
|
||||||
<ul>
|
<div class="col-xs-4">
|
||||||
<li>@Html.ActionLink("Terms of service", "TOS", "Legal")</li>
|
<p><strong>Help & About</strong></p>
|
||||||
<li>@Html.ActionLink("Privacy Policy", "Privacy", "Legal")</li>
|
<ul>
|
||||||
<li>@Html.ActionLink("About Project: Unite", "AboutUnite", "Home")</li>
|
<li>@Html.ActionLink("Terms of service", "TOS", "Legal")</li>
|
||||||
<li>@Html.ActionLink("About ShiftOS", "About", "Home")</li>
|
<li>@Html.ActionLink("Privacy Policy", "Privacy", "Legal")</li>
|
||||||
<li>@Html.ActionLink("Get in touch", "Contact", "Home")</li>
|
<li>@Html.ActionLink("About Project: Unite", "AboutUnite", "Home")</li>
|
||||||
</ul>
|
<li>@Html.ActionLink("About ShiftOS", "About", "Home")</li>
|
||||||
</div>
|
<li>@Html.ActionLink("Get in touch", "Contact", "Home")</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p><strong>We'd like to formally thank Philip Adams.</strong> Without him, we would not exist. Phil has contributed years of work and help to ShiftOS and is the original developer of the game. He has written code that is still used to this day in modern ShiftOS, and much of the ideas and mechanics in the game are from his mind.</p>
|
</div>
|
||||||
<p>Check Phil out on YouTube: <a href="http://youtube.com/OSFirstTimer">OSFirstTimer</a> | <a href="https://www.youtube.com/user/AstralPhaser">AstralPhaser</a> | <a href="https://www.youtube.com/channel/UC2wLfbZrHQOxP2e5zkxYRjA">YouTube Millionaire</a></p>
|
|
||||||
|
|
||||||
@if (ACL.Granted(User.Identity.Name, "CanAccessAdminCP"))
|
<p><strong>We'd like to formally thank Philip Adams.</strong> Without him, we would not exist. Phil has contributed years of work and help to ShiftOS and is the original developer of the game. He has written code that is still used to this day in modern ShiftOS, and much of the ideas and mechanics in the game are from his mind.</p>
|
||||||
|
<p>Check Phil out on YouTube: <a href="http://youtube.com/OSFirstTimer">OSFirstTimer</a> | <a href="https://www.youtube.com/user/AstralPhaser">AstralPhaser</a> | <a href="https://www.youtube.com/channel/UC2wLfbZrHQOxP2e5zkxYRjA">YouTube Millionaire</a></p>
|
||||||
|
|
||||||
|
@if (ACL.Granted(User.Identity.Name, "CanAccessAdminCP"))
|
||||||
{
|
{
|
||||||
<p>@Html.ActionLink("Administrator Control Panel", "Index", "Admin")</p>
|
<p>@Html.ActionLink("Administrator Control Panel", "Index", "Admin")</p>}
|
||||||
}
|
</footer>
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
@Scripts.Render("~/bundles/jquery")
|
@Scripts.Render("~/bundles/jquery")
|
||||||
@Scripts.Render("~/bundles/bootstrap")
|
@Scripts.Render("~/bundles/bootstrap")
|
||||||
|
|
Loading…
Reference in a new issue