Skip to content

Commit

Permalink
General layout for Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Silfer committed Mar 19, 2017
1 parent 8a32130 commit 9b5f784
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/view/dashboard.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<ul>
<li><a class="active" href="/">Welcome to Attack on Tutor</a></li>
<li><a class="active" href="/">Welcome to Attack on Tutor, (<%= user.name %>) </a></li>

<!-- , (<%= user.id %>) -->

Expand All @@ -36,7 +36,7 @@
<div class="col-md-6" style="background-color:#141311">
<h2>Avatar Wardrobe</h2>
<div class="avatarWardrobe">
<img src="https://aquelia.files.wordpress.com/2013/08/p4_characterscreen.jpg" alt="Avatar Wardrobe">
<!--<img src="https://aquelia.files.wordpress.com/2013/08/p4_characterscreen.jpg" alt="Avatar Wardrobe">-->
</div>
</div>

Expand Down Expand Up @@ -156,6 +156,10 @@
text-align: center;
color: #A2482E;
}
#logout {
cursor: pointer;
}
.avatarWardrobe {
text-align: center;
Expand Down

0 comments on commit 9b5f784

Please sign in to comment.