diff --git a/content/page/projets.md b/content/page/projets.md index 63769e1..929ba12 100644 --- a/content/page/projets.md +++ b/content/page/projets.md @@ -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) + diff --git a/static/images/projets/geo-vr.png b/static/images/projets/geo-vr.png new file mode 100644 index 0000000..70ae007 Binary files /dev/null and b/static/images/projets/geo-vr.png differ diff --git a/themes/silhouette-hugo/assets/css/styles.css b/themes/silhouette-hugo/assets/css/styles.css index 0a7357c..d89d450 100644 --- a/themes/silhouette-hugo/assets/css/styles.css +++ b/themes/silhouette-hugo/assets/css/styles.css @@ -231,4 +231,8 @@ blockquote::before { top: -10px; } +img { + border-radius: 10px; +} +