|
36 | 36 | on:pointerup={() => release(selected_scale.notes[0])}
|
37 | 37 | on:pointerleave={() => release(selected_scale.notes[0])}
|
38 | 38 | >
|
39 |
| - <img class="h-auto max-w-full" src="/img/01_A.png" alt="Sezione 1" /> |
| 39 | + <img class="h-auto max-w-full" src="./img/01_A.png" alt="Sezione 1" /> |
40 | 40 | </button>
|
41 | 41 | <div class="flex flex-row">
|
42 | 42 | <button
|
|
47 | 47 | on:pointerup={() => release(selected_scale.notes[3])}
|
48 | 48 | on:pointerleave={() => release(selected_scale.notes[3])}
|
49 | 49 | >
|
50 |
| - <img class="h-full w-auto" src="/img/04_F.png" alt="Sezione 4" /> |
| 50 | + <img class="h-full w-auto" src="./img/04_F.png" alt="Sezione 4" /> |
51 | 51 | </button>
|
52 | 52 | <button
|
53 | 53 | on:contextmenu={() => {
|
|
57 | 57 | on:pointerup={() => release(selected_scale.notes[4])}
|
58 | 58 | on:pointerleave={() => release(selected_scale.notes[4])}
|
59 | 59 | >
|
60 |
| - <img class="h-full w-auto" src="/img/05_D.png" alt="Sezione 5" /> |
| 60 | + <img class="h-full w-auto" src="./img/05_D.png" alt="Sezione 5" /> |
61 | 61 | </button>
|
62 | 62 | </div>
|
63 | 63 | </div>
|
|
70 | 70 | on:pointerup={() => release(selected_scale.notes[1])}
|
71 | 71 | on:pointerleave={() => release(selected_scale.notes[1])}
|
72 | 72 | >
|
73 |
| - <img class="h-auto max-w-full" src="/img/02_B.png" alt="Sezione 2" /> |
| 73 | + <img class="h-auto max-w-full" src="./img/02_B.png" alt="Sezione 2" /> |
74 | 74 | </button>
|
75 | 75 | <button
|
76 | 76 | on:contextmenu={() => {
|
|
80 | 80 | on:pointerup={() => release(selected_scale.notes[2])}
|
81 | 81 | on:pointerleave={() => release(selected_scale.notes[2])}
|
82 | 82 | >
|
83 |
| - <img class="h-auto max-w-full" src="/img/03_G.png" alt="Sezione 3" /> |
| 83 | + <img class="h-auto max-w-full" src="./img/03_G.png" alt="Sezione 3" /> |
84 | 84 | </button>
|
85 | 85 | <button
|
86 | 86 | on:contextmenu={() => {
|
|
90 | 90 | on:pointerup={() => release(selected_scale.notes[5])}
|
91 | 91 | on:pointerleave={() => release(selected_scale.notes[5])}
|
92 | 92 | >
|
93 |
| - <img class="h-auto max-w-full" src="/img/06_C.png" alt="Sezione 6" /> |
| 93 | + <img class="h-auto max-w-full" src="./img/06_C.png" alt="Sezione 6" /> |
94 | 94 | </button>
|
95 | 95 | </div>
|
96 | 96 | </div>
|
|
103 | 103 | on:pointerup={() => release(selected_scale.notes[6])}
|
104 | 104 | on:pointerleave={() => release(selected_scale.notes[6])}
|
105 | 105 | >
|
106 |
| - <img class="h-auto max-w-full" src="/img/07_Fsharp.png" alt="Sezione 7" /> |
| 106 | + <img class="h-auto max-w-full" src="./img/07_Fsharp.png" alt="Sezione 7" /> |
107 | 107 | </button>
|
108 | 108 | <button
|
109 | 109 | on:contextmenu={() => {
|
|
113 | 113 | on:pointerup={() => release(selected_scale.notes[0])}
|
114 | 114 | on:pointerleave={() => release(selected_scale.notes[0])}
|
115 | 115 | >
|
116 |
| - <img class="h-auto max-w-full" src="/img/08_E.png" alt="Sezione 8" /> |
| 116 | + <img class="h-auto max-w-full" src="./img/08_E.png" alt="Sezione 8" /> |
117 | 117 | </button>
|
118 | 118 | </div>
|
119 | 119 | </section>
|
|
0 commit comments