Skip to content

Commit

Permalink
deploy: d69ab7a
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Nov 8, 2023
1 parent 21a67d5 commit 65f381f
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 298 deletions.
1 change: 0 additions & 1 deletion assets/index-1faa7fb3.css

This file was deleted.

649 changes: 355 additions & 294 deletions assets/index-17a6a6ff.js → assets/index-556f5296.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-fdb377bf.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/pulses-30df7a48.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/times-1426387b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


<script src="https://unpkg.com/hydra-synth"></script>
<script type="module" crossorigin src="/assets/index-17a6a6ff.js"></script>
<link rel="stylesheet" href="/assets/index-1faa7fb3.css">
<script type="module" crossorigin src="/assets/index-556f5296.js"></script>
<link rel="stylesheet" href="/assets/index-fdb377bf.css">
</head>
<style>

Expand Down Expand Up @@ -142,7 +142,16 @@
<details class="space-y-2" open=true>
<summary class="font-semibold lg:text-xl pb-1 pt-1 text-orange-300">Learning</summary>
<div class="flex flex-col">
<p rel="noopener noreferrer" id="docs_time" class="pl-2 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Time/Rhythm</p>
<details class="space-y-2" open=false>
<summary class="ml-2 lg:text-xl pb-1 pt-1 text-white">Time</summary>
<div class="flex flex-col">
<p rel="noopener noreferrer" id="docs_time" class="ml-8 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Dealing with time</p>
<p rel="noopener noreferrer" id="docs_linear" class="ml-8 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Time & Transport</p>
<p rel="noopener noreferrer" id="docs_cyclic" class="ml-8 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Time & Cycles</p>
<p rel="noopener noreferrer" id="docs_longform" class="ml-8 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Time & Structure</p>

</div>
</details>
<p rel="noopener noreferrer" id="docs_sound" class="pl-2 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Audio Engine</p>
<p rel="noopener noreferrer" id="docs_samples" class="pl-2 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Samples</p>
<p rel="noopener noreferrer" id="docs_synths" class="pl-2 pr-2 lg:text-xl text-sm hover:bg-neutral-800 py-1 my-1 rounded-lg">Synths</p>
Expand Down

0 comments on commit 65f381f

Please sign in to comment.