Skip to content

Commit

Permalink
added driver-status-off.jpg image
Browse files Browse the repository at this point in the history
modified "driver.html" attaching the newly added image
  • Loading branch information
Mahesh2k5 committed Oct 2, 2024
1 parent 17b8164 commit e8aa0fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added driver-status-off.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion driver.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Welcome, <span id="driverName">Driver ___</span></h1>
<p id="status">You are currently: <strong id="availability">OFF DUTY</strong></p>

<!-- Driver Image -->
<img src="img.jpeg" alt="Driver Image" id="driverImage">
<img src="driver-status-off.jpg" alt="Driver Image" id="driverImage">

<!-- Google Map -->
<div id="map"></div>
Expand Down

0 comments on commit e8aa0fb

Please sign in to comment.