diff --git a/app/views/dashboard/index.php b/app/views/dashboard/index.php index 5ed4403872a2315e60ae173d63ece2e3ea63079f..a6413e484564d137446e8db7db451386bdeab10f 100644 --- a/app/views/dashboard/index.php +++ b/app/views/dashboard/index.php @@ -16,14 +16,15 @@ <button class="close-sidebar" id="close-sidebar"> ✖ </button> - <h2>Darmodar</h2> + <h2>MAHASISWA LEVELING</h2> <ul> + <li><a href="../landing/">Home</a></li> <li><a href="../challenge/">Challenges</a></li> <li><a href="../Hall-of-Fame?page=1">Hall of Fame</a></li> <li><a href="../collection">Collection</a></li> <li><a href="../achievement">Achievement</a></li> - <li><a href="../user-profile">ProfileTemp</a></li> - <li><a href="#" id="logoutLink">LogoutTemp</a></li> + <li><a href="../user-profile">Profile</a></li> + <li><a href="#" id="logoutLink">Logout</a></li> </ul> </div> diff --git a/public/css/achievement.css b/public/css/achievement.css index 84203da66c716b9fa389b5a53d655f9199e8dfa8..57a8b41b7d7554a270c2ca9c1dfbd0bb7dac0437 100644 --- a/public/css/achievement.css +++ b/public/css/achievement.css @@ -134,18 +134,19 @@ body { } .achievement-table th { - background-color: crimson; + background-color: #333; color: #fff; padding: 10px; - text-align: left; + text-align: center; + border-top: 3px solid red; } .achievement-table tbody tr:nth-child(odd) { - background-color: #f2f2f2; + background-color: #eee; } .achievement-table tbody tr:nth-child(even) { - background-color: #e5e5e5; + background-color: #ccc; } .achievement-table td { @@ -384,4 +385,8 @@ body { font-size: 10px; } + .achievement-container h1 { + font-size: 30px; + } + } \ No newline at end of file