Skip to content

Commit

Permalink
init rework on tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultGuillaumont committed Dec 19, 2024
1 parent f1874b7 commit 4bde499
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
Binary file removed .jekyll-metadata
Binary file not shown.
5 changes: 3 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@
{%- endfor -%}
</ul>
</div>

<ul role="menu" class="nav-group langues-navbar2">
<li class="nav-tuto">
<a href="/howto">Tutoriel <br/> eCorpus</a>
</li>
{% include language_picker.html type="nav-item dropdown" classes="nav-link" %}
</ul>
</nav>
Expand Down
15 changes: 14 additions & 1 deletion _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,20 @@ img.fluid{
/// NAVIGATION
//////////////////////////////


.nav-tuto{
height: 125%;
margin-top: -5px;
margin-right: 25px;
color: #444444;
background: #E6B900;
padding-top: 16px;
text-align: center;
padding-inline: 30px;
padding-bottom: 10px;
position: relative;
font-weight: bold;
box-shadow: 0px 3px 5px grey;
}

.navbar-header{
grid-area: header;
Expand Down
2 changes: 1 addition & 1 deletion fr/doc/guides/augmented_reality.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Recommandation de qualité :
Importer le modèle avec l'API.

```bash
curl -L -XPUT -u "${USERNAME}:${PASSWORD}" --data-binary @${FILENAME}.usdz https://irhis.ecorpus.holusion.com/scenes/${NAME}/${FILENAME}.usdz
curl -L -XPUT -u "${USERNAME}:${PASSWORD}" --data-binary @${FILENAME}.usdz https://${HOSTNAME}/scenes/${NAME}/${FILENAME}.usdz
```

La scène proposera maintenant un option AR pour les mobiles iOS ayant accès à l'ARKit.
Expand Down

0 comments on commit 4bde499

Please sign in to comment.