-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
852f0c4
commit aca615a
Showing
2 changed files
with
68 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,76 @@ | |
<title>{m.legal_title()}</title> | ||
</svelte:head> | ||
|
||
<section class=" as-secondary"> | ||
<section class=" as-primary"> | ||
<div class="wrapper title-and-text"> | ||
|
||
<header> | ||
<h1>{m.legal_title()}</h1> | ||
</header> | ||
|
||
</div> | ||
</section> | ||
|
||
<section class=" as-secondary"> | ||
<div class="wrapper title-and-text"> | ||
|
||
<header> | ||
<h2> Éditeur</h2> | ||
</header> | ||
|
||
<div class="center-in-section"> | ||
|
||
<h3>Raison sociale</h3> | ||
<p>IROCO SAS</p> | ||
|
||
<h3>Adresse du siège social</h3> | ||
<address> | ||
3 rue Aristide Briand<br /> | ||
92170 VANVES | ||
</address> | ||
|
||
<h3>Contact</h3> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
<h3>Montant du capital social</h3> | ||
<p>2 000 euros</p> | ||
|
||
<h3>SIRET</h3> | ||
<p>88942425500012</p> | ||
|
||
<h3>Nom du directeur et/ou co-directeur</h3> | ||
<p>Adeline AGUT, Bruno THOMAS</p> | ||
|
||
</div> | ||
|
||
</div> | ||
</section> | ||
|
||
<section class=" as-secondary"> | ||
<div class="wrapper title-and-text"> | ||
|
||
<header> | ||
<h2>Hébergeur</h2> | ||
</header> | ||
|
||
<div class="center-in-section"> | ||
|
||
<h3>Raison Sociale</h3> | ||
<p>Eolas SARL</p> | ||
|
||
<h3>Adresse du siège social</h3> | ||
<address>29 rue Servan<br /> | ||
38000 GRENOBLE | ||
</address> | ||
|
||
<h3>Téléphone</h3> | ||
<p><a href="tel:+33476445050">+33 4 76 44 50 50</a></p> | ||
|
||
<h3>Montant du Capital Social</h3> | ||
<p>28 988 euros</p> | ||
|
||
</div> | ||
|
||
</div> | ||
</section> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters