From d46cbfdf129ed41693cd0305ab33c0130a0a2d90 Mon Sep 17 00:00:00 2001 From: tguillaumont Date: Wed, 12 Jun 2024 15:31:00 +0200 Subject: [PATCH] init --- _assets/img/posts/2024_lascaux/lascaux.jpg | 3 ++ _css/_ecorpus.scss | 15 ++++++- fr/_posts/2024-05-14-lascaux3D.html | 49 ++++++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 _assets/img/posts/2024_lascaux/lascaux.jpg create mode 100644 fr/_posts/2024-05-14-lascaux3D.html diff --git a/_assets/img/posts/2024_lascaux/lascaux.jpg b/_assets/img/posts/2024_lascaux/lascaux.jpg new file mode 100644 index 00000000..94942058 --- /dev/null +++ b/_assets/img/posts/2024_lascaux/lascaux.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f91300d0e47fd410b63da97dacbb826c81f6c1888522f249da23f9266670f67 +size 239005 diff --git a/_css/_ecorpus.scss b/_css/_ecorpus.scss index 11a78870..e7e93807 100644 --- a/_css/_ecorpus.scss +++ b/_css/_ecorpus.scss @@ -3,6 +3,19 @@ position : relative; width : 100%; height: 100%; + min-height: 500px; left: 50%; transform: translateX(-50%); -} \ No newline at end of file +} + +.sticky { + position: fixed; + width: 1200px; + height:500px; + z-index: -1; + } + + .sticky + .content { + padding-top: 102px; + } + diff --git a/fr/_posts/2024-05-14-lascaux3D.html b/fr/_posts/2024-05-14-lascaux3D.html new file mode 100644 index 00000000..004c478e --- /dev/null +++ b/fr/_posts/2024-05-14-lascaux3D.html @@ -0,0 +1,49 @@ +--- +layout: front_page +title: eCorpus - Visite de Lascaux en 3D +image: img/posts/2024_lascaux/lascaux.jpg +abstract: Une visite en ligne de la plus célèbre grotte peinte de France +tags: Explanations Holograms cultural mediation +--- + +
+ +
+

Un chef d'oeuvre de l'art pariétal

+ {% include components/medias/ecorpus.html server="https://man.ecorpus.holusion.com" scene="Lascaux" %} +
+ +
+
+

Visitez la grotte de Lascaux

+
+ +
+
+ + +
+
+ + + + \ No newline at end of file