add border radius for img + geo VR project

main
greg 2 months ago
parent 91165488d0
commit a08bca1fdd
  1. 8
      content/page/projets.md
  2. BIN
      static/images/projets/geo-vr.png
  3. 4
      themes/silhouette-hugo/assets/css/styles.css

@ -41,6 +41,14 @@ L'utilisation du même framework avec un thème monopage pour faire son CV:
> {{< icons "fab fa-github" "fa-2x" >}} [code source](https://git.gregandev.fr/portfolio/hugo-cv)
### ![GEO-VR](https://readme-typing-svg.demolab.com?font=Anton&pause=3000&size=40&random=false&repeat=false&color=343A40&width=435&height=70&lines=GEOGRAPHICAL+ADVENTURES+VR)
Implémentation VR sur [Geographical-Adventures](https://github.com/SebLague/Geographical-Adventures)
[![Geographical-Adventures-VR](../../images/projets/geo-vr.png)](https://git.legaragenumerique.fr/greg/Geographical-Adventures-VR)
> {{< icons "fab fa-github" "fa-2x" >}} [code source](https://git.legaragenumerique.fr/greg/Geographical-Adventures-VR)
<!-- ### PYTHON METEO
[![Python meteo]()](https://git.gregandev.fr/gregandev/python-meteo.git) -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

@ -231,4 +231,8 @@ blockquote::before {
top: -10px;
}
img {
border-radius: 10px;
}

Loading…
Cancel
Save