|
1 | 1 | <?jelly escape-by-default='true'?> |
2 | | -<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:s="/lib/samples"> |
| 2 | +<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:s="/lib/samples"> |
3 | 3 | <l:layout title="Design Library"> |
4 | 4 | <st:adjunct includes="io.jenkins.plugins.designlibrary.sample" /> |
5 | 5 | <l:side-panel> |
|
9 | 9 | <l:main-panel> |
10 | 10 | <div class="app-home"> |
11 | 11 | <p class="app-home__jenkins-title">Jenkins</p> |
12 | | - <h1 class="app-home__heading">Design<br/>Library</h1> |
| 12 | + <h1 class="app-home__heading">${%title}</h1> |
13 | 13 | <div class="app-card__container"> |
14 | 14 | <div class="app-card__preview app-card__preview--intro"> |
15 | 15 | <l:icon src="symbol-sunburst plugin-design-library" /> |
16 | 16 | <img src="${imagesURL}/svgs/logo.svg" alt="Jenkins illustration" /> |
17 | 17 | </div> |
18 | | - <p class="app-card__title">Welcome to Jenkins Design Library</p> |
19 | | - <p class="app-card__description"> |
20 | | - Design Library makes it easy for developers to build complex and consistent interfaces using Jenkins UI components |
21 | | - </p> |
| 18 | + <p class="app-card__title">${%welcome}</p> |
| 19 | + <p class="app-card__description">${%description}</p> |
22 | 20 | </div> |
23 | | - <p class="app-home__subheading">Topics for modernising your interface</p> |
| 21 | + <p class="app-home__subheading">${%topics}</p> |
24 | 22 | <div class="app-home__side-by-side"> |
25 | 23 | <a class="app-card__container" href="Buttons"> |
26 | 24 | <div class="app-card__preview"> |
27 | 25 | <l:icon src="symbol-buttons plugin-design-library" /> |
28 | 26 | </div> |
29 | | - <div class="app-card__title">Buttons</div> |
30 | | - <div class="app-card__description">Use the new Jenkins buttons design</div> |
| 27 | + <div class="app-card__title">${%buttons}</div> |
| 28 | + <div class="app-card__description">${%buttons-description}</div> |
31 | 29 | </a> |
32 | 30 | <a class="app-card__container" href="Symbols"> |
33 | 31 | <div class="app-card__preview"> |
34 | 32 | <l:icon src="symbol-symbols plugin-design-library" /> |
35 | 33 | </div> |
36 | | - <div class="app-card__title">Symbols</div> |
37 | | - <div class="app-card__description">Enhance your interface with modern iconography</div> |
| 34 | + <div class="app-card__title">${%symbols}</div> |
| 35 | + <div class="app-card__description">${%symbols-description}</div> |
38 | 36 | </a> |
39 | 37 | </div> |
40 | | - <p class="app-home__subheading">Get involved</p> |
| 38 | + <p class="app-home__subheading">${%gitter}</p> |
41 | 39 | <div class="app-home__side-by-side"> |
42 | 40 | <a class="app-card__container" href="https://gitter.im/jenkinsci/ux-sig"> |
43 | 41 | <div class="app-card__preview"> |
44 | 42 | <l:icon src="symbol-gitter plugin-design-library" /> |
45 | 43 | </div> |
46 | | - <div class="app-card__title">Join the UX discussion on Gitter</div> |
| 44 | + <div class="app-card__title">${%gitter-description}</div> |
47 | 45 | </a> |
48 | 46 | <a class="app-card__container" href="https://www.youtube.com/playlist?list=PLN7ajX_VdyaOnsIIsZHsv_fM9QhOcajWe"> |
49 | 47 | <div class="app-card__preview"> |
50 | 48 | <l:icon src="symbol-youtube plugin-design-library" /> |
51 | 49 | </div> |
52 | | - <div class="app-card__title">Watch the latest Jenkins UX meetings</div> |
| 50 | + <div class="app-card__title">${%ux-youtube}</div> |
53 | 51 | </a> |
54 | 52 | </div> |
55 | 53 | <div class="app-home__side-by-side"> |
56 | 54 | <a class="app-card__container" href="https://github.com/jenkinsci/jenkins/pulls?q=is%3Apr+is%3Aopen+label%3Aweb-ui"> |
57 | 55 | <div class="app-card__preview"> |
58 | 56 | <l:icon src="symbol-github plugin-design-library" /> |
59 | 57 | </div> |
60 | | - <div class="app-card__title">View in-progress UX work</div> |
| 58 | + <div class="app-card__title">${%ux-wip-core}</div> |
61 | 59 | </a> |
62 | 60 | <a class="app-card__container" href="https://github.com/jenkinsci/design-library-plugin"> |
63 | 61 | <div class="app-card__preview"> |
64 | 62 | <l:icon src="symbol-design-library plugin-design-library" /> |
65 | 63 | </div> |
66 | | - <div class="app-card__title">Contribute to Jenkins Design Library</div> |
| 64 | + <div class="app-card__title">${%contribute}</div> |
67 | 65 | </a> |
68 | 66 | </div> |
69 | 67 | </div> |
|
0 commit comments