Skip to content

Commit

Permalink
Add task description images to grid
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaybd committed May 6, 2024
1 parent 7e13492 commit 3eb2f92
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,10 @@ <h2 class="title is-2">Abstract</h2>

<div class="columns is-centered has-text-centered">
<div class="column">
<div class="columns is-centered has-text-centered is-mobile is-multiline">
<div class="columns is-centered has-text-centered is-mobile is-multiline mb-5-mobile">
<div class="column is-2 is-one-third-mobile">
<img src="./static/images/ccil_grid/grasp_cube.jpg" />
</div>
<div class="column is-2 is-one-third-mobile">
<video class="synced-1" muted>
<source src="./static/videos/ccil_grid/cube_success_0.mp4" type="video/mp4">
Expand Down Expand Up @@ -253,7 +256,10 @@ <h2 class="title is-2">Abstract</h2>
</video>
</div>
</div>
<div class="columns is-centered has-text-centered is-mobile is-multiline">
<div class="columns is-centered has-text-centered is-mobile is-multiline mb-5-mobile">
<div class="column is-2 is-one-third-mobile">
<img src="./static/images/ccil_grid/lego_insert.jpg" />
</div>
<div class="column is-2 is-one-third-mobile">
<video class="synced-1" muted>
<source src="./static/videos/ccil_grid/lego_success_0.mp4" type="video/mp4">
Expand Down Expand Up @@ -286,6 +292,9 @@ <h2 class="title is-2">Abstract</h2>
</div>
</div>
<div class="columns is-centered has-text-centered is-mobile is-multiline">
<div class="column is-2 is-one-third-mobile">
<img src="./static/images/ccil_grid/grasp_coin.jpg" />
</div>
<div class="column is-2 is-one-third-mobile">
<video class="synced-1" muted>
<source src="./static/videos/ccil_grid/coin_success_0.mp4" type="video/mp4">
Expand Down
6 changes: 6 additions & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,9 @@ body {
min-height: 100%;
text-wrap: nowrap;
}

@media screen and (max-width: 768px) {
.mb-5-mobile {
margin-bottom: 1.5rem;
}
}
Binary file added static/images/ccil_grid/grasp_coin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/ccil_grid/grasp_cube.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/ccil_grid/lego_insert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3eb2f92

Please sign in to comment.