Skip to content

Commit 4fa2216

Browse files
add panels around sub-areas of larger web vs print
1 parent 3975abe commit 4fa2216

File tree

1 file changed

+39
-31
lines changed

1 file changed

+39
-31
lines changed

src/index.html

Lines changed: 39 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -351,29 +351,35 @@ <h3>Website</h3>
351351
<p>If you are licensing or marking one work, paste the code next to it. If you are licensing or marking the whole page or blog, you can paste the code at the bottom of the page.</p>
352352

353353
<article>
354-
<h4>Rich Text</h4>
355-
<p class="rich-text mark">[contextually formatted mark here]</p>
356-
357-
<footer>
358-
<div>
359-
<input type="checkbox" id="rich-text-full-name" name="rich-text-full-name" value="rich-text-full-name" />
360-
<label for="rich-text-full-name">full tool name</label>
361-
</div>
362-
<button id="copy-rich-text-mark">Copy</button>
363-
</footer>
354+
<h4><button>Rich Text</button></h4>
355+
356+
<div class="panel">
357+
<p class="rich-text mark">[contextually formatted mark here]</p>
358+
359+
<footer>
360+
<div>
361+
<input type="checkbox" id="rich-text-full-name" name="rich-text-full-name" value="rich-text-full-name" />
362+
<label for="rich-text-full-name">full tool name</label>
363+
</div>
364+
<button id="copy-rich-text-mark">Copy</button>
365+
</footer>
366+
</div>
364367
</article>
365368

366369
<article>
367-
<h4>HTML</h4>
368-
<p class="html mark">[contextually formatted mark here]</p>
369-
370-
<footer>
371-
<div>
372-
<input type="checkbox" id="html-full-name" name="html-full-name" value="html-full-name" />
373-
<label for="html-full-name">full tool name</label>
374-
</div>
375-
<button id="copy-html-mark">Copy</button>
376-
</footer>
370+
<h4><button>HTML</button></h4>
371+
372+
<div class="panel">
373+
<p class="html mark">[contextually formatted mark here]</p>
374+
375+
<footer>
376+
<div>
377+
<input type="checkbox" id="html-full-name" name="html-full-name" value="html-full-name" />
378+
<label for="html-full-name">full tool name</label>
379+
</div>
380+
<button id="copy-html-mark">Copy</button>
381+
</footer>
382+
</div>
377383
</article>
378384

379385
<!-- <h4>XMP</h4>
@@ -383,17 +389,19 @@ <h3>Print Work or Media</h3>
383389
<p>Copy the text below and paste it on the title and/or copyright page of your print work or presentation, or in the credits of your media.</p>
384390

385391
<article>
386-
<h4>Plain Text</h4>
387-
388-
<p class="plain-text mark">[contextually formatted mark here]</p>
389-
390-
<footer>
391-
<div>
392-
<input type="checkbox" id="plain-text-full-name" name="plain-text-full-name" value="plain-text-full-name" />
393-
<label for="plain-text-full-name">full tool name</label>
394-
</div>
395-
<button id="copy-plain-text-mark">Copy</button>
396-
</footer>
392+
<h4><button>Plain Text</button></h4>
393+
394+
<div class="panel">
395+
<p class="plain-text mark">[contextually formatted mark here]</p>
396+
397+
<footer>
398+
<div>
399+
<input type="checkbox" id="plain-text-full-name" name="plain-text-full-name" value="plain-text-full-name" />
400+
<label for="plain-text-full-name">full tool name</label>
401+
</div>
402+
<button id="copy-plain-text-mark">Copy</button>
403+
</footer>
404+
</div>
397405
</article>
398406

399407
</div>

0 commit comments

Comments
 (0)