-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b747e8
commit 0da7d47
Showing
7 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
wnr.scris.top |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,33 +8,35 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.bootcss.com/twitter-bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="style.css" /> | ||
<link rel="shortcut icon" href="favicon.ico" /> | ||
</head> | ||
|
||
<body class="mx-auto flex-column"> | ||
<main role="main" class="flex-shrink-0 align-content-center"> | ||
<div class="container-fluid text-center"> | ||
<br/><br/><br/> | ||
<br /><br /><br /> | ||
<h1 class="font-weight-lighter">Help Page</h1> | ||
<hr /> | ||
<div id="howtodoit"> | ||
<h2 class="h4">1. How to use it</h2> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-1.png" class="img-fluid" /><br /> | ||
When you open wnr, it looks like that. Just enter the numbers, and a timer will be set.<br /> | ||
First, there will be a period of work time, and then a period of rest time. <br/> | ||
It will repeat for the time you entered in "loop for". <br/> | ||
First, there will be a period of work time, and then a period of rest time. <br /> | ||
It will repeat for the time you entered in "loop for". <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-2.png" class="img-fluid" /><br /> | ||
As the key <kbd>Enter</kbd> is clicked, the timer starts. Now, go & do your work! <br/> | ||
You can hide the window to the system tray (The hotkey is <kbd>Ctrl+Shift+Alt+W</kbd>) if you are going to do some computer-relative work. <br/> | ||
The timer can be paused or given up when you have to stop to do another thing. <br/> | ||
As the key <kbd>Enter</kbd> is clicked, the timer starts. Now, go & do your work! <br /> | ||
You can hide the window to the system tray<br /> (The hotkey is <kbd>Ctrl+Shift+Alt+W</kbd>) if you are | ||
going to do some computer-relative work. <br /> | ||
The timer can be paused or given up when you have to stop to do another thing. <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-3.png" class="img-fluid" /><br /> | ||
When the time ends, a warning is given. <br/> | ||
When the time ends, a warning is given. <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-4.png" class="img-fluid" /><br /> | ||
And another period of time starts. <br/> | ||
And another period of time starts. <br /> | ||
<img src="https://raw.githubusercontent.com/RoderickQiu/wnr/master/res/preview/preview-5.png" class="img-fluid" /><br /> | ||
Now, you've learnt to use wnr! Congratulations! <br/><br/> | ||
Now, you've learnt to use wnr! Congratulations! <br /><br /> | ||
<h2 class="h4">2. Other things</h2> | ||
If you still have problems or you find bugs, you can: <br/> | ||
create an <a href="https://github.com/RoderickQiu/wnr/issues/">issue</a> or drop me an email to <a href="mailto">[email protected]</a>.<br/> | ||
If you still have problems or you find bugs, you can: <br /> | ||
create an <a href="https://github.com/RoderickQiu/wnr/issues/">issue</a> or drop me an email to <a href="mailto">[email protected]</a>.<br /> | ||
</div><br /> | ||
<p class="text-black-50"> | ||
<a href="index.html" title="Back">Back</a> | | ||
|
@@ -45,7 +47,7 @@ <h2 class="h4">2. Other things</h2> | |
</main> | ||
<footer class="footer mx-auto py-4 text-center"> | ||
<div class="container"> | ||
<span class="small text-muted">The name is a abbr of "Work & Rest".</span><br /> | ||
<span class="small text-muted">The name is a abbr of <i>"Work & Rest"</i>.</span><br /> | ||
<span class="text-muted"> | ||
© 2019 <a href="https://roderickqiu.scris.top/">Roderick Qiu.</a> | ||
</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.