Update index.html
Browse files- index.html +7 -5
index.html
CHANGED
|
@@ -60,13 +60,15 @@
|
|
| 60 |
</div>
|
| 61 |
</div>
|
| 62 |
|
| 63 |
-
<!--
|
| 64 |
<div class="container" style="max-width: 900px;">
|
| 65 |
<h2>Paper Highlights</h2>
|
| 66 |
-
<div id="highlight-box" style="padding:
|
| 67 |
-
<
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
| 70 |
</div>
|
| 71 |
<div class="text-center mt-3">
|
| 72 |
<button onclick="prevHighlight()" class="btn btn-outline-primary">←</button>
|
|
|
|
| 60 |
</div>
|
| 61 |
</div>
|
| 62 |
|
| 63 |
+
<!-- Unified Paper Highlights Section -->
|
| 64 |
<div class="container" style="max-width: 900px;">
|
| 65 |
<h2>Paper Highlights</h2>
|
| 66 |
+
<div id="highlight-box" style="padding: 20px; border: 1px solid #ccc; border-radius: 12px; background: #fefefe; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
|
| 67 |
+
<div style="text-align: center;">
|
| 68 |
+
<img id="highlight-image" src="" alt="Highlight figure"
|
| 69 |
+
style="max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.08);">
|
| 70 |
+
</div>
|
| 71 |
+
<p id="highlight-text" style="font-size: 1.05rem; line-height: 1.6; text-align: left; margin: 0 10px;"></p>
|
| 72 |
</div>
|
| 73 |
<div class="text-center mt-3">
|
| 74 |
<button onclick="prevHighlight()" class="btn btn-outline-primary">←</button>
|