mirror of
https://github.com/seigler/janus
synced 2025-07-26 01:06:11 +00:00
clearer instructions in presentation
This commit is contained in:
parent
f39aa40bf8
commit
69b960e211
2 changed files with 13 additions and 0 deletions
|
@ -38,6 +38,13 @@
|
|||
<p><kbd>Esc</kbd> for commands</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>How to use</h2>
|
||||
<p><kbd>Esc</kbd> <kbd>C</kbd> to clone the window. Cloned windows will stay in sync.</p>
|
||||
<p>Move the new window to the projector screen and fullscreen.</p>
|
||||
<p>In the presenter window, <kbd>Esc</kbd> <kbd>P</kbd> to eliminate transitions and preview the upcoming slide.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<blockquote>
|
||||
<p>Blockquotes are pretty cool, right?</p>
|
||||
|
|
|
@ -245,6 +245,12 @@ section {
|
|||
transform-origin: 50% 50%;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
padding: 0 1ch;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
/* live-coding */
|
||||
|
||||
.live-coding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue