Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +12 -2
index.html
CHANGED
|
@@ -179,7 +179,7 @@
|
|
| 179 |
<a href="https://panel.holoviz.org">
|
| 180 |
<img id="panel-logo" src="Labrie_logo.png"/>
|
| 181 |
</a>
|
| 182 |
-
|
| 183 |
<span id="title">Cyc IF</span>
|
| 184 |
<span id="subtitle">Labo Labrie</span>
|
| 185 |
</div>
|
|
@@ -202,4 +202,14 @@
|
|
| 202 |
</svg>
|
| 203 |
</object>
|
| 204 |
<div class="card-content">
|
| 205 |
-
<h2 class="card-header">{{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
<a href="https://panel.holoviz.org">
|
| 180 |
<img id="panel-logo" src="Labrie_logo.png"/>
|
| 181 |
</a>
|
| 182 |
+
<div class="title-area">
|
| 183 |
<span id="title">Cyc IF</span>
|
| 184 |
<span id="subtitle">Labo Labrie</span>
|
| 185 |
</div>
|
|
|
|
| 202 |
</svg>
|
| 203 |
</object>
|
| 204 |
<div class="card-content">
|
| 205 |
+
<h2 class="card-header">{{ item[1:].replace("_", " ").title() }}</h2>
|
| 206 |
+
</div>
|
| 207 |
+
</div>
|
| 208 |
+
</a>
|
| 209 |
+
</li>
|
| 210 |
+
{% end %}
|
| 211 |
+
</ul>
|
| 212 |
+
</section>
|
| 213 |
+
</div>
|
| 214 |
+
</body>
|
| 215 |
+
</html>
|