Skip to content

Commit

Permalink
Update index.html change gif size position and title size
Browse files Browse the repository at this point in the history
  • Loading branch information
YuchengLi-steven authored Aug 30, 2024
1 parent 5113b0a commit e3b0218
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h3 class="title is-4">Imaging neurons deep in the brain</h3>

</div>

<div class="columns is-centered">
<!-- <div class="columns is-centered">
<div class="content">
<h3 class="title is-4" style="text-align: center;">Video of fluorescence-labeled neuron at different axial planes </h3>
<a href="">
Expand All @@ -336,8 +336,17 @@ <h3 class="title is-4" style="text-align: center;">Video of fluorescence-labeled

</a>
</div>
</div> -->
<div class="columns is-centered">
<div class="content" style="display: flex; justify-content: center;">
<h4 class="title is-4" style="text-align: center;">Video of fluorescence-labeled neurons at different axial planes</h4>
<a href="">
<img src="./static/videos/12-18-23 tdTomato PV whole brain in vitro I1_45.gif" style="width: 500px; height: 500px;">
</a>
</div>
</div>



<p>
</p>
Expand Down Expand Up @@ -373,16 +382,23 @@ <h3 class="title is-4" style="text-align: center;">Imaging cerebral blood vessel



<div class="columns is-centered">
<!-- <div class="columns is-centered">
<div class="content">
<h3 class="title is-4" style="text-align: center;">Video of blood vessels with fluorophore injection at different axial planes</h3>
<a href="">
<img src="./static/videos/12-19-23 FITC blood vessel whole brain in vitro I6.gif" style="width: 100%; height: auto;">
</a>
</div>
</div>

</div> -->

<div class="columns is-centered">
<div class="content" style="display: flex; justify-content: center;">
<h4 class="title is-4" style="text-align: center;">Video of fluorescence-labeled neurons at different axial planes</h4>
<a href="">
<img src="./static/videos/12-19-23 FITC blood vessel whole brain in vitro I6.gif" style="width: 500px; height: 500px;">
</a>
</div>
</div>



Expand Down

0 comments on commit e3b0218

Please sign in to comment.