Skip to content

Commit

Permalink
fixing grid part II
Browse files Browse the repository at this point in the history
  • Loading branch information
arranger1044 committed Oct 21, 2024
1 parent db7551a commit a81b9fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ div.organizer{
display: flex;
}

div.organizer-info{
width: 100%;
grid-column: 1;
display: flex;
}

img.avatar{
max-width: 120px;
max-height: 120px;
Expand Down
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@ TBA
<div id="organizers">
<div class="organizer">
<img class="avatar" src="https://april-tools.github.io/images/people/aver.jpg"><br/>
<div>
<div class="organizer-info">
<b><a href="https://april-tools.github.io/">Antonio Vergari</a></b><br/>
*University of Edinburgh*
</div>
</div>
<div class="organizer">
<img class="avatar" src="https://grigorisg9gr.github.io/images/profile.png"><br/>
<div>
<div class="organizer-info">
<b><a href="https://grigoris.ece.wisc.edu/">Grigorios Chrysos</a></b><br/>
*University of Wisconsin-Madison*
</div>
</div>
<div class="organizer">
<img class="avatar" src="https://scholar.googleusercontent.com/citations?view_op=view_photo&user=i4JrumAAAAAJ&citpid=4"><br/>
<div>
<div class="organizer-info">
<b><a href="https://scholar.google.com/citations?user=i4JrumAAAAAJ">Chao Li</a></b><br/>
*RIKEN-AIP*
</div>
</div>
<div class="organizer">
<img class="avatar" src="https://s3.amazonaws.com/cms.ipressroom.com/173/files/20214/609454912cfac27230030244_Needell-768x811/Needell-768x811_260b38bf-a7a8-4684-9053-3f7d01f1a5e7-prv.jpg"><br/>
<div>
<div class="organizer-info">
<b><a href="https://www.math.ucla.edu/~deanna/">Deanna Needell</a></b><br/>
*UCLA*
</div>
Expand Down

0 comments on commit a81b9fd

Please sign in to comment.