Skip to content

Commit

Permalink
Merge pull request #388 from vasu-1/patch-1
Browse files Browse the repository at this point in the history
Calculator Link Addition | Images Removed
  • Loading branch information
0xvashishth authored Oct 19, 2023
2 parents 3888773 + f58cdb2 commit 639e8d5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Calculators/Time Remaining/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Time Remaining Calculator

![Calculator Screenshot - Dark mode](./images/dark-mode.PNG)
![Calculator Screenshot - Light mode](./images/light-mode.PNG)

A simple "Time Remaining" calculator with options to calculate the time remaining from the current time to a future time, with units in hours, days, or years. The calculator provides a user-friendly interface with support for light and dark modes.

## Features
Expand Down Expand Up @@ -33,10 +30,6 @@ A simple "Time Remaining" calculator with options to calculate the time remainin

- [aweSAM](https://github.com/awesam-XS)

## Contact

If you have any questions or suggestions, please feel free to reach out to [[email protected]](mailto:[email protected]).

## Disclaimer

This calculator is provided for educational and informational purposes only. It should not be used for critical or time-sensitive applications. The accuracy of the calculations may vary depending on your system's time settings.
Expand Down
Binary file removed Calculators/Time Remaining/images/dark-mode.PNG
Binary file not shown.
Binary file removed Calculators/Time Remaining/images/favicon.png
Binary file not shown.
Binary file removed Calculators/Time Remaining/images/light-mode.PNG
Binary file not shown.
Binary file removed Calculators/Time Remaining/images/mobile.png
Binary file not shown.
1 change: 0 additions & 1 deletion Calculators/Time Remaining/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon">
<title>Time Remaining Calculator</title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ No | Name of Calculator
57 | [Wind_Chill_Calculator](./Calculators/Wind_Chill_Calculator/)
58 | [Pythagoras Calculator](./Calculators/Pythagorus%20Calculator/)
59 | [Numerical_Methods_Calculator](./Calculators/Numerical_Methods_Calculator/)
60 | [Time Remaining Calculator](./Calculators/Time%20Remaining/)

## Contributing Guidelines

Expand Down

0 comments on commit 639e8d5

Please sign in to comment.