A music player that connects to your cloud/distributed storage.

chore: more homepage updates

+40 -6
+40 -6
src/index.vto
··· 257 257 <div class="columns"> 258 258 <div class="element"> 259 259 <p> 260 - <strong style="color: var(--accent)">Diffuse is not exactly your typical streaming service, we have to add sources of audio so we have stuff to play.</strong> This button below adds some demo content, so you can experiment with the software right away. 260 + <strong style="color: var(--accent)">Diffuse is not your typical streaming service, we have to add sources of audio so we have stuff to play.</strong> This button below adds some demo content, so you can experiment with the software right away. 261 261 </p> 262 262 263 263 <p> ··· 294 294 295 295 <p> 296 296 <span class="button-row"> 297 - <a class="button button--bg-twist-2" href="{{ ('facets/playback/auto-queue/index.html') |> facetLoaderURL }}" target="_blank"> 297 + <a class="button button--bg-twist-1" href="{{ ('facets/playback/auto-queue/index.html') |> facetLoaderURL }}" target="_blank"> 298 298 <span class="with-icon"> 299 299 <i class="ph-fill ph-number-circle-one"></i> 300 300 Fill up queue 301 301 </span> 302 302 </a> 303 - <a class="button button--bg-twist-2" href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}" target="_blank"> 303 + <a class="button button--bg-twist-1" href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}" target="_blank"> 304 304 <span class="with-icon"> 305 305 <i class="ph-fill ph-number-circle-two"></i> 306 306 Play audio ··· 318 318 </p> 319 319 320 320 <p> 321 - To do that, we have to visit our <strong style="color: var(--accent-twist-4)">kitchen</strong>. There you'll be able to browse through all the features and interfaces that are provided by Diffuse. To use a feature, you click the toggle to enable it, this will add it to your software. Interfaces can be added too, but it's not required, you can try them out right away by clicking the link in their title. 321 + To do that, we have to visit our <strong style="color: var(--accent-twist-2)">kitchen</strong>. There you'll be able to browse through all the features and interfaces that are provided by Diffuse. To use a feature, you click the toggle to enable it, this will add it to your software. Interfaces can be added too, but it's not required, you can try them out right away by clicking the link in their title. 322 + </p> 323 + 324 + <p> 325 + <a class="button button--bg-twist-2" href="kitchen/" target="_blank">Explore the kitchen</a> 326 + </p> 327 + </div> 328 + 329 + <div class="element"> 330 + <p> 331 + <em>What you mean, my software? What is software anyways?</em> 322 332 </p> 323 333 324 334 <p> 325 - <a class="button button--bg-twist-4" href="kitchen/" target="_blank">Explore the kitchen</a> 335 + When we say software, we mean, having a user interface or code that manipulates your data in some way. Because you are picking those pieces that change how it looks and behaves, you are composing your own software, you made it yours. 326 336 </p> 327 337 </div> 338 + </div> 328 339 340 + <div class="columns" style="margin-top: var(--space-xl)"> 329 341 <div class="element"> 330 342 <p> 331 343 <em>What is a feature exactly?</em> 332 344 </p> 333 345 334 346 <p> 335 - A <strong style="color: var(--accent-twist-4)">feature</strong> is a piece of code that expands the capabilities of your software or that makes it behave in a certain kind of way. It runs each time you open an interface, but may not necessarily be activated. 347 + A <strong style="color: var(--accent-twist-4)">feature</strong> is a piece of code that expands the capabilities of your software or that makes it behave in a certain kind of way. It runs each time you open an interface, but may not necessarily be activated. Some examples, support for a particular audio source, or always add things automatically to the queue. 348 + </p> 349 + </div> 350 + 351 + <div class="element"> 352 + <p> 353 + <em>What makes it cooperative?</em> 354 + </p> 355 + 356 + <p> 357 + These features and interfaces aren't required to be built into Diffuse, they can come from any place on the web. This makes it cooperative, you can share your features and interfaces, and use ones from other people. Any of these can be edited by clicking the edit button on the "your software" page. 358 + </p> 359 + </div> 360 + </div> 361 + 362 + <div class="columns" style="margin-top: var(--space-xl)"> 363 + <div class="element"> 364 + <p> 365 + <em>How do I sync my data with my other devices?</em> 366 + </p> 367 + 368 + <p> 369 + # 336 370 </p> 337 371 </div> 338 372 </div>