Skip to content

Commit b0f1d0f

Browse files
authored
Update README.md
1 parent bd42245 commit b0f1d0f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,69 +8,69 @@ This **HTML**, **CSS**, and **JavaScript based** timer is ease to use on any dev
88
## Learn how to use this timer:
99

1010

11-
> 1. The numbers on the display **show how much time** is set in the timer. (Default: 20 minutes.)
11+
>> ### 1. The numbers on the display **show how much time** is set in the timer. (Default: 20 minutes.)
1212
>
1313
> ![image](https://user-images.githubusercontent.com/89027512/161437351-10da30a5-8d89-4739-9760-faabd981de9b.png)
1414
15-
> 2. Use the up-arrow button on top-left to increase time by 1 hour.
15+
>> ### 2. Use the up-arrow button on top-left to increase time by 1 hour.
1616
>
1717
> ![image](https://user-images.githubusercontent.com/89027512/161437416-72b7871c-3666-44c9-b23a-0e6b520f7a5d.png)
1818
19-
> 3. Use the up-arrow button on top-center to increase time by 15 minutes.
19+
>> ### 3. Use the up-arrow button on top-center to increase time by 15 minutes.
2020
>
2121
> ![image](https://user-images.githubusercontent.com/89027512/161437426-6000949e-f7c3-4f1d-a5df-580fd8aa7278.png)
2222
23-
> 4. Use the up-arrow button on top-right to increase time by 1 minute.
23+
>> ### 4. Use the up-arrow button on top-right to increase time by 1 minute.
2424
>
2525
> ![image](https://user-images.githubusercontent.com/89027512/161437438-14322d89-9e2a-4856-ba4a-32f81af40c78.png)
2626
27-
> 5. Use the down-arrow button on bottom-left to decrease time by 1 hour.
27+
>> ### 5. Use the down-arrow button on bottom-left to decrease time by 1 hour.
2828
>
2929
> ![image](https://user-images.githubusercontent.com/89027512/161437986-291b4535-93db-49f1-b4ea-3b03f287180e.png)
3030
31-
> 6. Use the down-arrow button on bottom-center to decrease time by 15 minutes.
31+
>> ### 6. Use the down-arrow button on bottom-center to decrease time by 15 minutes.
3232
>
3333
> ![image](https://user-images.githubusercontent.com/89027512/161437995-964f8c70-f4cb-447a-80b5-c5d0c8190116.png)
3434
35-
> 7. Use the down-arrow button on bottom-right to decrease time by 1 minute.
35+
>> ### 7. Use the down-arrow button on bottom-right to decrease time by 1 minute.
3636
>
3737
> ![image](https://user-images.githubusercontent.com/89027512/161438008-81f688b5-f507-475b-91b9-43f5eb374859.png)
3838
39-
> 8. Use the **Play/Pause** buttons to play/pause timer.
39+
>> ### 8. Use the **Play/Pause** buttons to play/pause timer.
4040
>
4141
> ![image](https://user-images.githubusercontent.com/89027512/161438023-f09de7e5-8653-472f-8d93-24796036e029.png)
4242
>
4343
> ![image](https://user-images.githubusercontent.com/89027512/161438037-c0fab25d-5396-4058-b590-f9ce19e68faf.png)
4444
45-
> 9. Use the **Reset** button to reset the timer.
45+
>> ### 9. Use the **Reset** button to reset the timer.
4646
>
4747
> ![image](https://user-images.githubusercontent.com/89027512/161438052-ffb0f6a9-bba6-48f5-a616-7829eedb5753.png)
4848
49-
> 10. Use the **Theme change** button to change the theme (dark/light) of timer. (Default: Light mode.)
49+
>> ### 10. Use the **Theme change** button to change the theme (dark/light) of timer. (Default: Light mode.)
5050
>
5151
> ![image](https://user-images.githubusercontent.com/89027512/161438078-439ffe65-5999-4603-9f7f-98c34e1cd5f2.png)
5252
>
5353
> ![image](https://user-images.githubusercontent.com/89027512/161438099-c2d91ddd-56fe-4736-aea8-105f419c1936.png)
5454
>
5555
> ![image](https://user-images.githubusercontent.com/89027512/161438111-4c9adda5-c60a-4226-be06-5621a56322e7.png)
5656
57-
> 11. Use the **Full Screen** button to enable/diable full screen mode. (Default: Disabled.)
57+
>> ### 11. Use the **Full Screen** button to enable/diable full screen mode. (Default: Disabled.)
5858
>
5959
> ![image](https://user-images.githubusercontent.com/89027512/161438135-1f775c68-7dd1-489d-a221-caaaffb69faf.png)
6060
61-
> 12. As soon as you **start a timer, The buttons will fade away** and a whole new system of controls will be visible.
61+
>> ### 12. As soon as you **start a timer, The buttons will fade away** and a whole new system of controls will be visible.
6262
>
6363
> ![image](https://user-images.githubusercontent.com/89027512/161438585-70b86105-b734-4ee6-98e6-95458a797346.png)
6464
65-
> 13. You can also change the number or minutes and hours using the input fields, shown on clicking on the time.
65+
>> ### 13. You can also change the number or minutes and hours using the input fields, shown on clicking on the time.
6666
>
6767
> ![image](https://user-images.githubusercontent.com/89027512/161438676-fcc7b4f0-cc97-4340-b0b2-c1026557f336.png)
6868
69-
> 14. Now you can also use **shortcut keys** to use the controls.
70-
> - **```S```** Start/Stop.
71-
> - **```R```** Reset.
72-
> - **```D```** Toggle dark/light mode.
73-
> - **```F```** Enable/Disable full screen.
69+
>> ### 14. Now you can also use **shortcut keys** to use the controls.
70+
> - **```S```** Start/Stop.
71+
> - **```R```** Reset.
72+
> - **```D```** Toggle dark/light mode.
73+
> - **```F```** Enable/Disable full screen.
7474
7575

7676
## Contact:
@@ -163,6 +163,6 @@ _**I am continuously updating this app and very excited to add many features to
163163

164164
## Future update goals log:
165165
> 1. Recommendations in the know:
166-
> - All Recommended features added. **Contact me to recommend.**
166+
> - All Recommended features added. [**Contact me to recommend.**](https://github.com/MeetPatel1706)
167167
> 2. Bugs in the know:
168-
> - All bugs are fixed. **Contact me to report a bug.**
168+
> - All bugs are fixed. [**Contact me to report a bug.**](https://github.com/MeetPatel1706)

0 commit comments

Comments
 (0)