Skip to content

Commit

Permalink
updating placement
Browse files Browse the repository at this point in the history
  • Loading branch information
nskat committed Jul 30, 2024
1 parent 12978d5 commit 622a467
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,15 @@ <h2 class="title is-3">Abstract</h2>



<div class="container d-flex flex-row">
<div class="w-50">
<div class="container">
<div style="display: inline-block; width: 45%;">
<video width="100%" autoplay loop muted preload="auto">
<source src="static/videos/mec_encs.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<figcaption>Caption for the first video</figcaption>
</div>
<div class="w-50">
<div style="display: inline-block; width: 45%;">
<video width="100%" autoplay loop muted preload="auto">
<source src="static/videos/mec_encs.mp4" type="video/mp4">
Your browser does not support the video tag.
Expand All @@ -213,6 +213,16 @@ <h2 class="title is-3">Abstract</h2>
</div>
</div>

<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<div class="content has-text-justified">
<p>Two-dimensional embeddings obtained during the supervised prediction of the position of the animal’s hand for monkeys performing a centre-out task (Chowdury et al., 2020).</p>
</div>
</div>
</div>
</div>

<!--
<section class="hero is-small">
<div class="hero-body">
Expand Down

0 comments on commit 622a467

Please sign in to comment.