Updates to rx
fd7608cb4c6c2690d243d3824a916eee3c19a021
1 parent
c384b41e
rx/index.html
+12 -3
| 75 | 75 | ||
| 76 | 76 | img { |
|
| 77 | 77 | display: block; |
|
| 78 | 78 | margin: 0 auto; |
|
| 79 | 79 | border: 1px solid #ddd; |
|
| 80 | + | image-rendering: optimizeSpeed; |
|
| 81 | + | image-rendering: -moz-crisp-edges; |
|
| 82 | + | image-rendering: -o-crisp-edges; |
|
| 83 | + | image-rendering: -webkit-optimize-contrast; |
|
| 84 | + | image-rendering: pixelated; |
|
| 85 | + | image-rendering: optimize-contrast; |
|
| 86 | + | -ms-interpolation-mode: nearest-neighbor; |
|
| 80 | 87 | } |
|
| 81 | 88 | ||
| 82 | 89 | li { |
|
| 83 | 90 | list-style-type: none; |
|
| 84 | 91 | } |
| 102 | 109 | .version { |
|
| 103 | 110 | font-size: 0.8em; |
|
| 104 | 111 | } |
|
| 105 | 112 | ||
| 106 | 113 | .screenshot { |
|
| 114 | + | width: 603px; |
|
| 115 | + | height: 459px; |
|
| 107 | 116 | margin: 0 auto; |
|
| 108 | 117 | text-align: center; |
|
| 109 | - | width: 100%; |
|
| 110 | 118 | } |
|
| 111 | 119 | ||
| 112 | 120 | .grey { |
|
| 113 | 121 | color: grey; |
|
| 114 | 122 | } |
| 154 | 162 | <br/> |
|
| 155 | 163 | <p class="subtitle">a modern and extensible pixel editor implemented in rust</p> |
|
| 156 | 164 | <br/> |
|
| 157 | 165 | <center> |
|
| 158 | 166 | <small> |
|
| 159 | - | <a href="#download">Download for GNU/Linux</a> |
|
| 167 | + | <a href="#download">Download for GNU/Linux</a><br/> |
|
| 168 | + | <a href="https://github.com/cloudhead/rx">GitHub</a> |
|
| 160 | 169 | </small> |
|
| 161 | 170 | </center> |
|
| 162 | 171 | </section> |
|
| 163 | 172 | <section class="screenshot"> |
|
| 164 | - | <img src="overview.png"/> |
|
| 173 | + | <img src="rx.gif"/> |
|
| 165 | 174 | </section> |
|
| 166 | 175 | <section> |
|
| 167 | 176 | <p><em>rx</em> is an extensible, modern and minimalist <strong>pixel |
|
| 168 | 177 | editor</strong> and <strong>animator</strong> implemented in rust[0]. |
|
| 169 | 178 | It's designed to have as little UI as possible, and instead takes |
rx/rx.gif
added
+0 -0
Binary file changed.