Skip to content

Commit 1ee5e8e

Browse files
Merge pull request #559 from creativecommons/semantic-marking
add semantic markup with remaining placeholders for "marking your work" and "help areas, add inline icons to recommended `license` title, set some baseline CSS positioning
2 parents ec6cde2 + ee1aaa5 commit 1ee5e8e

File tree

2 files changed

+100
-2
lines changed

2 files changed

+100
-2
lines changed

src/index.html

Lines changed: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,14 @@ <h2>Recommended License</h2>
315315

316316
<header>
317317
<h3>CC-BY 4.0</h3>
318+
<span class="license-icons">
319+
<svg>
320+
<use href="vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use>
321+
</svg>
322+
<svg>
323+
<use href="vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
324+
</svg>
325+
</span>
318326
<h4>Creative Commons Attribution 4.0 International</h4>
319327
</header>
320328

@@ -332,8 +340,68 @@ <h4>Creative Commons Attribution 4.0 International</h4>
332340
</article>
333341
</div>
334342

335-
<div id="attribution-information">
336-
<p>[attribution info here]</p>
343+
<div id="mark-your-work">
344+
<header>
345+
<h2>Mark Your Work</h2>
346+
<p>Choose the kind of work to get appropriate license code or public domain marking.</p>
347+
</header>
348+
349+
<h3>Website</h3>
350+
<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>
351+
352+
<h4>Rich Text</h4>
353+
<p>[contextually formatted mark here]</p>
354+
355+
<h4>HTML</h4>
356+
<p>[contextually formatted mark here]</p>
357+
358+
<h4>XMP</h4>
359+
<p>[contextually formatted mark here]</p>
360+
361+
<h3>Print Work or Media</h3>
362+
<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>
363+
364+
<h4>Plain Text</h4>
365+
<p>[contextually formatted mark here]</p>
366+
367+
<footer>
368+
<p>[toggle: (license abbreviation) | (full license name)]</p>
369+
<button>Copy</button>
370+
<button>Download</button>
371+
</footer>
372+
373+
</div>
374+
375+
<div class="help">
376+
<h2>Confused? Need Help?</h2>
377+
378+
<h3>What are Creative Commons licenses?</h3>
379+
<p>Creative Commons licenses are legal tools that help you grant copyright permissions to the general public. Our CC legal tools include <a href="https://creativecommons.org/licenses/" target="_blank" rel="noopener noreferrer">six different licenses</a> and <a href="https://creativecommons.org/share-your-work/public-domain/cc0/" target="_blank" rel="noopener noreferrer">one public domain dedication tool</a>. It is important to specify which one of the 7 legal tools you are applying to your material. The license chooser can help you decide which license is right for you.</p>
380+
<p>CC licenses may be applied to any type of copyrightable work. The only types of works for which CC does not recommend its licenses are computer software and hardware, where we recommend a standard free software license instead. For works that are already in the public domain we recommend that you mark them with the <a href="https://creativecommons.org/about/pdm" target="_blank" rel="noopener noreferrer">Public Domain Mark</a>. If you hold the rights to a work but would like to place it into the public domain, you can use the Chooser to select CC0.</p>
381+
382+
383+
<h3>How to apply a Creative Commons license</h3>
384+
<p>You can license your work by marking it with the specific CC license you choose. This marking can be as simple as a bit of text stating the license in a copyright notice, or as complex as embedding the license information on your website using the HTML code associated with the particular license. We strongly recommend including a link to the applicable license (e.g., <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer">https://creativecommons.org/licenses/by/4.0/</a>).</p>
385+
386+
387+
<h3>What should I consider?</h3>
388+
<p>As a creator licensing a work, among <a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensors" target="_blank" rel="noopener noreferrer">other considerations</a>, you should:</p>
389+
<ul>
390+
<li><a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Remember_the_license_may_not_be_revoked." target="_blank" rel="noopener noreferrer">Remember that once you have applied a CC license, you cannot revoke it</a>.</li>
391+
<li><a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Think_about_how_you_want_the_material_to_be_used." target="_blank" rel="noopener noreferrer">Choose your license based on how you want the material to be used</a>.</li>
392+
<li><a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Specify_attribution_information_if_desired." target="_blank" rel="noopener noreferrer">Let people know how to credit you (or whether you want credit at all)</a>.</li>
393+
</ul>
394+
395+
396+
<h3>What do the icons mean?</h3>
397+
<p> The icons represent key features of the different CC license options: </p>
398+
<p>[grid of icons and defintions here]</p>
399+
400+
401+
<h3>What if I have other questions?</h3>
402+
<p>You can find a full list of our <a href="https://creativecommons.org/faq/" target="_blank" rel="noopener noreferrer">frequently asked questions</a> on our site. If your questions or concerns are not answered there, you can email us at <a href="mailto:legal@creativecommons.org" target="_blank" rel="noopener noreferrer">legal@creativecommons.org</a>.</p>
403+
404+
</ul>
337405
</div>
338406
</aside>
339407

src/style.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,33 @@
6565
dt, dd {
6666
display: inline-block;
6767
}
68+
69+
dt:after {
70+
content: ':';
71+
}
72+
73+
dd {
74+
margin-left: .2em;
75+
}
76+
77+
78+
.license header {
79+
display: flex;
80+
flex-wrap: wrap;
81+
}
82+
83+
.license header > h4 {
84+
width: 100%;
85+
}
86+
87+
.license header > .license-icons {
88+
order: -1;
89+
margin: 1.8em 1em 0 0;
90+
}
91+
92+
.license .license-icons svg {
93+
display: inline;
94+
width: 1.9em;
95+
height: 1.9em;
96+
margin-right: .3em;
97+
}

0 commit comments

Comments
 (0)