Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearcaro committed Nov 2, 2020
1 parent c0cf571 commit 451db74
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified img/.DS_Store
Binary file not shown.
Binary file added img/research-img/BrainMaps.mp4
Binary file not shown.
Binary file added img/research-img/BrainMaps.webm
Binary file not shown.
7 changes: 6 additions & 1 deletion research.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
width: 75%;
}


.right {
width: 25%;

}

/* Clear floats after the columns */
Expand Down Expand Up @@ -176,7 +178,10 @@ <h6 style="font-size:14px; text-align:left;">Selected publications:
</div>

<div class="column right" style="text-align:center">
<p><img src="img/research-img/BrainMaps-Macaque.png" alt="" height=75% width=75%></p>
<video class="center" width="95%" height="95%" poster="img/research-img/BrainMaps-Macaque.png" autoplay preload loop muted>
<source src="img/research-img/BrainMaps.mp4" type="video/mp4">
<source src="img/research-img/BrainMaps.webm" type="video/webm">
</video>
</div>
</div>

Expand Down

0 comments on commit 451db74

Please sign in to comment.