Skip to content

Commit

Permalink
chore(docs): minor fixes on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jun 1, 2022
1 parent 35d9f49 commit c7e39fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/esempi/template-comuni-vuoto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<main>
<div class="container my-4">
<h1>Lorem Ipsum</h1>
<h1 id="lorem-ipsum">Lorem Ipsum</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Explicabo ullam esse suscipit itaque hic vitae id corrupti labore illo iure repellendus
reiciendis consectetur, totam earum dolor atque cumque reprehenderit accusantium quae. Perspiciatis in esse maxime, dolores doloribus soluta. Provident,
Expand Down
22 changes: 11 additions & 11 deletions docs/esempi/template-vuoto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a class="it-opener d-lg-none" data-toggle="collapse" href="#menuC1" role="button" aria-expanded="false" aria-controls="menuC1">
<span>Ente appartenenza</span>
<svg class="icon" aria-hidden="true">
<use href="/dist/svg/sprite.svg#it-expand"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-expand"></use>
</svg>
</a>
<div class="link-list-wrapper collapse" id="menuC1">
Expand All @@ -32,7 +32,7 @@
<span class="sr-only">Selezione lingua: lingua selezionata</span>
<span>ITA</span>
<svg class="icon d-none d-lg-block">
<use href="/dist/svg/sprite.svg#it-expand"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-expand"></use>
</svg>
</a>
<div class="dropdown-menu">
Expand Down Expand Up @@ -66,7 +66,7 @@
<div class="it-brand-wrapper">
<a href="#">
<svg class="icon" aria-hidden="true">
<use href="/dist/svg/sprite.svg#it-pa"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-pa"></use>
</svg>
<div class="it-brand-text">
<div class="it-brand-title">Nome dell'Istituzione</div>
Expand All @@ -81,21 +81,21 @@
<li>
<a href="#" aria-label="Facebook" target="_blank">
<svg class="icon">
<use href="/dist/svg/sprite.svg#it-facebook"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-facebook"></use>
</svg>
</a>
</li>
<li>
<a href="#" aria-label="Github" target="_blank">
<svg class="icon">
<use href="/dist/svg/sprite.svg#it-github"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-github"></use>
</svg>
</a>
</li>
<li>
<a href="#" aria-label="Twitter" target="_blank">
<svg class="icon">
<use href="/dist/svg/sprite.svg#it-twitter"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-twitter"></use>
</svg>
</a>
</li>
Expand All @@ -105,7 +105,7 @@
<span class="d-none d-md-block">Cerca</span>
<a class="search-link rounded-icon" aria-label="Cerca nel sito" href="#">
<svg class="icon">
<use href="/dist/svg/sprite.svg#it-search"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-search"></use>
</svg>
</a>
</div>
Expand All @@ -123,7 +123,7 @@
<nav class="navbar navbar-expand-lg has-megamenu" aria-label="Navigazione principale">
<button class="custom-navbar-toggler" type="button" aria-controls="navC1" aria-expanded="false" aria-label="Mostra/Nascondi la navigazione" data-target="#navC1">
<svg class="icon">
<use href="/dist/svg/sprite.svg#it-burger"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-burger"></use>
</svg>
</button>
<div class="navbar-collapsable" id="navC1" style="display: none;">
Expand All @@ -132,7 +132,7 @@
<button class="btn close-menu" type="button">
<span class="sr-only">Nascondi la navigazione</span>
<svg class="icon">
<use href="/dist/svg/sprite.svg#it-close-big"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-close-big"></use>
</svg>
</button>
</div>
Expand All @@ -146,7 +146,7 @@
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-expanded="false" id="mainNavDropdownC1">
<span>Menu Dropdown</span>
<svg class="icon icon-xs">
<use href="/dist/svg/sprite.svg#it-expand"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-expand"></use>
</svg>
</a>
<div class="dropdown-menu" role="region" aria-labelledby="mainNavDropdownC1">
Expand All @@ -166,7 +166,7 @@
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-expanded="false" id="mainNavMegamenuC1">
<span>Megamenu</span>
<svg class="icon icon-xs">
<use href="/dist/svg/sprite.svg#it-expand"></use>
<use href="{{ site.baseurl }}/dist/svg/sprite.svg#it-expand"></use>
</svg>
</a>
<div class="dropdown-menu" role="region" aria-labelledby="mainNavMegamenuC1">
Expand Down

1 comment on commit c7e39fa

@vercel
Copy link

@vercel vercel bot commented on c7e39fa Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.