|
20 | 20 | </head> |
21 | 21 | <body> |
22 | 22 | <div class="center-container"> |
23 | | - <div class="info-blocks"> |
24 | | - <!-- TEMP: Only VS Code for now. --> |
25 | | - <!-- <div class="info-block"> --> |
26 | | - <!-- <h2 class="header">Running Applications</h2> --> |
27 | | - <!-- {{APP_LIST:RUNNING}} --> |
28 | | - <!-- </div> --> |
| 23 | + <!-- TEMP: Only VS Code for now. --> |
| 24 | + <!-- <div class="info-block"> --> |
| 25 | + <!-- <h2 class="header">Running Applications</h2> --> |
| 26 | + <!-- {{APP_LIST:RUNNING}} --> |
| 27 | + <!-- </div> --> |
29 | 28 |
|
30 | | - <div class="info-block"> |
31 | | - <h2 class="header">Launch</h2> |
| 29 | + <div class="card-box"> |
| 30 | + <div class="header"> |
| 31 | + <h2 class="main">Launch</h2> |
| 32 | + <div class="sub">Choose an application to launch below.</div> |
| 33 | + </div> |
| 34 | + <div class="content"> |
32 | 35 | <div class="block-row"> |
33 | 36 | <a class="item -link" href="./vscode"> |
34 | 37 | <img class="icon" src="./static-{{COMMIT}}/lib/vscode/resources/linux/code.png" /> |
35 | 38 | VS Code |
36 | 39 | </a> |
37 | 40 | </div> |
38 | 41 | </div> |
| 42 | + </div> |
39 | 43 |
|
40 | | - <div class="info-block"> |
41 | | - <h2 class="header">Version</h2> |
| 44 | + <div class="card-box"> |
| 45 | + <div class="header"> |
| 46 | + <h2 class="main">Version</h2> |
| 47 | + <div class="sub">Version information and updates.</div> |
| 48 | + </div> |
| 49 | + <div class="content"> |
42 | 50 | {{UPDATE:NAME}} |
43 | 51 | </div> |
| 52 | + </div> |
44 | 53 |
|
45 | | - <!-- <div class="info-block"> --> |
46 | | - <!-- <h2 class="header">Editors</h2> --> |
47 | | - <!-- {{APP_LIST:EDITORS}} --> |
48 | | - <!-- </div> --> |
| 54 | + <!-- <div class="info-block"> --> |
| 55 | + <!-- <h2 class="header">Editors</h2> --> |
| 56 | + <!-- {{APP_LIST:EDITORS}} --> |
| 57 | + <!-- </div> --> |
49 | 58 |
|
50 | | - <!-- <div class="info-block"> --> |
51 | | - <!-- <h2 class="header">Other</h2> --> |
52 | | - <!-- {{APP_LIST:OTHER}} --> |
53 | | - <!-- </div> --> |
54 | | - </div> |
| 59 | + <!-- <div class="info-block"> --> |
| 60 | + <!-- <h2 class="header">Other</h2> --> |
| 61 | + <!-- {{APP_LIST:OTHER}} --> |
| 62 | + <!-- </div> --> |
55 | 63 | </div> |
56 | 64 | </body> |
57 | 65 | </html> |
0 commit comments