Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/gcc2026-banner.png
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 images/gcc2026-carousel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ <h1 class="text-center">The Belgian Galaxy instance</h1>

<!-- <div class="row mb-4">
<div class="col">
<div class="card rounded border-0 shadow-sm shadow-hover" style="background-color: #2b5522ff;">
<a href="https://gallantries.github.io/video-library/events/smorgasbord3/" class="stretched-link">
<img class="card-img py-3 px-5" src="{{'images/Smorgasbord2023.png' | relative_url}}">
<div class="card rounded border-0 shadow-sm shadow-hover" style="background-color: rgb(255, 255, 255);">
<a href="https://gallantries.github.io/video-library/events/smorgasbord3/" class="stretched-link d-flex align-items-center justify-content-center">
<img class="card-img py-3 px-5" src="{{'images/gcc2026-banner.png' | relative_url}}" style="max-height:200px;width:auto;"alt="GBCC banner">
</a>
</div>
</div>
Expand All @@ -101,22 +101,22 @@ <h2 class="mt-0">Galaxy and Bioconductor Community Conference (GBCC)
</div>
</div>
</div> -->
<!-- <div class="col-12 mb-4">
<div class="col-12 mb-4">
<div class="card rounded border-0 shadow-sm h-100 shadow-hover">
<div class="card-body px-4 d-grid d-md-flex justify-content-center gap-4">
<a href="https://galaxyproject.org/events/2025-10-01-egd2025/" class="stretched-link d-flex align-items-center">
<img class="card-img" src="{{'images/gbcc2025/logo_egd_2025.png' | relative_url}}" style="max-height:144px;width:auto;"alt="EGD banner">
<a href="https://galaxyproject.org/events/gcc2026/" class="stretched-link d-flex align-items-center">
<img class="card-img" src="{{'images/gcc2026-carousel.png' | relative_url}}" style="max-height:200px;width:auto;"alt="GCC2026 banner">
</a>
<div class="d-flex align-items-center justify-content-center text-center">
<div class="pt-2 px-4">
<h2 class="mt-0">European Galaxy Days (EGD)</h2>
<p class="mb-0 lead">October 1-3, 2025</p>
<p class="lead">Freiburg, Germany</p>
<h2 class="mt-0">Galaxy Community Conference (GCC) 2026</h2>
<p class="mb-0 lead">June 22-24, 2026</p>
<p class="lead">Clermont-Ferrand, France</p>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>


Expand Down
Loading