Skip to content

Commit

Permalink
Trying to fix asset links
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstorer committed Mar 8, 2024
1 parent 14c45cb commit afb8dff
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _includes/title.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

<img src="/assets/images/Cmajor-Word-Logo.png" style="margin-top:20px;max-width: 150pt;max-height: 50pt;">
<img src="./assets/images/Cmajor-Word-Logo.png" style="margin-top:20px;max-width: 150pt;max-height: 50pt;">
3 changes: 2 additions & 1 deletion docs/Examples/808.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Connect a MIDI keyboard to try it out.

<a href="https://github.com/cmajor-lang/cmajor/tree/main/examples/patches/808" target="_blank">Click here to view the source code.</a>

<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;" src="/assets/example_patches/808/index.html">
<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;"
src="./assets/example_patches/808/index.html">
</iframe>

3 changes: 2 additions & 1 deletion docs/Examples/ElectricPiano.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Connect a MIDI keyboard to try it out.

<a href="https://github.com/cmajor-lang/cmajor/tree/main/examples/patches/ElectricPiano" target="_blank">Click here to view the source code.</a>

<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;" src="/assets/example_patches/ElectricPiano/index.html">
<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;"
src="./assets/example_patches/ElectricPiano/index.html">
</iframe>

3 changes: 2 additions & 1 deletion docs/Examples/HelloWorld.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is a Javascript/WebAssembly build of the "HelloWorld" example patch.

<a href="https://github.com/cmajor-lang/cmajor/tree/main/examples/patches/HelloWorld" target="_blank">Click here to view the source code.</a>

<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;" src="/assets/example_patches/HelloWorld/index.html">
<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;"
src="./assets/example_patches/HelloWorld/index.html">
</iframe>

3 changes: 2 additions & 1 deletion docs/Examples/Piano.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Connect a MIDI keyboard to try it out.

<a href="https://github.com/cmajor-lang/cmajor/tree/main/examples/patches/Piano" target="_blank">Click here to view the source code.</a>

<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;" src="/assets/example_patches/Piano/index.html">
<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;"
src="./assets/example_patches/Piano/index.html">
</iframe>

3 changes: 2 additions & 1 deletion docs/Examples/RingMod.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is a Javascript/WebAssembly build of the "RingMod" example patch.

<a href="https://github.com/cmajor-lang/cmajor/tree/main/examples/patches/RingMod" target="_blank">Click here to view the source code.</a>

<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;" src="/assets/example_patches/RingMod/index.html">
<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;"
src="./assets/example_patches/RingMod/index.html">
</iframe>

3 changes: 2 additions & 1 deletion docs/Examples/Tremolo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is a Javascript/WebAssembly build of the "Tremolo" example patch.

<a href="https://github.com/cmajor-lang/cmajor/tree/main/examples/patches/Tremolo" target="_blank">Click here to view the source code.</a>

<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;" src="/assets/example_patches/Tremolo/index.html">
<iframe style="display: inline-block; width: 100%; height: 32rem; border:none; padding-top: 1rem; resize: vertical;"
src="./assets/example_patches/Tremolo/index.html">
</iframe>

0 comments on commit afb8dff

Please sign in to comment.