|
14 | 14 | } |
15 | 15 | </style> |
16 | 16 |
|
17 | | - <s:section hideBorder="true"> |
18 | | - <div class="app-card__container app-card__container--large"> |
19 | | - <div class="app-card__preview"> |
20 | | - <div class="app-card__preview__introduction"> |
21 | | - <img src="${imagesURL}/svgs/logo.svg" alt="${%Jenkins illustration}" /> |
| 17 | + <div class="app-settings-container"> |
| 18 | + <div class="app-settings-container__inner"> |
| 19 | + <s:section hideBorder="true"> |
| 20 | + <div class="app-card__container app-card__container--large"> |
| 21 | + <div class="app-card__preview"> |
| 22 | + <div class="app-card__preview__introduction"> |
| 23 | + <img src="${imagesURL}/svgs/logo.svg" alt="${%Jenkins illustration}" /> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + <p class="app-card__title">${%welcome}</p> |
| 27 | + <p class="app-card__description">${%description}</p> |
22 | 28 | </div> |
23 | | - </div> |
24 | | - <p class="app-card__title">${%welcome}</p> |
25 | | - <p class="app-card__description">${%description}</p> |
26 | | - </div> |
27 | | - </s:section> |
| 29 | + </s:section> |
28 | 30 |
|
29 | | - <s:section title="${%topics}"> |
30 | | - <div class="app-home__side-by-side"> |
31 | | - <s:card icon="symbol-cards plugin-design-library" |
32 | | - title="${%cards}" |
33 | | - description="${%cards-description}" |
34 | | - href="cards" |
35 | | - tag="${%New}" /> |
36 | | - <s:card icon="symbol-dropdown-menu plugin-design-library" |
37 | | - title="${%menu}" |
38 | | - description="${%menu-description}" |
39 | | - href="menu" |
40 | | - tag="${%New}" /> |
41 | | - <s:card icon="symbol-buttons plugin-design-library" |
42 | | - title="${%buttons}" |
43 | | - description="${%buttons-description}" |
44 | | - href="buttons" /> |
45 | | - <s:card icon="symbol-star-outline plugin-ionicons-api" |
46 | | - title="${%symbols}" |
47 | | - description="${%symbols-description}" |
48 | | - href="symbols" /> |
49 | | - </div> |
50 | | - </s:section> |
| 31 | + <s:section title="${%topics}"> |
| 32 | + <div class="app-home__side-by-side"> |
| 33 | + <s:card icon="symbol-cards plugin-design-library" |
| 34 | + title="${%cards}" |
| 35 | + description="${%cards-description}" |
| 36 | + href="cards" |
| 37 | + tag="${%New}" /> |
| 38 | + <s:card icon="symbol-dropdown-menu plugin-design-library" |
| 39 | + title="${%menu}" |
| 40 | + description="${%menu-description}" |
| 41 | + href="menu" |
| 42 | + tag="${%New}" /> |
| 43 | + <s:card icon="symbol-buttons plugin-design-library" |
| 44 | + title="${%buttons}" |
| 45 | + description="${%buttons-description}" |
| 46 | + href="buttons" /> |
| 47 | + <s:card icon="symbol-star-outline plugin-ionicons-api" |
| 48 | + title="${%symbols}" |
| 49 | + description="${%symbols-description}" |
| 50 | + href="symbols" /> |
| 51 | + </div> |
| 52 | + </s:section> |
51 | 53 |
|
52 | | - <s:section title="${%get-involved}"> |
53 | | - <div class="app-home__side-by-side"> |
54 | | - <s:card icon="symbol-gitter plugin-design-library" |
55 | | - title="${%gitter-description}" |
56 | | - href="https://gitter.im/jenkinsci/ux-sig" /> |
57 | | - <s:card icon="symbol-logo-youtube plugin-ionicons-api" |
58 | | - title="${%ux-youtube}" |
59 | | - href="https://www.youtube.com/playlist?list=PLN7ajX_VdyaOnsIIsZHsv_fM9QhOcajWe" /> |
60 | | - <s:card icon="symbol-logo-github plugin-ionicons-api" |
61 | | - title="${%ux-wip-core}" |
62 | | - href="https://github.com/jenkinsci/jenkins/pulls?q=is%3Apr+is%3Aopen+label%3Aweb-ui" /> |
63 | | - <s:card icon="symbol-heart-outline plugin-ionicons-api" |
64 | | - title="${%contribute}" |
65 | | - href="https://github.com/jenkinsci/design-library-plugin" /> |
66 | | - </div> |
67 | | - </s:section> |
| 54 | + <s:section title="${%get-involved}"> |
| 55 | + <div class="app-home__side-by-side"> |
| 56 | + <s:card icon="symbol-gitter plugin-design-library" |
| 57 | + title="${%gitter-description}" |
| 58 | + href="https://gitter.im/jenkinsci/ux-sig" /> |
| 59 | + <s:card icon="symbol-logo-youtube plugin-ionicons-api" |
| 60 | + title="${%ux-youtube}" |
| 61 | + href="https://www.youtube.com/playlist?list=PLN7ajX_VdyaOnsIIsZHsv_fM9QhOcajWe" /> |
| 62 | + <s:card icon="symbol-logo-github plugin-ionicons-api" |
| 63 | + title="${%ux-wip-core}" |
| 64 | + href="https://github.com/jenkinsci/jenkins/pulls?q=is%3Apr+is%3Aopen+label%3Aweb-ui" /> |
| 65 | + <s:card icon="symbol-heart-outline plugin-ionicons-api" |
| 66 | + title="${%contribute}" |
| 67 | + href="https://github.com/jenkinsci/design-library-plugin" /> |
| 68 | + </div> |
| 69 | + </s:section> |
68 | 70 |
|
69 | | - <s:previous-next-controls previousPage="${null}" nextPage="${it.all.0}" /> |
| 71 | + <s:previous-next-controls previousPage="${null}" nextPage="${it.all.0}" /> |
| 72 | + </div> |
| 73 | + </div> |
70 | 74 | </l:main-panel> |
71 | 75 | </l:layout> |
72 | 76 | </j:jelly> |
0 commit comments