madmax3366 commited on
Commit
392156c
·
verified ·
1 Parent(s): a179424

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -14
index.html CHANGED
@@ -62,20 +62,10 @@
62
  </div>
63
  </header>
64
 
65
- <section class="section">
66
- <div class="card figure" aria-label="system overview">
67
- <h2>System Overview</h2>
68
- <!-- Click to open the original PDF (optional) -->
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 -->