Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -180,20 +180,20 @@
|
|
| 180 |
<div class="media-grid">
|
| 181 |
<figure class="media-card">
|
| 182 |
<video id="sampleVideo" controls preload="metadata" playsinline poster="assets/sample_poster.jpg">
|
| 183 |
-
<source src="
|
| 184 |
Your browser doesn’t support HTML5 video.
|
| 185 |
</video>
|
| 186 |
<div class="toolbar" role="toolbar" aria-label="Version selector">
|
| 187 |
-
<button type="button" class="ver" data-src="
|
| 188 |
-
<button type="button" class="ver" data-src="
|
| 189 |
-
<button type="button" class="ver" data-src="
|
| 190 |
<span class="muted" id="verStatus" aria-live="polite" style="margin-left:.4rem">Now showing: AV</span>
|
| 191 |
</div>
|
| 192 |
<figcaption class="muted">Task labels (demo): <strong>object</strong>=<code>paperbox</code>, <strong>material</strong>=<code>cardboard</code>, <strong>outcome</strong>=<code>bounce</code></figcaption>
|
| 193 |
</figure>
|
| 194 |
<div class="media-card">
|
| 195 |
<figure>
|
| 196 |
-
<img src="
|
| 197 |
<figcaption class="muted">Overall heatmap (example). Replace with your exported figure.</figcaption>
|
| 198 |
</figure>
|
| 199 |
<figure style="margin-top:.8rem">
|
|
|
|
| 180 |
<div class="media-grid">
|
| 181 |
<figure class="media-card">
|
| 182 |
<video id="sampleVideo" controls preload="metadata" playsinline poster="assets/sample_poster.jpg">
|
| 183 |
+
<source src="paperbox_high_1.MP4" type="video/mp4" />
|
| 184 |
Your browser doesn’t support HTML5 video.
|
| 185 |
</video>
|
| 186 |
<div class="toolbar" role="toolbar" aria-label="Version selector">
|
| 187 |
+
<button type="button" class="ver" data-src="paperbox_high_1_A.mp4" aria-pressed="false" aria-label="Audio only (A)">A</button>
|
| 188 |
+
<button type="button" class="ver" data-src="paperbox_high_1_V.mp4" aria-pressed="false" aria-label="Video only (V)">V</button>
|
| 189 |
+
<button type="button" class="ver" data-src="paperbox_high_1.MP4" aria-pressed="true" aria-label="Audio + Video (AV)">AV</button>
|
| 190 |
<span class="muted" id="verStatus" aria-live="polite" style="margin-left:.4rem">Now showing: AV</span>
|
| 191 |
</div>
|
| 192 |
<figcaption class="muted">Task labels (demo): <strong>object</strong>=<code>paperbox</code>, <strong>material</strong>=<code>cardboard</code>, <strong>outcome</strong>=<code>bounce</code></figcaption>
|
| 193 |
</figure>
|
| 194 |
<div class="media-card">
|
| 195 |
<figure>
|
| 196 |
+
<img src="XModel_gain-2.png" alt="Overall performance heatmap (placeholder)" loading="lazy" style="width:100%; border-radius:.6rem" />
|
| 197 |
<figcaption class="muted">Overall heatmap (example). Replace with your exported figure.</figcaption>
|
| 198 |
</figure>
|
| 199 |
<figure style="margin-top:.8rem">
|