Lengel commited on
Commit
0ab4f94
·
verified ·
1 Parent(s): ac2310e

me mestre onde entro na tela de admin e o que aparece dentro dela,nao consigo entender,voce precisa responder aqui - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +12 -3
index.html CHANGED
@@ -345,7 +345,10 @@
345
  <a href="#" class="text-gray-600 hover:text-orange-500"><i class="fab fa-facebook-f"></i></a>
346
  <a href="#" class="text-gray-600 hover:text-orange-500"><i class="fab fa-instagram"></i></a>
347
  <a href="#" class="text-gray-600 hover:text-orange-500"><i class="fab fa-twitter"></i></a>
348
- <a href="#" id="admin-link" class="text-gray-600 hover:text-orange-500"><i class="fas fa-user-shield"></i></a>
 
 
 
349
  </div>
350
  </div>
351
 
@@ -782,7 +785,10 @@
782
  <div id="admin-login" class="fixed inset-0 bg-gray-900 bg-opacity-50 z-50 flex items-center justify-center hidden">
783
  <div class="bg-white rounded-lg p-6 w-full max-w-md shadow-xl">
784
  <div class="flex justify-between items-center mb-4">
785
- <h2 class="text-2xl font-bold text-gray-800">Admin Login</h2>
 
 
 
786
  <button id="close-admin-login" class="text-gray-500 hover:text-gray-700">
787
  <i class="fas fa-times"></i>
788
  </button>
@@ -807,7 +813,10 @@
807
  <div id="admin-dashboard" class="fixed inset-0 bg-gray-100 z-50 hidden overflow-y-auto">
808
  <div class="container mx-auto px-4 py-8">
809
  <div class="flex justify-between items-center mb-8">
810
- <h1 class="text-2xl font-bold">Admin Dashboard</h1>
 
 
 
811
  <button id="logout-btn" class="text-orange-500 hover:text-orange-700">
812
  <i class="fas fa-sign-out-alt mr-1"></i> Logout
813
  </button>
 
345
  <a href="#" class="text-gray-600 hover:text-orange-500"><i class="fab fa-facebook-f"></i></a>
346
  <a href="#" class="text-gray-600 hover:text-orange-500"><i class="fab fa-instagram"></i></a>
347
  <a href="#" class="text-gray-600 hover:text-orange-500"><i class="fab fa-twitter"></i></a>
348
+ <a href="#" id="admin-link" class="text-gray-600 hover:text-orange-500 flex flex-col items-center" title="Área Admin">
349
+ <i class="fas fa-user-shield"></i>
350
+ <span class="text-xs mt-1">Admin</span>
351
+ </a>
352
  </div>
353
  </div>
354
 
 
785
  <div id="admin-login" class="fixed inset-0 bg-gray-900 bg-opacity-50 z-50 flex items-center justify-center hidden">
786
  <div class="bg-white rounded-lg p-6 w-full max-w-md shadow-xl">
787
  <div class="flex justify-between items-center mb-4">
788
+ <div>
789
+ <h2 class="text-2xl font-bold text-gray-800">Admin Login</h2>
790
+ <p class="text-sm text-gray-600">Use: admin / admin123</p>
791
+ </div>
792
  <button id="close-admin-login" class="text-gray-500 hover:text-gray-700">
793
  <i class="fas fa-times"></i>
794
  </button>
 
813
  <div id="admin-dashboard" class="fixed inset-0 bg-gray-100 z-50 hidden overflow-y-auto">
814
  <div class="container mx-auto px-4 py-8">
815
  <div class="flex justify-between items-center mb-8">
816
+ <div>
817
+ <h1 class="text-2xl font-bold">Painel Administrativo</h1>
818
+ <p class="text-sm text-gray-600">Gerencie os pedidos dos clientes</p>
819
+ </div>
820
  <button id="logout-btn" class="text-orange-500 hover:text-orange-700">
821
  <i class="fas fa-sign-out-alt mr-1"></i> Logout
822
  </button>