Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -14
index.html
CHANGED
|
@@ -62,20 +62,10 @@
|
|
| 62 |
</div>
|
| 63 |
</header>
|
| 64 |
|
| 65 |
-
<section class="
|
| 66 |
-
<
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
<a href="architecture.pdf" target="_blank" rel="noopener">
|
| 70 |
-
<picture>
|
| 71 |
-
<source srcset="architecture.webp" type="image/webp">
|
| 72 |
-
<img src="architecture.png" alt="System architecture diagram" loading="lazy" width="1800" height="1100">
|
| 73 |
-
</picture>
|
| 74 |
-
</a>
|
| 75 |
-
<p class="caption">
|
| 76 |
-
Figure 1. Automotive-ENV system architecture. <span class="muted">(Click to open the PDF.)</span>
|
| 77 |
-
</p>
|
| 78 |
-
</div>
|
| 79 |
</section>
|
| 80 |
|
| 81 |
<!-- demo video -->
|
|
|
|
| 62 |
</div>
|
| 63 |
</header>
|
| 64 |
|
| 65 |
+
<section class="card figure" aria-label="system-overview">
|
| 66 |
+
<h2>System Overview</h2>
|
| 67 |
+
<img src="demo_arch.png" alt="System architecture diagram" loading="lazy">
|
| 68 |
+
<p class="caption">Figure 1. Automotive-ENV architecture overview.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
</section>
|
| 70 |
|
| 71 |
<!-- demo video -->
|