Skip to content

Commit

Permalink
add logo homepage et oniris w4e
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaintvanne committed Dec 13, 2024
1 parent e3bbbd9 commit 1551720
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion W4E/w4e2025.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Preregistration is now open [here](https://sondages.inrae.fr/index.php/425432) !
</thead>
</table>

**Scientific comitee**: C. Delporte (ULB, Bruxelles), C. Dalle (U.DAB IRBA, Brétigny-sur-Orge), Y. Guitton & J. Saint Vanne (Laberca INRAE, Nantes), C. Joly & M. Pétéra (PFEM INRAE, Clermont-Ferrand), G. Le Corguillé (Abims, Roscoff), B. Diémé (PFEM Université Clermont Auvergne), F. Souard (ULB, Bruxelles & Université de Grenoble), C. Canlet, M. Tremblay-Franco (Toxalim INRAE, Toulouse), I. Schmitz (PBS, CNRS, Rouen), S. Chéreau (INRAE, Rennes), H. Hecht (RECETOX, Brno), R.Weber (University of Birmingham), S. Dechaumet (CEA, Saclay)
**Scientific comitee**: C. Delporte (ULB, Bruxelles), C. Dalle (U.DAB IRBA, Brétigny-sur-Orge), Y. Guitton & J. Saint Vanne (Laberca Oniris/INRAE, Nantes), C. Joly & M. Pétéra (PFEM INRAE, Clermont-Ferrand), G. Le Corguillé (Abims, Roscoff), B. Diémé (PFEM Université Clermont Auvergne), F. Souard (ULB, Bruxelles & Université de Grenoble), C. Canlet, M. Tremblay-Franco (Toxalim INRAE, Toulouse), I. Schmitz (PBS, CNRS, Rouen), S. Chéreau (INRAE, Rennes), H. Hecht (RECETOX, Brno), R.Weber (University of Birmingham), S. Dechaumet (CEA, Saclay)

**Contact**: [[email protected]]([email protected])

Expand Down
34 changes: 33 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can subscribe to [our newsletter](https://groupes.france-bioinformatique.fr/

### Resources

<!-- Pictures are frm here https://designs.ai/graphicmaker/illustrations/Duotone_Cartoon_Set -->
<!-- Pictures are from here https://designs.ai/graphicmaker/illustrations/Duotone_Cartoon_Set -->

```{=html}
<div class="card-group">
Expand Down Expand Up @@ -209,3 +209,35 @@ mapPlot
```

```{=html}
<div style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: 100%; max-width: 100%;">
<style>
.logo-cell {
display: flex;
justify-content: center;
align-items: center;
height: 100px; /* Ajustez la hauteur selon vos besoins */
overflow: hidden;
}
.logo-cell img {
max-width: 150px; /* Ajustez la largeur maximale des logos */
max-height: 150px; /* Ajustez la hauteur maximale des logos */
object-fit: contain; /* Assure que l'image garde ses proportions */
}
</style>
<div class="logo-cell">
<img src="/images/logo/logo_inrae.png" alt="logo inrae" />
</div>
<div class="logo-cell">
<img src="/images/logo/logo_oniris.png" alt="logo oniris" />
</div>
<div class="logo-cell">
<img src="/images/logo/logo_ifb.png" alt="logo ifb" />
</div>
<div class="logo-cell">
<img src="/images/logo/logo_cnrs.png" alt="logo cnrs" />
</div>
</div>
```

0 comments on commit 1551720

Please sign in to comment.