diff options
| author | Michael <[email protected]> | 2017-04-08 19:50:20 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-08 19:50:20 -0400 |
| commit | 4bf535019e9ab4766bd3dfa5e6e0500da55d5157 (patch) | |
| tree | 677d230dd500f28341bbd8c891224c2d345b9cf3 | |
| parent | 6492368c7d0e516a8110b94b380f95e2b4cfa2c3 (diff) | |
| download | project-unite-4bf535019e9ab4766bd3dfa5e6e0500da55d5157.tar.gz project-unite-4bf535019e9ab4766bd3dfa5e6e0500da55d5157.tar.bz2 project-unite-4bf535019e9ab4766bd3dfa5e6e0500da55d5157.zip | |
Add logo to the footer.
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index b929261..886985e 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -180,8 +180,8 @@ </div> - <footer class="navbar navbar-default"> - + <footer class="navbar navbar-default clearfix"> + <img src="https://cdn.discordapp.com/attachments/217054074326089728/300415125536374795/shiftos-full.png" style="width:auto; height:auto; max-width:150px;" /> <p>© @DateTime.Now.Year Michael VanOverbeek and the ShiftOS Dev Team</p> <p>Website styling courtesy of <a href="http://vicr123.github.io/">Victor Tran</a>.</p> |
