Skip to content

Commit

Permalink
feat: legal french text from Iroco
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-bouvier committed Nov 18, 2024
1 parent 852f0c4 commit aca615a
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 3 deletions.
67 changes: 66 additions & 1 deletion src/routes/legal/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>

4 changes: 2 additions & 2 deletions static/style/6_components/title-and-text.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ section
margin-bottom: 1rem;
}

.title-and-text p {
.title-and-text p,.title-and-text address,.title-and-text h3 {
margin: 0 1.5rem;
margin-bottom: 1rem;
}
Expand All @@ -36,7 +36,7 @@ section
color: var(--Orange);
}

.as-primary p {
.as-primary p,.as-primary h3,.as-primary address, .as-primary a {
color: var(--White);
}

Expand Down

0 comments on commit aca615a

Please sign in to comment.