KashyapiNagaHarshitha commited on
Commit
731c96d
·
verified ·
1 Parent(s): e8bc2a2

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <div class="title-area">
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>