Add version and disclaimer to rx
5d58b9daba78fd156ff15795ba6275809c7776ff
1 parent
1d217c59
rx/index.html
+8 -1
| 60 | 60 | width: auto; |
|
| 61 | 61 | margin: 0; |
|
| 62 | 62 | padding: 0; |
|
| 63 | 63 | } |
|
| 64 | 64 | ||
| 65 | - | .subtitle { |
|
| 65 | + | .subtitle, .version { |
|
| 66 | 66 | text-align: center; |
|
| 67 | 67 | margin: 0; |
|
| 68 | 68 | } |
|
| 69 | 69 | ||
| 70 | + | .version { |
|
| 71 | + | font-size: 0.8em; |
|
| 72 | + | } |
|
| 73 | + | ||
| 70 | 74 | .screenshot { |
|
| 71 | 75 | margin: 0 auto; |
|
| 72 | 76 | text-align: center; |
|
| 73 | 77 | width: 1180px; |
|
| 74 | 78 | overflow: hidden; |
| 98 | 102 | ╚███╔██║╚███╔╝ |
|
| 99 | 103 | ██╔╝══╝██╔██╗ |
|
| 100 | 104 | ██║ ██╔╝ ██╗ |
|
| 101 | 105 | ╚═╝ ╚═╝ ╚═╝ |
|
| 102 | 106 | </pre> |
|
| 107 | + | <p class="version">v0.1.0 <em>alpha</em></p> |
|
| 108 | + | <br/> |
|
| 103 | 109 | <p class="subtitle">a modern and extensible pixel editor implemented in rust.</p> |
|
| 104 | 110 | </section> |
|
| 105 | 111 | <div class="screenshot"> |
|
| 106 | 112 | <img src="overview.png"/> |
|
| 107 | 113 | </div> |
| 149 | 155 | </ul> |
|
| 150 | 156 | </section> |
|
| 151 | 157 | ||
| 152 | 158 | <section> |
|
| 153 | 159 | <h2>DOWNLOAD</h2> |
|
| 160 | + | <center><p><em><small>Disclaimer: this is alpha software, use at your own risk!</small></em></p></center> |
|
| 154 | 161 | You'll need <strong>cargo</strong> and <strong>rust</strong> to install <em>rx</em>. For more |
|
| 155 | 162 | detailed instructions, see the <a href="https://github.com/cloudhead/rx/blob/master/README">README</a>. |
|
| 156 | 163 | ||
| 157 | 164 | <h3>Linux</h3> |
|
| 158 | 165 | <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --locked --features vulkan</code></div> |