Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
happylinze authored Aug 7, 2024
1 parent a2de2ac commit 2052f92
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,24 @@ layout: default
padding: 1.5rem;
}
.image-container {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 20px;
}
.image-wrapper {
max-width: 300px;
}
.image-wrapper img {
width: 100%;
height: auto;
display: block;
}
#navbar {
flex-direction: column;
align-items: stretch;
Expand Down Expand Up @@ -198,6 +216,15 @@ layout: default
</div>
<!-- <div class="navbar-placeholder"></div> -->

<div class="image-container">
<div class="image-wrapper">
<img src="{{ site.baseurl }}/icon/MMVPR-logo.png" alt="MMVPR">
</div>
<div class="image-wrapper">
<img src="{{ site.baseurl }}/icon/icon.png" alt="ICPR">
</div>
</div>

The workshop on Multi-Modal Visual Pattern Recognition aims to provide a comprehensive platform for researchers and practitioners to discuss recent advancements, challenges, and opportunities in the field of multi-modal visual pattern recognition. The workshop is held in conjunction with the 27th [International Conference on Pattern Recognition (ICPR 2024)](https://icpr2024.org/).


Expand Down

0 comments on commit 2052f92

Please sign in to comment.