Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added positions
  • Loading branch information
lutsik authored Jul 5, 2024
1 parent a9adfef commit 6d8489b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
display: grid;
grid-template-areas:
"research team software"
"publications funding other";
"publications positions other";
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 10px;
Expand Down Expand Up @@ -206,8 +206,8 @@ <h2>Publications</h2>
</ul>
</section>

<section id="funding" class="Positions">
<h2>Funding</h2>
<section id="positions" class="Positions">
<h2>Positions</h2>
<ul>
<li>PhD Student in single-cell and spatial omics</li>
</ul>
Expand Down

0 comments on commit 6d8489b

Please sign in to comment.