|
9 | 9 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
10 | 10 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
11 | 11 | <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap" rel="stylesheet"> |
12 | | - <link rel="stylesheet" type="text/css" media="screen" href="public/main.css" /> |
13 | 12 | <link rel="stylesheet" type="text/css" media="screen" href="public/bootstrap.min.css" /> |
| 13 | + <link rel="stylesheet" type="text/css" media="screen" href="public/main.css" /> |
14 | 14 | </head> |
15 | 15 | <body> |
16 | 16 | <div class="header"> |
|
26 | 26 | <div class="container mt-5 mb-5 p-0 pb-5"> |
27 | 27 |
|
28 | 28 | <div class="row d-flex flex-column align-items-center"> |
29 | | - <h1 class="light-text">Welcome to balena!</h1> |
| 29 | + <h1>Welcome to balena!</h1> |
30 | 30 | <p class="text-center pl-5 pr-5 pt-0 pb-0">Now that you've deployed code to your device,<br /> explore the resources below to continue on your journey!</p> |
31 | 31 | </div> |
32 | 32 |
|
33 | 33 | <div class="row d-flex justify-content-center"> |
34 | 34 | <div class="box"> |
35 | | - <h5 class="title red">Read our documentation</h5> |
| 35 | + <h5 class="title">Read our documentation</h5> |
36 | 36 | <ul> |
37 | 37 | <li>Learn how balena works behind the scenes</li> |
38 | 38 | <li>Run multiple containers in your application</li> |
39 | 39 | <li>Fast development with local development mode</li> |
40 | 40 | <li>Deploy device configurations across your fleet</li> |
41 | 41 | <li>And much more!</li> |
42 | 42 | </ul> |
43 | | - <a class="button red" href="https://www.balena.io/docs">Explore the balena documentation</a> |
| 43 | + <br /> |
| 44 | + <a class="button" href="https://www.balena.io/docs">Explore the balena documentation</a> |
44 | 45 | </div> |
45 | 46 |
|
46 | 47 | <div class="box"> |
47 | | - <h5 class="title teal">Discover more balena project ideas</h5> |
| 48 | + <h5 class="title">Discover more balena project ideas</h5> |
48 | 49 |
|
49 | | - <p>Find inspiration for what to build next</p> |
50 | | - <a class="button teal" href="https://hub.balena.io/">balenaHub</a> |
51 | | - <a class="button teal" href="https://github.com/balena-io-projects">GitHub projects</a> |
52 | | - <a class="button teal" href="https://forums.balena.io/c/projects">Projects in our forums</a> |
| 50 | + <p>Find inspiration for what to build next, deploy another cool project,<br /> or join your device to an open fleet!</p> |
| 51 | + <a class="button" href="https://hub.balena.io/">View projects on hub.balena.io</a> |
| 52 | + <br /> |
| 53 | + <a href="https://github.com/balena-io-playground">GitHub playground</a> |
| 54 | + <span class="separator">|</span> |
| 55 | + <a href="https://github.com/balena-io-projects">GitHub projects</a> |
| 56 | + <span class="separator">|</span> |
| 57 | + <a href="https://forums.balena.io/c/projects">Projects in our forums</a> |
53 | 58 | </div> |
54 | 59 |
|
55 | 60 | <div class="box"> |
56 | | - <h5 class="title green">Get additional help</h5> |
| 61 | + <h5 class="title">Get additional help</h5> |
57 | 62 | <p>Need to ask a question or get product support?</p> |
58 | | - <a class="button green" href="https://forums.balena.io/">Visit our forums</a> |
59 | | - <a class="button green" href="https://www.balena.io/contact-sales/">Contact sales</a> |
60 | | - <a class="button green" href="https://www.balena.io/support/">Learn about balena support</a> |
| 63 | + <a class="button" href="https://forums.balena.io/">Visit our forums</a> |
| 64 | + <br /> |
| 65 | + <a href="https://www.balena.io/contact-sales/">Contact sales</a> |
| 66 | + <span class="separator">|</span> |
| 67 | + <a href="https://www.balena.io/support/">Learn about balena support</a> |
61 | 68 | </div> |
62 | 69 |
|
63 | 70 | </div> |
|
0 commit comments