Spaces:
Running
Running
Update dashboard.html
Browse files- dashboard.html +12 -11
dashboard.html
CHANGED
|
@@ -33,12 +33,12 @@ body {
|
|
| 33 |
|
| 34 |
<body>
|
| 35 |
|
| 36 |
-
<!-- NAVBAR (
|
| 37 |
<nav class="flex justify-between items-center px-10 py-5 bg-emerald-600 text-white">
|
| 38 |
|
| 39 |
-
<a href="log.html" class="
|
| 40 |
-
|
| 41 |
-
</a>
|
| 42 |
|
| 43 |
<div class="hidden md:flex gap-10 font-medium items-center">
|
| 44 |
|
|
@@ -141,7 +141,7 @@ body {
|
|
| 141 |
|
| 142 |
</div>
|
| 143 |
|
| 144 |
-
<!-- BADGE + BUTTON (
|
| 145 |
<div class="card bg-white p-6 rounded-xl">
|
| 146 |
|
| 147 |
<h3 class="font-bold text-lg">Current badge</h3>
|
|
@@ -152,13 +152,14 @@ body {
|
|
| 152 |
155 more meals to reach Platinum
|
| 153 |
</p>
|
| 154 |
|
| 155 |
-
<!--
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
</
|
| 161 |
|
|
|
|
| 162 |
|
| 163 |
</section>
|
| 164 |
|
|
|
|
| 33 |
|
| 34 |
<body>
|
| 35 |
|
| 36 |
+
<!-- NAVBAR (UNCHANGED) -->
|
| 37 |
<nav class="flex justify-between items-center px-10 py-5 bg-emerald-600 text-white">
|
| 38 |
|
| 39 |
+
<a href="log.html" class="text-2xl font-extrabold">
|
| 40 |
+
NourishNet
|
| 41 |
+
</a>
|
| 42 |
|
| 43 |
<div class="hidden md:flex gap-10 font-medium items-center">
|
| 44 |
|
|
|
|
| 141 |
|
| 142 |
</div>
|
| 143 |
|
| 144 |
+
<!-- BADGE + BUTTON (FIXED PROPERLY INSIDE CARD) -->
|
| 145 |
<div class="card bg-white p-6 rounded-xl">
|
| 146 |
|
| 147 |
<h3 class="font-bold text-lg">Current badge</h3>
|
|
|
|
| 152 |
155 more meals to reach Platinum
|
| 153 |
</p>
|
| 154 |
|
| 155 |
+
<!-- FIXED BUTTON -->
|
| 156 |
+
<a href="log.html">
|
| 157 |
+
<button class="mt-6 w-full bg-emerald-600 text-white py-2 rounded-full font-semibold hover:scale-105 transition">
|
| 158 |
+
Log surplus now
|
| 159 |
+
</button>
|
| 160 |
+
</a>
|
| 161 |
|
| 162 |
+
</div>
|
| 163 |
|
| 164 |
</section>
|
| 165 |
|