Skip to content

Commit

Permalink
New - Ajout des CGV
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Nov 8, 2020
1 parent b6ebac2 commit 8ab65bd
Show file tree
Hide file tree
Showing 4 changed files with 576 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/components/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@
</a>
</li>
</ul>
<a
<!-- <a
id="navAction"
class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold
rounded-full mt-4 lg:mt-0 py-4 px-8 shadow"
target="_blank"
href="https://app.sheaft.com">
Ouvrir Sheaft
</a>
</a> -->
</div>
</div>
</nav>
Expand Down Expand Up @@ -197,14 +197,14 @@
</a>
</li>
</ul>
<a
<!-- <a
on:click={closeNav}
class="w-full py-5 px-4 font-bold no-underline text-gray-700
border-t border-solid text-center border-gray-300 hover:bg-gray-500 absolute bottom-0"
href="https://app.sheaft.com"
target="_blank">
Ouvrir l'application
</a>
</a> -->
</div>
</nav>
{/if}
Expand Down
4 changes: 3 additions & 1 deletion src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
<a href="https://www.linkedin.com/company/sheaft/" target="_blank"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#0077B5"><title>LinkedIn</title><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg></a>
</div>
<p class="text-center w-full text-white mt-6 mb-2 px-3">
<a href="/legals" target="_blank">Informations légales</a>
<a href="/legals" target="_blank">CGU</a>
-
<a href="/legals-pro" target="_blank">CGV</a>
-
<a href="/privacy" target="_blank">Déclaration de confidentialité</a>
</p>
Expand Down
Loading

0 comments on commit 8ab65bd

Please sign in to comment.