Skip to content

Commit

Permalink
Change faq, disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
azophy committed Nov 22, 2020
1 parent 4e3a1ef commit bf02406
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1>PomoTube</h1>
<input type="text" x-ref="long_break_duration_min">:
<input type="text" x-ref="long_break_duration_sec">
<label>Long Break Cycle</label>
<input type="text" x-ref="long_break_cycle"> sessions
<input type="text" x-ref="long_break_cycle"> rounds
<br/>

<button @click="applySettings()"
Expand All @@ -294,9 +294,9 @@ <h1>PomoTube</h1>

<p>First prepare a youtube url you would like to play. You could use a single video or a playlist. The player would loop the video/playlist when it ends.</p>

<p>After that, you paste it on the input box under the video player. Then you could just click the 'Play' button to start your 'Focus' session'. The timer is set to 25 minutes of 'Focus' session and 5 minutes of 'Break' session, and would alternate each session one after another. You could pause or reset the timer anytime.</p>
<p>After that, you paste it on the input box under the video player. Then you could just click the 'Play' button to start your 'Focus' session'. The timer is set to 25 minutes of 'Focus' session and 5 minutes of 'Break' session, and would alternate each session one after another. For each 4 rounds, you would have 15 minutes of long break. You could pause or reset the timer anytime. You also could change any of the durations to suite your needs.</p>

<p>You could also turn the player into Fullscreen mode. In that mode, the player would fill the page, and left the timer toolbar above the player. If you wish to, you could also install this website as a PWA by clicking the 'Install this page' button on your browser's URL bar.</p>
<p>You can turn the player into Fullscreen mode. In that mode, the player would fill the page, and left the timer toolbar above the player. If you wish to, you could also install this website as a PWA by clicking the 'Install this page' button on your browser's URL bar.</p>

<strong>Where do you store my video history?</strong>

Expand All @@ -306,6 +306,7 @@ <h1>PomoTube</h1>
<div id="footer" class="fullscreen-hide">
<hr/>
Made by <a href="https://abdurrahman.adianto.id">Abdurrahman Shofy Adianto</a> , 2020. Released under <a href="https://www.gnu.org/licenses/#AGPL">GNU AGPLv3</a>. <br/>
<p style="font-style:italic">PomoTube is not related to the Pomodoro Technique™/Pomodoro™’s trademark holder Cirillo Company and respects its trademarks. Pomodoro Technique® and Pomodoro® are registered trademarks of Francesco Cirillo. All logos and marks contained herein are the property of their respective owners. </p>
</div>

</div>
Expand Down

0 comments on commit bf02406

Please sign in to comment.