Skip to content

Commit

Permalink
Merge pull request #41 from AnujSaha0111/Dashboard
Browse files Browse the repository at this point in the history
Dashboard Updated
  • Loading branch information
vimistify authored Oct 2, 2024
2 parents c918f25 + c87ed4d commit 282a9f3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions hospital.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
</head>
<body>
<div class="dashboard-container">
<h1>Hospital Dashboard</h1>
<div class="action-buttons">
<button class="action-btn" id="manageDriversBtn">Manage Drivers</button>
<button class="action-btn" id="manageAmbulancesBtn">Manage Ambulances</button>
<img src="images/bobble_ai_logo.jpg" alt="Bobble-AI Logo" style="width: 150px; height: auto; margin-bottom: 10px; margin-left: 330px;">
<h1>Hospital Dashboard</h1>
<h2 style="font-family: 'Arial', sans-serif; font-size: 24px; color: #666; margin: 10px 0; text-align: center;">
Your personalized AI experience
</h2>
<div class="action-buttons" style="display: flex; justify-content: center; margin-top: 20px;">
<button class="action-btn" id="manageDriversBtn" style="margin-right: 10px; padding: 10px 20px; font-size: 16px;">Manage Drivers</button>
<button class="action-btn" id="manageAmbulancesBtn" style="padding: 10px 20px; font-size: 16px;">Manage Ambulances</button>
</div>

<div id="driverStatus" class="hidden">
Expand Down

0 comments on commit 282a9f3

Please sign in to comment.