···99 font-size: var(--fs-lg);
1010 opacity: 0.6;
1111 }
1212+1313+ .getting-started {
1414+ font-size: var(--fs-md);
1515+ font-weight: 200;
1616+1717+ li {
1818+ display: inline-flex;
1919+ }
2020+2121+ li a {
2222+ text-decoration: none;
2323+ }
2424+2525+ .with-icon {
2626+ gap: var(--space-sm);
2727+ }
2828+ }
2929+3030+ .intro {
3131+ display: flex;
3232+ flex-wrap: wrap;
3333+ font-size: var(--fs-xl);
3434+ font-weight: 100;
3535+ gap: var(--space-sm) var(--space-xl);
3636+ margin: var(--space-xl) 0;
3737+ text-align: center;
3838+3939+ & > div > span {
4040+ display: block;
4141+ margin: 0 auto;
4242+ max-width: var(--container-md);
4343+ }
4444+ }
1245</style>
13461447<h1 hidden>Guide</h1>
15481616-<div class="columns">
1717- <section class="flex">
1818- <h2>Concept</h2>
4949+<section class="intro">
5050+ <div class="flex" style="color: var(--accent-twist-2)">
5151+ <span>Infinite interfaces to interact with your data.</span>
5252+ </div>
5353+ <div class="flex" style="color: var(--accent-twist-4)">
5454+ <span>Countless features to extend your experience.</span>
5555+ </div>
5656+</section>
19572020- <p>
2121- Diffuse is unlike traditional software; instead of combining several features into a single user interface and producing data output, we do the opposite, we start with the data and work our way up from there.
2222- </p>
5858+<section class="getting-started">
5959+ <div class="columns">
6060+ <ul class="flex" style="display: flex; flex-direction: column; gap: var(--space-md); max-width: 100%; padding-left: 0">
6161+ <li class="with-icon">
6262+ <a class="with-icon" href="{{ ('facets/connect/index.html') |> facetLoaderURL }}">
6363+ <i class="ph-fill ph-number-circle-one" style="opacity: 0.4"></i>
6464+ <i class="ph-fill ph-file-audio" style="opacity: 0.4"></i>
6565+ <span>Add some audio</span>
6666+ </a>
6767+ </li>
23682424- <p>
2525- <strong>It provides every user the ability to choose which features and interfaces they want to layer on top of their data.</strong>
2626- </p>
6969+ <li class="with-icon">
7070+ <a class="with-icon" href="{{ ('facets/data/process-tracks/index.html') |> facetLoaderURL }}">
7171+ <i class="ph-fill ph-number-circle-two" style="opacity: 0.4"></i>
7272+ <i class="ph-fill ph-gear-fine" style="opacity: 0.4"></i>
7373+ <span>Wait until processed</span>
7474+ </a>
7575+ </li>
7676+7777+ <li class="with-icon">
7878+ <a class="with-icon" href="featured/">
7979+ <i class="ph-fill ph-number-circle-three" style="opacity: 0.4"></i>
8080+ <i class="ph-fill ph-paint-brush" style="opacity: 0.4"></i>
8181+ <span>Explore interfaces</span>
8282+ </a>
8383+ </li>
8484+ </ul>
27852828- <p>
2929- These features and interfaces are housed into units that we call "facets". They consist of <a href="elements/">Diffuse elements</a> that are connected, they broadcast their state and the parts of your data that have been updated.
3030- </p>
8686+ <ul class="flex" style="display: flex; flex-direction: column; gap: var(--space-md); max-width: 100%; padding-left: 0">
8787+ <li>
8888+ <a class="with-icon" href="featured/">
8989+ <i class="ph-fill ph-number-circle-four" style="opacity: 0.4"></i>
9090+ <i class="ph-fill ph-sparkle" style="opacity: 0.4"></i>
9191+ <span>Enable additional features</span>
9292+ </a>
9393+ </li>
31943232- <p>
3333- Finally, facets are just regular web pages so they can live wherever. We save them to the user-data storage that's configured and give the user the option to share it. This means that you can load features and interfaces from other people, <strong>building software cooperatively</strong>.
3434- </p>
3535- </section>
9595+ <li>
9696+ <a class="with-icon" href="{{ ('facets/connect/index.html') |> facetLoaderURL }}">
9797+ <i class="ph-fill ph-number-circle-five" style="opacity: 0.4"></i>
9898+ <i class="ph-fill ph-person" style="opacity: 0.4"></i>
9999+ <span>Sync or share data</span>
100100+ </a>
101101+ </li>
102102+ </ul>
103103+ </div>
104104+</section>
361053737- <section class="flex">
3838- <h2>Getting started</h2>
106106+<!--<section style="font-size: var(--fs-base);">
107107+ <h2>Getting started</h2>
391084040- <ul style="display: flex; flex-direction: column; gap: var(--space-md); margin-top: var(--space-md); padding-left: 0">
4141- <!-- 1 -->
109109+ <div class="columns">
110110+ <ul class="flex" style="display: flex; flex-direction: column; gap: var(--space-md); max-width: 100%; padding-left: 0">
42111 <li class="with-icon" style="gap: var(--space-sm)">
43112 <i class="ph-fill ph-file-audio" style="opacity: 0.4"></i>
44113 <span><strong>Add some audio files or streams.</strong> The wide range of <a href="{{ ('facets/connect/index.html') |> facetLoaderURL }}">connect interfaces</a> can be used for this, or use the demo from the tutorial below.</span>
45114 </li>
461154747- <!-- 2 -->
48116 <li class="with-icon" style="gap: var(--space-sm)">
49117 <i class="ph-fill ph-gear-six" style="opacity: 0.4"></i>
50118 <span><strong>Wait until the processing of audio sources into tracks is completed.</strong> You can monitor it using this <a href="{{ ('facets/data/process-tracks/index.html') |> facetLoaderURL }}">interface</a>. The tutorial demo will show it directly.</span>
51119 </li>
521205353- <!-- 3 -->
54121 <li class="with-icon" style="gap: var(--space-sm)">
55122 <i class="ph-fill ph-paint-brush" style="opacity: 0.4"></i>
56123 <span><strong style="color: var(--accent-twist-2)">Explore the interfaces that can be used to play and manage your audio.</strong> Check out the <a href="featured/">featured interfaces</a>.</span>
57124 </li>
125125+ </ul>
581265959- <!-- 4 -->
127127+ <ul class="flex" style="display: flex; flex-direction: column; gap: var(--space-md); max-width: 100%; padding-left: 0">
60128 <li class="with-icon" style="gap: var(--space-sm)">
61129 <i class="ph-fill ph-sparkle" style="opacity: 0.4"></i>
62130 <span><strong>Continue exploring, enable some additional features</strong> such as making played audio available offline automatically.</span>
63131 </li>
641326565- <!-- 5 -->
66133 <li class="with-icon" style="gap: var(--space-sm)">
67134 <i class="ph-fill ph-person" style="opacity: 0.4"></i>
68135 <span><strong>Sync your configuration and playlists with your other devices.</strong> Or share it with other people.</span>
69136 </li>
70137 </ul>
138138+ </div>
139139+</section>-->
140140+141141+<!--<div>
142142+ <section class="flex">
143143+ <h2>Concept</h2>
144144+145145+ <p>
146146+ Diffuse is unlike traditional software; instead of combining several features into a single user interface and producing data output, we do the opposite, we start with the data and work our way up from there.
147147+ </p>
148148+149149+ <p>
150150+ <strong>It provides every user the ability to choose which features and interfaces they want to layer on top of their data.</strong>
151151+ </p>
152152+153153+ <p>
154154+ These features and interfaces are housed into units that we call "facets". They consist of <a href="elements/">Diffuse elements</a> that are connected, they broadcast their state and the parts of your data that have been updated.
155155+ </p>
156156+157157+ <p>
158158+ Finally, facets are just regular web pages so they can live wherever. We save them to the user-data storage that's configured and give the user the option to share it. This means that you can load features and interfaces from other people, <strong>building software cooperatively</strong>.
159159+ </p>
71160 </section>
7272-</div>
161161+</div>-->
731627474-<section id="tutorial">
163163+<!--<section id="tutorial">
75164 <h2>Tutorial</h2>
7616577166 <div class="columns">
···129218 </p>
130219 </div>
131220 </div>
132132-</section>
221221+</section>-->