|
6 | 6 | <p align="center" class="desktop-hide mobile-show">You can tap the buttons below to get answers to the questions on them!</p>
|
7 | 7 | <div class="columns" id="modal-buttons">
|
8 | 8 | <div class="column top-bottom-paddingless">
|
9 |
| - <button class="button is-light is-large is-fullwidth" |
| 9 | + <button id="cc_license_btn" class="button is-light is-large is-fullwidth" |
10 | 10 | @click="isModal1Active = true">
|
11 | 11 | <p>
|
12 | 12 | What Are Creative Commons Licenses?
|
13 | 13 | </p>
|
14 | 14 | </button>
|
15 |
| - <button class="button is-light is-large is-fullwidth" |
| 15 | + <button id="license_work_btn" class="button is-light is-large is-fullwidth" |
16 | 16 | @click="isModal2Active = true">
|
17 | 17 | <p>
|
18 | 18 | How do the Licenses Work?
|
19 | 19 | </p>
|
20 | 20 | </button>
|
21 |
| - <button class="button is-light is-large is-fullwidth" |
| 21 | + <button id="public_domain_btn" class="button is-light is-large is-fullwidth" |
22 | 22 | @click="isModal3Active = true">
|
23 | 23 | <p>
|
24 | 24 | Want Public Domain Instead?
|
25 | 25 | </p>
|
26 | 26 | </button>
|
27 | 27 | </div>
|
28 | 28 | <div class="column top-bottom-paddingless">
|
29 |
| - <button class="button is-light is-large is-fullwidth" |
| 29 | + <button id="consideration_btn" class="button is-light is-large is-fullwidth" |
30 | 30 | @click="isModal4Active = true">
|
31 | 31 | <p>
|
32 | 32 | Considerations Before Licensing
|
33 | 33 | </p>
|
34 | 34 | </button>
|
35 |
| - <button class="button is-light is-large is-fullwidth" |
| 35 | + <button id="formal_license_btn" class="button is-light is-large is-fullwidth" |
36 | 36 | @click="isModal5Active = true">
|
37 | 37 | <p>
|
38 | 38 | How do I Formally License my Work?
|
39 | 39 | </p>
|
40 | 40 | </button>
|
41 |
| - <button class="button is-light is-large is-fullwidth" |
| 41 | + <button id="license_description_btn" class="button is-light is-large is-fullwidth" |
42 | 42 | @click="isModal6Active = true">
|
43 | 43 | <p>
|
44 | 44 | The Six CC Licenses
|
|
170 | 170 | <footer class="modal-card-foot">
|
171 | 171 | <p>
|
172 | 172 | For more information, please see
|
173 |
| - <a href="https://creativecommons.org/licenses/">About the Licenses</a> |
| 173 | + <a id="license_link" href="https://creativecommons.org/licenses/">About the Licenses</a> |
174 | 174 | </p>
|
175 | 175 | </footer>
|
176 | 176 | </section>
|
|
211 | 211 | software, we provide a "Machine Readable" version of the license. <br><br>
|
212 | 212 |
|
213 | 213 | We developed a standardized way to describe licenses that software can
|
214 |
| - understand called <a href="https://wiki.creativecommons.org/Ccrel">CC Rights Expression language</a> |
| 214 | + understand called <a id="cc_rights_link" href="https://wiki.creativecommons.org/Ccrel">CC Rights Expression language</a> |
215 | 215 | (CC REL) to accomplish this.
|
216 | 216 | </p>
|
217 | 217 | </li> <br>
|
218 | 218 | </ul>
|
219 | 219 | <footer class="modal-card-foot">
|
220 | 220 | <p>
|
221 | 221 | For more information, please see
|
222 |
| - <a href="https://creativecommons.org/licenses/">About the Licenses</a> |
| 222 | + <a id="license_link_2" href="https://creativecommons.org/licenses/">About the Licenses</a> |
223 | 223 | </p>
|
224 | 224 | </footer>
|
225 | 225 | </section>
|
|
238 | 238 | <footer class="modal-card-foot">
|
239 | 239 | <p>
|
240 | 240 | For more information on CC's public domain tools, please see
|
241 |
| - <a href="https://creativecommons.org/publicdomain/">Our Public Domain Tools</a> |
| 241 | + <a id="domain_link" href="https://creativecommons.org/publicdomain/">Our Public Domain Tools</a> |
242 | 242 | </p>
|
243 | 243 | </footer>
|
244 | 244 | </section>
|
|
253 | 253 | a Creative Commons license to your work, or before using Creative
|
254 | 254 | Commons-licened material. <br><br>
|
255 | 255 |
|
256 |
| - <a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensors"> |
| 256 | + <a id="licensors_link" href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensors"> |
257 | 257 | Considerations for Licensors
|
258 | 258 | </a> - If you are licensing your own work <br>
|
259 |
| - <a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensees"> |
| 259 | + <a id="licensees_link" href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensees"> |
260 | 260 | Considerations for Licensees
|
261 | 261 | </a> - If you are using someone else's licensed work
|
262 | 262 | </p> <br>
|
263 | 263 | <footer class="modal-card-foot">
|
264 | 264 | <p>
|
265 | 265 | For more information, please see
|
266 |
| - <a href="https://wiki.creativecommons.org/wiki/Before_Licensing"> |
| 266 | + <a id="wiki_link" href="https://wiki.creativecommons.org/wiki/Before_Licensing"> |
267 | 267 | the CC wiki's page on Considerations for Licensors and Licensees.
|
268 | 268 | </a>
|
269 | 269 | </p>
|
|
339 | 339 | <footer class="modal-card-foot">
|
340 | 340 | <p>
|
341 | 341 | For more information, please see
|
342 |
| - <a href="https://creativecommons.org/share-your-work/licensing-types-examples/"> |
| 342 | + <a id="licensing_examples_link" href="https://creativecommons.org/share-your-work/licensing-types-examples/"> |
343 | 343 | this page on Creative Commons licenses.
|
344 | 344 | </a>
|
345 | 345 | </p>
|
|
0 commit comments