Skip to content

Commit

Permalink
update page to use cards and accordions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Prom committed Nov 19, 2024
1 parent 62f23b3 commit 8a2396f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/translate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<h2>Gene Model Translation / Correspondence</h2>

<div class="uk-card uk-card-default uk-card-body uk-padding-small">
<ul uk-accordion>
<li>
<a class="uk-accordion-title">Correspondence</a>
Expand Down Expand Up @@ -198,8 +199,10 @@ <h3>Methods</h3>
</div>
</li>
</ul>
</div>
<br>


<div class="uk-card uk-card-default uk-card-body uk-padding-small">
<!-- the custom pangene lookup element -->
<ul uk-accordion>
<li class="uk-open">
Expand All @@ -212,6 +215,7 @@ <h3>Methods</h3>
</div>
</li>
</ul>
</div>
<!-- set the form data and search functions by property because functions can't be set by attribute -->
<script type="module">

Expand Down

0 comments on commit 8a2396f

Please sign in to comment.