|
9 | 9 | <abbr class="icon" title="This lesson is in the pre-alpha phase, which means that it is in early development, but has not yet been taught." style="text-decoration: unset">
|
10 | 10 |
|
11 | 11 | <a href="https://cdh.carpentries.org/the-lesson-life-cycle.html#early-development-pre-alpha-through-alpha" class="alert-link" style="color: #383838">Pre-Alpha
|
12 |
| - <i aria-hidden="true" class="icon" data-feather="alert-octagon" style="color: #FF4955"></i> |
| 12 | + <i aria-hidden="true" class="icon" data-feather="alert-octagon" style="color: #FF4955; border-radius: 5px"></i> |
13 | 13 | </a>
|
14 | 14 | <span class="visually-hidden">This lesson is in the pre-alpha phase, which means that it is in early development, but has not yet been taught.</span>
|
15 | 15 | </abbr>
|
|
18 | 18 | <abbr class="icon" title="This lesson is in the alpha phase, which means that it has been taught once and lesson authors are iterating on feedback." style="text-decoration: unset">
|
19 | 19 |
|
20 | 20 | <a href="https://cdh.carpentries.org/the-lesson-life-cycle.html#field-testing-alpha-stage" class="alert-link" style="color: #383838">Alpha
|
21 |
| - <i aria-hidden="true" class="icon" data-feather="alert-triangle" style="color: #FFC700"></i> |
| 21 | + <i aria-hidden="true" class="icon" data-feather="alert-triangle" style="background: #FFC700; border-radius: 5px"></i> |
22 | 22 | </a>
|
23 | 23 | <span class="visually-hidden">This lesson is in the alpha phase, which means that it has been taught once and lesson authors are iterating on feedback.</span>
|
24 | 24 | </abbr>
|
|
27 | 27 | <abbr class="icon" title="This lesson is in the beta phase, which means that it is ready for teaching by instructors outside of the original author team." style="text-decoration: unset">
|
28 | 28 |
|
29 | 29 | <a href="https://cdh.carpentries.org/the-lesson-life-cycle.html#polishing-beta-stage" class="alert-link" style="color: #383838">Beta
|
30 |
| - <i aria-hidden="true" class="icon" data-feather="alert-circle" style="color: #001483"></i> |
| 30 | + <i aria-hidden="true" class="icon" data-feather="alert-circle" style="color: #001483; border-radius: 5px"></i> |
31 | 31 | </a>
|
32 | 32 | <span class="visually-hidden">This lesson is in the beta phase, which means that it is ready for teaching by instructors outside of the original author team.</span>
|
33 | 33 | </abbr>
|
|
38 | 38 | <div class="selector-container ">
|
39 | 39 | {{#yaml}}{{#workbench-beta}}
|
40 | 40 | <div class="beta-alert alert alert-light alert-dismissable fade show" role="alert">
|
| 41 | + {{#pre-beta-date}} |
| 42 | + <abbr class="icon" title="This lesson is in the Workbench Beta Phase (pre-beta stage) and is a snapshot of {{&title}} from {{pre-beta-date}}. Editing this page will have no effect on the lesson. Click here to go back to the styles version." style="text-decoration: unset"> |
| 43 | + <span class="visually-hidden">This lesson is in the Workbench Beta Phase (pre-beta stage) and is a snapshot of {{&title}} from {{pre-beta-date}}. Editing this page will have no effect on the lesson.</span> |
| 44 | + <a href="{{old-url}}" class="alert-link" style="color: #383838"> |
| 45 | + <i aria-hidden="true" class="icon" data-feather="alert-triangle" style="background: #FFC700; border-radius: 5px"></i> |
| 46 | + <span class="visually-hidden">Visit the styles version of the lesson</span> |
| 47 | + </a> |
| 48 | + </abbr> |
| 49 | + {{/pre-beta-date}} |
| 50 | + {{#beta-date}} |
| 51 | + <abbr class="icon" title="This lesson is in the Workbench Beta Phase (beta stage). Click here to visit a snapshot of the styles version from {{beta-date}}." style="text-decoration: unset"> |
| 52 | + <span class="visually-hidden">This lesson is in the Workbench Beta Phase (beta stage).</span> |
| 53 | + <a href="{{old-url}}" class="alert-link" style="color: #383838"> |
| 54 | + <i aria-hidden="true" class="icon" data-feather="alert-circle" style="background: #719eff; border-radius: 5px"></i> |
| 55 | + <span class="visually-hidden">Visit a snapshot of the styles version from {{beta-date}}</span> |
| 56 | + </a> |
| 57 | + </abbr> |
| 58 | + {{/beta-date}} |
| 59 | + {{^beta-date}}{{^pre-beta-date}} |
41 | 60 | <i aria-hidden="true" class="icon" data-feather="alert-circle" style="color: #5bbad5"></i>
|
| 61 | + {{/pre-beta-date}}{{/beta-date}} |
42 | 62 | Workbench Beta |
|
43 |
| - <a href="https://github.com/carpentries/workbench/discussions" class="alert-link">Give Feedback</a> | |
44 |
| - <a href="https://carpentries.github.io/workbench" class="alert-link">Learn More</a> |
| 63 | + <a href="https://github.com/carpentries/workbench/discussions" class="alert-link" style="text-decoration: wavy overline">Give Feedback</a> | |
| 64 | + <a href="https://carpentries.github.io/workbench/beta-phase.html" class="alert-link">Learn More</a> |
45 | 65 | <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
46 | 66 | </div>
|
47 | 67 | {{/workbench-beta}}{{/yaml}}
|
|
0 commit comments